| Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Retrieve Work Station Customizing Object (RTVWSCST) command allows the user to retrieve a system-supplied set of table attributes for a given device type, keyboard language type, and keyboard type or a given manufacturer, type, and model of an ASCII printer into a source physical file member.
| Top |
| Keyword | Description | Choices | Notes |
|---|---|---|---|
| DEVTYPE | Device type | *TRANSFORM, *CTXFORM, 3101, 3151, 3161, 3162, 3163, 3164, 3179, 3180, 3196, 3197, 3476, 3477, 3486, 3487, 4019, 4201, 4202, 4207, 4208, 4216, 4224, 4234, 5204, 5251, 5291, 5292, 6252, D220, T910, T925, T955, V100, V220, W30, W50, W60 | Required, Positional 1 |
| KBDTYPE | Keyboard language type | AGB, AGE, AGI, ALI, BGB, BLI, BLM, BRB, BRE, CAB, CAI, CAM, CLB, CSB, CYB, DMB, DME, DMI, FAB, FAE, FAI, FNB, FNE, FNI, FQB, FQI, GKB, GNB, HNB, ICB, ICE, ICI, INB, INI, ITB, ITE, IRB, ITI, JEB, JEI, JPB, KAB, MKB, NCB, NEB, NEE, NEI, NWB, NWE, NWI, PLB, PRB, PRE, PRI, RMB, ROB, RUB, SFI, SFM, SGI, SGM, SKB, SPB, SPE, SQB, SPI, SSB, SSE, SSI, SWB, SWE, SWI, THB, TKB, TRB, UKB, UKE, UKI, USB, USE, USI, YGI | Optional, Positional 2 |
| MFRTYPMDL | Manufacturer type and model | Character value | Optional |
| SRCMBR | Source member | Name | Optional, Positional 3 |
| KBD | Keyboard attached | *DATA5250, *TYPE5250, *DATA122, *TYPE122, *ENHANCED | Optional |
| SRCFILE | Source file | Qualified object name | Optional |
| Qualifier 1: Source file | Name, QTXTSRC | ||
| Qualifier 2: Library | Name, *CURLIB, *LIBL | ||
| TEXT | Text 'description' | Character value, *BLANK | Optional |
| Top |
Specifies the device type.
The possible values are:
| Top |
Specifies the 3-character keyboard language identifier (used for EBCDIC and ASCII) for this display station.
The possible value is:
See the Keyboard language type prompt (KBDTYPE parameter) on the Change Device Description (Display) (CHGDEVDSP) or the Create Device Description (Display) (CRTDEVDSP) in the CL Reference for a list of the valid identifiers and the language the identifier represents. The ASCII device groups (if applicable) are also shown for each language.
| Top |
Specifies the manufacturer, type, and model for an ASCII printer using host print transform function support or for Transform Services configuration support. See the Create Device Description (Printer) (CRTDEVPRT) command in the CL Reference for a list of the supported manufacturers, types, and models for ASCII printers using host print transform function support or Transform Services configuration support.
| Top |
Specifies the name of the source file member to receive the retrieved table attributes.
| Top |
Specifies the keyboard type.
The possible values are:
| Top |
Specifies the name of the source file in which a member is created to contain the retrieved table attributes. If the source file does not exist, it is created. The coded character set identifier for the source file is *HEX.
The possible library values are:
The possible values are:
| Top |
Specifies the description of the created source physical file member.
The possible values are:
| Top |
RTVWSCST DEVTYPE(5251) KBDTYPE(USB) SRCMBR(MYSOURCE)
KBD(*DATA5250) SRCFILE(MYLIB/QTXTSRC)
This command retrieves the system mapping tables for a 5251 twinaxial display with a 5250 data entry type keyboard attached using the U.S. basic language. The tables are stored in source member MYSOURCE in source file QTXTSRC in library MYLIB.
| Top |
| Top |