MODIFY command
- Index space copies are registered in the SYSCOPY table (COPY YES indexes) or in the BMCXCOPY table (all other indexes). Only full copies are allowed for indexes so many semantic rules do not apply to indexes.
- You cannot use MODIFY to delete a primary copy without deleting its backup.
In a column condition list, you can specify a column only once. If you specify a column more than once, an error message and return code of 8 is issued. If you need multiple conditions on the same column, such as in a WHERE clause, code a second WHERE clause. The WHERE clauses are interpreted as if the word or were between them to form a complex condition.
The preceding example is logically the same as START_RBA < X'1000' OR START_RBA > X'3000'. A row from SYSCOPY or BMCXCOPY is selected if it satisfies any of the WHERE clauses for the subcommand.
MODIFY command syntax diagrams
MODIFY command global syntax
MODIFY command object list syntax
MODIFY command object options syntax
MODIFY command global options syntax
MODIFY command syntax diagram—DELETE specification
MODIFY command syntax diagram—INSERT specification
MODIFY command syntax diagram—UPDATE specification
MODIFY command syntax diagram—VERIFY specification
MODIFY command syntax diagram—Column condition list
Operand | Meaning | Validity |
---|---|---|
= | Equal to Less than or equal to | Valid for all conditions |
<> ¬ = | Not equal to | Invalid for INSERT, UPDATE SET Valid for all other subcommands |
< | Less than | |
> | Greater than | |
>= | Greater than or equal to |
Legend
Column condition | Value | Description |
---|---|---|
ICTYPE | Q | Quiesce point |
F | Full image copy | |
I | Incremental copy | |
i | Hidden incremental copy | |
f | Hidden Full image copy | |
m | EXPORT or IMPORT | |
b | INDEP or SIMULATE progress reporting | |
e | INDEP or SIMULATE progress reporting | |
p | INDEP or SIMULATE progress reporting | |
ICBACKUP | LP | Local site primary |
LB | Local site backup | |
RP | Recovery site primary | |
RB | Recovery site backup | |
SHRLEVEL | C | Change |
R | Reference | |
N or M | Reset no incremental | |
T | Tape unit | |
D | Disk unit | |
ICUNIT | T | Tape unit |
D | Disk unit | |
STYPE | C | DFSMS concurrent copy |
W | REORG LOG(NO) with ICTYPE F | |
X | REORG LOG(YES) with ICTYPE F | |
R | LOAD REPLACE LOG(YES) with ICTYPE F | |
S | LOAD REPLACE LOG(NO) with ICTYPE F | |
V | Instant Snapshot copy registered in BMXCOPY | |
COPY_TYPE | X | EXPORT |
I | IMPORT |
This section contains the following topics: