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
When is inspect verb is used in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
What is cobol?
How you can characterize tables in cobol?
Describe the cobol database components?
Have you used comp and comp-3 in your project? And how?
What is rmode(24)
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What are the pertinent COBOL commands?
What are literals?
explain sorting techniques in cobol program?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Write some characteristics of cobol as means of business language.
Mention the guidelines to write a structured cobol program?
Differentiate between structured cobol programming and object-oriented cobol programming.