Non zero max.code Setting MAXXCC=0

Can anyone explain Setting maxcc=0 means applies only for non zero max.code or for anything irrespective of the max.code?
If the step return MAXCC=0, then setting maxcc=0 will work?

Showing Answers 1 - 3 of 3 Answers

Maitree

  • May 21st, 2016
 

The question seems to be confusing..

Sometimes we set the maxcc to 0 even if the job fails (rc of a job can always be GE 0)

If we decide to do this through JCL, we can use the utility IDCAMS..

// EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
SET MAXCC=0
/*

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions