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

how will you define vsam file in select clause?

3 Answers   Patni,


Which Search verb is equivalent to PERFORM…VARYING?

0 Answers  


What is mean by maxcc

7 Answers   Syntel,


what is soc7 abend?how u can trace it?

4 Answers   Accenture,


A s9(4). B v9(4) value 0.21 can i move this?

3 Answers  






What is the difference between binary search and sequential search?

0 Answers  


We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?

5 Answers   IBM,


01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?

7 Answers  


what is the difference between Plan & package?

1 Answers   IBM,


How can you add a particular field in copybook?

2 Answers   L&T,


Can anybody give me example of subscript and index

5 Answers  


can we declare occurs in 01 level?

2 Answers   Temenos,


Categories