|
View previous topic :: View next topic
|
| Author |
Message |
srinathangya
New User
Joined: 19 Dec 2005 Posts: 77
|
|
|
|
Hi Guys..
When I submitted a job first I got U4094 abend. And by hear say I came to know that in order to solve U4094 abend we need to add SSRANGE parameter while compiling. So did I.. So it got cleared.. but I happened to meet another abend U4038 :-(
And I was asked to increment the size of value for REGION parameter. Previously it was REGION=2M and I incremented it upto 128M. Still I am getting the same abend i.e U4038.
So can anyone tell me what exact value to quote in this parameter.
Thnx in token advance
Srinath. |
|
| Back to top |
|
 |
sandhyaragav
New User
Joined: 05 Apr 2006 Posts: 14
|
|
|
|
Hi Srinathangya,
You can code REGION=0M and
that would imply that the JCL takes the value of the REGION parameter as much is required by it.
Moreover the U4038 abend occurs whenever there is a mismatch in the attributes of the i/p and o/p files specified in the JCL and the attributes specified in the COBOL program(such as record length, etc.). Hope this solves your U4038. |
|
| Back to top |
|
 |
|
|