PSF for iSeries

Use the CRTDEVPRT (Create Device Description (Printer)) command to define a TCP/IP printer on your iSeries system. Use the IP address of your InfoPrint Manager server for the RMTLOCNAME value and the port that your DPF host receiver uses for the PORT value. For example, this command defines a printer that can send IPDS data to a DPF host receiver using the TCP/IP protocol, assuming that the DPF host receiver uses port 5005, and the IP address of the InfoPrint Manager server is 9.34.946.882.

CRTDEVPRT DEVD(IPMDPF) DEVCLS(*LAN) TYPE(*IPDS) MODEL(0) 
LANATTACH(*IP) AFP(*YES) PORT(5005) FONT(11) 
RMTLOCNAME('9.34.946.882') 
TEXT('Sample InfoPrint Manager DPF printer writer')