What is the mode in which you will OPEN a file for writing?
Answer Posted / 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 |
Post New Answer View All Answers
Name the sections present in data division.
Can you please let me know the centre name of INS certification in Kolkata.
Name some of the examples of COBOl 11?
what is search and searchall?what is the diffrence between them?give an best example?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is Pic 9v99 Indicates in COBOL?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is difference between static and dynamic call in cobol?
What are all the divisions of a COBOL program?
What is an in line perform? When would you use it? Anything else you wish to say about it.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the difference between external and global variables in COBOL?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?