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 length is cobol?
Define cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
) How do u handle errors in BMS macro?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
how to move the records from file to array table. give with code example
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the usage of comp fields in cobol?
What are the cobol coding sheets?
State the various causes of s0c1, s0c5 and s0c7.
how do you reference the printer file formats from cobol programs
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Explain how to differentiate call by context by comparing it to other calls?
How do you reference the following file formats from cobol programs?
What is a SSRANGE and NOSSRANGE?