If you were passing a table via linkage, which is
preferable - a subscript or an index?
Answer Posted / 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 |
Post New Answer View All Answers
what is the difference between COBOL2 AND COBOL390?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
what is amode(24), amode(31), rmode(24) and rmode(any)?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
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.
What is length is cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
explain sorting techniques in cobol program?
Describe the cobol database components?
What is cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Can we redefine the field of x(200) to less than 200?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this