Answer Posted / nataraj
job will be terminate
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How to do automated restart when a job abend?
//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 DSN parameter and DISP parameter is used for?
What do you understand by jcl?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What are the parameters that are used in creating a gdg?
What is the purpose of dd?
What are the difference between jcl and jes?
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain how can the submitting users racf authority be overridden in a job stream?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is timing concept in mainframe?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What are the utility programs in jcl?