WebSmart is the fastest way to develop IBM i web apps. In under 1 hour you can download a free trial of WebSmart and have a fully functioning PHP or RPG web app to show your managers, even without prior web development experience! WebSmart is a proven (used by 1,000’s of developers), rapid IBM i & multi-platform Web Application Development tool for creating any type of web app for any business need. Watch the video and learn how you can use WebSmart Program Templates to create web apps in minutes.
Did you know you can create service programs from commonly used procedures?
Written by Tom Snyder
I am a big advocate of encapsulation and modular programming to build solid code from reusable components. One of the capabilities that ILE gives us to promote these programming ideals is the service program. In this article, I'll walk through the steps of taking a commonly used procedure and putting it into a service program to be easily shared with other programs.
The QjoRetrieveJournalEntries API offers flexibility in terms of tracking IFS usage.
Written by Bruce Vining
Earlier this month, a question was posed over on MIDRANGE-L related to a user having trouble with IFS objects mysteriously disappearing. The question was if there was a way "to journal or otherwise monitor an IFS directory, that would tell us the who, what, when, where, and why of those deletions?" The system can't help very much with the "why" part of the question, but with journaling the system can certainly provide information related to who, what, when, and where. And with that information, hopefully the "who" can help to explain "why."