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

Answer Posted / nikhil

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

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of //cntl statement?

833


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

883


How to submit a jcl from cics?

670


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

651


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

1805






a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

623


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1487


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

709


Explain how can an in-stream dataset be terminated?

704


in ways data can be passed to a COBOL program from JCL?

672


How can unused space allocation be returned to the system when a dataset is closed?

813


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

587


what JCL Procedures?

703


when can a job time-out occur? How to overcome that?

753


What are hierarchy levels in jcl?

960