How can we execute only one step in a job
Answer Posted / radhakrishnan
1. restart the step in the jobcard
2. give a null // at the end of the step.
Thanks,
raddie
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of dd?
What is the function of //cntl statement?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Define concatenating?
Can I send output of job to my remote device careerride123?
Describe the various parameters utilized in the creation of a gdg?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Differentiate between addressing mode and run mode.
Explain how can a jobs execution priority be modified?
//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 is Cataloged Procedures?
Where can program checkpoints be stored for use in a restart?
What is the significance of addrspc parameter in the exec statement?
How can unused space allocation be returned to the system when a dataset is closed?
A dd statement consists of 4 fields. Name them?