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 / muttaiah
Hi All,
Please try to understand the Question here.
They want to pass data from JCl to cobol subprogram not to
cobol program.
The above answers are used in case of passing data from JCL
to cobol.
Can someone answer the question correctly
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to pass the parameter in parm using linkage section ? (syntax)?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain how can the submitting users racf authority be overridden in a job stream?
What do you understand by jcl?
What is use of restart and how to use it?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
when does a dataset go uncataloged?
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?
what is the use of JCL?
What do you understand by the term job time – out and how can you overcome that?
Which dd parameters are required?
Explain the function of the steplib dd statement?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?