How do you skip a particular step in a proc/JOB?

Answer Posted / guest

Can use either condition codes or use the jcl control
statement IF (only in ESA JCL)\

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1990


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

696


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1797


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

852


Explain the function of //jcllib statement?

700






which parameter is used to check the syntax of a jcl without executing it?

796


what is SOC4 error?

732


Why include statement is used in a jcl?

687


IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C

1625


What is the difference between the positional and keyword parameters? Give examples.

704


can any one plzzzzzz tell the jcl code for creating ps using idcams

10507


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1961


What are the parameter we cannot use in procedure?

636


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

819


Explain the purpose of dd dummy statement?

667