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 happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....
How to read records from flat file in reverse order through COBOL program?
14 Answers Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,
What is the difference between working storage copybook and linkage section copybook?
What is the meaning of 'TALLING' verb in cobol?
how to move the records from file to array table. give with code example
How to display the index.(displacement from an array)
COMP-3 field occupy ?
I want ALL jcl ERROR cods
what is a load module ?
How to read a 100 record from a file through cobol?
can any one give good example for cond 88 level number and for renames pls urgent dudes ?
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?