how to create gdg with out using idcams utility
Answer Posted / swati gaikwad
//jstep01 exec pgm=idcams
//SYSPRINT DD SYSOUT=*
//SYSIN DD*
DEFINE GDG-
(NAME(<GIVE THE NAME YOU WANT>)-
LIMIT(10)- /*GIVE LIMIT WHATEVER YOU WANT
NOEMPTY-
SCRATCH)
/*
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is concatenating?
what is the compile process of cobol program expalin with code
what is use of dcb parameter in dd statement?
What is the function of the dd dcb keyword?
Explain the job statement in jcl?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Explain about ISPF/TSO Commands
What are some jcl statements that are not allowed in procedures?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Explain the function of //jcllib statement?
what is DD statement is used in JCL?
How to submit jcl through a cobol program?