SQLXLAT data set syntax
SQLXLAT syntax diagram
Remember the following points:
- The columns referenced in a COLUMN specification must be part of the table referenced in the preceding TABLE specification.
To translate a column without translating a table name, you must specify both tableName and newTableName as the same character string.
To specify multiple tables in one specification, use an asterisk (*) as a wildcard character in place of any userID, tableName, or newTableName. BMC AMI Log Master translates the names of all tables that match your specified pattern. The asterisk represents a complete user ID or table name (you cannot match on part of a name).
You cannot specify multiple columns in one specification (BMC AMI Log Master does not support wildcard characters in column names).
For an example of SQL name translation, see Sample SQLXLAT DD statement. For more information about the SQLXLAT DD statement, see SQLXLAT in Specifying-the-DD-statements.