What are different file OPEN modes available in COBOL?
Answer Posted / arti
input,output,i-o,extend.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
what is amode(24), amode(31), rmode(24) and rmode(any)?
What kind of error is trapped by on size error option?
What are the different types of condition in cobol and write their forms.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Write down the divisions of cobol program?
What are the pertinent COBOL
What is the difference between perform … with test after and perform … with test before?
Describe the cobol database components?
how to refer the data field?
How do we get current date from system with century in COBOL?
When is inspect verb is used in cobol?
What are the pertinent COBOL commands?
What is report-item in COBOL?
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?
how to move the records from file to array table. give with code example