In how ways you can pass the data from Jcl to cobol ?
Answer Posted / rknaidu
Four ways.
there are,
1. sysin card.
2. via parm parameter.
3. files.
4. control cards.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain the job statement in jcl?
what are the various stages of job processing?
What dd statement is used to supply the name of a dataset?
Matching Logic in Jcl not in cobol.Could any one please answer this question
in ways data can be passed to a COBOL program from JCL?
How would you understand error(execution phase)?
What are hierarchy levels in jcl?
How can a jobs execution priority be modified?
In job processing, what happens in conversion stage?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
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) ?
I need exexution process for JCL programs
How do you create a temporary dataset?
What is the difference between the positional and keyword parameters? Give examples.