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
What are different data types in cobol?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Name some of the examples of COBOl 11?
explain sorting techniques in cobol program?
What is static and dynamic call in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are all the divisions of a COBOL program?
Write a program to explain size error.
What are the different rules to perform a Search?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Whats the difference between search & search ALL?
how can i see junk values in dclgen or in hostvariable of comp ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How do get the result of your program directly on your pc?