When and how can we use index & subscript ?

Answers were Sorted based on User's Feedback



When and how can we use index & subscript ?..

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

When and how can we use index & subscript ?..

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

Post New Answer

More COBOL Interview Questions

Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.

1 Answers  


i WANT ALL ERROR codes IN CICS and DB2

2 Answers  


What is EIBCALEN? Why it is used?

9 Answers   ADP,


What are the different data types available in COBOL?

4 Answers  


if we have a 10 steps how to override the 4th step in jcl?

2 Answers   Hewitt,


how to refer the data field?

0 Answers  


What is SSRANGE, NOSSRANGE ?

5 Answers  


What is the difference between structured cobol programming and object alternativelyiented cobol?

0 Answers  


Explain about level numbers?

3 Answers  


Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?

6 Answers  


RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE

12 Answers   TCS,


1) can we display the index?

3 Answers   ADP, IBM,


Categories