- 论坛徽章:
- 0
|
I have some probrem with my program.I hope someone can help me. when my program running i receive this message:
"File DA\RPWP in library LIB#TBLD in use.
Error occurred during processing of command.
Function check. CPF9899 unmonitored by CHKFLEMBR at statement 2100,
instruction X'003D'.
CPF9899 received by CHKFLEMBR at 2100. (C D I R)"
The CHKFLEMBR is a CLP program and is called by a LANSA program.The statement 2100 of CHKFLEMBR is:
CHKOBJ OBJ(&WK\FLE) OBJTYPE(*FILE) MBR(&WK\MBR)
I use this statement to check whether the file member &WK\MBR exits in the file &WK\FLE(in fact,it's value is "DA\RPWP" .
I know that CHKOBJ command will not send error message if the object check is locked.But Why the program send message tell me "File DA\RPWP in library LIB#TBLD in use"? and why (in what case) the CHKOBJ command send the CPF9899 message to the user?
Can you help me? Thank you. |
|