DDS row and column positioning source code

Note:
Read the Code disclaimer information for important legal information.

The row and column method of positioning means specifying where the data starts printing (how many rows down and how many columns in).

The following shows DDS source coding using the row and column method of positioning.

000100911101                R LABEL
000200911101                  NAME          25A  O  8 10
000300911101                  ADDR1         25A  O  9 10
000400911101                  CITY          15A  O 10 10
000500911101                  STATE          2A  O 10 27
000600911101                  ZIPCD          5S 0O 10 30BARCODE(POSTNET *HRITOP)
000700911101                                       13  5'Made in the USA'
000800911101                                            TXTRTT(270)
000900911101                                            FONT(5687 (*POINTSIZE 6))

For example, at row 10 column 30, a bar code is printed.

The following figure shows the output achieved using the row and column positioning method.

Output achieved using the row and column positioning method