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

User Abend 4038


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

New User


Joined: 16 Aug 2005
Posts: 7
Location: NewJersey

PostPosted: Mon Oct 10, 2005 8:02 pm
Reply with quote

Getting 4038 user abend

i have a cics-cobol-db2 as a main program. My main program is calling a subprogram which is a cobol-db2 program. can i use link/xctl for the subprogram though it doesn't have any cics statements in it. when i m using 'call' for the subprogram i m getting 4038 abend. plz help.
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Wed Nov 02, 2005 3:03 am
Reply with quote

There is a place to find exactly what caused a 4038 abend. Just look at where ever you have the CESE transient data queue pointing (a lot of shops have it pointing to SYSOUT, so you may have to browse CICS output in SDSF or similar product). There will be a message that pretty much spells out the cause of the abend (in most cases, it is something simple, like a resource not defined).
Back to top
View user's profile Send private message
yogesh

New User


Joined: 27 May 2005
Posts: 21

PostPosted: Fri Nov 11, 2005 6:08 pm
Reply with quote

u must have missed the stop run statement
or may be stop run is coded in the calling program
Back to top
View user's profile Send private message
venkat.c

New User


Joined: 11 Dec 2005
Posts: 6

PostPosted: Fri Dec 16, 2005 1:49 pm
Reply with quote

hi dude

1.u wud have missed a stop run in the program

2.If u want the control to return back to the main program use Link else u can use xctl which wont return the control back to the calling prog...

3.no problem in using xctl or link if u dont have cics in the program to be called

4. you may calling a module which have amode(24) from a module with amode(31) attributes.
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Fri Dec 16, 2005 2:45 pm
Reply with quote

Hi frnd,

Ur PDS/PS file may be used/altered by some other job while the calling job uses that for some other purpose... so check it out... it's is also a possibility not a solution
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 ISAM and abend S03B JCL & VSAM 9
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts user exit in IBM Infosphere Optim DB2 8
No new posts Running a Job with the Default User ID JCL & VSAM 2
Search our Forums:

Back to Top