Answer Posted / vineet
we can open the file in 4 modes
1) Input mode
2) Output mode
3) I-O mode
4) Extend
Vineet
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is length is cobol?
Why would you use find and get rather than to obtain?
What are the different open modes available in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
how to refer the data field?
Write some characteristics of cobol as means of business language.
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 the difference between AID and HANDLE AID?
Explain what you understand by passing by value.
What is the difference between external and global variables in COBOL?
State the various causes of s0c1, s0c5 and s0c7.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
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?
How to print 10 to 1 if the input have only 10 digit number?