gtpo1m1hOperations

ZAURS AURT-Alter Unit Record Status Table

Use this command to change the address and device type of a unit record device or to specify that you cannot use a particular unit record device.

Requirements and Restrictions

None.

Format




name
is the name of the unit record device that you want to change, which can be CR1-CR3 for card readers and PR1-PR7 for printers.

1403
specifies that the unit record device is a 1403 printer.

2540R
specifies that the unit record device is a 2540R card reader.

3211
specifies that the unit record device is a 3211 printer.

3505
specifies that the unit record device is a 3505 card reader.

address
is a 3-digit hexadecimal device address.

INVAL
specifies that the unit record device cannot be used. That is, the device address is marked as not valid.

Additional Information

None.

Examples

The following information is displayed in the examples:

 NAME 
is the symbolic name of the device.

 DEV 
is the device type.

 ADR 
is the device address, or INV if you cannot use the device.

 STATUS 
is the status of the device, which can be:

 PC 
Stops on print checks

 A 
Assigned

 S 
Suspended

 STATUS BYTES 
shows the status bytes for the device, which are defined in the UR1ST DSECT.

The address and device type of the PR1 printer are changed in the following example.

+--------------------------------------------------------------------------------+
|User:   ZAURS AURT PR1 1403 00E                                                 |
|                                                                                |
|System: AURS0050I 17.06.42 UNIT RECORD STATUS                                   |
|         NAME DEV  ADR STATUS STATUS BYTES                                      |
|                                                                                |
|          PR1 1403 00E        80000000                                          |
+--------------------------------------------------------------------------------+

The PR2 printer can no longer be used in the following example. Notice that the address for the PR2 printer is marked as not valid (INV).

+--------------------------------------------------------------------------------+
|User:   ZAURS AURT PR2 INVAL                                                    |
|                                                                                |
|System: AURS0050I 00.17.46 UNIT RECORD STATUS                                   |
|         NAME DEV  ADR STATUS STATUS BYTES                                      |
|                                                                                |
|          PR2 1403 INV        80000000                                          |
+--------------------------------------------------------------------------------+

Related Information

See TPF Data Communications Services Reference for more information about unit record support.