How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answers were Sorted based on User's Feedback
Answer / shankar
Two types of parameter used in JOB statement Positional
parameter and Keyword parameter.
In general ,the keyword parameters are mandatory one..
eg... in job card class name,msg level are mandatory...
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / vishal sinha
2 types >> Positional parameters,Keyword parameters.
Mandatory parameters of JOB statement>> I guess its CLASS
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / sreedhar naidu dhekodna
There are no mandatory parameters for a Job statement in
general.If any of the parameters are omitted then the
system defined default value will be taken for that
parameter.
| Is This Answer Correct ? | 0 Yes | 4 No |
Can we have a JOBSTEP without any EXEC ?
How to find in aparticular step how many versions a paricular gdg base have?
how can we override data definitions in jcl. can any one give detailed example
FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?
Explain dd statement in jcl?
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
once we submitted the job to the operating system, how can we cancel the job before execution?
Must tape dataset definitions include vol=ser specifications?
How to read records in reverse order in flat file?
How many parameters are there to a DISP statement and what are their uses ?
What is a Dummy Utility and what it does ?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one