i have 6 steps in my jcl program
after going to 5th step i want to execute 3rd step.....how can
i do it....by using(RESTART) can i do it or not?

Answer Posted / harsha

Use DPRTY parameter. With this parameter, we can change the
order of execution of each steps but we cannot skip the
execution.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to left uncode disp? If yes, how?

708


Is it possible to left uncode disp?

717


what is use of disp parameter in dd statement?

667


What are steplib and joblib? What for they are used?

697


what are the statements that are not valid to be included in an include statement?

778






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 “Cond= even” and “Cond=only”?

744


How to pass data to a program that is coded in an exec statement?

834


Explain the function of //jcllib statement?

708


define cond parameter in jcl?

779


When output dataset space is required, what quantity categories are used?

834


What is the function of the dd mgmtclas keyword in sms datasets?

743


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?

1811


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

925


How is the record format of an output dataset specified?

747