What is mean by maxcc
Answers were Sorted based on User's Feedback
Answer / prasad
When we are going to compile and run the jcl after
completion we will get some return codes based upon the
concern versions we will call MAXCC or RC.
MAXCC means Maximum Conditon Code
RC means Return Code.
So we can find out based on the MAXCC or RC wether our
program has been successfully compiled and ran fine.
| Is This Answer Correct ? | 67 Yes | 1 No |
Answer / tarun kumar jain
whenever u will submit a job u will get a return code.which
can be MAXCC=(0,4,8,16).These are severe level of return
code.If it is MAXCC=0 then u have submitted ur job
successfully without any error.
| Is This Answer Correct ? | 28 Yes | 2 No |
Answer / sameer
whenever we submit our job so every step gives some return
codes to the system and the maximum value return code is
called maximum condition code or MAXCC
| Is This Answer Correct ? | 22 Yes | 2 No |
Answer / azar
Maxcc-Maximum Condition code: It is one for job. It will be 0 if job is executes successfully.
RC-Return code: It is one for each step in the job. Each step will return some code before going to next step. That code can be called as Return Code.
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / timmy
What does it mean if we get a MAXCC=0000 CN(INTERNAL)?
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / vasu
thank u 2 every one and please can send any one of jcl material.
| Is This Answer Correct ? | 0 Yes | 10 No |
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
which is better either static call or dynamic call? and why?
If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
how to pass 100 to s9(4) how r they inserted ?
What is 88 level used for ?
what is the meaning of pic 9(09)v99-
What is the difference between a DYNAMIC and STATIC call in COBOL?
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?
What is the meaning of 'Eject' verb in cobol?
What is the difference between CALL BY VALUE and CALL BY CONTENT?