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

I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please

2 Answers  


is this below syntax correct? CALL 'subprg' using A,B Please help

2 Answers  


Difference between cobol and cobol-ii?

0 Answers  


i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..

4 Answers   CGI,


i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19

2 Answers  






I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?

1 Answers   Mphasis,


What is a report item?

0 Answers  


In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.

1 Answers  


What is the maximum length of a field you can define using COMP-3 in COBOL?

1 Answers   UGC Corporation,


Why we are using comp and comp-3 in real time projects?

4 Answers   IBM,


how many bytes do SPPPP999 will store?

18 Answers  


how to pass 100 to s9(4) how r they inserted ?

3 Answers   TCS,


Categories