What is the mode in which you will OPEN a file for writing?
Answers were Sorted based on User's Feedback
Answer / vikas pujar
If want to write new records :
1) Output - New records will be written , old will be
overwritten.
2) Extend - New records will be appended to existing ones
Where as :
1) I- O : Used to re-write the existing records, but not to
write new records
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / suputhru
I agree with vikas,
only in 2 modes: Output and Extend.
| Is This Answer Correct ? | 2 Yes | 0 No |
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Which is not true about evaluate statement
What is the difference between PIC 9.99 and PIC9v99?
Write a program to explain size error.
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What should be the sorting order for SEARCH ALL?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Write the code implementing the perform … varying.