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
+
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the LINKAGE SECTION used in COBOL?
What is the difference between comp and comp-3?
how do you reference the printer file formats from cobol programs
What rules are to be followed while using the corresponding options?
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
what is the use of outrecord?
Explain how you can characterize tables in cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Write a program to explain size error.
What is a SSRANGE and NOSSRANGE?
For rewrite, why is it mandatory that file needs to be opened?
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 you can characterize tables in cobol?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?