Define Verb USERS Image "HERE:USERS" Parameter P1 , Value(List, Default="0" ) Parameter P2 , Value(List) Qualifier VERSION , Nonnegatable Qualifier STATIC ! US/ST, for system users, does not do fancy ! screen formatting (acts just like unpriv- ! ileged users' USERS) Qualifier WIDTH , Value( Required, Type=$NUMBER ) Qualifier SILENT , Nonnegatable Qualifier OUTPUT , Value( Required, Type=$OUTFILE ) Qualifier MODE , Value( Required ) Qualifier IMAGE , Nonnegatable , Default Qualifier DATA , Nonnegatable Qualifier SOURCE , Nonnegatable Qualifier TIMES , Nonnegatable Disallow Any2(IMAGE,DATA,SOURCE,TIMES) !---------- Site-Dependent Values ---------------------------------------------- Qualifier ÜDATA , Default, Value( Default="HERE:USERS.INDEX" ) ! ! A formatted indexed-sequential file, max record size 100 ! Col 1-12 is the key: blank-filled username ! Col 13+ contains data about that user: full name, phone, etc. ! If no file is used, set Value( Default="" ) Qualifier ÜASST , Default, Value( Default="@HERE:USERS_ASSIST" ) ! ! A command which USERS will call when the @ key is depressed and ! a process is selected and on the screen. The command is called ! with four parameters: ! 1. The selected process's node ! 2. The selected process's username ! 3. The selected process's pid ! 4. The command line which invoked USERS Qualifier ÜMODE , Default, Value( Default="IB" ) ! Default /MODE value Qualifier ÜPPER , Default, Value( Default="$1$DUA0:[LOCAL_SW.]" ) Qualifier ÜCAPS , Default, Value( Default="$1$DUA0:[COMMERCIAL_SW.]" ) ! ! ÜPPER and ÜCAPS are portions of file specifications of image ! files. If either of these appears in a process's image file ! specification, then only the filename part of the file spec- ! ification is displayed, and: ! ! * for ÜPPER, the name is displayed in ALL CAPS ! ! * for ÜCASE, the name is displayed in lowercase with ! the first character capitalized. !