How to find in aparticular step how many versions a
paricular gdg base have?
Answer Posted / mahesh
Hi,
thru file-aid , we can know , how many active generations
are there & how many limits can be retained
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
what is the JCL statement consists of?
Explain the function of a dd statement?
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' ?
what JCL Procedures?
What is the significance of addrspc parameter in exec statement?
What are the utility programs in jcl?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
//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 use of dcb parameter in dd statement?
Suppose I have five jobs to do. But I want to hold one?
What is the function of the dd dcb keyword?
What is use of restart and how to use it?
Is their any set of rules for dd? Explain.
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
what is “Cond= even” and “Cond=only”?