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 compile process of cobol program expalin with code
What are hierarchy levels in jcl?
when does a dataset go uncataloged?
Is acct parameter mandatory?
Explain dd statement in jcl?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
I need exexution process for JCL programs
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Can we use DISP=SHR in output file in JCL
What is the function of the dd dcb keyword?
Brief description of inline procedure of jcl.
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) ?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Explain the function of dd disp parameter?
how to run batch program without jcl?