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


Transform entry examples

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

The examples in this topic show how you can make entries for Infoprint XT in the aopxfd.conf transform daemon configuration file. The user ID that you use to make updates to the aopxfd.conf file must have superuser authority to update the transform configuration file:

  • The following example includes default conversion parameters, and a transform directive. Infoprint XT applies the xjdl and xjde parameters to any job that does not explicitly specify these parameters. It also applies a transform directive for the post-transform application exit to jobs that do not specify -e :
    transform x2afp
        start-command = "/usr/lpp/pdxt/V3R1M0/bin/x2afpd"
        maximum-idle-time = 300 # 5 minutes
        minimum-active = 1
        maximum-active = 2
        environment = {
          PDXTX2AFP_ARGS -> "-x'xjdl=dpljdl xjde=online'"
          PDXTX2AFP_DIRECTIVES -> "-e'aioxlxoe OFFSET_ALTBIN'"
          PATH -> "/usr/lpp/pdxt/V3R1M0/local:/usr/lpp/pdxt/V3R1M0/bin:/usr/lpp/Printsrv/bin:/bin"
          TZ -> MST7MDT
        }
    ;
  • This example uses a transformclass attribute of payroll:
    transform x2afp_payroll
        start-command = "/usr/lpp/pdxt/V3R1M0/bin/x2afpd"
        maximum-idle-time = 120 #2 minutes
        minimum-active = 1
        maximum-active = 2
        environment = {
          PDXTX2AFP_ARGS -> "-x'xjdl=checks xjde=hourly'"
          PDXTX2AFP_DIRECTIVES -> "-e'aioxlxoe OFFSET_ALTBIN'"
          PATH -> "/usr/lpp/pdxt/V3R1M0/local:/usr/lpp/pdxt/V3R1M0/bin:/usr/lpp/Printsrv/bin:/bin"
          TZ -> MST7MDT
        }
    ;
  • This example uses the -D x2afpd option:
    transform x2afp_debug                                                   
        start-command = "/usr/lpp/pdxt/V3R1M0/bin/x2afpd -D 'error:time=2000-0600::720'"
        min-active = 0                                                       
        max-active = 2                                                       
        maximum-idle-time = 300                                              
        environment = {                                                      
           PDXTX2AFP_DIRECTIVES -> "-d jobdir"                               
           PATH -> "/usr/lpp/pdxt/V3R1M0/local:/usr/lpp/pdxt/V3R1M0/bin:/usr/lpp/Printsrv/bin:/bin" 
           TZ -> "MST7MDT"                                                   
        }                                                                    
     ;         

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014