Which storage devices are grouped under DASD and SYSDA ?
What is order of searching of the libraries in a JCL?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
describe the dd statement,its meaning,syntax and keywords?
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
How to skip first step of a job? Can we use COND on the first step?
What does the TIME parameter signify ? What does TIME=1440 mean ?
what do you mean by include statement in jcl?
How to execute 300 steps in a Job?
Explain about SYSVAR
what is force complete
How is a GDG base created?