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
Differentiate between structured cobol programming and object-oriented cobol programming.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are the different rules of SORT operation?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
how do you reference the fixed unblock file formats from cobol programs
Define static linking and dynamic linking.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how to move the records from file to array table. give with code example
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
HOw can I get the negative sign while deduct high value from low value
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What are 77 levels used for?
How do get the result of your program directly on your pc?
What is the use of intialize verb?