3270 full-screen considerations

You should be aware of the considerations when using 3270 emulation.

When using 3270 full-screen mode for your Telnet client, you should be aware of the following considerations:

TN3270 screen size

Telnet 3270 full-screen mode requirements:

TN3270 cursor select key

The existing Cursor Select key is disabled if you choose to emulate the Cursor Select key. Specifying one of the following parameters for the STRTCPTELN command emulates the Cursor Select key:

Table 1. Specifying parameters to emulate the cursor select key
Parameter Value
Page Up (Roll Down) key *CSRSLT
Page Down (Roll Up) key *CSRSLT
Cursor Select key *F-key (specify a function key *F1 to *F24)

TN3270 messages

When you are using Telnet 3270 full-screen mode, several types of error messages might display.

TN3270- Handling null characters

When a 3270 display station sends a data stream, all null characters are removed. Specify one of the following values for the handle nulls (NULLS) parameter on the STRTCPTELN command:

*REMOVE

Removes beginning and embedded null characters

*BLANK

The default value; changes beginning and embedded null characters to blanks Trailing null characters are always removed for both values. For example, assume the data consists of the following (0 indicates a null):

0x0yz000 

The data stream sent from a 5250 display station that runs Telnet 3270 full-screen with the default *BLANK contains the following code:

bxbyz

The data stream sent from a 3270 display station or from a 5250 display station running a Telnet 3270 full-screen session when the value *REMOVE is specified would contain the following code:

xyz 

The value *REMOVE is valid for the following devices:

Related concepts
Start a 3270 Telnet client session