Some tasks are installed as MCR commands(PIP, EDI, F4P etc.). They may be run by typing their three letter task name. Fortran tasks which the user builds or tasks installed with 6 letter task names, must be started via the RUN command. The User simply types RUN taskname or RUN filespecifier Nonprivleged users are allowed to run only public tasks and those which they own. Public tasks are owned by [200,200]. Additional HELP may be obtained using the following keywords; IMMEDIATELY, DELTATIME, ABSOLUTETIME, FILENAME 2 IMMEDIATELY An INSTALLED task may be run immediately RUN taskname [/RSI=magu] [/UIC=[uic]] where: taskname = 1-6 letter installed taskname RSI = reschedual interval mag = magnitude u = units T - tics S - seconds M - minutes H - hours where u>0 and magu<24 hours total. UIC = UIC under which to run the task(PRIVLEGED option). 2 DELTATIME RUN taskname dtime [/RSI=magu] [/UIC=[uic]] where: taskname = 1-6 letter installed taskname RSI = reschedual interval UIC = [uic] 2 ABSOLUTETIME RUN taskname atime [/RSI=magu] [/UIC=[uic]] where: taskname = 1-6 letter installed taskname atime = absolute time of day when this task is to be run; input format is hh:mm:ss 2 FILENAME RUN [DEV:] [$] filename [/keyword(s)] where: keywords are /CKP=YES, NO /INC=size /PAR=pname /PMD=No, YES /PRI=number /SLV=YES, NO /TASK=installed task name /UIC=[UIC] # UNRECOGNIZED KEYWORD/QUALIFIER Allowed KEYWORDS are, IMMEDIATELY, DELTATIME, ABSOLUTETIME, and FILENAME.