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
Can we redefine the field of x(200) to less than 200?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is cobol?
Write the code implementing the perform … varying.
what is the difference between COBOL2 AND COBOL390?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
how do you reference the rrds file formats from cobol programs
What is the difference between external and global variables in COBOL?
What is the local-storage section?
how can i see junk values in dclgen or in hostvariable of comp ?
Write a program that uses move corresponding.
Name the divisions, which are available in a cobol program?
What are different data types in cobol?
What is the usage of comp fields in cobol?
State the various causes of s0c1, s0c5 and s0c7.