- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- OpenVms Cobol RMS RU_Journaling enabled return-...
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
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
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
тАО05-09-2007 05:28 AM
тАО05-09-2007 05:28 AM
In my test cobol program, following the OPEN I-O statement I have the Call "SYS$Start_Transw" to start the transaction. I Get a faulire return status = 9332. I then executed the sample procedure and program in SYS$examples:RMSJNL_EXAMPLE.com. Same return status from "SYS$Start_Transw". Any recommendations? I cannot locate the translation to the return status. We are running Openvms 7.3-2
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 06:10 AM
тАО05-09-2007 06:10 AM
Re: OpenVms Cobol RMS RU_Journaling enabled return-status 9332
%SYSTEM-F-NOLOG, transaction log not found
I presume that SYS$DECDTM_INHINIT" = "NO" is a typo and you meant inhiBit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 06:15 AM
тАО05-09-2007 06:15 AM
Re: OpenVms Cobol RMS RU_Journaling enabled return-status 9332
(LNM$SYSTEM_TABLE)
"SYS$DECDTM_INHIBIT" = "NO"
"SYS$DECDTM_NODE_ADDRESS" = "1076"
"SYS$DECDTM_NODE_NAME" = "PHXDEV"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 06:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 06:35 AM
тАО05-09-2007 06:35 AM
Re: OpenVms Cobol RMS RU_Journaling enabled return-status 9332
Also the system message
$ exit 9332
%SYSTEM-F-NOLOG, transaction log not found
translates to (See attached). I'll have our Sys Admin follow up.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 06:40 AM
тАО05-09-2007 06:40 AM
Re: OpenVms Cobol RMS RU_Journaling enabled return-status 9332
Jur.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2007 09:16 AM
тАО05-10-2007 09:16 AM
Re: OpenVms Cobol RMS RU_Journaling enabled return-status 9332
We've created the journal log and continued my test. I now receive return status 9340.
$ exit 9340
%SYSTEM-F-TPDISABLED, the TP_SERVER process is not running on this node
I thought removing the SYS$DECDTM_INHIBIT logical would enable DECdtm service.
$ sh log SYS$DECDTM_INHIBIT
%SHOW-S-NOTRAN, no translation for logical name SYS$DECDTM_INHIBIT
I am researching, recommendations appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2007 12:27 PM
тАО05-10-2007 12:27 PM
Re: OpenVms Cobol RMS RU_Journaling enabled return-status 9332
Reassigning after boot does not make it start on its own.
You will need to run:
@SYS$STARTUP:DECDTM$STARTUP.COM
http://h71000.www7.hp.com/doc/73final/6017/6017pro_104.html
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2007 02:45 AM
тАО05-11-2007 02:45 AM
Re: OpenVms Cobol RMS RU_Journaling enabled return-status 9332
Thank you all. This a great forum.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2007 03:06 AM
тАО05-11-2007 03:06 AM
Re: OpenVms Cobol RMS RU_Journaling enabled return-status 9332
Of course the real fun has only just begun.
While enabling RUJ looks, and is, easy enough to set up there are operational and performance implications.
There will be those per process .RUJ files being hammered, deferred writes will aggresively be used, aand there may be a surprise prolonged record lock holding.
Hope this helps some,
Hein van den Heuvel (at gmail dot com)
HvdH Performance Consulting
(contact me offline if you think additional, applicaction specific help is desirable)