200 pts.
 As400
i need to convert folling rpgle code into rpg
EVAL      CMDKEY = %TRIMR(CMDKEY) + ' ' + F6COM 


Software/Hardware used:
i-series
ASKED: June 5, 2012  2:14 PM
UPDATED: June 7, 2012  2:32 AM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

 

i need to convert folling rpgle code into rpg

Whyich “rpg”?: RPG II? Or RPG III?

If you don’t know the appropriate way to code it in RPG, why would you want to convert it?

A line of code might be convertible, assuming that the variables are downward compatible. But other attributes of the overall program might not be. A subprocedure, for example, might give unacceptable results after conversion.

Tom

 108,260 pts.

 

You can descend a staircase here a hundred and fifty feet down, and stand at the edge of the water. After you have done it, you will wonder why you did it; but you will then be too late.
- “Niagara,” Sketches Old and New
Mark Twain 1875

 44,190 pts.