How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / sunil
At job level we have 2 parameters those are
1) Positional Parameters (ACcounting information and
Programmer name)
2) Keyword parameters (CLASS,MSG CLASS, MSG
LEVEL,PRTY,COND,TYPERUN .. etc)
From the above positional parameters are mandatory , But
key word parameters are optional.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How can values be passed from the job stream to an executable program?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Name a few IBM utility programs, and explain its function.
How can return codes be tested before execution of a job step?
Where can program checkpoints be stored for use in a restart?
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?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
In sms datasets, what is the function of the dd mgmtclas keyword?
Define concatenating?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Brief description of inline procedure of jcl.
List the various advantages of using jcl language?