OSQL USE Command

PURPOSE: This command executes menu’s (created with OSQL MENU) and commands under the OSQL environment.  OSQL will automatically display the message "Processing, please wait..." between each.

Syntax

OSQL USE  object_type object_name

object_type CM (Command Module), PM (Process Module), SF (System File)
object_name name given to the DBL object by the user for referencing.

Examples

*OSQL USE CM TEST1
*OSQL USE PM ORDERS_MENU
*OSQL USE SF TEST2

OSQL Update Command    Manipulating Oracle Tables from a PM