RPG SUBFILES

RPG-ILE FREE (format) subfile pgm (2)

April 25, 2010
By
RPG-ILE FREE (format) subfile pgm (2)

In February of 2010 I asked my friend Ken Killian to update the RPG program RPG-ILE subfile pgm (1) to FREE FORMAT. (the DSPF and etc. are at “RPG-ILE subfile pgm (1)”) Now, things are even better. the EVAL opcode is no longer needed. MOVE is not needed. Z-ADD is not needed. You simply write statements, like If *In26 = *Off; Count +=1; ......

Read more »

RPG-ILE subfile pgm (1)

March 20, 2010
By
RPG-ILE subfile pgm (1)

I got this code and pieced it together from IBM’s book RPG USERS GUIDE, book 26 in 1991 and, in about 1994 I enhanced it to toggle more columns. Later, 1998 I expanded it to the wider ILE format and changed a few of the if’s and do’s to show the new, easier-to-read format … if *in55 = *on is easier to read than...

Read more »