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 know whether the module is dynamical or statistical?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Describe the cobol database components?
What is the difference between comp and comp-3?
When is inspect verb is used in cobol?
i need a small 3d program using inline and outline.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is cobol?
Why did you choose to work with ibm mainframe cobol programming?
Write a cobol program making use of the redefine clause.
What rules are followed by the search verb.
Mention the guidelines to write a structured cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Explain what you understand by passing by value.