which are the parameters mandatory in job card ?
Answer Posted / praveenchate
all parameters are optional for job card
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the function of the dd dcb keyword?
What is Cataloged Procedures?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What are the 4 fields in dd statement?
Explain how can return codes be tested before execution of a job step?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
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?
what is the difference between JES3 and JES2?
A dd statement consists of 4 fields. Name them?
Can I send output of job to my remote device careerride123?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What do you understand by the term notcat 2 – gs?
What is the function of job statement in jcl?