Examples

  1. The following shows how to list the tables that have not been migrated for a specific application group:
        arstblsp -a 2 -g credit
  2. The following shows how to list the tables that are open for loading for a specific application group:
        arstblsp -a 3 -g credit
  3. The following shows how to close any open tables for a specific application group:
        arstblsp -a 1 -g credit
  4. The following shows how to close a specified table for a specific application group:
        arstblsp -a 1 -g credit -t AAA26
  5. The following shows how to migrate all tables for a specific application group. The ARSTBLSP program migrates each table in the application group to a separate table space:
        arstblsp -a 0 -g credit
  6. The following shows how to migrate a specific table of application group data:
        arstblsp -a 0 -g credit -t AAA26