Having been frustrated once too often by the above scenario, I decided to build a List Command Processing Program utility. A number of APIs were pressed into service to get the job done. The QUSLOBJ API finds the commands in a given library and places the results in a user space. The QCDRCMDI API retrieves command information. Finally, the data queue APIs are used to store the details of the commands in two alternate sequences for display via a subfile.
The use of keyed data queues makes re-sequencing a subfile a breeze. In this case, the details can be displayed in command processing program (CPP) order, or--at the touch of a function key--in command order. Fold logic has also been built in to allow other command attributes to be conveniently displayed on an extra line.
Armed with the LSTCPP utility (download), you'll find that the pain of tracking down those elusive processing programs may be a thing of the past, but that's no excuse for not documenting your command source!
For another data queue example, see "Using Data Queues in Subfile Processing" by Kevin Vandever.
--Phil Hope
RPG, Java, SQL, HTML, XML, APIs, Linux...
What's your expertise?
Send your tips to
LATEST COMMENTS
MC Press Online