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 / dev
only option (a) is correct as per the requirement
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
Which Search verb is equivalent to PERFORM…VARYING?
What is comp-1 and comp-2?
What is the difference between goback, stop run and exit program in cobol?
What is amode(31)
How do you get the data to code the BMS macro?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How do you reference the fixed block file formats from cobol programs
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What guidelines should be followed to write a structured cobol prgm?
What are various search techniques in cobol? Explain.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
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.