On Thu, 22 Feb 90 15:41:16 GMT Dermot O'Beirne said:
>I want to override the maximum daily file GET quotas for local users.
>I can put a GETQWAIVE variable in my LOCAL SYSVARS but I want to be able
>to put in an entry to allow all local users not to be checked.
>ie: GETQWAIVE = '*@IRLEARN' . What is the correct syntax?
There is no such syntax. GETQWAIVE is searched with REXX FIND. You'll
have to patch LSV$GETQ (which is defined as a local exit and fair game
for local mods). It should be a short patch.