1,025 pts.
 AS400 – RPG
What is the difference between *NAMVAR and *DTAARA in RPG Programming

Software/Hardware used:
ASKED: January 21, 2009  8:28 AM
UPDATED: February 5, 2011  9:13 AM

Answer Wiki:
*NAMVAR is a keyword used in factor1 of the RPG/400 statement space to define a data area to the program. *DTAARA is the object type of a data area on AS/400. While in RPGLE or RPGiv we use the keyword *DTAARA in functions space to define a dtata area to the ILE program.Hope this will help thanks Ram
Last Wiki Answer Submitted:  January 22, 2009  5:57 am  by  ten2008   1,150 pts.
All Answer Wiki Contributors:  ten2008   1,150 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

in RPG *NAMVAR is like *LIKE the way you define a work variable. *DTAARA is completely different.

 635 pts.