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
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 NOTCAT ?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is the function of //jcllib statement?
What is catelog procedure and how many catelog procedure to use in one job?
What is the significance of addrspc parameter in exec statement?
What do you understand by the terms: joblib and steplib?
How to submit jcl through a cobol program?
Explain how can an in-stream dataset be terminated?
How to alter the parameters for the existing gdg?
Why block size is multiple of lrecl in jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What parameter of the job statement is used to limit the cpu time consumed by the job?