× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I think it is very unlikely that the 6400 supports IMB with the BARCODE
parameter. You will probably have to use AFP raster fonts.
https://ribbs.usps.gov/onecodesolution/download.cfm and grab the
uspsFontSAFP-1-1-0.zip

The font approach is easy to use. You simply print a string of alpha
characters that make up the bar code. Encoding numeric postal codes can
be a challenge, but he USPS does provide sampel code to do so in C.

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of John Katubig
Sent: Tuesday, August 28, 2012 3:14 PM
To: 'Midrange Systems Technical Discussion'
Subject: RE: Intelligent Mail Barcode

Sorry sent the wrong field:

BC4 31S 0 6 20BARCODE(34 X'03')


-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Michael Schutte
Sent: Tuesday, August 28, 2012 1:57 PM
To: Midrange Systems Technical Discussion
Subject: Re: Intelligent Mail Barcode

Hey Mark, what's undefined?

John, you haven't specified the barcode to print. You just named a
field.

Here is a site for the BARCODE keyword in DDS.
http://publib.boulder.ibm.com/infocenter/iadthelp/v7r0/index.jsp?topic=/
com.
ibm.etools.iseries.langref2.doc/rzakdmstptbarco.htm

For V5R2
http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/rzakd/r
zakd
mstptbarco.htm


Your printer file should be something like this...

A BARCODEP 65 3 20BARCODE(CODE128 2)

CODE128 tells it what type of barcode to print. 2 is the height of the
barcode.

Unfortunately, I didn't do my barcode using a printer file. Instead I
used
a software package. So I'm not sure about making this a CODE128 subset
C
with FNC1 in a printer file. The subset C is what confuses me and I
would
like to know the answer to that too. But you can fake the FNC1 by
putting
it at the beginning of the variable BARCODEP. Like the previous post,

BARCODEP = X'8F' + %Trim(PostalRouting) + X'8F' + TrackingNumber;


You find this site helpful too.
https://ribbs.usps.gov/

https://ribbs.usps.gov/onecode_solution/documents/tech_guides/USPSIMB_Te
ch_R
esource_Guide.pdf


On Tue, Aug 28, 2012 at 1:41 PM, Mark Murphy/STAR BASE Consulting Inc. <
mmurphy@xxxxxxxxxxxxxxx> wrote:

undefined
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing

list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take
a moment to review the archives at
http://archive.midrange.com/midrange-l.


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe,
or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at http://archive.midrange.com/midrange-l.

-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.2197 / Virus Database: 2437/5230 - Release Date:
08/28/12


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.