What is a GDG? How is it referenced? How is it defined? What
is a MODELDSCB?
Answer Posted / guest
GDG is Generation data groups to maintain versions of a
file.It can be daily, monthly or early. This will be
created using IDCAMS with no of version of the GDG.
MODELDSCB is the one we can use some other GDG as a model
to create a new GDG.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to pass the parameter in parm using linkage section ? (syntax)?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What is the purpose of disp parameter?
What is the syntax of JCL statement?
What is condition checking in jcl? Is this possible?
How to run cobol program using jcl?
//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 /*
Name the statement which can be used to send data to another mvs jes3 node?
List the different jcl statements that are not permitted in the procedures?
What is the format of comment statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what is the use of IEBGENER utility?
What is the function of the dd avgrec keyword in sms datasets?
Can we call instream to catalog and catalog to instream?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?