What are three major types of JCL statements? What are their
functions?
Answer / guest
JOB - indicates start of jobstream to the operating system
and through parms coded on it, certain details about the
job (time, region, message level, job accounting data).
EXEC ? indicates the start of execution of a particular job
step, be that step a program or a proc.
DD - is a data definition, which is used to describe the
attributes of a data set (name, unit, type, space,
disposition).
| Is This Answer Correct ? | 11 Yes | 1 No |
Can we use DISP=SHR in output file in JCL
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
What all are the changes to be made in JCL so as to do testing?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
which utility is used a dummy utility?
How to copy VSAM files without using REPRO
What is the difference between the positional and keyword parameters? Give examples.
What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
How to execute step2,step1, step3 if step1,2,3 are in order