Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC) Threadsafe: No |
Parameters Examples Error messages |
The Work with Device Tables (WRKDEVTBL) command allows you to display and work with finance device tables and, once they are created, allows addition or deletion of device names in these tables. Several finance device tables can be defined, but each table must have a unique name.
An updated finance device table can be accessed by any finance job submitted after all changes are completed.
Restriction: Only the QFNC user profile is authorized to use this command.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
DEVTBL | Device table | Name, *SELECT, *ALL | Optional, Positional 1 |
TEXT | Text 'description' | Character value, *BLANK | Optional |
Top |
Specifies the name of a device table that contains 4704 or 3624 device names.
The possible values are:
Top |
Specifies the text that briefly describes the object.
The possible values are:
Top |
Example 1: Working With All Finance Device Tables
WRKDEVTBL DEVTBL(*SELECT)
This command allows you to work with all of the finance device tables. The options are to add a new table, select an existing table for update, or create, delete, or display tables.
Example 2: Working With One Finance Device Table
WRKDEVTBL DEVTBL(DEVTBL1)
This command allows you to work with the device table DEVTBL1. The options are to create a new table, or change, display, or delete the table.
Top |
*ESCAPE Messages
Top |