- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: LIB$SET_LOGICAL
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
09-26-2007 04:43 AM
09-26-2007 04:43 AM
LIB$SET_LOGICAL
SYS_STATUS = LIB$SET_LOGICAL(RETURN_PRINTQ,WORK::T_PRINTQ,"LNM$PROCESS")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2007 05:17 AM
09-26-2007 05:17 AM
Re: LIB$SET_LOGICAL
thing fails?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2007 05:30 AM
09-26-2007 05:30 AM
Re: LIB$SET_LOGICAL
define? also as I remember you can pass an
item list with this call. ( don't remember what the attributes you can set ) Dean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2007 05:38 AM
09-26-2007 05:38 AM
Re: LIB$SET_LOGICAL
before the execution of the comand I got
SYS_STATUS: 1 and after I got
SYS_STATUS: 1585
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2007 05:42 AM
09-26-2007 05:42 AM
Re: LIB$SET_LOGICAL
%SYSTEM-S-SUPERSEDE, logical name superseded
$
it would appear it replaced the logical
for you! Dean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2007 06:12 AM
09-26-2007 06:12 AM
Re: LIB$SET_LOGICAL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2007 06:18 AM
09-26-2007 06:18 AM
Re: LIB$SET_LOGICAL
on thamking those that helped you in this forum, please review
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
-- for this as well as your previous questions.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2007 06:22 AM
09-26-2007 06:22 AM
Re: LIB$SET_LOGICAL
Create a dozen-line test program -- I have a suspicion that this BASIC sequence is buried in a far larger application -- and then spend some time with the code and the debugger and (for this case) with the SHOW LOGICAL /FULL command.
I'd here wonder if there are any odd characters in the logical name string, or if there is a requirement for a trusted logical name (eg: something else looking at this logical name is running with privileges; the process table isn't easily accessible from installed and privileged code for instance), or if there is a logical name definition "ahead" of this one somewhere in the logical name tables. Either based on the translation table order, or the access mode. (Some of these details can be ascertained with the SHOW LOGICAL /FULL command. Others with the test program.)
Stephen Hoffman
HoffmanLabs LLC