On Jun 25, 2008, at 12:31, Russel Brooks wrote:
Address CMS does command resolution as if you were typing the
command from
the keyboard prompt. Example, you don't have to enter the correct
case of
the command as the system will try the mixed case you entered then
UPPER
case it and try again.
Not to my understanding. For example:
Ready; T=0.02/0.03 22:50:55
rexx address command 'COPYFILE BROWSE MODULE S Browse = A'
Ready; T=0.01/0.01 22:51:49
rexx address command 'COPYFILE BROWSE MODULE S BrowseX = A'
Ready; T=0.01/0.01 22:53:06
rexx address cms 'BrowseX PROFILE EXEC'
1 *-* address cms 'BrowseX PROFILE EXEC'
+++ RC(-3) +++
Ready; T=0.01/0.01 22:53:43
Whereas:
Ready; T=0.01/0.01 22:56:17
rexx address command 'BrowseX PROFILE EXEC'
... succeeds.
-- gil