PBG UTS symbolic variable %PART and %PARTLBL
search cancel

PBG UTS symbolic variable %PART and %PARTLBL

book

Article ID: 12254

calendar_today

Updated On:

Products

Database Analyzer for DB2 for z/OS Fast Unload for DB2 for z/OS Fast Check for DB2 for z/OS Fast Index for DB2 for z/OS Rapid Reorg for DB2 for z/OS

Issue/Introduction



When using CA Database Analyzer for DB2 for a reorg of a partition-by-growth (PBG) universal tablespace (UTS) the symbolic variables in % PARTLBL and% PART are not set to "blank".

Did you know why symbolic variables in PBG UTS % PARTLBL and% PART are NOT set to "blank" for a REORG?

Environment

Release:
Component: PDA

Resolution

CA Database Analyzer does not support blanking out %PARTLBL or %PART for an RO utility code because this capability is restricted to the AL or CD utility codes. This is documented for both the %PARTLBL and %PART auto symbolic.

 

%PART

Indicates the partition number of the object using the format of 0001 (or blank if the object is non-partitioned). %PART is set to spaces when the following conditions exist: %PART is used in a model that is associated with an AL or CD utility code.

The object is a partition-by-growth (PBG) universal tablespace (UTS).

 

%PARTLBL

Generates utility control statements for partitions of a tablespace or index space. If the object is partitioned, the appropriate DB2 utility partition parameter is inserted into the location. If a specific object partition is being processed, %PARTLBL %PART generates the necessary partition parameter and number. These symbolic variables are ignored for non-partitioned objects.

%PARTLBL is not supported for user application (US) action codes. Use %PARTLIT when you specify a US action code.

 

%PARTLBL can have a literal value of DSNUM for some utility code processing that is related to the following IBM DB2 utilities: COPY, MODIFY, RECOVER, and REPORT.