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
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
a dd statement has 2 types of parameters. Name them?
How can a fb file convert to vb file using sort program?
Is their any set of rules for dd? Explain.
What parameter of the job statement is used to limit the cpu time consumed by the job?
What statement can be used to send data to another mvs jes3 node?
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?
Is it possible to left uncode disp?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is the JCL statement consists of?
What is the function of the steplib dd statement?
Is condition checking possible in jcl?
How to submit jcl through a cobol program?
Where & How Do You Code Identifier In Jcl?