/* SetPri30.Cmd */
say 'Loading RxAsync.DLL'
if RxFuncQuery('RxAsyncLoadFuncs') then do
/* load the load-function */
call RxFuncAdd 'RxAsyncLoadFuncs', 'RXASYNC', 'RxAsyncLoadFuncs'
/* load the functions themselves */
rc = RxAsyncLoadFuncs()
if rc <> 0 then do
say 'RxAsyncLoadFuncs failed with rc=>'rc'<'
exit
end
end
/* set session priority 3,0 */
rc = RxAsyncPriority( 3, 0 )
if rc <> 0
then say 'RxAsyncPriority failed with rc=>'rc'<'
else say 'Session priority set to 3,0.'
Exit
|
URL: changi/manual/syslogd.html Created: 14 December 1996 Revised: 21 December 1996 Author: Ian Timms <itimms@ariel.ucs.unimelb.edu.au> |