How to find in aparticular step how many versions a
paricular gdg base have?
Answer Posted / kalone
Just adding syntax for Kavya's answer :
//step1 dd pgm=idcams
//sysprint dd sysout=*
//sysin dd *
LISTCAT ENTRIES(Filename) ALL
/*
The log will have all the enteries along with the number of
GDGs.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is their any limit for data sets?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Explain the function of //jcllib statement?
what is the use of IEBGENER utility?
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) ?
When output dataset space is required, what quantity categories are used?
what happens in execution stage in job processing?
What is the format of comment statement?
how to compare two datasets without using superce because output is limited to 133 bytes
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is the purpose of dd dummy statement?
How is a type of file defined in the jcl that executes the cobol program?
What are some jcl statements that are not allowed in procedures?
A dd statement consists of 4 fields. Name them?
what JCL Procedures?