how to create gdg with out using idcams utility
Answer Posted / baig
Index for a GDG can be created using utility IEHPROGM.
sYNTAX: BLDG INDEX=DATASET NAME, ENTRIES=NO OF VERSIONS OF
DATASETS, DELETE.
eX: BLDG INDEX=XM77.GDG.DS, ENTRIES=5, DELETE
Deleting Index of GDG using IEHPROGM
DLTX INDEX=dataset name.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is use of restart and how to use it?
How do you overcome this limitation ?
What do you understand by the terms: joblib and steplib?
Can an individual step be restricted from using all the jobs allowed cpu time?
How do you access an uncatalogued dataset in a jcl?
What do you know about jcl?
What is the purpose of dd?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
how do you access an uncataloged dataset in a jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
what is the resolution for sb37 error
what is SOC4 error?
Explain the function of //cntl statement?
//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 /*