what is DD statement is used in JCL?
What are the rules employed while naming the steps in a job?
In sms datasets, what is the function of the dd avgrec keyword?
//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 /*
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 function of job statement in jcl?
what is use of dcb parameter in dd statement?
What is the function of //jcllib statement?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what is use of disp parameter in dd statement?
What are the jcl procedures?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what sort card you will use to copy the data from one dataset to another dataset?
what is the use of IEBGENER utility?