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 to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How arrays can be defined in COBOL?
how do you reference the rrds file formats from cobol programs
) how do u code after getting data?
how to refer the data field?
Write the code implementing the perform … varying.
) How do u handle errors in BMS macro
How do get the result of your program directly on your pc?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
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 are literals?
What rules are followed by the search verb.
what is search and searchall?what is the diffrence between them?give an best example?
Explain how you can characterize tables in cobol?
Explain the configuration section of a cobol program with examples of syntax.