In how ways you can pass the data from Jcl to cobol ?
Answer Posted / vinay sonar
You can pass data from JCL to COBOL using parm
parameters,sysin dd* and using ACCEPT statment
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Name what parameter directs the output of the job log dataset?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Suppose I have five jobs to do. But I want to hold one?
Explain the purpose of dd * statement in jcl?
Name a few IBM utility programs, and explain its function.
What is the use of symbol // in jcl?
Is condition checking possible in jcl?
how do you access an uncataloged dataset in a jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What are the utility programs in jcl?
How would you understand error(execution phase)?
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?
What is the difference between run mode and addressing mode?
What are steplib and joblib? What for they are used?
List in order the hierarchical levels of jcl?