If you were passing a table via linkage, which is
preferable - a subscript or an index?
Answers were Sorted based on User's Feedback
Answer / rama krishna
Since, index is not part of Working-Storage section, you
can not pass the value of index via linkage section. Hence,
you have to always use subscripts...
| Is This Answer Correct ? | 18 Yes | 1 No |
What will happen if we generate GDG +2 version instead of +1 version?
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
maximum of how many screens we can open in emulator
Difference between ps, esds
how will u code parm parameter and where pls ?
If you were passing a table via linkage, which is preferable - a subscript or an index?
COMP-3 field occupy ?
How do you code Cobol to access a parameter that has been defined in JCL?
What is "Call by content" and "call by reference"?
which generation language is cobol
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
Define in-line perform?