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 |
diffrence between renames and redifnes with examples
What is Alternate Index ? How is it different from regular index ?
wht is load module and object module ?
Can printer files (having 133 characters) be of variable length?
What is the meaning of 'TALLING' verb in cobol?
What are the different data types in cobol?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
HOw can I get the negative sign while deduct high value from low value
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level
why we are using picture clause in the cobol programs?
Which division and paragraphs are mandatory for a COBOL program?