25 pts.
0
Q:
Barcoding in RPG/400 DDS
How can I code an EAN13 barcode in RPG 400 DDS
ASKED: Nov 3 2008  9:36 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
25 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
We need info before we can respond
Do you have an IBM or similiar printer that is IPDS capable and supports EAN13 -

    YES
    Can you create an AFPDS printer file with the BARCODE keyword and RPG or COBOL code to call it?
YES


Do you need info on the BARCODE keyword???
    YES
Last Answered: Nov 4 2008  12:06 AM GMT by Roddyredbelt   25 pts.
Latest Contributors: Philpl1jb   24105 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Philpl1jb   24105 pts.  |   Nov 4 2008  2:50PM GMT

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
 <a href="http://stuff.mit.edu/afs/athena/astaff/project/ipm/doc/s5445284.pdf" title="http://stuff.mit.edu/afs/athena/astaff/project/ipm/doc/s5445284.pdf" target="_blank">http://stuff.mit.edu/afs/athena/astaff/p…</a>

so EAN13 might look something like this

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

 
0