Answer Posted / nagendra rampuria
i would like to add one more thing to my previous answer,
As Saurav Paul has said above in the 1st answer that giving
time =(0,0) will result in s322 abend, i strongly oppose
that.
In fact it will run successfully taking the default time.
So giving time = 0 or (0,0) will not result in s322 abend :)
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is condition checking in jcl? Is this possible?
What is the motivation behind coding class parameter in job statement?
what is “Cond= even” and “Cond=only”?
Is it possible to left uncode disp? If yes, how?
Explain how can an in-stream dataset be terminated?
How to submit jcl through a cobol program?
What is the purpose of dd * statement in jcl?
List the different jcl statements that are not permitted in the procedures?
which utility is used to run a cobol-db2 program?
What does a disposition of (MOD,DELETE,DELETE) mean ?
i want to store 20 digits . how will u do it in cobol ?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is the function of the dd mgmtclas keyword in sms datasets?
//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 /*
Why block size is multiple of lrecl in jcl?