  | 
»  | 
 | 
  
 | 
 | 
Displays SQLMigrate commands and descriptions. Scope |    |  
 SQLMigrate Only SQLMigrate Syntax |    |  
 Description |    |  
 If you type HELP without parameters, a list of SQLMigrate commands is
displayed.  
 If you type HELP followed by a command name, then the
syntax, an explanation of the command, and an example are returned.
 
 Example |    |  
 
   SQLMIGRATE=> help;
   The SQLMIGRATE commands are:
      ADD                   MIGRATE                    REPAIR
      CREATE                PREVIEW                    SET
      EXIT                  QUIT                       SHOW
Help is available on any of the above commands by typing HELP followed
by the command name (Example - HELP MIGRATE;).
For more information, please refer to the SQLMigrate section of the 
ALLBASE/SQL Database Administration Guide.
    SQLMIGRATE=> help add;
     ADD DBEFILE DBEFileName to DBEFILESET SYSTEM;
       This command associates a DBEFile to the SYSTEM DBEFileSet.
       When adding space to the SYSTEM DBEFileSet, the first step is to
       create a new DBEFILE.  The second step is to ADD the DBEFILE to the
       SYSTEM DBEFILESET.
       EXAMPLE:  ADD DBEFile ThisDBEFile to DBEFILESET SYSTEM;
   SQLMIGRATE=>
 |  
  
 |