The first statement of the PL/I program must be a PROCEDURE statement.
SQL statements can be coded in a PL/I program wherever executable statements can appear.
Each SQL statement in a PL/I program must begin with EXEC SQL and end with a semicolon (;). The key words EXEC SQL must appear all on one line, but the remainder of the statement can appear on the next and subsequent lines.