Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Mav2

  1. Mav2

    Formula for determining file size

    You can also use the following cmd's within a CL pgm to retrieve a file's size: RTVMBRD NBRCURRCD(&NOREC) will give you no. of records RTVMBRD DTASPCSIZ(&SIZE) will give the data space size RTVMBRD ACCPTHSIZ(&SIZE) will give the access path size
  2. Mav2

    Maxicode - 2D Barcode in RPG Output Specs

    I have included below an example of how to code a Maxicode barcode in the output specs in RPG. The field lengths can be worked out from their respective end posns. This has been specifically coded for an Eltron Orion Thermal label printer but can be adapted for other makes/models. The...

Part and Inventory Search

Back
Top