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
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between Call and a Link?
Define cobol?
how do you reference the rrds file formats from cobol programs
how can i see junk values in dclgen or in hostvariable of comp ?
What is the difference between next sentence and continue in cobol programing language?
What are the different types of condition in cobol and write their forms.
Name some of the examples of COBOl 11?
What is a SSRANGE and NOSSRANGE?
What is static and dynamic call in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are the different data types in cobol?
What is the use of intialize verb?
How do get the result of your program directly on your pc?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?