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

What is RBA (Relative Byte Address)?


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
karthi_ind

Active User


Joined: 24 Feb 2004
Posts: 131
Location: Chennai

PostPosted: Mon Jul 05, 2004 3:13 pm
Reply with quote

hi to all

1) What is RBA (Relative Byte Address)?

2) What is spooling?

3) What is the diff. between jes2 and jes3 ?

4) what is addressing ? what is the use of Amode and rmode?
what is 24 bit and 31 bit addressing?

anbudan

karthi G.
Back to top
View user's profile Send private message
meetsrk

New User


Joined: 13 Jun 2004
Posts: 85

PostPosted: Mon Jul 05, 2004 11:32 pm
Reply with quote

hi karthik_ind,

1 RBA is internal byte address of each record for a vsam file with respect to the first record. i.e

RBA is mainly used in fixed format records.

suppose if u record length = 80 then
RBA of rec 1 = 0
RBA of rec 2 = 80
RBA of rec 3 = 160

hence even using RBA we can access records randomly.

3. jes => Job entry subsytem

either jes2 and jes3 can exist in a system.

jes2 is used for uniprocessor system.
jes3 is used for multiprocessor system.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts 10 byte RBA conversion DB2 2
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
No new posts Dataset size increase on adding 1 byt... DFSORT/ICETOOL 8
Search our Forums:

Back to Top