Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
whtas Difference b/w HI-A-RBA and HI-U-RBA in the LISTCAT

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM
Author Message
boobalamurugan

New User


Joined: 26 Oct 2007
Posts: 3
Location: chennai

PostPosted: Wed Jul 02, 2008 10:43 am    Post subject: whtas Difference b/w HI-A-RBA and HI-U-RBA in the LISTCAT
Reply with quote

i ve submitted the following job after creating VSAM dataset

Code:
 //STEP10   EXEC PGM=IDCAMS                 
 //OUTFL    DD DSN=P76B.VSAM1.KSDS,DISP=SHR 
 //SYSPRINT DD  SYSOUT=*                     
 //SYSOUT   DD SYSOUT=*                     
 //SYSIN    DD  *                           
   LISTCAT ENTRIES FILE(OUTFL) ALL           
 /*                                         
 //                                       


In the VSAM details, i couldn't understand the following detail

HI-A-RBA---------1013760
HI-U-RBA----------506880

can anyone explain me ?
Back to top
View user's profile Send private message
References
PostPosted: Wed Jul 02, 2008 10:43 am    Post subject: Re: whtas Difference b/w HI-A-RBA and HI-U-RBA in the LISTCAT Reply with quote

madhumca2005

New User


Joined: 16 Jun 2008
Posts: 1
Location: pune

PostPosted: Wed Jul 02, 2008 11:27 am    Post subject: Reply to: whtas Difference b/w HI-A-RBA and HI-U-RBA in the
Reply with quote

it is used for finding how much allocated space used or unused in vsam datasets
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 2956
Location: Brussels once more ...

PostPosted: Wed Jul 02, 2008 12:23 pm    Post subject:
Reply with quote

HI-A-RBA---------1013760 - Highest allocated RBA
HI-U-RBA----------506880 - Highest used RBA

So you have 506880 bytes left to use
Back to top
View user's profile Send private message
prakash271082

Active User


Joined: 09 Sep 2005
Posts: 61

PostPosted: Wed Jul 02, 2008 12:24 pm    Post subject:
Reply with quote

Hi,

HI-A-RBA is Highly allocated relative byte address - Maximum space allocated for VSAM dataset.

HI-U_RBS is Highly used relative byte address - Actual space occupied right now by VSAM dataset.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM All times are GMT + 6 Hours
Page 1 of 1