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 / saikat
+ and - both are correct.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the difference between binary search and sequential search?
Write a program to enter and display the names of students in a class using the occurs clause.
What is difference between static and dynamic call in cobol?
What is the difference between structured cobol programming and object alternativelyiented 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.
Explain about different table spaces.
What is redefines clause in COBOL?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Name the sections present in data division.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
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.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Have you used comp and comp-3 in your project? And how?
how can i see junk values in dclgen or in hostvariable of comp ?
What are different data types in cobol?