![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The name of the report that is to be printed. Its syntax is C (fixed-length character string) with length 16. The name of the report table or break table to which the spacing applies. An asterisk (*) means all report tables. Its syntax is C with length 16. The number of lines to insert before the element. Its syntax is B (binary) with length 2.
• If reporttable is specified as an empty string (''), the spacing applies to the value specified for element.
• If element is specified as an empty string (''), the spacing applies to either before or after the entire reporttable. If the element that is specified does not exist in the report, the specification is ignored.
• If reporttable and element are both specified as an empty string (''), the spacing applies either before or after the entire report.The following rule adds spaces before and after the title and heading elements of the report table DEPT_EXPENSE_BD. A call to $RPTSKIPLINES is made for each explicit modification to the report table.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |