I have a COBOL program that Accepts some input data. How do
you code the JCL statement for this?
( How do you code instream data in a JCL? )
Answer Posted / guest
//SYSIN DD*
input data
input data
/*
Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
How to do automated restart when a job abend?
Explain the function of dd disp parameter?
What are the difference between jcl and jes?
Are there any set of rules for the names of the steps used in a job?
How do you create a temporary dataset?
what is use of dsn parameter in dd statement?
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 is notcat 2 - gs?
how can you check if a file is empty using jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What is the function of the steplib dd statement?
Which dd parameters are required?
What is Cataloged Procedures?
Explain how can a stopped job be started again?