Start of change

DSNT280I   bind-command QUERY FOR query-type = query-identifier SUCCESSFUL

Explanation

A BIND operation has completed successfully.

bind-command
The type of command that resulted in the message:
BIND
For BIND QUERY commands.
FREE
For FREE QUERY commands.
LOOKUP
For BIND QUERY commands when the LOOKUP(YES) option is in effect.
query-type
Information that identifies the query:
QUERYNO
The query is identified by the query number (QUERYNO) in the table DSN_USERQUERY_TABLE.
QUERYID
The query is identified by the query ID (QUERYID) in the table SYSIBM.SYSQUERY.
query-identifier
The query number or query ID, depending on the query-type value.

When bind-command is LOOKUP, an instance of the DSNT280I message is issued for each row in the DSN_USERQUERY_TABLE that does not have matching rows in both the SYSIBM.SYSQUERY and SYSIBM.SYSQUERYPLAN catalog tables.

System action

Processing continues.

User response

No action is required.
End of change