Explain the purpose of the dd keylen parameter?
//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 can the disposition of sysout datasets be set for an entire jobstream?
How do you create a temporary dataset?
Explain about ISPF/TSO Commands
How is the record format of an output dataset specified?
Is their any set of rules for dd? Explain.
What is the use of disp parameter?
How does jcl act on a cobol code?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the function of the dd avgrec keyword in sms datasets?
Which statement is used to identify the private libraries in job?
Matching Logic in Jcl not in cobol.Could any one please answer this question
I need exexution process for JCL programs