How can i execute 5th step without executing first 4 steps?
Answer Posted / guest
We can execute the job from any step by skipping the
previous steps using restart condition.
for example:
To restart from 5th step we have to mention in the job card
as
RESTART=STEP5
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is the use of symbol // in jcl?
Name a few IBM utility programs, and explain its function.
What are steplib and joblib? What for they are used?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Is their any limit for data sets?
what is use of disp parameter in dd statement?
Explain the function of dd disp parameter?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Suppose I have five jobs to do. But I want to hold one?
How can the disposition of sysout datasets be set for an entire jobstream?
What are the parameter we cannot use in procedure?
List the various advantages of using jcl language?
Explain dd statement in jcl?