|
|
| Author |
Message |
chari
New User
Joined: 22 Apr 2005 Posts: 1 Location: bangalore
|
|
|
|
hai there,
i am new to the site, but old on mainframes.
while running a batch program i have got a abend of s038 u4088.
can u tell me what is the answer for it.
chari.  |
|
| Back to top |
|
 |
References
|
Posted: Fri Apr 22, 2005 5:47 pm Post subject: Re: Abend Code: s038 u4088 |
 |
|
|
 |
amarpandian
New User
Joined: 07 Mar 2005 Posts: 2 Location: Hyderabad
|
|
|
|
Hi Dude i think it is a DB2 warning
Unqualified successful execution or successful execution with one or more warnings. If SQLWARN0 is blank, there are no warnings. If SQLWARN0 = 'W', at least one of the other warning indicators in the SQLCA has been set to indicate a warning condition. For example, SQLWARN1 is used to indicate that a value of a string column was truncated when assigned to a host variable.
Regards |
|
| Back to top |
|
 |
SteveConway
New User
Joined: 26 May 2005 Posts: 30 Location: Northern VA, USA
|
|
|
|
Um, S038 is an ISAM abend on OPEN of the index.
Please trell me you're not REALLY running ISAM. Support for it is gone in z/OS 1.7.
If you are, reallocate the ISAM index with more space, single volume.
Cheers,,,Steve |
|
| Back to top |
|
 |
|
|