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 |
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
i WANT ALL ERROR codes IN CICS and DB2
What is EIBCALEN? Why it is used?
What are the different data types available in COBOL?
if we have a 10 steps how to override the 4th step in jcl?
how to refer the data field?
What is SSRANGE, NOSSRANGE ?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Explain about level numbers?
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?
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
1) can we display the index?