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

Return code of 3544.


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

New User


Joined: 21 Sep 2005
Posts: 1
Location: India

PostPosted: Mon Nov 20, 2006 1:33 pm
Reply with quote

Hi,

In a job, there exists a step to read and update a VSAM file via Cobol program. The file is randomly read and it gets updated correctly. But the step gives a return code of 3544.
To what kind of error is this return code associated?
Back to top
View user's profile Send private message
MFRASHEED

Active User


Joined: 14 Jun 2005
Posts: 186
Location: USA

PostPosted: Mon Nov 20, 2006 11:33 pm
Reply with quote

Is there RC only on Step, or do you get any other messages in LOG or Sysout?

Does program have before GOBACK statement following, if not add this. Assuming program reaches GOBACK if there are no errors. And program has error handling and program has performed its functionality properly.

Code:


MOVE +0                     TO RETURN-CODE

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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top