How To move a value to an array using move verb?
Answer Posted / suresh ramaiyan
one correction in Jagan's answer..
MOVE 1 to A(I)
we should not use [] for array in cobol.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
How to know whether the module is dynamical or statistical?
Explain about different table spaces.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Give some examples of command terminators?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how do you reference the variable block file formats from cobol programs
What is cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Define static linking and dynamic linking.
what is difference between cobol and cobol/400
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?
What is the difference between comp and comp-3 usage?