Answer Posted / naidu
ya all the answers r correct
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
what are the various stages of job processing?
//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 /*
how to do automated restart when a job abends?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Is it possible to left uncode disp?
Is condition checking possible in jcl? If yes, how?
Explain about LMFREE�free data set from its association with data ID
What is the function of the dd mgmtclas keyword in sms datasets?
What is the motivation behind coding class parameter in job statement?
Can I send output of job to my remote device careerride123?
What is the function of job statement in jcl?
which utility is used to run a cobol-db2 program?
What happens if both JOBLIB & STEPLIB is specified ?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is the maximum length of a single line of jcl?