Hai friends
why we need to read a file before re-write a record?
Answer Posted / viks
A disk file, for example MASTER FILE, can be opened as I-O,
which means records from the disk will be accessed, read,
changed, and rewritten.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
In which area will you utilize 88 level items in cobol?
How do we get current date from system with century in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Explain how to differentiate call by context by comparing it to other calls?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What are the cobol coding sheets?
how do you reference the ksds vsam file formats from cobol programs
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How do you define a variable of comp-1 and comp-2?
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 amode(24), amode(31), rmode(24) and rmode(any)?
explain sorting techniques in cobol program?
What is the difference between goback, stop run and exit program in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning