Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC) Threadsafe: No |
Parameters Examples Error messages |
The Set VT Mapping Tables (SETVTTBL) command sets ASCII full-screen mapping for the current TELNET session.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
CCSID | Coded character set identifier | 1-65533, *MULTINAT, *BRITISH, *DUTCH, *FINNISH, *FRENCH, *FRENCHCAN, *GERMAN, *ITALIAN, *NORDAN, *SPANISH, *SWEDISH, *SWISS | Optional, Positional 1 |
TBLVTOUT | Outgoing EBCDIC/ASCII table | Single values: *CCSID, *DFT Other values: Qualified object name |
Optional |
Qualifier 1: Outgoing EBCDIC/ASCII table | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
TBLVTIN | Incoming ASCII/EBCDIC table | Single values: *CCSID, *DFT Other values: Qualified object name |
Optional |
Qualifier 1: Incoming ASCII/EBCDIC table | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB |
Top |
Specifies the coded character set identifier that identifies the ASCII character encoding in use on the VT100 or VT220 terminal.
Use the CCSID value to change the default mapping for your current TELNET session only. Mapping can optionally be done with mapping tables defined in the TBLVTOUT and TBLVTIN parameters. The TBLVTOUT and TBLVTIN parameters have a default value of *CCSID. The default value of *CCSID indicates mapping is determined by the CCSID parameter. If a mapping table is to be used for outgoing mapping, a table object can be specified in the TBLVTOUT parameter. The table object specified in the TBLVTOUT parameter is used instead of the CCSID value.
Incoming mapping can be changed by specifying a table object in the TBLVTIN parameter. This mapping table overrides the specified CCSID value and is used for incoming mapping.
Note: Only ISO 7-bit and ISO 8-bit ASCII CCSID values can be specified.
Top |
Specifies the table object that is to be used to map outgoing TELNET data when in VT100 or VT220 full-screen mode. All outgoing data is mapped from EBCDIC to ASCII.
If a table object is specified for TBLVTOUT, the table object is used for outgoing mapping. Otherwise, the CCSID parameter is used to determine outgoing mapping.
Single values
Qualifier 1: Outgoing EBCDIC/ASCII table
Qualifier 2: Library
Top |
Specifies the table object used to map all incoming TELNET data when in VT100 or VT220 full-screen mode. All incoming data is mapped from ASCII to EBCDIC.
If a table object is specified for TBLVTIN, the table object is used for incoming mapping. Otherwise, the CCSID parameter is used to determine incoming mapping.
Single values
Qualifier 1: Incoming ASCII/EBCDIC table
Qualifier 2: Library
Top |
SETVTTBL TBLVTOUT(*DFT) TBLVTIN(*DFT)
This command sets the EBCDIC-to-ASCII and ASCII-to-EBCDIC mapping tables to the values currently specified for the TBLVTOUT and TBLVTIN parameters of the Change TELNET Attributes (CHGTELNA) command.
Top |
*ESCAPE Messages
Top |