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

ONE WAY OF ACCEPTING THE DATA IS
// SYSIN DD*

VALUE1
VALUE2
*/
AND OTHER WAY YOU CAN USE PARM PARAMETER IN YOUR JCL.
IN APPLICATION PROGRAM USE THAT DATA THROUHG LINKAGE
SECTION.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 2 types of parameters in dd statement?

654


What are the 4 fields in dd statement?

744


a dd statement has 2 types of parameters. Name them?

654


List the different components of jcl statement?

700


what is the use of IEBGENER utility?

662






Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

675


What is the function of //cntl statement?

832


Which dd parameters are required?

697


Must tape dataset definitions include vol=ser specifications?

985


Is their any set of rules for dd? Explain.

664


What is the syntax of JCL statement?

700


Name the statement which can be used to send data to another mvs jes3 node?

607


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) ?

1773


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

720


define cond parameter in jcl?

779