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 / banupriya
ONE WAY OF ACCEPTING THE DATA IS
// SYSIN DD*
VALUE1
VALUE2
*/
and other way you can also give teh data thru SYSIN is:
// SYSIN DD DSN='DDPCN.EKTA.TEST',DISP=SHR
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Can we call instream to catalog and catalog to instream?
What is multithreading in jcl?
what is use of disp parameter in dd statement?
What is the motivation behind coding class parameter in job statement?
what is the purpose of coding notify parameter in job statement?
what is the use of JCL?
What is catelog procedure and how many catelog procedure to use in one job?
Explain the jcl exec statement?
what is use of dcb parameter in dd statement?
how JCL works?
Are there any set of rules for the names of the steps used in a job?
In job processing, what happens in execution stage?
when can a job time-out occur? How to overcome that?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Explain the function of //cntl statement?