290 pts.
 About EVALR Opcode
Could anyone let me know what is an EVALR Opcode in AS/400? If possible, can anyone give me some sample code which is on EVALR Opcode?

Software/Hardware used:
iseries or as400
ASKED: March 19, 2013  9:16 AM
UPDATED: March 19, 2013  1:43 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. Michael Tidmarsh   11,410 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

All programming languages have reference definitions. When you want to know about an element of a language, you look in the reference. For ILE RPG, the ILE RPG Language Reference is where you find definitions and examples. If you cannot make a feature work, show us what you have tried and tell us what the problem is. — Tom

 108,360 pts.

 

====================
DName s 15a
C eval Name=’Sachin Tendulkar’
c Name dsply
C evalr Name=’sachin Tendulkar’
c seton lr
========
o/p
DSPLY sachin tendulka
DSPLY achin tendulkar
=====================

 450 pts.