How To move a value to an array using move verb?
Answer Posted / r
In continuation with first answer below code need to be
added in
01 Array
05 A PIC X(10) occurs 10 times.
CODE: 01 ARRAY
05 A PIC X(10) OCCURS 10 TIMES INDEXED BY I.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How are the next sentence and continue different from each other?
State the various causes of s0c1, s0c5 and s0c7.
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 you reference the fixed block file formats from cobol programs
Can you please let me know the centre name of INS certification in Kolkata.
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are the different types of condition in cobol and write their forms.
example for sub strings ? and refernce modifications whit output pls
What is amode(24)?
What is redefines clause in COBOL?
What type of SDLC u followed? Why?
How do define dynamic array in cobol.
) how do u code after getting data?
how do you define single dimensional array and multidimensional array in your cobol?
Explain what you understand by passing by value.