PURPOSE: OSQL USE executes menus (created with OSQL MENU or OSQL BUILD) and commands under the OSQL environment. OSQL will automatically display the message "Processing, please wait" between each menu.
OSQL USE object_type object_name
object_type |
CM (Command Module), PM (Process Module), SF (System File) |
object_name |
is the name given to the Data Base Library (DBL) object by the user for referencing. |
*OSQL USE CM TEST1
*OSQL USE PM ORDERS_MENU
*OSQL USE SF TEST2