Thank you for your help. However, this is the sql Statement.
I wish to know Uniquery "LIST" command. I need to LIST a file call MB.MST and then sent the output to a text file. I can't use SQL cause my unidata does not support the SQL stament.
Quote:
|
Originally Posted by tmullins
Example
OUTPUT TO "table_name.txt" WITHOUT HEADINGS
SELECT tabname
FROM systables
WHERE tabid > 99
|