View previous topic :: View next topic |
Author |
Message |
ANDY Beginner
Joined: 07 Feb 2004 Posts: 127 Topics: 67
|
Posted: Fri Aug 25, 2006 4:43 am Post subject: Question about adding PAGESPACE |
|
|
What's the difference of the following three PAGESPACE?
PLPA
COMMON
LOCAL
I can add type LOCAL by using system command:
PAGEADD page=PAGE.MVS.LOCAL2,
How can I add one for type PLPA ? _________________ cheers,
Andy |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Fri Aug 25, 2006 7:37 am Post subject: |
|
|
Andy,
PLPA = Pageable Link Pack Area This area contains supervisor call routines, access methods, and other read-only system programs along with read-only reenterable user programs selected by an installation to be shared among users of the system. Optional functions or devices selected by an installation during system generation add additional modules to the PLPA.
Check this link which explains about defining the the CICS LPA library to your MVS
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DFHA1P10/2.9.4?DT=20050729103915
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
Bill Dennis Advanced
Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Fri Aug 25, 2006 7:52 am Post subject: |
|
|
There can be only one PLPA dataset and one COMMON dataset as defined at system initialization. If it's too small, you must allocate a new one and IPL w/CLPA option.
The need for LOCAL pagespace will increase/decrease with the workload, that's why these can be added and removed. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
|
|
|