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 / shashidhar kalasannavar
You can pass the data to cobol program in three way and one
is instrem.
//SYSIN DD *
DATA1
DATA2
/*
or
//SYSIN DD DSN=SSK08.TEST.DATA,DISP=SHR
By intream you can send only 80 charecters
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
I need exexution process for JCL programs
What statement can be used to send data to another mvs jes3 node?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is the function of dd disp parameter?
How can an in-stream dataset be terminated?
which parameter is use to declare the name of dataset in dd statement?
For what purpose steplib and joblib are used ?
What is Cataloged Procedures?
Give the syntax of job specifying jcl statement.
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
List in order the hierarchical levels of jcl?
Must tape dataset definitions include vol=ser specifications?
what is JCL?
List the different jcl statements that are not permitted in the procedures?
How do you submit a job for execution?