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 / ritesh kumar
ONE WAY OF ACCEPTING THE DATA IS
// SYSIN DD*
VALUE1
VALUE2
*/
AND OTHER WAY YOU CAN USE FILE TO ACCEPT THE DATA
INCLUDE THAT FILE INTO YOUR RUN JCL.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the utility programs in jcl?
What dd statement is used to supply the name of a dataset?
Explain the job statement in jcl?
What are the rules employed while naming the steps in a job?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is timing concept in mainframe?
What are the parameter we cannot use in procedure?
what is DSN in JCL and what are the parameters to declare the DSN?
What is the purpose of disp parameter?
Name the statement which can be used to send data to another mvs jes3 node?
Is automatic restart possible in jcl? If yes, how?
What are the difference between jcl and jes?
What is the function of a dd statement?
List in order the hierarchical levels of jcl?
Explain how can the submitting users racf authority be overridden in a job stream?