How can we pass data from cobol to JCl?
Answer Posted / gigish thomas
create a Symbolic Parameter in jcl woith out goiving any
value.In the job step passthis symbolic parameter through
PARM parameter to cobol program.in the linkage section of
the cobol program assign the value/string to the symbolic
variable. It will automatically reflect to the symbolic
variable which was defined in JCL program.
Is This Answer Correct ? | 4 Yes | 18 No |
Post New Answer View All Answers
How do you differentiate between cobol and cobol-ii?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Which is not true about evaluate statement
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
what happens if parmparameter passes zero bytes to the program
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how do you reference the ksds vsam file formats from cobol programs
What is length is cobol?
What is rmode(24)
How do you reference the fixed block file formats from cobol programs
State the various causes of s0c1, s0c5 and s0c7.
How you can read the file from bottom?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
HOw can I get the negative sign while deduct high value from low value
What are declaratives and what are their uses in cobol?