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 / ad
+
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many sections are there in data division in COBOL?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between perform … with test after and perform … with test before?
What are the various section in data division and briefly explain them.
How do you reference the following file formats from cobol programs?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the local-storage section?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Explain what you understand by passing by value.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Can a Search can be done on a table with or without Index?
how do you reference the variable unblock file formats from cobol programs
For rewrite, why is it mandatory that file needs to be opened?