How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / praveen
notify,accounting information are necessary
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job?
Can I send output of job to my remote device careerride123?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Can I share my data with other jobs? How?
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?
In sms datasets, what is the function of the dd mgmtclas keyword?
What is use of restart and how to use it?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
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
When output dataset space is required, what quantity categories are used?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
how you can direct the data to spool using SYSOUT option?
How can the attributes of one sms dataset be copied to another dataset?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?