Traditional line data
Traditional line data is data that is formatted for printing on a line printer. Fully formatted line data can be printed on a line printer without a page definition, but all line data needs a page definition to be printed on a page printer.
- cc
- Carriage control character, which defines the positioning, write, space, or skip operation
- trc
- Table reference character, which identifies the font with which the line is to be printed

Existing applications2 that generate data that consists entirely of line data records can be printed on a page printer. However, a page definition is required in place of the forms control buffer (FCB) used for line printers. For information about printing jobs that are generated for a 3800 line printer and for jobs that contain merged lines, see Merging data lines into a single print line.
As was noted in Using page definitions supplied with PSF, PSF page definitions are provided for these FCB modules: FCBSTD1, FCBSTD2, FCBSTD3, FCB36, and FCB38. If the name of the page definition is the same as the name of the FCB used with a line printer, no JCL changes are required because the FCB parameter is interpreted as the name of a page definition. However, if the name is different, you must specify the name of the page definition with either the JCL PAGEDEF parameter (see PAGEDEF) or the FCB parameter (see FCB).
TRCs are supported for compatibility with 3800 line printers. For traditional line data applications in which the number of lines between font changes is constant, IBM® recommends selecting fonts in the page definition. For font selection when the number of lines between font changes is variable, TRCs can provide more flexibility.
Carriage control characters and table reference characters
Traditional line data can contain CC characters, TRCs, both, or neither. CC characters are used to control writing, spacing, and skipping operations as the data is being formatted. TRCs are used to select the font that prints the record text that contains the TRC.
For more information about using CC characters and TRCs, see Specifying carriage control and table reference characters in line data.
Data lines merged into a single print line
PSF can merge multiple input data records to print a single print line. When two or more lines of data that contain printable characters are printed in the same line space, the printed line can cause two or more characters to be superimposed. Thus you can print composite characters with line data. You can also use this function to create printed lines in which different fields are printed in different fonts.
Some traditional line data applications merge data lines with lines that contain mostly blanks and a few vertical bars. With line printers, this is one way to merge tabular application data with a traditional line data electronic form. This method can more than double the amount of data per page, but at some cost in performance. On AFP printers, you can greatly improve performance by using an overlay to print electronic forms. For more information, see Overlays.
For more information about merging data lines, see Merging data lines into a single print line.
Existing applicationsare applications that are originally designed for formatting and printing data with line printers. For considerations that apply when these applications are run on a page printer, see the documentation provided with your printer.