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

MAXCC=17 condition code?


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

New User


Joined: 09 Feb 2010
Posts: 6
Location: Pune

PostPosted: Tue Feb 09, 2010 11:26 am
Reply with quote

Hi,

is there any maxcc=17 condition code?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Feb 09, 2010 11:35 am
Reply with quote

MAXCC? in what terminology? for what program?

as per JCL manual a RETURN CODE can be any value between 0 and 4095

if You are wondering about the IDCAMS MAXCC, look at the manual or
run a simple step along the lines of

Code:
//ams exec pgm=idcams
//sysprint dd sysout=*
//sysin dd *
  set maxcc=17


and let us all know the result icon_cool.gif
Back to top
View user's profile Send private message
nitin_rathor

New User


Joined: 09 Feb 2010
Posts: 6
Location: Pune

PostPosted: Tue Feb 09, 2010 4:50 pm
Reply with quote

Hi,
i mean what specific error does this code refer to for a cobol program/jcl?
I could not find the details anywhere.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Feb 09, 2010 4:56 pm
Reply with quote

as said gazillions of times return codes are program dependent and <arbitrary>

the documentation for the program will tell the meaning of the return code
Back to top
View user's profile Send private message
nitin_rathor

New User


Joined: 09 Feb 2010
Posts: 6
Location: Pune

PostPosted: Tue Feb 09, 2010 5:07 pm
Reply with quote

ok.
thanks a lot.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Feb 09, 2010 10:34 pm
Reply with quote

Hello,

Quote:
the documentation for the program will tell the meaning of the return code
Hopefully. . . icon_smile.gif

One can always look at the code and see what causes an rc=17.
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 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
No new posts Monitoring production job progress. N... JCL & VSAM 4
Search our Forums:

Back to Top