PREPARE

The PREPARE statement creates an executable form of an SQL statement from a character-string form of the statement. The character-string form is called a statement string, and the executable form is called a prepared statement.

For more information, see PREPARE in the SQL Reference topic in the Information CenterLink to Information center.