35 pts.
0
Q:
Barcode printing and afp
Do i need barcode afp utility on as/400 to do barcode printing?
ASKED: Nov 11 2008  2:50 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
4165 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button


There are several references to this type of question within this Knowledge Exchange. If you do a search for Barcode you will find where there are several answers to this question...

See website for additional information...
http://www.itjungle.com/fhg/fhg062304-story02.html

use Display Device Description (DSPDEVD) to check the host print transform attribute. It needs to have a value of *YES. Use the Change Device Desc (Printer) (CHGDEVPRT) command to change the device if necessary.

Second, add the BARCODE keyword to the printer file. (See the DDS manual for more information about this splendid keyword.)

A H1ID 12 O 4 41BARCODE(CODE3OF9 *HRZ *NOHRI *NOAST)

Third, create the printer file as DEVTYPE(*AFPDS).

CRTPRTF FILE(xxx/PICKLIST) +
SRCFILE(xxx/QDDSSRC) +
SRCMBR(PICKLIST) +
DEVTYPE(*AFPDS)
Last Answered: Nov 11 2008  9:46 PM GMT by Tpinky   4165 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0