InterviewSolution
Saved Bookmarks
| 1. |
What Are The Various Steps Involve Accessing Data Area In Cl? |
|
Answer» FIRST we get the data from the data AREA by using the COMMAND RTVDTAARA. If you WANT edit the data of the data area USE CHGDTAARA command else if you want view the data of the data area use DSPDTAARA command. First we get the data from the data area by using the command RTVDTAARA. If you want edit the data of the data area use CHGDTAARA command else if you want view the data of the data area use DSPDTAARA command. |
|