PC_PRINTER_SET_POSITION

Move the logicial printer position ready for the next PC_PRINTER_WRITE.
Restriction: This routine is not currently supported in COBOL for JVM.

Syntax:

call "PC_PRINTER_SET_POSITION" using
                               by value printer-handle
                               by value set-options
                               by value new-x
                               by value new-y
end-call

Parameters:

  Using call prototype (see Key) Picture
set-options cblt-x4-comp5 pic x(4) comp-5.
new-y cblt-x4-comp5 pic x(4) comp-5.

On Entry:

  Value Meaning
set-options 0 use logical units
  1 use char units

Comments:

If SET-OPTIONS-USE-CHAR-UNITS is used, ensure you have selected a fixed pitch/monospace font such as Courier New and Lucida Console.