Previous Topic: JCL for Running the BACKUP Option

Next Topic: The RESTORE Option

BACKUP Output

When DataManager successfully backs up your table, you'll receive printed output like this:

COMPANY NAME ARCHIVE/RESTORE PROGRAM PAGE 1 CA PMA/DM 1.0 REPORT Thu Oct 04 09:35:09 1990 109010KS100 USING: DATABASE=, SUBSYS=DB23, WHATSQL=DB2 INPUT: BACKUP TBL=USERID.IRDDESC,DD=BACKTAB1 SQL: SELECT * FROM USERID.IRDDESC CAKS639I: NUMBER OF ROWS PROCESSED=26 CAKS607I: BACKUP PROCESSING COMPLETED SUCCESSFULLY

Customer_name ARCHIVE/RESTORE PROGRAM PAGE 2 CA PMA/DM 1.0 REPORT Thu Oct 04 09:35:09 1990 109010KS100 USING: DATABASE=, SUBSYS=DB23, WHATSQL=DB2 INPUT: BACKUP TBL=USERID.IRDTAB,DD=BACKTAB2 SQL: SELECT * FROM USERID.IRDTAB CAKS639I: NUMBER OF ROWS PROCESSED=34 CAKS607I: BACKUP PROCESSING COMPLETED SUCCESSFULLY

USING: DATABASE, SUBSYS, WHATSQL

Displays EXEC parm and CAIKSPAR values that impact this run.

INPUT

Displays the BACKUP control statement submitted with this run. Each BACKUP statement you submit is processed separately and the results appear on separate pages.

SQL

Displays the SQL statement DataManager submits to the database to backup this table.

CAKS messages

Tells what happens while the job is running.

INPUT

Results from each control statement appear on a separate page. B and E on this report show output from the first two BACKUP statements following STEP010.SYSIN on the preceding page.