to character position 71 of the record. Individual keyword parameters may not be continued over more than one record.
An asterisk ('*') in character position 1 will indicate a comment record, which will be ignored for parameter validation processing.
The following parameters may be specified:
•DB2SSID=xxxx
This mandatory parameter is used to specify the subsystem identifier of the DB2 subsystem to be used during execution of the utility. The subsystem identifier ‘xxxx’ can be
•PLAN=xxxxxxxx
This is an optional parameter which is used to specify the DB2 plan name to be used during execution of the utility, where ‘xxxxxxxx’ is the
•PRINT=DETAILSUMMARY
This is an optional parameter which is used to control the level of reporting performed by the utility. If a value of SUMMARY is specified for this parameter, the detailed processing report will be omitted. All other print reports will be produced as normal. If the default value of DETAIL is specified, all print reports (including the detailed processing report) will be produced.
SQLIN entry specification
The SQLIN file is a
The SQL SELECT command should have the general format:
SELECT key1, key2, .. .., keyn FROM table_name
where ‘key1’, ‘key2’, …., ‘keyn’ are the names of the columns which are used
to establish a unique key for each row in the database, and ‘table_name’ is the name of the DB2 table which is to be processed by the utility (ie. the name of the table itself, not the view of the table created during product installation processing)
(eg):
SELECT ACCOUNT, SUBCODE FROM OTDBTEST.TAB1
The table analysis utility will cause this statement to be validated by DB2 for correct SQL syntax. Any invalid specification will cause an SQL error to be
DB2 Manager User Guide | 107 |
StorageTek Proprietary |
|