In an array processing what is the thing that can be done
by using subscripts but not by using index
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / nimi
subscripted array can be passed to a sub program whereas indexed array cannot be.
| Is This Answer Correct ? | 0 Yes | 0 No |
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
without performing any operations on a file how can i know whether it contains data or not
What does the INITIALIZE verb do?
what is sync clause?
Explain about Redefines cluse?
can I copy book which contain db2 statment in procedure divion?
What R 2 of the common forms of the EVALUATE STATEMENT ?
What are some examples of command terminators?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
What are the functions like c or c++ in cobol?
How do you submit JCL via a Cobol program?
2)Where the Plan is located in CICS-DB2?