  | 
»  | 
 | 
  
 | 
 | 
Displays and describes all SQLGEN commands. Scope |    |  
 SQLGEN Only SQLGEN Syntax |    |  
 >>H[ELP]  { CommandName   Keyword } Parameters |    |  
 - CommandName
 
is the name of the command for which you want HELP.
 - Keyword
 
is the name of a keyword for which you want HELP.  Keywords include
GENERAL, MAIN, OBJECT, and SUMMARY.
 
 Description |    |  
 HELP with no parameters can be used to obtain general information about
SQLGEN. 
 HELP followed by a command name provides specific help for that
command.  In addition, help is also available for the following keywords:
 GENERAL - provides general information about SQLGEN.
 MAIN - provides command syntax and a summary of the HELP facility.
 OBJECT - provides information about entering object names.
 SUMMARY - provides a summary of all SQLGEN commands.
 
  
 Example |    |  
 
   >> help exit
   SYNTAX     >> E[XIT]
   OPERATION  EXIT terminates SQLGEN execution.  If the DBE session
              has not been ended before entering EXIT, an automatic
              RELEASE occurs before exiting SQLGEN.
   EXAMPLE    >> EXIT
              DBEnvironment has been RELEASED.
              END OF PROGRAM
         
 |  
  
 |