Pathmaker Reference Manual
Server Constructs
Macro Language Construct Variables
067869 Tandem Computers Incorporated Cā15
Figure C-1. Hierarchy of Server ITERATE Constructs
063
The Server
#Compiler-Directives
#Server Files
#Services
#Service-Files
#Params
#File-Primary-Key-Columns
#Fiile-Data Columns
#File-SQLIO-Sections
#Items
#SQLIO-Access-Path-Columns #SQLIO-Access-Path-Ext-Columns
#Compiler-Directives
Iterate through the compiler directive lines for the server. Establishes a current
directive line.
#File-Data-Columns
Iterate over the columns (not including "FILLER" items added for alignment) of the
current service file ā must be an SQL table. The implied SYSKEY column (if any) is
not included. Establishes a current column.
#File-Primary-Key-Columns
Iterate over the columns in the primary key defined for the current service file, which
must be an SQL table. This will include the implied SYSKEY column if it exists.
Establishes a current column.
#File-SQLIO-Sections
Iterate through the SQLIO operation sections defined for the current service file, which
must be an SQL table. Establishes a current SQLIO section.