in how many mode we can open a file ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / ancora
1. How many possible modes are there to open a file in
output mode?
| Is This Answer Correct ? | 1 Yes | 0 No |
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.
Difference between array and sub-script ?
What is the difference between comp and comp-3?
can i use multiple when statements in search & search all ? justify ur answer?
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 ?
What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?
What are various search techniques in cobol? Explain.
Why there is no questions in this column?
What should be the sorting order for SEARCH ALL?