VM

 View Only
  • 1.  Technical Tip: How to remove the Header line from TPXBATCH Reports?

    Posted Jan 19, 2017 04:36 AM

    When a TPXBATCH Job uses the REPORT-Statement to create a list of Users, Profiles or other Elements then this list is started with a Header line looking like this:

     

    1                                        01/19/17 02:51:37 Page 1   

     

    The first character is the ASA printer control character and tells the printer to start a new page, the other data is a time stamp and a page number. This line is repeated on every new page.
    When you want to use the content of the REPORT for subsequent processing then this Header likely is distracting. You can remove this Header completely by using the statement

     

    SET RLINEMAX '0'

     

    in the SYSIN.



  • 2.  Re: Technical Tip: How to remove the Header line from TPXBATCH Reports?

    Posted Jan 19, 2017 04:38 AM

    Additional information: The layout of the Header Line is hard coded. If you want to have a Report with a different line then use the TPXBATCH-Statement

     

    SET RTILE1 '....'

     

    to define a different Header line. More on this can be found in the TPXBATCH Administration Guide in Section "Define Headings in Your Report".