How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / sharmila_g
All the parameters are divided into two types:-
1) positional parameters.
2) keyword parameters.
-- positional parametrs are mandatory.
-- keyword parameters are optional.
positional parameters at job level are :- accounting information, programers name.
keyword parmtrs are :- notify,class, msglvl, msgclass, typerun,prty.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
List the various advantages of using jcl language?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Explain the purpose of the dd keylen parameter?
How do you overcome this limitation ?
Explain how can the submitting users racf authority be overridden in a job stream?
Name what parameter directs the output of the job log dataset?
How does jcl act on code(if you take a cobol program)?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what is the purpose of coding class parameter in job statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Describe the various parameters utilized in the creation of a gdg?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
how can the same proc be re-used and called by many jobs?
Explain dfsort utility?