A SERVICE OF

logo

378 Chapter 5
Command Definitions L-O
NEWACCT
cpu Limit on total CPU-time, in seconds, for this account. This limit is checked
only when a job or session is initiated, and so the limit never causes the job
or session to abort. The maximum value you may define with NEWACCT is
2,147,483,647 seconds. Default is that no limit is assigned.
connect Limit on total session connect-time, in minutes, allowed the account. This
limit is checked at logon, and when the job or session initiates a new
process. The maximum value you may define is 2,147,483,647 minutes.
Default is that no limit is assigned.
capabilitylist The list of capabilities, separated by commas, permitted this account. Each
capability is denoted by a two letter mnemonic, as follows:
System Manager = SM
Account Manager = AM
Account Librarian = AL
Group Librarian = GL
Diagnostician = DI
System Supervisor = OP
Network Administrator = NA
Node Manager = NM
Save Files = SF
Access to Nonshareable
I/O Devices = ND
Use Volumes = UV
Create Volumes = CV
Use Communication
Subsystem = CS
Programmatic Sessions = PS
User Logging = LG
Process Handling = PH
Extra Data Segments = DS
Multiple RINs = MR
Privileged Mode = PM
Interactive Access = IA
Batch Access = BA
Default is AM, AL, GL, SF, ND, IA, BA.
fileaccess The restriction on file access pertinent to this account. Default is
R,L,A,W,X:AC, where R, L, A, W, and X specify modes of access by types of
users (ANY, AC, GU, AL, GL, CR) as follows:
R = Read
L = Lock
A = Append
W = Write
X = Execute
S = Save
LOCK allows exclusive access to the file. APPEND implicitly specifies
LOCK. WRITE implicitly specifies APPEND.
The user types are specified as follows:
ANY = Any user
AC = Member of this account only
GU = Member of this group only
AL = Account librarian user only
GL = Group librarian user only
CR = Creating user only