Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

01 a pic s9(5) value '-12345' how it will be stored

7 Answers   ACS,


When is inspect verb is used in cobol?

0 Answers  


Define in-line perform?

1 Answers  


Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.

3 Answers   TCS,


Explain about Redefines cluse?

3 Answers   iGate,


copy 100 records without using ibm utilities

3 Answers  


01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?

5 Answers   Amdocs,


can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)

13 Answers   CTS,


What are the cobol coding sheets?

0 Answers  


how to submit a jcl by cobol program. clear me with an example.

3 Answers   HCL,


9(2).99 how many bytes take? Why . consider as a byte?

2 Answers  


What is a subscript ?

3 Answers  


Categories