if my GDG limit has been kept as 50 and if am trying to put
60 records.what would happen. will there be any abend for
this scenario
Answer Posted / mahesh
Hi,
Questions seems not clear,
After creating the base ,you need to create Generation,
there you can put the records,
Thanks & Regards,
Mahesh
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the purpose of dd dummy statement?
Name what parameter directs the output of the job log dataset?
Matching Logic in Jcl not in cobol.Could any one please answer this question
A dd statement consists of 4 fields. Name them?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
List the different components of jcl statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
which parameter is use to declare the name of dataset in dd statement?
Does jcl support automatic restart?
Brief description of inline procedure of jcl.
What are the jcl procedures?
What does a disposition of (new,catlg,keep) for a dsn mean?
//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 /*