How do you pass parameters to the program as the job is
being executed ?
Answer Posted / guest
By using 'parm' parameter in exec statement. the value
mentioned here should be declared in linkage section in the
program and process thru procedure division. this technique
is very useful when you do not know the parameters at the
time of coding the programs.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the motivation behind coding class parameter in job statement?
what is “Cond= even” and “Cond=only”?
What is the purpose of disp parameter?
What are the rules employed while naming the steps in a job?
what happens in conversion stage in job processing?
how to do automated restart when a job abends?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Name the statement which can be used to send data to another mvs jes3 node?
What does a disposition of (MOD,DELETE,DELETE) mean ?
what is the compile process of cobol program expalin with code
how you can access an uncataloged dataset in a JCL?
Define concatenating?
which utility is used to run a cobol-db2 program?
List in order the hierarchical levels of jcl?
What is the difference between run mode and addressing mode?