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 / guest
Correct answer is +. If we used + than it will print + for
positive value and - for negative value.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the difference between COBOL2 AND COBOL390?
How arrays can be defined in COBOL?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What guidelines should be followed to write a structured cobol prgm?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
how to refer the data field?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
) How do u handle errors in BMS macro
What is Pic 9v99 Indicates in COBOL?
What are the different rules for performing sort operation?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Difference between array and sub-script ?
How to know whether the module is dynamical or statistical?
What rules are followed by the search verb.
What are the pertinent COBOL commands?