hi, can you ppl tell me, how to check whether the rewrite
we gave for the ksds file is successful or not in the
program.? i gave rewrite, the rewrite code is executing and
maxcc=0 but updation doenot happen in the file?
Answer Posted / lu
In cobol batch program for KSDS,ESDS ,every time you write
or rewrite or delete,READ..you HAVE to check FILE-STATUS ...
Test FILE-STATUS !! Don't use INVALID KEY !!!
in CICS, you check EIBRESP....
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Give some examples of command terminators?
Mention the guidelines to write a structured cobol program?
) How do u handle errors in BMS macro?
What are the different rules of SORT operation?
) what is the difference between AID and HANDLE AID?
) How do u handle errors in BMS macro
What is inspect in cobol ?
What is report-item in COBOL?
What is the difference between PIC 9.99 and PIC9v99?
What rules are followed by the search verb.
how do you reference the esds vsam file formats from cobol programs
What are various search techniques in cobol? Explain.
For rewrite, why is it mandatory that file needs to be opened?
what is s000 u4087 error? please give the all error codes in cobol,jcl.