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 / nikhil
First 10 records will be uncataloged if one of the
parameter is empty but not deleted.
If parameters are Scratch & Empty then records will be get
deleted.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What do you understand by the term job time – out and how can you overcome that?
Explain the purpose of the dd keylen parameter?
Name a few IBM utility programs, and explain its function.
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is the difference between JES3 and JES2?
//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 Cataloged Procedures?
I need exexution process for JCL programs
Differentiate between the joblib and the steplib statements?
Name the statement which can be used to send data to another mvs jes3 node?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Explain the function of //jcllib statement?
Where can program checkpoints be stored for use in a restart?
What is the purpose of the dd keylen parameter?
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