How can you execute a COBOL program via SYSIN in JCL?
Answer Posted / vinay sonar
cut the COBOL program and paste in into
//SYSIN DD*
//
and then submit the job.
Here COBOL program acts like instream data for JCL
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Explain how can a jobs execution priority be modified?
Can an individual step be restricted from using all the jobs allowed cpu time?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
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?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Name a few IBM utility programs, and explain its function.
what are JCLLIB and STEPLIB in JCL?
what is the JCL statement consists of?
Can I send output of job to my remote device careerride123?
Explain how can a stopped job be started again?
What are steplib and joblib?