260 pts.
 RPG – free format
I am looking for a good resource to learn/improve the skill set in free format RPG. Does anyone have any suggestions? Thanks, John

Software/Hardware used:
ASKED: August 26, 2008  2:27 PM
UPDATED: August 27, 2008  3:54 PM

Answer Wiki:
Here's a useful site with lots of technical information, with many articles written by Jon Paris and/or Susan Gantner, two great educational resources. <a href="http://ibmsystemsmag.blogs.com/">http://ibmsystemsmag.blogs.com/</a> Here are two articles which give some specifics on RPG /Free. There are others which build upon these, as new features have been introduced over the years. <a href="http://www.ibmsystemsmag.com/i5/september02/enewsletterexclusive/8181p1.aspx">iSeries EXTRA -- Free Ride: A look at free-form calc support</a> <a href="http://www.ibmsystemsmag.com/i5/may01/features/7235p1.aspx">New Language? No, it's RPG IV</a> CWC
Last Wiki Answer Submitted:  August 27, 2008  2:42 pm  by  Cwc   4,275 pts.
All Answer Wiki Contributors:  Cwc   4,275 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Jim Martin published a book “Free Format RPG-IV” available at Midrange.com that is very helpful.

 280 pts.

 

Many programmers like to see code samples. Websphere Development Studio Client (WDSc) provides a terrific tool which shows your code in free format.
Just select a section of code, right click and select “Convert Selection to Free-Form”. Immediately your code is converted. It also inserts /Free and /End-Free lines as needed to keep your program compile-able. (Is that a word?)
If you don’t like the results, just press Ctrl+Z to undo the conversion.
IBM really did a good job on this feature.

 5,555 pts.