InterviewSolution
| 1. |
What Are The Different Types Of Data Areas? |
|
Answer» The different types of Data Areas are general data AREA, local data area, GROUP data area, pip (program initialization parameter data area) data area. *General Data Area - It can be created by USER implicitely or explicitly * Local Data Area - It can not be referred by any other job. *Group Data Area - It is automatically created and deleted by the system We can access the group data area value through clp. *Pip Data Area - It is meant for pre start jobs. The different types of Data Areas are general data area, local data area, group data area, pip (program initialization parameter data area) data area. *General Data Area - It can be created by user implicitely or explicitly * Local Data Area - It can not be referred by any other job. *Group Data Area - It is automatically created and deleted by the system We can access the group data area value through clp. *Pip Data Area - It is meant for pre start jobs. |
|