In an array processing what is the thing that can be done
by using subscripts but not by using index
Answer Posted / yuvaevergreen
hi,
Incrementing or decrementing is possible in subscripting
using - or + whereas the same operation in indexing is
possible is achieved by using SET statement.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
how do you reference the rrds file formats from cobol programs
Which division and paragraphs are mandatory for a COBOL program?
how do you reference the ksds vsam file formats from cobol programs
How you can characterize tables in cobol?
What is the difference between comp and comp-3?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
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.
What are the pertinent COBOL commands?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Name some of the examples of COBOl 11?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the difference between PIC 9.99 and 9v99 in COBOL?
How to use the same COBOL program in Batch and CICS on lines? explain with an example