Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!utorphys.BITNET!SYSJAMIE
From: SYSJAMIE@utorphys.BITNET (James MacEwan)
Newsgroups: comp.os.vms
Subject: RE: Structure/Login.Com question
Message-ID: <8806151420.AA03249@gpu.utcs.toronto.edu>
Date: 15 Jun 88 13:17:00 GMT
Sender: daemon@ucbvax.BERKELEY.EDU
Organization: The Internet
Lines: 19


What you might want to do is put several branches in your
sys$manager:sylogin.com file.  Look on page 5-7 of the SYSTEM MANAGER'S
REFERENCE MANUAL to see what it is all about sylogin is about.
     
You could call subroutine's based upon which department they are in,
(for ex, IF f$getjpi("","GRP") .eq. xx then GOSUB DEPTXX ...)
using simple DCL GOSUB.  Or if you don't need to return from the subroutine
just use GOTO.
     
I would put all the branch routines in one file (if it doesn't become too big)
to ease your own system management.  (If there are too big just do @'s)
     
Sorry if this is too obvious.  (I do recall asking an obvious question myself
once.)
     
sysjamie@utorphys.bitnet
sysjamie@helios.physics.toronto.edu
     
J.