![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
A string specifying the name of the table to be printed, including parameters (if any). An integer specifying the number of lines on a page, usually 25 for a screen or 60 for a page. An integer specifying the number of columns to use on the page. This value is usually 80 for a screen; it can be greater, as some printers can handle 132. NOTE: Fields that do not fit within a page are not printed. A string specifying the medium (screen or printer) to which output is directed. It must be one of:
• You must declare the local variable MSG. It contains a message indicating if the table printed successfully or why it did not print successfully.
• Fields that contain raw data (syntax RD) or Unicode data (syntax UN) are printed as strings of hexadecimal characters.
The following rule prints the table instance 01 of the EMPLOYEE_EXPENSE table and displays the result in the message log:
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |