I have a Cobol program browsing a VSAM file...I get a good return code (0000) from my startbr but then a 0013 (notfind) on my readprev. The value in the rid field is the same one whose data was just displayed on the screen and used in the startbr.
Thanks
The application currently has a VSAM file with a numeric key field (court#) and an aix with an alpha key field (court name). Users can browse the data either way. The edit/add screens for a related table require users to input a numeric court key, then the system displays the name with the...
I'm getting the following message
DFHAC2206 11:24:10 Transaction KHR8 failed with abend 4038. Updates to local recoverable resources backed out.
This is a CICS Cobol program. The latest change was to add "copy xxxx" to the program then put 2 call statements...
You're right, it is Cobol. If the user hits eof after modifying the field the length field does indicate the correct length of the new input. If not, user just enters new data and leaves remaining characters on screen, the length field is set to the length of the original output field length...
It doesn't seem that my length field is being changed when inputting data shorter than the output field on the screen. What can I be doing wrong? Prior to this editing, the user has entered a key field which has been used to retrieve a record from the vsam file, formatted and sent to the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.