SYNTAX

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

Back to Main Index


                 Reading Syntax Diagrams - Quick Review

:HELLO [sessionname,]username[/userpass].acctname[/acctpass]
       [,groupname[/grouppass]]
                                     :::::::::::::::::::::::::::::::::::
       [;TERM=termtype]              :: Syntax diagrams in Help show  ::
       [;TIME=cpusecs]               :: you which parameters are      ::
                                     :: required, which are optional, ::
               BS                    :: and how they fit together in  ::
               CS                    :: the command.                  ::
       [;PRI={ DS }]                 :::::::::::::::::::::::::::::::::::
               ES
       ...etc, etc, etc...
                               Look For:

 WORD  a KEYWORD (CAPITALS)             [ ]  brackets   - optional
 word  a variable (lowercase)           { }  braces     - required

 ,     comma (holds a place)             ;    semi-colon - marks a
 =     equal sign                             KEYWORD beginning

                                                ...Please press <RETURN>
Back to Main Index