in how many mode we can open a file ?

Answer Posted / ancora

1. How many possible modes are there to open a file in
output mode?

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1520


What are the different rules to perform a Search?

613


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

641


Write a program to explain size error.

669


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

709






How you can characterize tables in cobol?

710


How to remove 2 duplicate records and copy only one using job control language?

737


Write a program to enter and display the names of students in a class using the occurs clause.

647


How arrays can be defined in COBOL?

661


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

624


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?

1798


What is the Purpose of POINTER Phrase in STRING command in COBOL?

713


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10574


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1607


How can you get the ksds file records into your cobol program?

639