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
Mention the guidelines to write a structured cobol program?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is the difference between next sentence and continue in cobol programing language?
what happens if parmparameter passes zero bytes to the program
How many sections are there in data division in COBOL?
Can you please let me know the centre name of INS certification in Kolkata.
What is the problem of ordered sequential files access?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
how to move the records from file to array table. give with code example
how do you reference the fixed unblock file formats from cobol programs
What do you understand by psb and acb?
How many bytes S(8) comp field occupy and its maximum value?
Write down the divisions of cobol program?
What is a report item?
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.