Hai friends
why we need to read a file before re-write a record?
Answer Posted / guest
The file may be ESDS, RRDS or KSDS.
Assuming that the access mode is sequential.
If you are directly performing a 'REWRITE' operation it
will end oup with file status=43. Means'DELETE OR REWRITE &
NO GOOD READ FIRST'.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
how can i see junk values in dclgen or in hostvariable of comp ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
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 access the file from prodution from changeman tool and to submit a file to production
What is redefines clause in COBOL?
How do we get current date from system with century in COBOL?
What rules are followed by the search verb.
What is the Purpose of Pointer in the string?
explain sorting techniques in cobol program?
Differentiate between structured cobol programming and object-oriented cobol programming.
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?
What is cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?