What are different file OPEN modes available in COBOL?
Answer Posted / aji cherian
Input, output, i-o and Extend
| Is This Answer Correct ? | 53 Yes | 4 No |
Post New Answer View All Answers
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Give some examples of command terminators?
Write a cobol program making use of the redefine clause.
What are different data types in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is Pic 9v99 Indicates in COBOL?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How do u write test cases?
Explain about different table spaces.
how do you reference the variable block file formats from cobol programs
Describe the cobol database components?
What kind of error is trapped by on size error option?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
For rewrite, why is it mandatory that file needs to be opened?
What is the LINKAGE SECTION used in COBOL?