In KB article #320, we showed how to generate a QR code in your COBOL program.
In this article, we'll show you how to call the attached program to generate or read a QR code.
Like the earlier article, you must first download 2 jar files, and put them in your CLASSPATH.
Here's the link to the ZXing libraries (Zebra Crossing).
isQR.cbl is the program that either writes or reads a QR. An example of the code you might use to call isQR is included in CALLISQR.cbl.
When you call isQR, you'll need to pass these 5 variables:
Article ID: 344
Created: April 5, 2024
Last Updated: April 5, 2024
Author: Support KB Author
Online URL: https://support.veryant.com/phpkb/article.php?id=344