.------------------------------. V | >>-LIST----+-SQL------+-stored-statement-name-+--+-+----------->< | '-*---------------------' | | .----------------------. | | V | | '-SET----+-*---------------+--+---------' +-AUTOCommit------+ +-CASE------------+ | (1) | +-CLAss-----------+ +-CONTInue--------+ | (1) | +-COPies----------+ +-COSTest---------+ +-DECimal---------+ +-ISOLation-------+ +-LANGuage--------+ +-NULL------------+ +-PAGEsize--------+ | (1) | +-PRINTRoute------+ +-RUNMode---------+ +-SEParator-------+ '-VARChar---------'
Notes:
|
LIST is an ISQL command that lists information about stored SQL statements or the settings of operational characteristics set by the SET command.
list set continue
the current continuation character is displayed. Valid functions are any of those functions performed by the SET command.
If * is specified, the current operational characteristics in effect for all SET command functions are listed. For a description of the SET characteristics, see SET. for more information.
The LIST command can be used with more than one keyword option in a single command. For example, if you want to display more than one operational characteristic, you can type:
list set page case null
If you want to display more than one stored SQL statement, you can type:
list sql myquery query1
Stored SQL statements and operational characteristics may not be listed at the same time.