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
Is automatic restart possible in jcl?
what is use of dsn parameter in dd statement?
how you will the direct the data to spool using sysout option?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
For what purpose steplib and joblib are used ?
What is the difference between the positional and keyword parameters? Give examples.
how you can direct the data to spool using SYSOUT option?
Can an individual step be restricted from using all the jobs allowed cpu time?
i want to store 20 digits . how will u do it in cobol ?
Mention the types of job control statements?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
a dd statement has 2 types of parameters. Name them?
Explain the hierarchy levels in jcl?
which parameter is use to declare the name of dataset in dd statement?