I hav vari declaration like.....
77 a pic s9(9).99.
77 b pic s9(9).99 comp.
77 c pic s9(9).99 comp-3.
if i use MOVE 123456789.99 to a,b,c what happen every one
working fine ?
Answer Posted / sri
comp does not work fine becoz it does not support decimal format
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How do you define a variable of comp-1 and comp-2?
HOw can I get the negative sign while deduct high value from low value
Explain what you understand by passing by value.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are different data types in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
what is the difference between COBOL2 AND COBOL390?
what is difference between cobol and cobol/400
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how to access the file from prodution from changeman tool and to submit a file to production
Name the sections present in data division.
What is the compute verb? How is it used?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What are the rules of the move verb?
i want a program using by if, evaluate , string, unstring, perform, occurs?