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 / mahesh
You can pass the vlaues to the cobol program using PARM
coded in the jcl
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the format of comment statement?
Brief description of inline procedure of jcl.
what is use of dsn parameter in dd statement?
What is the significance of addrspc parameter in the exec statement?
How can unused space allocation be returned to the system when a dataset is closed?
how would you create a temporary dataset? And where will you use them?
How dummy is used in jcl?
How to do automated restart when a job abend?
which parameter is use to declare the name of dataset in dd statement?
When space is allocated for an output dataset, what units can be used?
How jcl work to handle various input output file operations?
how to run batch program without jcl?
Can we use DISP=SHR in output file in JCL
What is the purpose of the dd keylen parameter?
What are the 4 fields in dd statement?