System i Expert Trevor Perry selects WebSmart PHP & Nexus Portal for IBM VIP partner KMR Systems' Application Modernization - See Why ! Get to the Web faster with WebSmart, the tool 1,000's of RPG & Cobol developers use to succeed. 1. Develop web apps in PHP or RPG CGI 2. Access data via DB2, MS SQL & MySQL 3. Deploy on System i & multi-platforms. Read Trevor's comments & Try WebSmart for Free! Read More >>
With the QUSLJOB API and my MONBCH program working for you, you can relax when you're away from the office.
By Bruce Vining
My recent series of articles prompted the following note from reader Jerry G.:
"I enjoy reading your articles as a learning exercise.... Would you consider demonstrating an API example to monitor jobs [in order to] notify [someone of] a troubled state like MSGW?"
I think this is an excellent idea! In this article, we'll look at how to use the List Job (QUSLJOB) API to monitor batch jobs and, if any job is found to be waiting on a message, to then send a generic message to a *DTAQ, identifying the job that is waiting for a reply.
What do you get when you combine nested data structures with prototyped subprocedures?
By Mike Faust
According to Wikipedia, although the concepts behind object-oriented (OO) programming have been around since the 1960s, they weren't part of commonly used languages until the 1990s. At its most basic level, OO programming allows a programmer to work with objects in a hierarchical structure, so anything associated with a given "object" can be found within that object's structure. This article explores how to combine nested qualified data structures with prototyped subprocedures to achieve OO-like functionality in ILE RPG.