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 / guest

//SYSIN DD*
input data
input data
/*

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to do automated restart when a job abend?

1050


Explain the function of dd disp parameter?

826


What are the difference between jcl and jes?

1325


Are there any set of rules for the names of the steps used in a job?

876


How do you create a temporary dataset?

897


what is use of dsn parameter in dd statement?

923


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

2000


What is notcat 2 - gs?

1189


how can you check if a file is empty using jcl?

1097


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

876


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 ?

1251


What is the function of the steplib dd statement?

951


Which dd parameters are required?

927


What is Cataloged Procedures?

914


Explain how can a stopped job be started again?

887