gtpo1m1w | Operations |
Use this command to define, delete, or display a property for the specified collection. When defining these properties (also referred to as attributes), you can:
Requirements and Restrictions
Format
|
(-1) × (sign bit) × (significand) × (Base^Exponent)
where: Exponent = characteristic - Bias, and the Bias=64 and the Base=16 in an S/370 environment.
Additional Information
None.
Examples
The DICTIONARYNAME property is defined for the DICT1 collection and given a value of MYDICTIONARY in the following example.
In this example, the ZBROW QUALIFY command is shown only to make the example more complete. You only have to enter the ZBROW QUALIFY command once. You do not have to enter the command again until the target data store needs to change to another data store.
+--------------------------------------------------------------------------------+ |User: ZBROW QUAL SET DS-BANK1_DS | | | |System: BROW0607I 08.36.31 QUALIFICATION PROCESSING COMPLETED | | | |User: ZBROW PROPERTY DEFINE DICT1 DICTIONARYNAME STRING VAL-MYDICTIONARY | | | |System: BROW0602I 08.38.57 BROWSER QUALIFIED FOR DSNAME BANK1_DS | | BROW0510I 18.56.22 PROPERTY DEFINITION REQUEST COMPLETED | +--------------------------------------------------------------------------------+
The property type, mode, and value of the DICTIONARYNAME property for the DICT1 collection are displayed in the following example along with the PID of the property collection.
+--------------------------------------------------------------------------------+ |User: ZBROW PROPERTY DISPLAY DICT1 DICTIONARYNAME | | | |System: BROW0602I 08.38.57 BROWSER QUALIFIED FOR DSNAME BANK1_DS | | BROW0501I 18.56.50 PROPERTY DISPLAY | | PID - 0200FC19 AEA2673D C6C1D74B C4C24040 | | 1801C43F 00000000 00000000 00000000 | | NAME: | | DICTIONARYNAME | | TYPE - STRING MODE - NORMAL | | VALUE - MYDICTIONARY | | BROW0510I 18.56.50 PROPERTY DEFINITION REQUEST COMPLETED | +--------------------------------------------------------------------------------+
A list of all properties defined for the DICT1 collection and the PID of the property collection is displayed in the following example.
+--------------------------------------------------------------------------------+ |User: ZBROW PROPERTY DISPLAY DICT1 ALL | | | |System: BROW0602I 08.38.57 BROWSER QUALIFIED FOR DSNAME BANK1_DS | | BROW0501I 18.59.41 PROPERTY DISPLAY | | PID - 0200FC19 AEA2673D C6C1D74B C4C24040 | | 1801C43F 00000000 00000000 00000000 | | DICTIONARYNAME | | MYPROP | | BROW0510I 18.59.41 PROPERTY DEFINITION REQUEST COMPLETED | +--------------------------------------------------------------------------------+
Related Information