Pathmaker Reference Manual
Server Constructs
Macro Language Construct Variables
C–16 067869 Tandem Computers Incorporated
#Items
Iterate through the items in the current logical file or parameter. There must be a
current service logical file or server logical file or Param. Establishes a current item.
#Params
Iterate through all formal parameters to the current service. Establishes a current
parameter.
#Server-Files
Iterate through all logical files for the server (i.e. the files from contained services
which can share an Open). See comments for construct #File-Sharing-Service-Name.
Establishes a current logical file.
#Service-Files
Iterate through all logical files for the current service. Establishes a current logical file.
#Services
Iterate through the services in the server. Establishes a current service.
#SQLIO-Access-Path-Columns
Iterate through the columns of the access path associated with the current SQLIO
operation. May include the "SYSKEY" column, if one exists. Establishes a current
column.
#SQLIO-Access-Path-Ext-Columns
Iterate through the columns (if any) of the extension to the access path associated with
the current SQLIO operation, where the extended path forms a unique ordering. May
include the "SYSKEY" column, if one exists. Establishes a current column.