! ! DSMMJCPAR.OPT - DSM Job Controller startup option file ! ! This option file contains the start up options used when ! starting up the DSM Job Controller (DSM_CONTROL.) ! ! The option file is the default specified by /INPUT of the command file ! DSMMJCSTA.COM when DSM_CONTROL is created as as a detached process. ! ! /[NO]LOGIN[/ALL] ! /[NO]LOGIN[/SELECT_GROUP=(N,N1,N2)] ! /[NO]LOGIN = Qualifier that allows or does not allow login by DSM users ! Default is LOGIN/ALL. ! /SELECT_GROUPS=(N1,N2) = Subqualifier that will select ! which DSM user groups will ! be allowed to login. ! /ALL = Subqualifier that indicated that all DSM ! user groups are allowed to login. ! ! /[NO]JOURNAL[/SELECT_GROUPS=(N,N1,N2)] ! /[NO]JOURNAL[/ALL] ! /[NO]JOURNAL = Qualifier that will result or not result in a journal ! indicator to be sent to the DSM users as it logs ! in. ! Default is NOJOURNAL/SELECT_GROUPS. ! /SELECT_GROUPS=(N,N1) = Subqualifier that will select ! which DSM user groups will ! receive the journal indicator. ! /ALL = Subqualifier that indicates that all DSM ! user groups will receive the journal indicator ! /SYSTEM = System wide Job Controller. ! /GROUP = Group wide Job Controller. ! Default is /SYSTEM. ! ! Sample command file ! /LOGIN ! Same as the default /NOJOURNAL ! Same as the default /SYSTEM ! Same as the default