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
What kind of error is trapped by on size error option?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between binary search and sequential search?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
i need a small 3d program using inline and outline.
What is comp-1 and comp-2?
How can you get the ksds file records into your cobol program?
Define static linking and dynamic linking.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How arrays can be defined in COBOL?
How do you reference the fixed block file formats from cobol programs
Can we redefine the field of x(200) to less than 200?
Name some of the examples of COBOl 11?
How to print 10 to 1 if the input have only 10 digit number?
Can a Search can be done on a table with or without Index?