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
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Name the sections present in data division.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the utilization of copybook in cobol?
how to convert the recors form vsam file to db2 table tru file aid
Difference between array and sub-script ?
IF I mention stop run in CICS what happens?
Give some examples of command terminators?
What is the difference between external and global variables in COBOL?