in how many mode we can open a file ?

Answer Posted / ananta bajpai

we can open a file in 4 modes

1. input mode
2. output mode
3. extend mode
4. I-O mode

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2052


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8156


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

714


What are 77 levels used for?

656


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

643






What is the difference between next sentence and continue in cobol programing language?

708


Explain about different table spaces.

644


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

670


Name the divisions, which are available in a cobol program?

683


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

734


how to move the records from file to array table. give with code example

2216


What are declaratives and what are their uses in cobol?

706


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1586


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


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1868