When mapping data against a background image, many times the image doesn't line up on row and column boundaries. To incrementally adjust the alignment you can move the position slightly by using one of the positioning commands with + and - values in combination with fractional positions.
This moves left four tenths of a character position. This kind of thing can be useful for positioning X's in check boxes, etc.
Note- Adjusting vertically affects all following rows. Adjusting horizontally only affects remaining data on that print line.
PRINTER NWP [ROWCOL(ROW,COL)], "\E&aROWrCOLC" ! Set Position in Rows and Columns, Vertical, Horizontal. Use +- for Relative
PRINTER PCL [ROWCOL(ROW,COL)], "\E&aROWrCOLC" ! Set Position in Rows and Columns, Vertical, Horizontal. Use +- for Relative
I believe that this has been support from the earliest NWP days, and certainly PCL has supported it forever!
As long as you have a current Printer.SYS, it's defined.