When and how can we use index & subscript ?
Answers were Sorted based on User's Feedback
Answer / shibin shah k j
wen we need to access array we need to use these two...
index with pointer ...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suman kumar
1.Wen u use array commands search we use index,idex
is nothing but displacement position of array
2.Wen u use perform loop we use subscript, subscript is
nothing but a number
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the meaning of 'TALLING' verb in cobol?
Can anyone please give the example of Inline Perform.
How to pass return codes from cobol to jcl?
What is sqlca and why is it needed in any cobol-db2 program?
can i use multiple when statements in search & search all ? justify ur answer?
How is sign stored in a COMP field ?
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
Describe the cobol database components?
I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.
what is a load module ?
What is COMP-1? COMP-2?