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
how can the same proc be re-used and called by many jobs?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is job control language?
What is the function of dd disp parameter?
what is a jcl?
Is condition checking possible in jcl? If yes, how?
What is one line to pass PARM from JCL to COBOL?
In job processing, what happens in conversion stage?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What are the 4 fields in dd statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
How dummy is used in jcl?
How is the record format of an output dataset specified?
Explain about ISPF/TSO Commands
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?