NonStop SQL/MP Reference Manual

Table Of Contents
NonStop SQL/MP Reference Manual142115
M-12
MODIFY LABEL Command
SQL objects include SQL catalog tables, user-defined tables, table partitions, indexes,
index partitions, views, and collations.
simple-fileset-list-1 [ EXCLUDE simple-fileset-list-2 ]
identifies one or more SQL objects and object programs whose file labels will be
considered for modification. File labels are modified only if they contain node
numbers that match the criteria specified in the REPLACE clause. Files included in
simple-fileset-list-1 that are not SQL objects or SQL program files are
ignored.
The optional EXCLUDE simple-fileset-list-2 clause specifies files to be
excluded from simple-fileset-list-1.
MODIFY [DICTIONARY] LABEL target-spec replace-spec
WITH node-spec [ [,] option ] ... ;
target-spec is:
simple-fileset-list-1 [EXCLUDE simple-fileset-list-2]
replace-spec is:
REPLACE NODENUMBER node-spec[(volumeset[,volumeset]
[EXCLUDE volumeset [,volumeset] ] ) ]
option is:
[| ALLOWERRORS [ OFF | ON | number-of-errors ] |]
[| [ NO ] LISTALL |]
[| DETAIL [ MATCH | ALL ] REPORT [ TO EMS-Collector ]|]
[| [ ON ] |]
[| [ OFF ] |]
[| CHECKONLY |]
simple-fileset-list-n (where n = 1,2) is:
{ fileset }
{ ( fileset [ , fileset ] ... ) }
node-spec is:
{ ( node-name , [node-number] ) }
{ ( node-number , [node-name] ) }