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 is the difference between AID and HANDLE AID?
State the various causes of s0c1, s0c5 and s0c7.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is length is cobol?
What are all the divisions of a COBOL program?
What is the difference between PIC 9.99 and PIC9v99?
Difference between cobol and cobol-ii?
What are the cobol coding sheets?
Can we change the password using ALTER? anyone tried and changed?
Which is not true about evaluate statement
Write some characteristics of cobol as means of business language.
What are the access modes of START statement?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What rules are followed by the search verb.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue