Retrieve WSCST source (RTVWSCST)

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

Parameters

Keyword Description Choices Notes
DEVTYPE Device type *TRANSFORM, 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

Device type (DEVTYPE)

Specifies the device type.

The possible values are:

*TRANSFORM
The SCS-to-ASCII host print transform function support is used by the ASCII printer.
device-type
Specify the device type to be used. See the Workstation Customization Programming book for a list of allowed device types.
Top

Keyboard language type (KBDTYPE)

Specifies the 3-character keyboard language identifier (used for EBCDIC and ASCII) for this display station.

The possible value is:

keyboard-language-type
Specify the 3-character country or region identifier (used for EBCDIC and ASCII) for this display station.

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

Manufacturer type and model (MFRTYPMDL)

Specifies the manufacturer, type, and model for an ASCII printer using host print transform function 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.

Top

Source member (SRCMBR)

Specifies the name of the source file member to receive the retrieved table attributes.

Top

Keyboard attached (KBD)

Specifies the keyboard type.

The possible values are:

*DATA5250
A 5250 data entry keyboard is specified.
*TYPE5250
A 5250 typewriter keyboard is specified.
*DATA122
A 122 key data entry keyboard is specified.
*TYPE122
A 122 key typewriter keyboard is specified.
*ENHANCED
An enhanced keyboard is specified.
Top

Source file (SRCFILE)

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:

*LIBL
The library list is used to locate the source file.
*CURLIB
The current library for the job is used to locate the source file. If no library is specified as the current library for the job, the QGPL library is used.
library-name
Specify the name of the library where the source file is located.

The possible values are:

QTXTSRC
The IBM-supplied source file QTXTSRC is used.
source-file-name
Specify the name of the source file.
Top

Text 'description' (TEXT)

Specifies the description of the created source physical file member.

The possible values are:

*BLANK
Text is not specified.
'description'
Specify a description for the source physical file member.
Top

Examples

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

Error messages

*ESCAPE Messages

CPF5D33
Request for system table failed. Reason code &4.
Top