SCOUG-HELP Mailing List Archives
Return to [ 03 |
September |
2002 ]
<< Previous Message <<
>> Next Message >>
Content Type: text/plain
=====================================================
If you are responding to someone asking for help who
may not be a member of this list, be sure to use the
REPLY TO ALL feature of your email program.
=====================================================
Steven,
You are probably right here about registering the REXX Utility
functions. I forgot all about that. However, something very curious is
happening on my system. I would like your input. Apparently, I can run
my REXX script without out first registering the REXX Utility
functions???? Why????
I know that this is true. I have another REXX script, which I use to
register the REXX Utility functions, or deregister them, or query for
whether or not they are currently registered. Here's what I did:
1. Used the "REXX Utility register" script to first make sure that the
REXX Utility functions were NOT registered
2. Ran my script containing the SysDriveMap() and SysFileSystemType()
commands (and no command for registering REXX Utility)
3. After running that script, again query for the registry status of
the REXX Utility functions.
I find that the REXX Utility functions are now registered, directly and
right after I ran the script fro step #2, above
Do you have any thoughts on this?
HCM
_____________________________________________________________________________
Steven Levine wrote:
>
> =====================================================
> If you are responding to someone asking for help who
> may not be a member of this list, be sure to use the
> REPLY TO ALL feature of your email program.
> =====================================================
>
> In <3D744302.D5F165CB@gte.net>, on 09/02/02
> at 09:05 PM, "Benedict G. Archer" said:
>
> >I have JFS volumes, but when I run your script I get:
> >error 43 SysDriveMap() routine not found.
> >Guess I have something not set right? Other Rexx scripts run OK.
>
> Ben,
>
> Add this:
>
> CALL RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
> CALL SysLoadFuncs
>
> to the beginning of Harry's script. He is assuming you already have
> RexxUtil loaded.
>
> Steven
>
> --
> ---------------------------------------------------------------------
> "Steven Levine" MR2/ICE 2.31a #10183 Warp4/FP15/14.085_W4
> www.scoug.com irc.webbnet.org #scoug (Wed 7pm PST)
> ---------------------------------------------------------------------
>
> =====================================================
>
> To unsubscribe from this list, send an email message
> to "steward@scoug.com". In the body of the message,
> put the command "unsubscribe scoug-help".
>
> For problems, contact the list owner at
> "rollin@scoug.com".
>
> =====================================================
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 03 |
September |
2002 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|