Computing.Net > Forums > OpenVMS > Set uic

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Set uic

Reply to Message Icon

Name: mdea2
Date: April 12, 2006 at 15:38:44 Pacific
OS: VMS 7.3-2
CPU/Ram: GS1280 / 8 GB
Product: Alpha
Comment:

Anyone remember the $ SET UIC command? Although it's no longer documented (or supported) it's been pretty useful in certain application circumstances. We have a DCL procedure that switches UIC along with group logical name table. Does anyone know of a way to accomplish the same thing without using 'SET UIC'?



-mdea-



Sponsored Link
Ads by Google

Response Number 1
Name: KellyS
Date: April 17, 2006 at 14:52:57 Pacific
Reply:

First, the command will probably keep working for a long time; VMS engineering tends to keep old functionality around long after it's declared unsupported.

If you need the command only to access another group's logical name table, you may be able to achieve the same thing by inserting that table's name into the logical name table search list for the current process. That requires changing the definition of logical name LNM$FILE_DEV in the table LNM$PROCESS_DIRECTORY to include the other group's table. The name of the table you want to insert is LNM$GROUP_777777 where 777777 is the six-digit UIC. See example #9 for the DEFINE command in the DCL manual.


0
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: Set uic

Finding out a detached process www.computing.net/answers/openvms/finding-out-a-detached-process/367.html

system locked up www.computing.net/answers/openvms/system-locked-up/392.html

**Out of memory,exiting**,HELP www.computing.net/answers/openvms/out-of-memoryexitinghelp/222.html