Which of the following EDITind and PICTURE symbols is to be
used if a
minus(-) is to appear before the value if the value is
-ve and a plus(+)
is to appear before the value if the value is +ve?
(a) +
(b) -
(c) + OR
(d) It is not possible
Answer Posted / swappy
Answers #1 and #3 are correct. "+" is used to display +ve
as well as -ve sign. "-" is used to display a -ve sign when
the no. is -ve.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
For rewrite, why is it mandatory that file needs to be opened?
Mention the guidelines to write a structured cobol program?
Write a cobol program making use of the redefine clause.
How you can characterize tables in cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is rmode(any) ?
Explain how you can characterize tables in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
What is the utilization of copybook in cobol?
Discuss about changing dataset name in proc.
Define static linking and dynamic linking.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Define cobol?
What is report-item in COBOL?
What is the usage of comp fields in cobol?