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


Direct output to IP PrintWay and to a printer by specifying the printer definition name

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

Direct output to IP PrintWay and to a printer by specifying the printer definition name

These examples show how to direct an output data set to IP PrintWay™ and to a printer by specifying the printer definition name.

Because these examples do not specify retry values, retention periods, or the name of an options component, IP PrintWay uses the values defined by your administrator in this printer definition. If these values are not defined in the printer definition, IP PrintWay uses the standard defaults described in JCL parameters.

  1. In this example, the OUTPUT statement specifies the printer definition name myprinter.
    //PWAYJOB1 JOB ...
    //STEP1    EXEC PGM=USERA
    //OUTDS    OUTPUT CLASS=P,FSSDATA='printer=myprinter'
    //DD1      DD SYSOUT=(,),OUTPUT=(*.OUTDS)
  2. In this example, the OUTPUT statement specifies the printer definition name myprinter and IP address 99.153.123.232. IP PrintWay uses this IP address instead of the address defined in myprinter. It uses the rest of the information in the myprinter printer definition.
    //PWAYJOB2 JOB ...
    //STEP1    EXEC PGM=USERA
    //OUTDS    OUTPUT CLASS=P,FSSDATA='printer=myprinter',DEST='IP:99.153.123.232'
    //DD1      DD SYSOUT=(,),OUTPUT=(*.OUTDS)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014