Entering SQL statements

You can enter SQL statements freeform in the SQL statement entry area. If you want to enter more than one SQL statement, you must separate the statements with a semicolon (;). When the SQL statements are processed, the last column of each line is joined directly to the first column of the next line. If a token ends in the last column of a line, ensure that the first column of the next line contains a blank or a delimiter token.

For detailed information about constructing SQL statements, see the DB2 for z/OS SQL Reference.