When does the compiler give MAXCC 8 and when does it give MAXCC 12?
Please give me the difference between MAXCC= 8 or 12 or 16
Terminology is critical in IT, where similar terms may mean very different things. The ONLY time MAXCC is applicable is when you are running IDCAMS and refer to the condition code set by one of its commands. It is NOT appropriate to refer to MAXCC if you are not talking about IDCAMS. In z/OS, batch job steps have return codes -- not MAXCC -- that are set to different values from 0 to 4095 depending upon the program.When does the compiler give MAXCC 8 and when does it give MAXCC 12?
Please give me the difference between MAXCC= 8 or 12 or 16
Nope, none of us have said that. A return code 8 almost always means the executable load module was not created and therefore there's nothing to run. Whether or not a load module was created (and that depends upon the standards set at YOUR site, which are different for every site), there's very little chance that a return code 8 for a compile will produce a load module that could produce results.So you mean that if return code is 8, program is compiled and can be run?