Answer Posted / raja
Subscript refers to the array occurrence while index is the
displacement (in no of bytes) from the beginning of the
array. An index can only be modified using PERFORM, SEARCH
& SET. Need to have index for a table in order to use
SEARCH, SEARCH ALL.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how do you reference the esds vsam file formats from cobol programs
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Give some examples of command terminators?
how do you reference the printer file formats from cobol programs
How you can read the file from bottom?
What type of SDLC u followed? Why?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is amode(31)
How do you reference the following file formats from cobol programs?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What are literals?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
For rewrite, why is it mandatory that file needs to be opened?