Hai friends
why we need to read a file before re-write a record?
Answer Posted / mallappa
Rewrite is nothing but Update so if you want to
modify/changes in the record you should read the record
first, which you want to
then you can rewrite it. I hope it will clarify your
doubts.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we redefine the field of x(200) to less than 200?
IF I mention stop run in CICS what happens?
For rewrite, why is it mandatory that file needs to be opened?
explain sorting techniques in cobol program?
What is the difference between external and global variables in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How you can characterize tables in cobol?
What is a report item?
What is the difference between PIC 9.99 and PIC9v99?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?