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 |
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
What are the utility programs in jcl?
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
what is JCL?
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
How to find out the number of records in a file using JCL
what is fixed length and variable length and difference between them
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
how to create gdg with out using idcams utility