InterviewSolution
Saved Bookmarks
| 1. |
What Is Data Area And How It Is Used In Rpg Program ? |
|
Answer» Data area is a type of an object which is used for STORING data. It is defined USING OPCODE *NAMVAR. The data is READ by \"IN\" and written by \"OUT\" opcode. Data area is a type of an object which is used for storing data. It is defined using opcode *NAMVAR. The data is read by \"IN\" and written by \"OUT\" opcode. |
|