Step 4 - Psf/Mvs Definition; Step 5 - Printer Settings; Attaching To Lu1-Ipds-Local Sna 3174 Control Unit - IBM 6400 Programmer's Reference Manual

Line matrix printers, intelligent printer data stream
Table of Contents

Advertisement

Step 4 - PSF/MVS Definition

Add the following definition to the PSF STARTUP PROC
//PRT2
//PRT2
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//PRT2
Refer to the PSF/MVS Systems Programming Guide, S544-3672 for further
information.

Step 5 - Printer Settings

It is recommended that the following fastest default printer settings be used:
Review "Configuring IPDS from the Printer Operator Panel" on page 17 and the
6400 Setup Guide, S246-0116 for information on setting printer configuration
values.

Attaching to LU1-IPDS-Local SNA 3174 Control Unit

LU1-IPDS mode with FM Header support is utilized when PSF support is not
required but IPDS commands are needed to accomplish the print function
desired. (The optional IPDS feature is required for this function to work.) An
existing local 3174 SNA-connected control unit is assumed. The steps required
to install an LU1-IPDS printer for host definitions are as follows:
1. Define to VTAM by adding logmode entry to VTAM Logmode Table
2. Define to JES2 (Not required but recommended. See details below)
3. Define to CICS or another Application Program such as VPS or JES328X
4. Select the options on the printer that are appropriate for the environment.
CNTL
PRINTDEV FONTDD=*,FONT01, /*FONT
OVLYDD=*,OLAY01,
PSEGDD=*,PSEG02,
PDEFDD=*,PDEF01,
FDEFDD=*,FDEF01,
JOBHDR=*,JOBHDR,
JOBTRLR=*,JOBTLR,
DSHDR=*,DSHDR,
MESSAGE=*,MSGDS,
FORMDEF=A10110,
PIMSG=(YES,16),
DATACK=BLOCK,
TRACE=NO,
FAILURE=WCONNECT,
DISCINT=0,
MGMTMODE=IMMED,
APPLID=PSFAPP1,
LUNAME=LOC6400,
ENDCNTL
Printer Control => Interface Selection => Coax
Coax Interface => CT0 Format Control => Standard
Emulation Configuration => IPDS
Emulation Configuration => IPDS => Override Hosts => *Disable
Emulation Configuration => IPDS => Check Graphic Quality, Bar Code
Quality, and Graphics Quality settings for desired quality.
products.
Installation and Configuration
LIBRARY DD
/*OVERLAY LIBRARY DD
/*SEGMENT LIBRARY DD
/*PAGEDEF LIBRARY DD
/*FORMDEF LIBRARY DD
/*JOB HEADER SEPARATOR OUTPUT
/*JOB TRAILER SEPARATOR OUTPUT
/*DATA SET HEADER SEPARATOR
/*MESSAGE DATA SET OUTPUT
/*DEVICE FORMDEF DEFAULT
/*ACCUMULATE DATA SET MESSAGES
/*BLOCK DATA CHECKS
/*BUILD INTERNAL TRACE
/*VTAM: ATTEMPT RECONNECT
/*VTAM: NO TIME OUT
/*VTAM: MAINTAIN SESSION
/*VTAM: APPLID OF PSF
/*VTAM: PRINTER LOGICAL UNIT NAME */
Chapter 2. System Configuration
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
13

Advertisement

Table of Contents
loading

Table of Contents