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
What is the difference between a binary search and a sequential search what are the pertinent cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
State the various causes of s0c1, s0c5 and s0c7.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What are different data types in cobol?
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 kind of error is trapped by on size error option?
how to access the file from prodution from changeman tool and to submit a file to production
explain sorting techniques in cobol program?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how do you reference the rrds file formats from cobol programs
What is link edit in cobol?
Write a program to explain size error.
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 following file formats from cobol programs?