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 / mahesh
You can pass the vlaues to the cobol program using PARM
coded in the jcl
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What is the function of dd name parameter with a 2 part structure; audit.report?
What are the 4 fields in dd statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What are the rules employed while naming the steps in a job?
what is SOC4 error?
what is DSN in JCL and what are the parameters to declare the DSN?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is the format of comment statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
which parameter is used to check the syntax of a jcl without executing it?
Is acct parameter mandatory?
How does jcl act on a cobol code?
For what purpose steplib and joblib are used ?
What is the maximum length of a single line of jcl?