Reach your IBM i Web Modernization goals - Faster & more Affordably with BCD. With Presto, green screen apps are quickly Web enabled & robust functionality added: Links, Images, Google Maps, Drop downs…. With WebSmart (ILEor PHP), new IBM i centric or open source, multi-platform Web apps are quickly developed. Prove it all with your staff or BCD’s - Start it all on a Free Trial or Live Web Demo. Read More >>
Those problematic characters, like the ampersand, are easy to manage with the %replace and %scan built-in functions.
By Tom Snyder
When you're working with Web pages, certain HTML characters require special processing. Otherwise, your Web page may not display properly or your SQL statement may end prematurely. Microsoft ASP and PHP provide functions to support this requirement. So does RPG. In this article, I'll show you how to handle those special characters.
Learn more ways to use exit programs for the Watch for Event exit point.
By Bruce Vining
This is the third in a series of articles on watching for certain messages on your system and then making processing decisions based on those messages. The underlying technology being used is known as "watch" support and became available with V5R4. In this article, we will look at how to automate the re-enabling of a specific *USRPRF when the *USRPRF has been disabled because of too many invalid password attempts--that is, the number of signon attempts has exceeded the QMAXSIGN system value.