Examples

  1. To display a command prompt panel:
    ERASE ?
  2. To erase the table PATTI.TABLEONE:
    ERASE TABLE PATTI.TABLEONE
  3. To erase a query named JBQUERY and display a confirmation panel.
    ERASE JBQUERY (CONFIRM=YES
  4. To erase the table PATTI.TABLETWO at the DALLAS location while your local location is BOISE, you must first connect to DALLAS:
    CONNECT TO DALLAS
    then issue the ERASE command:
    ERASE TABLE PATTI.TABLETWO
[ Previous Page | Next Page | Contents | Index ]