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 / guest
//SYSIN DD*
input data
input data
/*
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
what is DSN parameter and DISP parameter is used for?
how would you create a temporary dataset? And where will you use them?
How can the submitting users racf authority be overridden in a job stream?
What is the function of dd name parameter with a 2 part structure; audit.report?
can any one plzzzzzz tell the jcl code for creating ps using idcams
How does jcl specify the job to the operating system?
What is concatenating?
How jcl is used for testing batch programs?
Which dd parameters are required?
How to pass data to a program that is coded in an exec statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How can return codes be tested before execution of a job step?
For what purpose steplib and joblib are used ?
Is condition checking possible in jcl? If yes, how?
Brief description of inline procedure of jcl.