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
Is it possible to left uncode disp?
Name the statement which can be used to send data to another mvs jes3 node?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
What is the function of the dd dcb keyword?
Explain dd statement in jcl?
how would you create a temporary dataset? And where will you use them?
What is the purpose of dd dummy statement?
What is the use of symbol // in jcl?
How does the jcl specify the job to os?
When space is allocated for an output dataset, what units can be used?
how can you check if a file is empty using jcl?
Can I share my data with other jobs? How?
what is DSN in JCL and what are the parameters to declare the DSN?
Explain the function of //jcllib statement?
is there any way to execute more than one proc in the same exec statement at the same time..?