Answer Posted / dhan
Generation Data Groups (GDGs) are a group of datasets related to each other by a common name.
GDG generation file is referred by a GDG base name.
Each generation data set is distinguished by others by the generation number.
https://youtu.be/hMbB20WKmBg
https://youtu.be/3N17dh7BAaQ
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is it possible to left uncode disp? If yes, how?
Explain the jcl exec statement?
What do you understand by the terms: joblib and steplib?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
How can the submitting users racf authority be overridden in a job stream?
Must tape dataset definitions include vol=ser specifications?
What do you understand by jcl?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
//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 the purpose of dd dummy statement?
How jcl work to handle various input output file operations?
what is the difference between JES3 and JES2?
whats the diff bw the evaluate also and and?
Where can program checkpoints be stored for use in a restart?
Can an individual step be restricted from using all the jobs allowed cpu time?