Previous Topic: What You Can DoNext Topic: Printing Multiple Lines (CULEMLIN)


How to Use CULELABL

Supply a carriage control tape or a function control block (FCB) to direct channel 1 to the first line of each label.

To invoke CULELABL:

  1. Use a SORT parameter if you want to print the labels in alphabetical order.
  2. Code type 5 or type 6 edit parameters with:
  3. Specify CULELABL on the OUTPUT parameter, using the UM option:
    Col
    2
    ▼
    RPT-nnOUTPUT record-size-n block-size-nUM(CULELABL)
    

CULELABL Record Size and Block Size Calculation

The following diagram shows the CULELABL record size and block size calculation.

Example

This example reads 80-character input records and prints name and address labels on a form having two labels across the page and several labels down the page.

The following code:

An Example of Name and Address Labels