DISPLAY PROCEDURES Command Example
The following example opens the testdata
database, and uses DISPLAY PROCEDURES to display the stored procedures (if any) in the database. If there are no stored procedures in the database, you can run the example for APPEND PROCEDURES to add a procedure to the database.
CLOSE DATABASES
OPEN DATABASE (HOME(2) + 'Data\testdata')
CLEAR
DISPLAY PROCEDURES && Displays stored procedures in the database