HP3000-L Archives

January 1996, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jon Diercks <[log in to unmask]>
Reply To:
Jon Diercks <[log in to unmask]>
Date:
Fri, 12 Jan 1996 17:28:32 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (46 lines)
At 01:58 PM 1/12/96 -0800, Jeff Vance wrote:
>Perhaps the default value for
>the limit on the system jobQ should be the job limit specified in the :LIMIT
>command?  That is, the default sysjobQ limit equals the global job limit.
>This is compatible to prior uses of LIMIT, but could be changed via
>:altjobq $sysjobQ;limit=X   or  :limit X ;jobq=$sysjobQ.
 
Good one Jeff!  If the global limit takes precedence over queue limits, then
the bootup default limit for $sysjobq could be UNLIMited, which would be
overridden by an explicit setting as you describe.
 
>My vote is the default jobQ membership is based on the user.account in the
>:JOB command.  Thus, a single JCL file could introduce jobs into different
>jobQs.
 
Yes, and if an admin *really* prefers the other model (jobq based on
user.acct of the user who :STREAMs the job) it could be done with a
system-level STREAM UDC:
 
  anyparm parm=$stdin
  stream !parm;jobq=!HPDEFJOBQ
 
(yes, I know it would be more complex than that if you still wanted the user
to be able to specify ;jobq on the command line... but you get the point)
 
>  This assumes that user.acct is a sufficient default jobQ membership
>criteria.  If user.acct alone (no jobname, no group name) is not sufficient
>then we should not extend NEW/ALTACCT and NEW/ALTUSER to support a jobQ=
>parm.  Instead, we would need to use some config file, or make default
>membership an explicit jobQ property, e.g.:
>   :NEWJOBQ xxx;defmembers="jobname,usr.acct,group; @.acct; j@,usr1.sys;
>etc..."
 
Again, if absolutely necessary this could be done (kludged) with a STREAM
UDC (if jsname='thisjob' then setvar streamq 'thisq'...).
 
  -----------------------------------------------------------------------
               Jon Diercks -------- mail: [log in to unmask]
        Programmer/Analyst   /||  | chat: powwow:[log in to unmask]
        Computing Services  /_||  | WWW : http://rowlf.csv.anderson.edu/
       Anderson University /  ||__| tel : (317)641-4305
        Anderson, IN 46012 -------- fax : (317)641-3851
    o________________________________________________________  ___
    _\_,                                                     \=`==^==>
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

ATOM RSS1 RSS2