User`s manual

Section 5: Setting Up - IBM Mainframe AXIS 5470e User’s Manual
90
Defining the
printer to PSF
Each AXIS 5470e 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 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 in Configuring the AXIS 5470e, on page 65.
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.
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.
If you want to print both 240-pel and 300-pel AFP/IPDS jobs, create
two separate FSAs, one for jobs with resolution of 120 or 240, and
one for jobs with resolution of 300 pels. The 240-pel resolution FSA
uses 240-pel resources, and the 300-pel resolution FSA uses 300-pel
resources. Both FSAs are defined to drive the same printer; however,
Do not specify a host name in place of the dotted-decimal address.