Archiving/Backup of CA PMA Chargeback tables is performed using the BACKUP option of the CAKSARCH program described below.
BACKUP TBL=tableid,DD=ddname[,where_clause;]
where:
The name of the table to be backed up. For example, CAI.PERTAB, or PMA.QUALTAB. All versions stored in each table are backed up.
References the JCL ddname that is used. This must be unique for each table BACKUP statement. A corresponding DD statement must also be defined.
It is recommended that you always backup an entire table, which means you would not use a WHERE clause. However, if used, the WHERE clause must end with a semicolon (;). WHERE clauses can be continued using spaces and commas.
| Copyright © 2012 CA. All rights reserved. |
|