CA Datacom/DB SQL utility DBSRFPR job to rebind an SQL plan is failing with syntax error:
SYNTAX ERROR FOUND: CHECK PARAMETERS
ECHO PRINT OF PARAMETER BEING PROCESSED:<PLAN>
In this case, the parameter being passed to DBSRFPR...
// PARM='PLAN authid.sqlname REBIND'
... was missing the character '=' as shown below correctly...
// PARM='PLAN=authid.sqlname REBIND'
Refer to CA DATACOM CORE 15.1 documentation section "DBSRFPR Utility--SQL Upgrade Rebind"