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
which parameter is used to check the syntax of a jcl without executing it?
Explain how can a jobs execution priority be modified?
whats the diff bw the evaluate also and and?
Explain the function of dd name parameter with a 2 part structure; audit.report?
how do you code a null statement?
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) ?
Differentiate between addressing mode and run mode.
Can I send output of job to my remote device careerride123?
How gdg are concatenated?
Name a few IBM utility programs, and explain its function.
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?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What is the significance of addrspc parameter in exec statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Explain dd statement in jcl?