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
What is the purpose of dd dummy statement?
How to alter the parameters for the existing gdg?
Where can program checkpoints be stored for use in a restart?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How jcl work to handle various input output file operations?
how can you check if a file is empty using jcl?
How do you submit a job for execution?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
in ways data can be passed to a COBOL program from JCL?
Is condition checking possible in jcl? If yes, how?
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 ?
what is use of disp parameter in dd statement?
what is SOC4 error?
what is a jcl?
Is it possible to code instream data in a PROC?