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 |
can I copy book which contain db2 statment in procedure divion?
How can we pass data from cobol to JCl?
Should I use STOP RUN in the sub program??why?
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
Why there is no questions in this column?
In an EVALUATE statement, can I give a complex condition on a when clause?
can we display comp-3 variables. if we want to display what we have to do . give me one example
What are literals?
What does the initialize statement do ?
What is Control Break processing ?
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
what is jcl approach for programming?