When we use conditional statement in JCL using
if-then-else-endif, IF statement is true, the step is
bypassed or executed?

Answer Posted / serafina

executed

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

913


How would you understand error(execution phase)?

614


Is automatic restart possible in jcl? If yes, how?

648


What is the function of dd name parameter with a 2 part structure; audit.report?

692


what are the types of abends that occur on job failure? And explain the possible causes of these

1107






how to run batch program without jcl?

10043


What is the purpose of the dd keylen parameter?

706


How does jcl act on a cobol code?

646


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

845


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1607


if the submitter of a job wants to inform another user about the job completion, how can it be done?

740


What is catelog procedure and how many catelog procedure to use in one job?

7423


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

660


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

620


Explain how can return codes be tested before execution of a job step?

815