Jobinformation subtree

Jobinformation subtree

When you generate an XML file with Spool2XML, then the output XML file contains a JOBINFORMATION subtree like shown below:

    JOBINFORMATION_001

 

The contents of this subtree contains information of the job and spooled file, that created the XML file:

  1. System
    The name of the IBM i system on which the XML spooled file was created.
  2. QSRLNBR
    The serial number of the IBM i, that created the XML spooled file.
  3. Created
    The time stamp of when the XML spooled file was created.
  4. Job
    The name of the job, that created the XML spooled file.
  5. User
    The user ID, that created the XML spooled file
  6. Jobnbr
    The job number of the job, that created the XML spooled file.
  7. Splf
    The name of the XML spooled file.
  8. Splnbr
    The spooled file number of the XML spooled file.
  9. Outq
    The output queue on which the XML spooled file was picked up (the monitored output queue).
  10. Outqlib
    The library of output queue on which the XML spooled file was picked up (the monitored output queue).
  11. Formtype
    The formtype of the XML spooled file.
  12. Pgm
    The program, that created the XML spooled file.
  13. Pgmlib
    The library of the program, that created the XML spooled file.
  14. Devfile
    The (converted) printer file, that was used when the XML spooled file was created.
  15. Devlib
    The library of the (converted) printer file, that was used when the XML spooled file was created.
  16. Deflib
    The library of the printer file setup in the selected XML definition in IFORMNG2.
  17. Usrdta
    The user data (USRDTA) field of the XML spooled file.
  18. Copies
    The copies attribute of the XML spooled file.
  19. Tooutq
    The destination output queue as setup on the XML defintion.
  20. TooutqLib
    The library of the destination output queue as setup on the XML defintion.
    • Related Articles

    • Selecting the printer on IBM i

      On the IBM i platform InterFormNG2 behaves a bit differently compared to other platforms, when it comes to printers: The supported printer mime types are limited to Direct protocol, PCL and ZPL i.e. Driverprint and Postscript are not supported on the ...
    • Spool2XML implementation

      This section contains an overview of how to implement Spool2XML in InterFormNG2 for a single report. 1.Select (and/or create) another library for the converted printer files than the library, that contains your normal printer files. You should NOT ...
    • Splitting input files

      InterFormNG2 is able to split up these types of files: Spooled files XML files If the input file is of any other type e.g. CSV or JSON, then you need to convert the input file into XML (with CSV to XML or JSON to XML) before you can split it up. When ...
    • Spool2XML setup and settings on IBM i

      This section covers setup and settings for Spool2XML only. For normal implementation of InterFormNG2 on the IBM i platform (without Spool2XML) you can refer to e.g. these sections: Installing InterFormNG2 on IBM i and Start/stop InterFormNG2 on the ...
    • Split XML

      This advanced converter workflow component can split up an XML in the payload of the current workflow. The subtree of this workflow component is executed for each splitted XML. A similar component, which is also able to transform the splitted files, ...