how to display comp3 variables reply soon ?
Answer Posted / fjord
01 ws-a pic s9(5) comp-3 value 12345.
01 ws-b pic s9(5).
Procedure division.
move ws-a to ws-b
display ws-b upon terminal.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and PIC9v99?
how do you define single dimensional array and multidimensional array in your cobol?
Difference between cobol and cobol-ii?
HOw can I get the negative sign while deduct high value from low value
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are various search techniques in cobol? Explain.
What are declaratives and what are their uses in cobol?
How do define dynamic array in cobol.
How many sections are there in data division in COBOL?
What is the difference between Call and a Link?
What is the difference between comp and comp-3 usage?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
how to move the records from file to array table. give with code example
What is report-item in COBOL?