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

Negative Value for RETURN-CODE... is it possible?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
lseril

New User


Joined: 26 Oct 2005
Posts: 2

PostPosted: Wed Oct 26, 2005 2:24 am
Reply with quote

How will JCL/JES2 behave if I force the value of RETURN-CODE in COBOL to a negative number? For example, i mistakenly set it to the SQL error code like -805.

Will JCL/JES2 default it to a particular value since the range of JCL return codes is between 0 and 4095 only?

Could you provide references or links to support the answer for this?

I currently have a problem wherein I mistakenly set the RETURN-CODE register in a COBOL program to the SQL error code but my job still ends normally with RC=00 on the supposedly abending step.

I appreciate any help on this topic. Thanks!
Back to top
View user's profile Send private message
ikumar

New User


Joined: 02 Aug 2005
Posts: 81

PostPosted: Wed Oct 26, 2005 10:49 am
Reply with quote

I am not sure whether it accepts negative return codes or not.
But i can give you one reason why it is giving RC=00 even though you have forced it to -805. Juct check, whether do u have any CALLs to subprograms after you set the retunr-code to -805. because it resets the retunr-code when the call to sub program is successful.

correct me if i m wrong....

Thanks,
Kumar.
Back to top
View user's profile Send private message
lseril

New User


Joined: 26 Oct 2005
Posts: 2

PostPosted: Wed Oct 26, 2005 11:49 am
Reply with quote

Hi Kumar,

We do have a called program and it's passing a return code value to the calling program, will in turn will be MOVEd into the RETURN-CODE register right before ending the execution. However, we realized it's has been passing SQLCODE values which can be negative. This is easy to resolve however I'm puzzled by the way JCL/JES2 message interprets negative values.

We're quite sure that the RETURN-CODE value is -805 because we DISPLAYed it in the SYSOUT but I'm confused why JCL/JES2 changes it to RC=00.

Thanks for the response,
Leo
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 -> JCL & VSAM

 


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