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 in JCL.Those are Key word
and Positional Parameters.For JOB statement ,
Key Word parameters are NTIFY ,CLASS,MSGCLASS,MSGLEVEL.
And Positional Parameters are ACCOUNTING
INFORMATION,ADDRESSSPACE.
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
Suppose I have five jobs to do. But I want to hold one?
Explain the purpose of dd * statement in jcl?
List the different components of jcl statement?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What is the purpose of the dd keylen parameter?
Can an individual step be restricted from using all the jobs allowed cpu time?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What do you understand by jcl?
How jcl is used for testing batch programs?
Are there any set of rules for the names of the steps used in a job?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is use of disp parameter in dd statement?
Explain the function of //jcllib statement?
How dummy is used in jcl?
How to submit a jcl from cics?