How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / 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 |
Post New Answer View All Answers
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What are the parameter we cannot use in procedure?
what is SOC4 error?
List the different jcl statements that are not permitted in the procedures?
How does the jcl specify the job to os?
How does jcl act on a cobol code?
What is timing concept in mainframe?
how you will the direct the data to spool using sysout option?
How can a jobs execution priority be modified?
Explain about LMQUERY�give a dialog information about a data set
Are there any set of rules for the names of the steps used in a job?
Can I share my data with other jobs? How?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is the function of //cntl statement?