On 10/11/2012 1:32 PM, Dan Kimmel wrote:
Fill those constants in quotes out to the full length. For instance lfusername is 10A, use '*CURRENT ' to fill it.
That isn't necessary for RPG. RPG automatically adds trailing blanks for
assignments using EVAL (or implied EVAL as in Gary's code).