What is the difference between index and subscript?
Answer Posted / vamsi krishna g
subscript is occurence type like arrays so if u want to
dispaly a value of it means it will search for it from
begining
indexed:
if u want to dispaly a value of an vairable it will
directly diplaces to that value and display the value
so from this we can say
subscript is an occurance type and indexed is displacement
type
if any wrong means please update me
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What are the cobol coding sheets?
What is difference between static and dynamic call in cobol?
Which is not true about evaluate statement
How you can read the file from bottom?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is link edit in cobol?
Which mode is used to operate the sequential file?
What is the usage of comp fields in cobol?
What is the difference between Call and a Link?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the different types of condition in cobol and write their forms.