× 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.



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/rzakdmstptbarco.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_Tech_Resource_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.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.