I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?

Answer Posted / bala

Give COND=(99,NE)for all the other steps following STEP5.
Its skips those steps.
Also, a Null (//) given after STEP5 does the same.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is concatenating?

611


how to run batch program without jcl?

9997


What do you understand by jcl?

608


What does a disposition of (MOD,DELETE,DELETE) mean ?

632


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2069






What parameter of the job statement is used to limit the cpu time consumed by the job?

804


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

1461


What is the significance of addrspc parameter in exec statement?

710


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?

1580


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

1965


In sms datasets, what is the function of the dd avgrec keyword?

626


which utility is used to run a cobol-db2 program?

774


What is the function of dd disp parameter?

638


how do you code a null statement?

740


Can we call instream to catalog and catalog to instream?

649