What are the situations u have used in ur project for
Subcript and Index ?
1.if u use Subscript why not Index,why u choose Subscript
only?
2.if u use Index why not Subscript,what abt Displacement?
Answer Posted / talluri
---subcript is a occurence of arry element
---index is a displacement no of an array element
subcript is declared as a variable in wss but index declared
using index by clause
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to print 10 to 1 if the input have only 10 digit number?
What is amode(24)?
Explain the configuration section of a cobol program with examples of syntax.
What is the usage of comp fields in cobol?
What is the difference between external and global variables in COBOL?
What are 77 levels used for?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
A table has two indexes defined. Which one will be used by the SEARCH?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Give some examples of command terminators?
Can we change the password using ALTER? anyone tried and changed?
What is the difference between PIC 9.99 and PIC9v99?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Write some characteristics of cobol as means of business language.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps