| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
nagarajan
Joined: 20 Feb 2005
Posts: 1
|
| Posted: Mon Feb 21, 2005 5:02 pm Post subject: Regarding HURBA in VSAM |
|
|
| What is HURBA in VSAM? |
|
| Back to top |
|
mmwife
Joined: 30 May 2003
Posts: 1508
|
| Posted: Mon Feb 21, 2005 8:12 pm Post subject: |
|
|
Hi identicle.
HURBA is an acronym for:
High
Use
Relative
Byte
Address
You'll see it used to denote the relative position of the last record in an ESDS or RRDS Vsam file. There may be other non-VSAM files that use the teqnuque, but I haven't seen much of them in recent years.
P.S. It's bad form to pose a new unrelated ques in the same thread as the original. Just ckick the "NEW TOPIC" button near the top of the page to start a new thread. |
|
| Back to top |
|
ashishsawhney
Joined: 21 Feb 2005
Posts: 3
|
| Posted: Tue Feb 22, 2005 9:03 am Post subject: |
|
|
HURBA (High Used RBA)
RBA is relative byte address........
should you need further clarification on this....u can avail me....
laters |
|
| Back to top |
|
ankyhunk
Joined: 05 May 2005
Posts: 102
Location: Navi Mumbai, India
|
| Posted: Fri May 06, 2005 3:11 pm Post subject: |
|
|
Hi,
If you analyze the output of the LISTCAT command there is ALLOCATION information which shows two fields HURBA and HARBA.
HIGH-USED-RBA indicates the Relative Byte Address(plus 1) of the last used data control area. This value reflects the portion of the space allocation that is actually filled with data records.
There are actually two HURBAs one in the VSAM control block of the cluster and one in the catalog entry for the cluster.
Hope this helps, |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|