JSR352 - Error while updating VSAM file using ZFile.update()

502 Views Asked by At

The writer class opens a file (myfile) in mode and looks-up for a record using a key. Once the record is found, an update() is invoked. I get the following exception when the update() call is getting executed

fupdate() failed; EDC5065I A write system error was detected. (errno2=0xC0500090); errno=65 errno2=0xc0500090 last_op=115 errorCode=0x80060

This file is opened in the "rb,type=record" mode in open() method of the writer and is closed in the close() method of the writer.

The error happens when the writer is getting executed for the very first chunk of the job.

What could be the problem ?

0

There are 0 best solutions below