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 default value(s) for an initialize? What keyword will allow for an override of the default?
How to print 10 to 1 if the input have only 10 digit number?
What do you understand by psb and acb?
how to move the records from file to array table. give with code example
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
explain sorting techniques in cobol program?
What the difference is between continue and next sentence?
How do you differentiate between cobol and cobol-ii?
Which division and paragraphs are mandatory for a COBOL program?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are declaratives and what are their uses in cobol?
How do define dynamic array in cobol.
What is the use of intialize verb?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?