IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

What does page datasets in SMS means


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Srinivasa Rao

New User


Joined: 21 Jun 2005
Posts: 75

PostPosted: Thu Feb 28, 2008 9:29 pm
Reply with quote

Hi,

What does page datasets in SMS means and purpose of these datasets? I tried searching but ended up with nothing.

Could any one suggest me where I can gather information regarding this.

Thanks in advance
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Feb 28, 2008 9:31 pm
Reply with quote

PAGE datasets are part of the z/OS operating system.
Back to top
View user's profile Send private message
Srinivasa Rao

New User


Joined: 21 Jun 2005
Posts: 75

PostPosted: Thu Feb 28, 2008 9:35 pm
Reply with quote

Thats correct But looking for some more information.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Thu Feb 28, 2008 9:56 pm
Reply with quote

IIRC, page datasets host the virtual storage when it's not occupying the physical memory
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Fri Feb 29, 2008 12:43 am
Reply with quote

See page 1-32 in the MVS Init and Tuning Guide at this link for an explanation of PAGE datasets.

publibz.boulder.ibm.com/epubs/pdf/iea2e151.pdf
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Fri Feb 29, 2008 12:52 am
Reply with quote

ANother possibility may be a reference to LINEAR VSAM or PDSE which store data in 4K blocks or "pages". The MVS architecture has the capability to move 4K blocks of storage easily, so these new dataset structures have adopted the page-sized data block.

The system PAGE datasets mentioned in the prior post also contain swapped out storage in 4K blocks.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Feb 29, 2008 1:13 am
Reply with quote

page datasets are not, in principle, related to SMS

page dataset are essential components of all the Virtual storage operating systems

they are part of the paging architecture of the system

and are used to hold the virtual storage pages which, according to the paging algorithm, do not reside in real storage
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts Merging 2 datasets into one DFSORT/ICETOOL 1
No new posts PL/I, VB Datasets and the RDW PL/I & Assembler 4
No new posts how to get list of all VSAM/non-VSAM ... JCL & VSAM 13
No new posts IMS queue causing page through diffic... IMS DB/DC 1
Search our Forums:

Back to Top