What are the different data types available in COBOL?
Answer Posted / v@m$i
NUMERIC------ 9
ALPHABETIC--- A
ALPHANUMERIC-- X
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between comp and comp-3 usage?
What is cobol?
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.
how do you reference the ksds vsam file formats from cobol programs
i want a program using by if, evaluate , string, unstring, perform, occurs?
Write a cobol program making use of the redefine clause.
Can a Search can be done on a table with or without Index?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What are various search techniques in cobol? Explain.
What is comp-1 and comp-2?
Whats the difference between search & search ALL?
For rewrite, why is it mandatory that file needs to be opened?
When is inspect verb is used in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
Write a program to enter and display the names of students in a class using the occurs clause.