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


Specify retry values

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

Specify retry values

These examples show how to specify these IP PrintWay™ retry values:

  • Retry time of 1 minute. IP PrintWay retries a failed transmission one time immediately, then waits 8 minutes between retries.
  • Retry limit of 3 times. If the immediate retry fails, IP PrintWay retries a maximum of 3 more times.
  1. In this example, the OUTPUT statement specifies a printer definition name. IP PrintWay uses the retry values specified on the OUTPUT statement instead of the values in this printer definition.
    //PWAYJOBC JOB ...
    //STEP1    EXEC PGM=USERA
    //OUTDS    OUTPUT FSSDATA='printer=myprinter',
    //         RETRYL=3,RETRYT='0000:09:00'
    //DD1      DD SYSOUT=P,OUTPUT=(*.OUTDS)
  2. In this example, the OUTPUT statement specifies the name of the print queue and the IP address of the host. IP PrintWay uses the retry values specified on the OUTPUT statement instead of the values in the default printer definition.
    //PWAYJOBD JOB ...
    //STEP1    EXEC PGM=USERA
    //OUTDS    OUTPUT CLASS=P,DEST='IP:99.153.123.232',PRTQUEUE='RAW',
    //         RETRYL=3,RETRYT='0000:09:00'
    //DD1      DD SYSOUT=(,),OUTPUT=(*.OUTDS)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014