55 pts.
 Is this a library list error?
Function check. CPF0001 unmonitored by * at statement *, instruction X'0021'

Software/Hardware used:
ASKED: October 29, 2012  12:53 PM
UPDATED: October 29, 2012  1:25 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. Michael Tidmarsh   11,410 pts. , jnixon   55 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

There is no way for us to know from the limited information you supplied. You only showed text from some message, but you didn’t give us the message ID. The text refers to a different message that has message ID CPF0001, but you didn’t show that message to us… and that one is probably about the real error. — Tom

 108,280 pts.

 

Thanks! I did figure this out to be a parameter not passed correctly.

 55 pts.

 

Whenever error conditions are asked about, the error text is useful but the message ID is almost required. In many cases, different Message IDs can have the same text but different causes. A “function check” message generally shows up when some inner ‘function’ had a failure and there was no handling of that failure. Most likely, the function check message ID was CPF9999. — Tom

 108,280 pts.