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 / pratheep
ANOTHER WAY IS
//SYSIN=*
INPUT 1
INPUT 2
//
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what operation is performed by job statement?
What are the parameter we cannot use in procedure?
In job processing, what happens in conversion stage?
When output dataset space is required, what quantity categories are used?
Explain about LMFREE�free data set from its association with data ID
What does a disposition of (new,catlg,keep) for a dsn mean?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What do you understand by the term job time – out and how can you overcome that?
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 condition checking in jcl? Is this possible?
What are the rules employed while naming the steps in a job?
Explain the function of the steplib dd statement?
Can we call instream to catalog and catalog to instream?
what are the various stages of job processing?