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 / banupriya
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 ? | 1 Yes | 2 No |
Post New Answer View All Answers
Where & How Do You Code Identifier In Jcl?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
How do you access an uncatalogued dataset in a jcl?
how can you check if a file is empty using jcl?
List in order the hierarchical levels of jcl?
Explain dfsort utility?
What is the purpose of dd?
Can an individual step be restricted from using all the jobs allowed cpu time?
What dd statement is used to supply the name of a dataset?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain the function of //jcllib statement?
How can a fb file convert to vb file using sort program?
Does jcl support automatic restart?
how to run batch program without jcl?
what is use of dsn parameter in dd statement?