IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

U4038 and U4094 Abends


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
srinathangya

New User


Joined: 19 Dec 2005
Posts: 77

PostPosted: Thu Nov 23, 2006 2:19 pm
Reply with quote

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
View user's profile Send private message
sandhyaragav

New User


Joined: 05 Apr 2006
Posts: 14

PostPosted: Thu Nov 23, 2006 4:32 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Batch call online program, EXCI task ... CICS 3
No new posts COBOL program error ENDED AT SVSCJES2... COBOL Programming 1
No new posts Recovery Routine/Abend exit to releas... PL/I & Assembler 14
No new posts Abends using up address spaces? ABENDS & Debugging 6
No new posts How to resolve U4038? COBOL Programming 5
Search our Forums:

Back to Top