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
How to print 10 to 1 if the input have only 10 digit number?
What is the LINKAGE SECTION used in COBOL?
In which area will you utilize 88 level items in cobol?
how do you reference the esds vsam file formats from cobol programs
what is the difference between COBOL2 AND COBOL390?
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 can we find that module can be called – whether DYNAMICALLY or STATICALLY?
IF I mention stop run in CICS what happens?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
) How do u handle errors in BMS macro
how do you reference the fixed unblock file formats from cobol programs
HOw can I get the negative sign while deduct high value from low value
How many bytes S(8) comp field occupy and its maximum value?
how do you reference the variable block file formats from cobol programs
Why occurs cannot be used in 01 level in COBOL?