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 Pic 9v99 Indicates in COBOL?
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.
How do you differentiate between cobol and cobol-ii?
HOw can I get the negative sign while deduct high value from low value
State the various causes of s0c1, s0c5 and s0c7.
Which division and paragraphs are mandatory for a COBOL program?
What is the difference between external and global variables in COBOL?
What is the difference between goback, stop run and exit program in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how do you reference the rrds file formats from cobol programs
What are different data types in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How do define dynamic array in cobol.
How are the next sentence and continue different from each other?