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 |
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
1.Can we define condition-name conditions in FD entry.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the difference between Perform para and perform asaection in cobol?
What are differences between Static Call and Dynamic Call?
10 Answers IBM, KBC, Keane India Ltd, Verizon,
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is amode(24)?
TYPES OF SORTINGS. which is more prefarable.
What rules are followed by the search verb.
What are declaratives and what are their uses in cobol?
can we use the two 01 level in file discription ?