there are 10 steps in jcl how to execute the steps from
step2 to step8 only

Answer Posted / sai

Hi,

CODE THE CONDITION PARAMETER COND=
(0,LE) IN THE STEPS THAT WE DONT WANT TO EXECUTE

Regards
Sai

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

2202


What is the purpose of the dd keylen parameter?

912


Must tape dataset definitions include vol=ser specifications?

1328


Which dd parameters are required?

891


What are hierarchy levels in jcl?

1237


how you can access an uncataloged dataset in a JCL?

866


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

871


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

951


How is the record format of an output dataset specified?

971


Differentiate between addressing mode and run mode.

773


Explain about LMFREE�free data set from its association with data ID

1285


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

1001


What are the parameters that are used in creating a gdg?

943


which utility is used to sort a file in jcl?

964


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

1698