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.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.