How do you code Cobol to access a parameter that has been
defined in JCL?
Answer Posted / shan
Ff it is SYSIN input in JCL,
ACCEPT <VARIABLE> FROM SYSIN
If it parameter is give through PARM, then COBOL program
should recieve through LINKAGE SECTION
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
) How do u handle errors in BMS macro?
HOw can I get the negative sign while deduct high value from low value
Name the sections present in data division.
) how do u code after getting data?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
how do you reference the variable block file formats from cobol programs
Are you comfortable in cobol or jcl?
Why occurs cannot be used in 01 level in COBOL?
Which is not true about evaluate statement
how to move the records from file to array table. give with code example
How you can read the file from bottom?
What is difference between static and dynamic call in cobol?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?