Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
MAXCC=17 condition code?

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
nitin_rathor

New User


Joined: 09 Feb 2010
Posts: 3
Location: Pune

PostPosted: Tue Feb 09, 2010 11:26 am    Post subject: MAXCC=17 condition code?
Reply with quote

Hi,

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

Global Moderator


Joined: 14 Mar 2007
Posts: 5391
Location: italy

PostPosted: Tue Feb 09, 2010 11:35 am    Post subject: Reply to: MAXCC=17 condition code?
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: 3
Location: Pune

PostPosted: Tue Feb 09, 2010 4:50 pm    Post subject: Reply to: MAXCC=17 condition code?
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

Global Moderator


Joined: 14 Mar 2007
Posts: 5391
Location: italy

PostPosted: Tue Feb 09, 2010 4:56 pm    Post subject: Reply to: MAXCC=17 condition code?
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: 3
Location: Pune

PostPosted: Tue Feb 09, 2010 5:07 pm    Post subject: Reply to: MAXCC=17 condition code?
Reply with quote

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

Global Moderator


Joined: 23 Nov 2006
Posts: 13554
Location: 221 B Baker St

PostPosted: Tue Feb 09, 2010 10:34 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1