Answer Posted / ajay dwivedi
Subscript refers to an array occurrance, whereas Index
shows the displacement in number of bytes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Whats the difference between search & search ALL?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How do you reference the following file formats from cobol programs?
What are various search techniques in cobol? Explain.
Write a program to explain size error.
Write some characteristics of cobol as means of business language.
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
What is the Purpose of POINTER Phrase in STRING command in COBOL?
explain sorting techniques in cobol program?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Describe the cobol database components?
How to know whether the module is dynamical or statistical?
What is a SSRANGE and NOSSRANGE?
How to use the same COBOL program in Batch and CICS on lines? explain with an example