D–11
Appendix D. Attaching Host Systems to a Coax/Twinax Printer
Step 1 – VTAM Definition
The following should be added to the Local Major Node VTAM definition.
The printer will be attached as an LU1–IPDS capable printer.
LOC3174 VBUILD TYPE=LOCAL
LOCPU74 PU CUADDR=nnn...
LOC6400 LU
LOCADDR=n,MODETAB=MYMODETB,DLOGMODE=printer,ISTATUS=AC
TIVE
The following entry should be placed in the VTAM MODE TABLE specified
above or another of your choice.
6400DSEL MODEENTLOGMODE=6400DSEL,
FMPROF=X’03’,TSPROF=X’03’,PRIPROT=X’B1’,
SECPROT=X’20’,COMPROT=X’3080’,RUSIZES=X’C7C7’,
PSERVIC=X’038000000000185018507F00’
PSNDPAC=X’00’,SRCVPAC=X’00’,SSNDPAC=X’00’
Step 2 – JES2 Definition (SYS1.PARMLIB)
RMT1
LUTYPE3,BUFSIZE=3840,LINE=1,NUMRD=0,NUMPR=1,NOCOMP,NOCM
PCT,
SETUPHDR,CONSOLE
R1.PR1
CLASS=A,NOSEP,PRWIDTH=132,NOFCBLOD,WS=(W,R,Q,PMD,LIM,F,
T/C,P),
CKTPAGE=30
DESTID NAME=LOC6400,DEST=R1
Step 3 – Define to CICS or another application program
Refer to the vendor documentation for defining a DSE printer to the program
for its use. Host system commands to change printer settings are not
supported in DSE mode.