Hi,
My program reads records by a logical file (LF1) and diaplaying it in a subfile and updating the record by chaining through another logical file LF2.
But the chain operation getting following exception. LF1 and LF2 are logical of PF1.
Record 1 member LF2 already locked to this job.
C
I/O error CPF5032 was detected in file LF2.
Function check. RNX1299 unmonitored by XXXE1 at statement 0000034300,
instruction X'0000'.
The call to PROCESSSF1 ended in error (C G D F).
Please help me to solve this issue.
My program reads records by a logical file (LF1) and diaplaying it in a subfile and updating the record by chaining through another logical file LF2.
But the chain operation getting following exception. LF1 and LF2 are logical of PF1.
Record 1 member LF2 already locked to this job.
C
I/O error CPF5032 was detected in file LF2.
Function check. RNX1299 unmonitored by XXXE1 at statement 0000034300,
instruction X'0000'.
The call to PROCESSSF1 ended in error (C G D F).
Please help me to solve this issue.


Comment