How do you code Cobol to access a parameter that has been
defined in JCL?
Answer Posted / lynn ertell
Apparently you cannot use the ACCEPT verb against the
LINKAGE parameters if you are already using SYSIN.
It's either one or the other but not both.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do you reference the esds vsam file formats from cobol programs
what is the difference between COBOL2 AND COBOL390?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is redefines clause in COBOL?
What is length is cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How do you reference the following file formats from cobol programs?
Write some characteristics of cobol as means of business language.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between Global and External Variables?
What the difference is between continue and next sentence?
Write the code to count the sum of n natural numbers.
Explain the configuration section of a cobol program with examples of syntax.
What is the difference between comp and comp-3?