- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- RAB on VAX and Alpha
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 01:24 AM
08-17-2005 01:24 AM
Re: RAB on VAX and Alpha
I compared all values of RAB/FAB structures with my c code of indexed files. No any strange value I observed. Some field are pointer to other structure, so they numeric value are not important.
Just I understand your file has primary key of 4 bytes.
I looked at my old documentation and I confirm about 65537 status. This is a successfull code but I met it when rms routine could not get all information about file; this may happen when you open file throught network or something like that. I know at now it's not important.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 04:33 AM
08-17-2005 04:33 AM
Re: RAB on VAX and Alpha
But if I create a file on VAX and copy it to Alpha and try to access it, I am still not being able to do that.
Antonio, I think you are trying with Indexed file but mine is relative. Second, my binary file had no record greater than INTEGER*4 or REAL*8. I will double check and repost a note, if I find anything else.
Thanks to all who are devoting precious time to help me out.
Best Regards,
Vir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 04:37 AM
08-17-2005 04:37 AM
Re: RAB on VAX and Alpha
if you create a file on Alpha and try to access it on Alpha, does it work ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 04:57 AM
08-17-2005 04:57 AM
Re: RAB on VAX and Alpha
Vir wrote . . .
Can someone please post a note about how can I obtain support from HP over this topic.
Your site will need to have a current software support agreement with HP. Do you know if your site has such an agreement?
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 06:22 AM
08-17-2005 06:22 AM
Re: RAB on VAX and Alpha
I am not sure if my site has software support agreement with HP or not? I will inquire about that.
More info to add: I dumped the data on VAX and Alpha simultaneously and both seem to be reading identical blocks, but very strange thing happened. I was in loop to read data from the file with DO I=1,4. At each step I examined DATA(I). Initially when I examined DATA(2), it was all zeros (0). Then I examined DATA(3), it was filled up and then I re-examined DATA(2) and that had some values in it now. DATA(2) and DATA(3) looked the same on VAX and Alpha. Is it some timing issue, just wondering?
Best Regards,
Vir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 07:11 PM
08-17-2005 07:11 PM
Re: RAB on VAX and Alpha
I think you are trying with Indexed file but mine is relative. Second, my binary file had no record greater
I thought to indexed file because in your posted dump of Aug 15, 2005 17:11:47 GMT, I see RAB$B_KSZ=4; this is key size of RMS file.
I never used relative access, so I can't help you for this feature. I guess RAB$B_KSZ in relative access is size of pointer but I'm not sure about this.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 07:55 PM
08-17-2005 07:55 PM
Re: RAB on VAX and Alpha
See http://h71000.www7.hp.com/doc/731FINAL/4523/4523pro_010.html#99_rabb_kszfield
So you are reading on both platforms via 32 bit pointers.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2005 02:46 AM
08-20-2005 02:46 AM
Re: RAB on VAX and Alpha
Once again thanks for your time, effort and help.
Best Regards,
Vir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 04:02 AM
08-25-2005 04:02 AM
Re: RAB on VAX and Alpha
- « Previous
-
- 1
- 2
- Next »