RPG/400 Help


SQL/400 Syntax

Figure 71. Syntax for Entering SQL/400 Statements into an RPG/400 Program

C     :
C     :
C     :
C/EXEC SQL    (the starting delimiter)
C+
C+       (continuation lines containing SQL statements)
C+
.
.
.
C/END-EXEC    (the ending delimiter)
C     :
C     :
C     :


[ Top of Page | Previous Page | Next Page | Table of Contents ]