z/OS Infoprint Server User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Print GIF, JPEG, or TIFF data on an AFP printer using the Print Interface subsystem

z/OS Infoprint Server User's Guide
SA38-0695-00

Print GIF, JPEG, or TIFF data on an AFP printer using the Print Interface subsystem

This example shows how to print GIF, JPEG, or TIFF data on an AFP printer that PSF controls. This example assumes that your administrator has created a PSF printer definition named myafpprinter in the Infoprint Server Printer Inventory and that you are using InfoPrint Transform Manager for Linux (the administrator has specified the remote transform filter aoprxf.so in the printer definition).

The Print Interface subsystem named AOP1 transforms the data to AFP format and writes the AFP data to an output data set on the JES spool. The subsystem uses options specified in printer definition myafpprinter. PSF then prints the data set on the AFP printer whose values match those specified in myafpprinter. PSF uses form definition F1MYDEF, which is in library MYLIB, to format the AFP data.

//SSJOB7   JOB ...
//STEP2    EXEC PGM=USERA
//OUTDS1   OUTPUT FORMDEF=MYDEF,USERLIB=MYLIB
//DD1      DD SUBSYS=(AOP1,'myafpprinter'),
//         OUTPUT=(*.OUTDS1)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014