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 happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What do you understand by jcl?
what is “Cond= even” and “Cond=only”?
Is condition checking possible in jcl?
What do you understand by the term job time – out and how can you overcome that?
What are some jcl statements that are not allowed in procedures?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Why block size is multiple of lrecl in jcl?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
In job processing, what happens in execution stage?
what is the difference between JES3 and JES2?
Is automatic restart possible in jcl?
what JCL Procedures?
How can an in-stream dataset be terminated?
How would you understand error(execution phase)?