a pic s9(4) comp
b pic s9(4) comp-3
c ????????????????
d ????????????????
move a to c
add a+B giving d.
what is ur declaration for c,d?
Answer Posted / abhay
C should be declared as S9(04)
D should be declared as s(05)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is inspect in cobol ?
how to access the file from prodution from changeman tool and to submit a file to production
What is rmode(any) ?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How do get the result of your program directly on your pc?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Write down the divisions of cobol program?
What are various search techniques in cobol? Explain.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Why would you use find and get rather than to obtain?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Name the sections present in data division.