bdfu1m1cUtilities

ZUDFM OAE-Restrict Table Handling

Use this command to inspect and edit the table of restricted commands. The entry restriction table is used to specify the terminals from which certain ZUDFM commands can be entered.

Requirements and Restrictions

You cannot use this command to restrict the INIT parameter of the ZUDFM OAI/DBTAB command because the entry restriction table is a TPFDF database. If the DBDEF table is corrupted and the INIT parameter is restricted, any attempt to use the INIT parameter to rebuild the DBDEF table would fail because the entry restriction table would not be able accessible. See ZUDFM OAI/DBTAB-Display DBDEF Table Items for more information about the ZUDFM OAI/DBTAB command and INIT parameter.

Format




Note:
You can use either the ZUDFM OAE or the ZUDFM RESTRICT command.

A
specifies additional entries to the restricted command table.

X
specifies deleted entries from the restricted command table.

terminal
is a 6-digit hexadecimal terminal address to be added to or deleted from the restricted command table.

command
is the ZUDFM command to be restricted. You do not enter the ZUDFM portion of the command when using this parameter.
Note:
Variable #DBENUFB in the ACPDBE macro sets the vertical bar (|) delimiter. You can use a different delimiter by setting variable #DBENUFB in ACPDBE. See TPFDF Installation and Customization for more information about the ACPDBE macro.

*
displays the ZUDFM restricted command table.

Additional Information

Examples

The following example displays which ZUDFM commands are restricted to specific terminal addresses.

+--------------------------------------------------------------------------------+
|User:   ZUDFM OAE*                                                              |
|                                                                                |
|System: UDFM0201I          OA - ENTRY RESTRICTION TABLE DISPLAY                 |
|        -------------------------------------------------------                 |
|                                                                                |
|        NBR    RESTRICTED ENTRY                       TERMINAL                  |
|                                                                                |
|        0001   OAA.................................... 8406BA                   |
|        0002   OAC.................................... 8406BA                   |
|        0003   OAR.................................... 8406BA                   |
|        0004   OAX.................................... 8406BA                   |
+--------------------------------------------------------------------------------+

The following example displays the addition of the specified terminal address and ZUDFM command to the restriction table.

+--------------------------------------------------------------------------------+
|User:   ZUDFM OAEA/8406BA|OAS                                                   |
|                                                                                |
|System: UDFM0201I          OA - ENTRY RESTRICTION TABLE DISPLAY                 |
|        -------------------------------------------------------                 |
|                                                                                |
|        NBR    RESTRICTED ENTRY                       TERMINAL                  |
|                                                                                |
|        0001   OAA.................................... 8406BA                   |
|        0002   OAC.................................... 8406BA                   |
|        0003   OAR.................................... 8406BA                   |
|        0004   OAS.................................... 8406BA                   |
|        0005   OAX.................................... 8406BA                   |
+--------------------------------------------------------------------------------+

The following example displays the deletion of the specified terminal address and ZUDFM command from the restriction table.

+--------------------------------------------------------------------------------+
|User:   ZUDFM OAEX/8406BA|OAX                                                   |
|                                                                                |
|System: DFM0201I          OA - ENTRY RESTRICTION TABLE DISPLAY                  |
|        -------------------------------------------------------                 |
|                                                                                |
|        NBR    RESTRICTED ENTRY                       TERMINAL                  |
|                                                                                |
|        0001   OAA.................................... 8406BA                   |
|        0002   OAC.................................... 8406BA                   |
|        0003   OAR.................................... 8406BA                   |
|        0004   OAS.................................... 8406BA                   |
+--------------------------------------------------------------------------------+

References

None.