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 / ekta agrawal
ONE WAY OF ACCEPTING THE DATA IS
// SYSIN DD*
VALUE1
VALUE2
*/
and other way you can also give teh data thru SYSIN is:
// SYSIN DD DSN='DDPCN.EKTA.TEST',DISP=SHR
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to pass the parameter in parm using linkage section ? (syntax)?
When output dataset space is required, what quantity categories are used?
how to do automated restart when a job abends?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What is the purpose of disp parameter?
In sms datasets, what is the function of the dd mgmtclas keyword?
What statement can be used to send data to another mvs jes3 node?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what is the JCL statement consists of?
Explain how can the attributes of one sms dataset be copied to another dataset?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Is it possible to define dd statements as you want?
What is timing concept in mainframe?
what is DSN in JCL and what are the parameters to declare the DSN?
What is the purpose of the dd keylen parameter?