What is mean by maxcc

Answers were Sorted based on User's Feedback



What is mean by maxcc..

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

What is mean by maxcc..

Answer / rookie

TO add on to answer num-3

Maxcc=0 Successful.
Maxcc=4 Successful with warnings.
Maxcc=8 Critical or Severe error.
Maxcc=12 Fatal Error.

Is This Answer Correct ?    60 Yes 1 No

What is mean by maxcc..

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

What is mean by maxcc..

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

What is mean by maxcc..

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

What is mean by maxcc..

Answer / timmy

What does it mean if we get a MAXCC=0000 CN(INTERNAL)?

Is This Answer Correct ?    1 Yes 2 No

What is mean by maxcc..

Answer / vasu

thank u 2 every one and please can send any one of jcl material.

Is This Answer Correct ?    0 Yes 10 No

Post New Answer

More COBOL Interview Questions

input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.

4 Answers  


Can we move X(7) to S9(7) COMP?

1 Answers  


File status must be checked both while opening and reading the file or only while reading the file?

2 Answers  


For rewrite, why is it mandatory that file needs to be opened?

0 Answers  


which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast

1 Answers  






What rules are to be followed while using the corresponding options?

0 Answers  


how will you define vsam file in select clause?

3 Answers   Patni,


In COBOL programming, what is PERFORM? What is VARYING?

0 Answers   CDC,


how to code in cobol while using variable block file?

1 Answers  


How do you differentiate between cobol and cobol-ii?

0 Answers  


When can the USING phrase be included in the call statement ?

2 Answers  


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

0 Answers   HCL,


Categories