2 z/OS SCS Printing Using TN3270e
This chapter provides examples of how to set up SCS printing using TN3270e.

2.1 TN3270E Setup using z/OS Communication Server

The IBM z/OS is capable of supporting TN3270e sessions communicating directly.
The following describes the required mainframe definitions for a LinkCom or
DocOut. It is assumed that the TN3270e service is already active on the
mainframe.

2.1.1 Mainframe TCPIP profile definitions:

PRTGROUP PRTGRP1
LU08
TCPPRT01 TCPPRT02 TCPPRT03 TCPPRT04 TCPPRT05
TCPPRT06 TCPPRT07 TCPPRT08 TCPPRT09 TCPPRT10
TCPPRT11 TCPPRT12 TCPPRT13 TCPPRT14 TCPPRT15
ENDPRTGROUP
IPGROUP IPGRP1 255.255.0.0:128.0.0.0 ENDIPGROUP
LUMAP LUGRP1 IPGRP1 SPECIFIC PRTGRP1
PRTMAP PRTGRP1 IPGRP1
************

2.1.2 SNA Definitions:

TCP VBUILD TYPE=APPL
LU08 APPL EAS=1, ESTIMATED CONCURRENT SESSIONS *
AUTH=ACQ, *
VPACING=3, *
MODETAB=RSCSTAB, *
SESSLIM=YES
TCPPRT* APPL EAS=1, ESTIMATED CONCURRENT SESSIONS *
AUTH=ACQ, *
VPACING=3, *
MODETAB=RSCSTAB, *
SESSLIM=YES
5