These two commands tell you about stored procedures in a database.
DISPLAY | LIST PROCEDURES
[ TO PRINT [ PROMPT ]
| TO [ FILE ] cFileName [ ADDITIVE ] ]
[ NOCONSOLE ]
The names of the procedures are listed in the order in which they're stored in the database. Note that this is not the same order you see in the Project Manager. The PM lists stored procedures alphabetically.
This listing includes those procedures added automatically by the Referential Integrity Builder. Note that DISPLAY/LIST PROCEDURES
show you only the names of the procedures, not their contents.
A database has to be open and set as current before you issue these commands.
OPEN DATABASE TasTrade
LIST PROCEDURES TO FILE TTProcs.TXT