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 do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is link edit in cobol?
Write some characteristics of cobol as means of business language.
) how do u code after getting data?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to know whether the module is dynamical or statistical?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How to remove 2 duplicate records and copy only one using job control language?
What are the different types of condition in cobol and write their forms.
HOw can I get the negative sign while deduct high value from low value
Why would you use find and get rather than to obtain?