How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / srinivas
There are two types of parameters
Positional & Keyword parameters
Positional parameters are mandatory(Accounting Information and
Programmer name)
Keyword parameters are Optional(Class,Notify,Msgclass,Msglevel,cond)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a jcl to execute a job by 7:00 am on jan 20,1986?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
when can a job time-out occur? How to overcome that?
what is the purpose of coding class parameter in job statement?
Explain how can return codes be tested before execution of a job step?
What are the difference between jcl and jes?
List the different components of jcl statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Explain the job statement in jcl?
how JCL works?
what is the use of IEBGENER utility?
Can we call instream to catalog and catalog to instream?
Is automatic restart possible in jcl?
what is DD statement is used in JCL?
In sms datasets, what is the function of the dd avgrec keyword?