DSNA207E DSNACA00 TCB=tcb-address DID NOT RECOGNIZE ACTION PARAMETER - parameter-name
Explanation
An unrecognized action request type or parameter was received by the Db2 call attachment facility and could not be processed. The allowable action request types are CONNECT, OPEN, CLOSE, DISCONNECT, and TRANSLATE. This message is accompanied by return code (R15) 200 and code (R0) 00C10207.
System action
Control returns to the caller. Your request was not processed. The Db2 call attachment facility is ready for more input.
System programmer response
Refer the problem to the programmer using the Db2 call attachment facility.
Programmer response
Correct the logic in your application. Check the spelling of the action parameter type or keyword on the previous request passed to the Db2 call attachment facility. The action parameter type you passed is listed in the parm field of the DSNA800I trace message. If the error is not the action parameter, the parameter in error is listed in the parm field of this message.
Problem determination
See a DSNTRACE trace stream to understand the context of this message.