How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / guru
two types of parameters they are positional and keyword paramater.mandatory parameter for job stmt is &sysuid or terminal id.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is timing concept in mainframe?
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?
which parameter is used to check the syntax of a jcl without executing it?
Explain in DD statement what is the use of DCB parameter?
how you can direct the data to spool using SYSOUT option?
how you will the direct the data to spool using sysout option?
how can the same proc be re-used and called by many jobs?
How to submit a jcl from cics?
What is catelog procedure and how many catelog procedure to use in one job?
What is the motivation behind coding class parameter in job statement?
what is use of space parameter in dd statement?
How can values be passed from the job stream to an executable program?
What is the purpose of the dd keylen parameter?
Name what parameter directs the output of the job log dataset?
Define concatenating?