how can we pass parameters from JCL to cobol
subprogram...my requirement is i should not get data from
mainprogram but i need it from JCL directly
Answer Posted / squid
You could use PARM on the EXEC statement and get values
from JCL in the Linkage Section.
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of the dd keylen parameter?
Name the statement which can be used to send data to another mvs jes3 node?
Why include statement is used in a jcl?
what is SOC4 error?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Describe the various parameters utilized in the creation of a gdg?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is multithreading in jcl?
What is the function of dd disp parameter?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
in ways data can be passed to a COBOL program from JCL?
What is the syntax of JCL statement?
How do you access an uncatalogued dataset in a jcl?
How gdg are concatenated?