T.L. Ashford is “The Labeling Answer”® for the System i. Ashford's Barcode400 has been the dependable choice for the industry since 1983. With Barcode400's newly enhanced Graphic Designer no “green screen” interaction is needed for label design. New features include: AFP/HP-compatible printing, easy-to-use graphics import tool, test print to desktop printer, simple font download tool, updated drivers and format listing reports. Even compliance labeling is made easy with design templates. Call 800-541-4893 to order your Fully-Functional, FREE Trial Software or visit us at T.L. Ashford & Associates. Read More >>
Allow commands to be executed on the remote computer.
By Tom Snyder
To execute commands on your PC from RPG, you must first set up a server to listen for these requests and grant permission to the IBM i to execute those commands. In order for RPG to be able to call a PC application using REXEC, you will need three capabilities:
•·Allowing commands to be executed on the computer
In previous articles, I explained how to identify your PC on the network using the QDCRDEVD API and how to send commands to your PC using the Run Remote Command (RUNRMTCMD) command. In this article, we will install and configure a server to support RUNRMTCMD.
On Your Mark, Get Set, Modernize!Reaching your IBM i Web Modernization goals is a lot Closer with BCD. Modernize RPG or Cobol apps Fast & Affordably. With Presto, apps become Web enabled and new functionality added. With WebSmart (ILE or PHP edition) new IBM i centric or multi-platform Web apps are quickly developed. Optionally add a Web Portal, Real-time Web Queries, Report Distribution… Prove it all with your staff or BCD services.Get Started, Click Here. Read More >>
MONITOR takes RPG into the next level of error detection, and this article introduces one of the most useful aspects of this new opcode.
By Joe Pluta
RPG has come a long way since the H1 halt indicator. Back in the day, you issued a halt when a program encountered a completely unexpected condition--usually application errors such as a master record not found or a divide by zero, although fatal errors could also include programs not found or files full. The current height of technology is to use the Program Error Subroutine (PSSR) to handle unexpected errors, but this article will show you an even cleaner and easier way to handle errors: the MONITOR opcode.