IBM Infoprint XT for z/OS
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Setting up an environment that uses multiple CLASS values and varying FORMS

IBM Infoprint XT for z/OS
GI11-9492-01

You can make minor modifications to the previous procedure if you have more than one CLASS value for your Xerox jobs. For example, you have jobs that use the same FORMS values that were previously described, but they use a CLASS value of J. In this example, your installation also uses other CLASS values for non-Xerox jobs. You can change these items, so that your combined IP PrintWay and Infoprint XT environment supports both CLASS K and CLASS J:

  1. When you create the JES IP PrintWay local printer, modify the classes that it accepts: QUEUE=KJ.

    For IP PrintWay extended, instead of creating a JES local printer, you should create one or more job selection rules in the printer inventory that specify CLASS K and CLASS J.

  2. Create a second PSF for z/OS printer definition in the Printer Inventory. Specify a CLASS value in the allocation information that is not in use. This must be different from the value that you specified in the first PSF for z/OS printer definition.

    Use the same processing setting that you did for the first PSF for z/OS printer.

  3. Create a second IP PrintWay LPR printer in the Infoprint Server Printer Inventory. Use a value of J for the CLASS parameter when you complete the allocation section for the second printer definition.
  4. Update the transform parameter file, and modify the entries to include the CLASS information:
    #------------------------------------------------------#
    #  Set parameters for FORMS=STD and CLASS=J and K jobs #
    #------------------------------------------------------#
    forms=STD class=[JK]
      -x'xjdl=dfault xjde=dflt'
    
    #------------------------------------------------------#
    #  Set parameters for FORMS=LTR and CLASS=J and K jobs #
    #------------------------------------------------------#
    forms=LTR class=[JK]
      -x'xjdl=dpljdl xjde=strton'
    
    #------------------------------------------------------#
    #  Set parameters for FORMS=CAT and CLASS=J and K jobs #
    #------------------------------------------------------#
    forms=CAT class=[JK]
      -x'xjdl=catlg xjde=winter'
    
    #-------------------------------------------------------#
    #  Set parameters for FORMS=BILL and CLASS=J and K jobs #
    #-------------------------------------------------------#
    forms=BILL class=[JK]
      -x'xjdl=payonl xjde=onln'
  5. Add the CLASS value to the CLASS values that the JES local printers support.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014