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
what are the types of abends that occur on job failure? And explain the possible causes of these
what is the purpose of coding notify parameter in job statement?
which parameter is use to declare the name of dataset in dd statement?
what happens in conversion stage in job processing?
How can values be passed from the job stream to an executable program?
What is the purpose of dd dummy statement?
What is job control language?
can any one plzzzzzz tell the jcl code for creating ps using idcams
When output dataset space is required, what quantity categories are used?
How to alter the parameters for the existing gdg?
is there any way to execute more than one proc in the same exec statement at the same time..?
What are the difference between jcl and jes?
whats the diff bw the evaluate also and and?
Can I share my data with other jobs? How?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?