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 / muttaiah
Guys,
Just understand the question and then answer accordingly.
He is creating the GDG base which can hold upto 50
generations. And he is trying to put 60 records in it.
Is there any relation between generation and number or
records?
@Poster:
Limit-50 indicates we can create 50 type of same files
Records- 60, you can put 'n' number of records in this 50
files until there is a space abend.
Hope this is clear.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How dummy is used in jcl?
Explain about LMQUERY�give a dialog information about a data set
What is the purpose of disp parameter?
What is condition checking in jcl? Is this possible?
how JCL works?
//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 to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Is their any set of rules for dd? Explain.
In job processing, what happens in execution stage?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the function of the dd mgmtclas keyword in sms datasets?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
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?