PRINTLINE Command (Traditional)

PRINTLINE 
[REPEAT n {FIELD | LINE}] 
[CHANNEL n] 
[FONT name1 [, name2]] 
[PRINTDATA {YES | NO}]
[POSITION {MARGIN | SAME |x-pos} [RELATIVE] {TOP | NEXT | SAME | y-pos}] 
[COLOR colorname | 
 RGB rvalue gvalue bvalue | 
 HIGHLIGHT hvalue] [COVERAGE cvalue] [BLACK bvalue] |
 CMYK cvalue mvalue yvalue kvalue | 
 CIELAB lvalue [(–)] clvalue [(–)] c2value]
[OVERLAY {Xname | VARIABLE [START n] LENGTH n}  
   [0 0 | rel. x-pos rel. y-pos] 
   [OVROTATE {0 | 90 | 180 | 270}]] 
[SEGMENT {Xname | VARIABLE [START n] LENGTH n} 
   [0 0 rel. x-pos rel. y-pos]] 
[DIRECTION {ACROSS | DOWN | BACK | UP}] 
[OBJECT {lname [0 0 | relX relY] | 
         VARIABLE [START n] LENGTH n [0 0 | relX relY] OBTYPE Parameters}
         Other OBJECT Parameters] ;

OBTYPE Parameters

OBTYPE {PSEG | IOCA | BCOCA | GOCA | PTOCA | 
        OTHER OBID {comp-id | type-name}}

Other OBJECT Parameters

[OBSIZE {USEOBJ | wd [unit] hg [unit]}]
[OBMAP {LEFT | TRIM | FIT | CENTER | REPEAT | FILL}] 
[OBCHPOS {USEOBJ | x-pos}] 
[OBCVPOS {USEOBJ | y-pos}] 
[OBROTATE {0 | 90 | 180 | 270}] 
[OBCOLOR color-name] 
[OBPAGE n] 
[OBRESOLUTION x-res y-res {IN | CM}]
[OBCPSS PSS]
PRINTLINE
The PRINTLINE command specifies the printing of one data record on a line. If a formatted printline is to be printed, one or more FIELD commands must follow the governing PRINTLINE command; at least one is required. If this is not done, field processing is not performed and the unformatted data is printed.
    Note:
  1. The PRINTLINE command defines a traditional page definition. PRINTLINE commands cannot be mixed with LAYOUT commands, which define Record Formatting page definitions, or with XLAYOUT commands, which define XML page definitions.
  2. If this PRINTLINE is followed by several FIELD commands, the related field controls are also repeated.