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 / 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 |
what is Pic 9v99 Indicates?
How can we pass data from cobol to JCl?
What are options have been removed in COBOL 11?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
What is EIBCALEN? Why it is used?
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
What is Static and Dynamic linking ?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What R 2 of the common forms of the EVALUATE STATEMENT ?
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
What is the difference between external and global variables in COBOL?