User`s guide
AXIS 5470e/570/670e User’s Manual Section 5: Setting Up - IBM Mainframe
103
Defining the
printer to PSF
Each AXIS 5470e/570/670e must be defined to PSF with a
PRINTDEV statement in the PSF startup procedure. The following
keywords are required on the PRINTDEV statement:
• IPADDR='xxx.xxx.xxx.xxx'
• PORTNO='xxxx'
The IPADDR parameter specifies the IP address of the AXIS
5470e/570/670e in dotted-decimal notation.
Note:
The PORTNO keyword specifies the TCP/IP port to use for the print
session. This port number must match the port number set up for the
AXIS 5470e/570/670e in Configuring the AXIS 5470e/570/670e, on
page 78.
Below is a sample procedure, APSWPROT, which you can modify to
suit your installation. The PRINTDEV statement includes the
required IPADDR and PORTNO keywords. In the PRINTDEV
example below, the TCP/IP port number 5100 is used, but any port,
larger that 1024, can be used as long as the same port is set up in the
AXIS 5470e/570/670e.
The APSWPROT procedure contains JCL parameters to produce a
startup procedure for either 240-pel and 300-pel printers, but the
references to 300-pel resolution are commented out. To create
separate startup procedures, make two copies of APSWPROT, and
then follow the commented instructions in APSWPROT. Keep one
unchanged copy as your startup procedure for a resolution of 120 or
240 pels. In the second copy, delete or comment out all references to
240-pel resolution, and make all references to 300-pel resolution
active. This changed copy is your startup procedure for 300-pel
resolution.
Do not specify a host name in place of the dotted-decimal address.