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

whtas Difference b/w HI-A-RBA and HI-U-RBA in the LISTCAT


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

New User


Joined: 26 Oct 2007
Posts: 4
Location: chennai

PostPosted: Wed Jul 02, 2008 10:43 am
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
madhumca2005

New User


Joined: 16 Jun 2008
Posts: 1
Location: pune

PostPosted: Wed Jul 02, 2008 11:27 am
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: 8797
Location: Welsh Wales

PostPosted: Wed Jul 02, 2008 12:23 pm
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

New User


Joined: 09 Sep 2005
Posts: 53

PostPosted: Wed Jul 02, 2008 12:24 pm
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
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 Timestamp difference and its average ... DB2 11
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts What is the difference between Taskty... Compuware & Other Tools 2
No new posts IDCAMS listcat service using cobol JCL & VSAM 1
No new posts Difference between VALIDPROC and CHEC... DB2 3
Search our Forums:

Back to Top