what is the difference between return code and maxcc?

Answer Posted / srinivas

A RETURN_CODE shows the status of each step within a job, however a MAXCC is counted by the operating system after execution of a complete job which is the maximum of one of the step.

Is This Answer Correct ?    22 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of the dd dcb keyword?

814


Are there any set of rules for the names of the steps used in a job? What are they?

607


What is the function of job statement in jcl?

629


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2212


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

846






How dummy is used in jcl?

639


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

577


what is the JCL statement consists of?

689


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

724


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

776


How does jcl act on a cobol code?

648


write a jcl to execute a job by 7:00 am on jan 20,1986?

686


Name the parameters which can be used to limit the number of records written to a sysout dataset?

647


what is the use of IEBGENER utility?

649


What is the use of disp parameter?

643