25 pts.
 Barcoding in RPG/400 DDS
How can I code an EAN13 barcode in RPG 400 DDS

Software/Hardware used:
ASKED: November 3, 2008  9:36 AM
UPDATED: November 4, 2008  2:50 PM

Answer Wiki:
We need info before we can respond Do you have an IBM or similiar printer that is IPDS capable and supports EAN13 - <b><ul> YES Can you create an AFPDS printer file with the BARCODE keyword and RPG or COBOL code to call it? <b></ul> YES Do you need info on the BARCODE keyword??? </b><ul> YES</b></ul>
Last Wiki Answer Submitted:  November 4, 2008  12:06 pm  by  philpl1jb   44,150 pts.
All Answer Wiki Contributors:  philpl1jb   44,150 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I’ve never done EAN13 but here’s a sample doing 3 of 9
A 38N69 INV## 8 1 57BARCODE(CODE3OF9 2 *NOAST *NOHRI +
A (*WIDTH 0.009))

Here’s a good site
http://stuff.mit.edu/afs/athena/astaff/project/ipm/doc/s5445284.pdf

so EAN13 might look something like this

EANFLD 12S 0 BARCODE(EAN13 *NOAST *NOHRI +
A (*WIDTH 0.009))

 44,150 pts.