|
|
|
MC RPG Developer
|
|
May 21, 2008 | Vol 7 Issue 10
In This Issue:
>> Those Weird and Wonderful Arrays
>> The API Corner: Retrieving Information, Continued
>> Partner TechTip: Get Productive with PHP and Java in Just Two Minutes!
|
| Sponsor - Business Computer Design |
WEBINAR: Get started with WebSmart PHP. Thurs - May 22th, 2008 2 PM EST. 1. Learn how to create PHP applications using templates. 2. Learn how to edit the HTML with WYSIWYG and text based tools. 3. Learn the PHP created by a template for a subfile app. 4. Overview of integration with Nexus Portal and much more. Click for Details & to Register.
Read More >> |
| |
|
|
| Feature Article - Programming |
Those Weird and Wonderful Arrays
Maximize the use of memory by using arrays.
By Paul Tuohy
Over the past few years, the style of my RPG programs has changed dramatically in many ways. One of the core changes is the way I use memory in programs. Historically, I would minimize the use of memory, but now I go to the opposite extreme and use memory as much as possible. For example, if I was writing an order entry program, instead of maintaining order details on the database as they are entered, I would store the complete order in memory and write it to the database when the order is complete.
Read More >> |
| |
|
|
| Feature Article - Programming |
The API Corner: Retrieving Information, Continued
What would be required to reverse the order of displayed call stack entries? In this article, we'll look at one way to accomplish this.
By Bruce Vining
When we left off in the previous article, "The API Corner: Retrieving Information, Part II," we were successfully displaying the call stack of the current thread, with the current procedure being shown at the top of the listing. But various system functions, such as the Display Job (DSPJOB) command, show the call stack with the initial program or procedure first and the current procedure last. To mimic this behavior, what would be required?
Read More >> |
| |
|
|
| Sponsor - RPG & DB2 Summit |
Registration Now Open! On October 20-22, come to the RPG & DB2 Summit in
Las Vegas for three days of intense, practical education on RPG IV, ILE, SQL, V6R1, DB2, WDSC/RSE/RDi & more. Learn the latest tips and techniques from top gurus Susan Gantner, Jon Paris, Skip Marchesani, Paul Tuohy, Scott Klement and others in a highly interactive, fun, friendly environment. Register today and save $300 — $995 early registration ends June 27.
Read More >> |
| |
|
|
| Advertorial - Pinch Hitter Solutions |
Partner TechTip: Get Productive with PHP and Java in Just Two Minutes!
Do you want to harness the power of PHP or Java but find it difficult to stop everything and learn these technologies?
By Scott Salisbury
Lots of books and training materials are available for Java and PHP, but the best education is seeing these languages as they interact with your own data. When developers decide to learn a new language, one of the first questions that occur to them is along the lines of, "How do I use Java (or PHP, or whatever) to access my own data?" There is something very meaningful and ultimately educational about seeing a new language wrapped around your own tables and columns. It helps bridge the gap between the known and the unknown in a very tangible way.
Read More >> |
| |
|
|
|
|
|
|
| Support MC Press - Visit Our Sponsors | |
Search Sponsor
Read More >> |
|
|
|