How can I generate QR codes from COBOL?

Question ID : 320
Created on 2021-06-15 at 10:04 AM
Author : Veryant Support [support@veryant.com]

Online URL : http://support.veryant.com/support/phpkb/question.php?ID=320



QR codes can be generated as bitmap files using the ZXing (Zebra Crossing) barcode scanning library.
All the file types supported by the W$BITMAP routine can be used.

Here are the steps to compile and run the sample COBOL program (QRSAMPLE.cbl) which will generate a png file representing the QR code, show this png on video and allow you to print it.

If you need help please let our support team know.

Click here to view the COBOL source.


Back to Original Question