Answer Posted / mf buzz
there is a small correction in above example.
ex.
A PIC 9.99 VALUE 1.11
B PIC 9v99 VALUE 2.22
display A,B
RESULT
a= 1.11
b=222 ( decimal point is not displayed)
| Is This Answer Correct ? | 39 Yes | 8 No |
Post New Answer View All Answers
explain sorting techniques in cobol program?
How to print 10 to 1 if the input have only 10 digit number?
What is cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How do we get current date from system with century in COBOL?
example for sub strings ? and refernce modifications whit output pls
What is the use of intialize verb?
What is inspect in cobol ?
what are decleratives in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the difference between goback, stop run and exit program in cobol?
Can we change the password using ALTER? anyone tried and changed?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the compute verb? How is it used?