SYNTAX3

Generated from C.65.00 /SYSADMIN/PUB/MYCICAT last modified on Sun Aug 29 15:08:37 2004

Back to Main Index


         MAKE IT A HABIT:  STUDY THE SYNTAX DIAGRAMS CAREFULLY.

HELLO  [sessionname,]username[/userpass].acctname[/acctpass]
       [,groupname[/grouppass]]
                                  ::::::::::::::::::::::::::::::::::
       [;TERM=termtype]           :: You can usually decide NOT   ::
       [;TIME=cpusecs]            :: to use an [optional] para-   ::
                                  :: meter.  But be sure you know ::
               BS                 :: what "default" the computer  ::
               CS                 :: will use when you omit an    ::
       [;PRI={    }]              :: [optional] parameter.  It    ::
               DS                 :: can make a big difference.   ::
               ES                 ::::::::::::::::::::::::::::::::::

If you want a "grouppass", you must include the / before it.  But using
"grouppass" also requires using "groupname" and the comma (,) before it.
Both are optional.  But in this case, choosing the "inside" option
forces you to use the "outside" option as well.

If you want to use PRI, you must use ;PRI=.  And because the next
grouping is { }, you must choose BS or CS or DS or ES.  If the next
grouping were [ ], you could "default" it as PRI=<RETURN>.
Back to Main Index