i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?

Answer Posted / mahesh

I think its not possible because , always first step need
to execute, then based on the CC of the first step,
we can specify COND whether to SKIP or Process a Step in
JCl.

Note : You cannot use Restart Parameter in the above
cases. it is used only when the Job is Abended.

Is This Answer Correct ?    1 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

757


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1785


what is DD statement is used in JCL?

653


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

971


Is condition checking possible in jcl?

691






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

728


What are the jcl procedures?

620


What is the purpose of the dd keylen parameter?

689


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

752


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

674


How to do automated restart when a job abend?

757


what is the purpose of coding notify parameter in job statement?

662


Are there any set of rules for the names of the steps used in a job? What are they?

587


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

10434


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