What is GDG and what is the maximum limit of versions that
can be created?
Answer Posted / venkatachalam
(Maximum number of generations, 1-255)
| Is This Answer Correct ? | 79 Yes | 7 No |
Post New Answer View All Answers
Explain the function of dd name parameter with a 2 part structure; audit.report?
//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 /*
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what is the purpose of coding class parameter in job statement?
Is their any set of rules for dd? Explain.
Differentiate between the joblib and the steplib statements?
How jcl is used for testing batch programs?
What is the function of //cntl statement?
In job processing, what happens in execution stage?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Define concatenating?
What is NOTCAT ?
How is the record format of an output dataset specified?