What will happen if you attempt to restart a job in the
middle of a JCL // IF .... // ENDIF?

Answer Posted / brahmareddy.t

If you code restart in between if & end-if
the job will execute from first step.
i.e. if you want to restart step5 in between if $ end-if then it will start from step1.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Brief description of inline procedure of jcl.

682


I need exexution process for JCL programs

1849


Can I send output of job to my remote device careerride123?

666


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1035


In job processing, what happens in conversion stage?

738






What is one line to pass PARM from JCL to COBOL?

695


How does jcl act on code(if you take a cobol program)?

705


What is the purpose of dd dummy statement?

942


Explain the purpose of the dd keylen parameter?

673


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?

2220


Explain the function of the dd dcb keyword?

700


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

669


What is the function of the dd dcb keyword?

822


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?

734


Matching Logic in Jcl not in cobol.Could any one please answer this question

3669