How many positional parameters are there in job statement?
Answer Posted / raghavendra panuganty
Hi guys,
There are 2 positional parameters in a JOB statement.they are the accounting number and developers name.Bothe these are mandatory and has to written in the same order.But, When we dont know the information about these.
simply replace them all with ','(commas).
thanks and regards
Raghav.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What parameter of the job statement is used to limit the cpu time consumed by the job?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
In job processing, what happens in conversion stage?
how can you check if a file is empty using jcl?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What are some jcl statements that are not allowed in procedures?
What is the function of a dd statement?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Is automatic restart possible in jcl? If yes, how?
What do you understand by the terms: joblib and steplib?
What is the purpose of dd * statement in jcl?
Explain about LMFREE�free data set from its association with data ID
what is the purpose of coding class parameter in job statement?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?