![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Initializes the print attributes or, if they are already set, uses it to clear the titles for the output on the following pages. (C)
An integer specifying the number of lines per page or screen. It can take on values greater than or equal to 1 and less than or equal to 32767. Its syntax is B (binary) with length 2. An integer specifying the number of columns per page or per screen. It can take on values greater than or equal to 1 and less than or equal to 256. Its syntax is B, with length 2. An integer specifying the page number that appears on the subsequent page. It can take on values greater than or equal to 1 and less than or equal to 32767. Its syntax is B, with length 2. filename – If the filename in the media field is a z/OS data set, there are no restrictions to the data set format. An entry, for example, could be of FORMAT = VB, LRECL = 132.For Open Systems operating systems, the filename can include the full path, for example, E:\temp\myfile.txt. If only the filename is provided, the output file is the current working directory where the TIBCO Object Service Broker session is launched.Its syntax is V (variable-length character string) with length 54. N or '' – Titles should be printed. Do not clear all previously defined titles.Its syntax is C (fixed-length character string), with length 1. To start a new set of pages without using the titles in previous pages, set clear_title_yn to Y.
No page number is printed. $SETPRINT or $RESETPRINT must be called before a call to another print tool. The print arguments are already set The first four arguments are ignored and do not override the current arguments. To override the current arguments use $RESETPRINT. A data set name is specified for media
Control characters are emitted only if media is set to PRT. Control characters can be included in the output if PRT is redirected to a data set or file (for example, by specifying a file under the Print Parameters section of the User Profile option on the workbench).
length – Is less than or equal to zero.width – Is less than or equal to zero, or is greater than 256.page_number – Is less than zero.media – Is a number, an empty string, or a string without dot (.).clear_title_yn – Is neither Y or N. An empty string ('') is valid and is treated as N. The media specified is not a valid type.The following rule sets the print arguments with a call to $SETPRINT and prints four lines to the message buffer using the new print arguments:
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |