Specifications

Chapter 3: Configuring the ConnectPro Server 18
Configuring Reconnect Strings
Toconfigureareconnectstring,placea % characterbeforeeachhexcodevalue.Eachhex
codecharacterisrepresentedbyatwo-digitnumber.
5250 Reconnect String Examples
Thefollowingareexamplesreconnectstringsfor5250emulation.
• Tosendan F24 uponreconnect(EBCDICBCbeforeFFEF):
%00%0D%12%A0%00%00%04%00%00%03%01%01%BC%FF%EF
• Tosendareconnectcommandforthe5250 F3 key(EBCDIC33beforeFFEF):
%00%0D%12%A0%00%00%04%00%00%03%01%01%33%FF%EF
• Tosendareconnectcommandforthe5250 ENTER key(EBCDICF1beforeFFEF):
%00%0D%12%A0%00%00%04%00%00%03%01%01%F1%FF%EF
Thesestringsrepresentallthenecessary5250Telnetdataneededtosendtherespectiveaid
key.
3270 Reconnect String Examples
Thefollowingareexamplesofreconnectstringsfor3270emulation.
• Tosendareconnectcommandforthe3270 F11 key:
%7B%C8%F9%FF%EF
• Tosendareconnectcommandforthe3270 F4 key:
%F4%C8%F9%FF%EF
• Tosendareconnectcommandforthe3270 ENTER key:
%7D%C8%F9%FF%EF
• Tosendareconnectcommandforthe3270 F1 key:
%F1%C8%F9%FF%EF
VT Escape Sequences
ThefollowingareexamplesofescapesequencesforVTemulation.
• TosendareconnectcommandfortheVT100orVT220F3key:
%1BOR
Thisreturnsyoutoamenuscreenuponreconnect.