Register1


Use the REGISTER keyword to indicate that a DPICDS entry should be created or updated at the end of a Trial for the segments specified. The Trial utility creates DPICDS segment registration, table, and dictionary records at the STAGE level. If you omit this keyword, the Trial utility does not create or update DPICDS entries.

If you use the REGISTER keyword and specify more than one compression technique or specify ALL as the compression technique, the technique that achieves the best compression is registered. Custom Huffman and Shared Table may produce the same compression percentages because Shared Table uses the same algorithm as Custom Huffman to build the table. If Custom Huffman and Shared Table produce the same compression percentage, Data Packer will register the segment with Shared Table compression.

Warning

Note

If you specify REGISTER with TECH(ALL), and no Dictionary or Table name is specified, the Trial does not register the CD or ST techniques. The only way to register the CD or ST techniques is to include a dictionary or table entry in the TECH keyword.

Warning

Note

The only way to add a Custom Huffman segment registration entry to your DPICDS is to submit a SYSTEM, DATABASE or SEGMENT control statement with the REGISTER keyword specified. For Shared Tables and Custom Hardware Dictionaries, it is the only way to create table or dictionary entries in the DPICDS.

Usage

Optional keyword valid on the SYSTEM, DATABASE, or SEGMENT control statement.

Abbreviation

REG

Syntax

REG(PCT(value),REPL)

Default

REG(UPD)

Values

Enter one or more of the following values:

 

Value

Description

PERCENTAGE(value)

or

PCT (value)

Registers the segment with the compression technique that yields the highest compression if that technique achieves the percentage specified or higher. The percentage specified must be between 15 and 85, for example: REG(PCT(60)).

UPDATE

or

UPD

If the segment is already registered at the RUN level, copies the RUN level record to STAGE and updates the entry with the new information. If the segment is not registered, adds the entry to the DPICDS. This is the default if you code the REGISTER keyword and do not specify any values.

REPLACE

or

REPL

If the segment is already registered at the RUN level, creates a STAGE level registration entry with the new information. If the segment is not registered, adds the entry to the DPICDS, for example: REG(PCT(70),REPL).


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Data Packer for IMS 3.1