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
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What kind of error is trapped by on size error option?
HOw can I get the negative sign while deduct high value from low value
How do define dynamic array in cobol.
What is the difference between PIC 9.99 and 9v99 in COBOL?
how do you reference the rrds file formats from cobol programs
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How many sections are there in data division in COBOL?
What is the difference between comp and comp-3 usage?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is the difference between binary search and sequential search?
Describe the cobol database components?
how do you reference the variable block file formats from cobol programs
Discuss about changing dataset name in proc.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?