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 |
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
how can we find total no of records in a file ....is there any utility......?
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
Have you used comp and comp-3 in your project? And how?
what is record label is empty or standard in file description of data division?
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
How many bytes do a s9 (7) comp-3 field occupy?
what is sync clause?
what are the utilities for load and unload the DB2 tables
can we read in input the file with a variable length ? please , how ..could you help me ?
How to execute a set of JCL statements from a COBOL program?
what is the difference between Plan & package?