Valid on z/OS.
Use the OEFILEP keyword to specify the maximum number of files that a single process can have active or open concurrently. This field overrides the MAXFILEPROC parameter in the BPXPRMxx.
OEFILEP is equivalent to FILEPROCMAX in RACF.
This keyword has the following format:
TSS ADD(acidname) OEFILEP(nnnnn)
The maximum number of files that a single process can have active or open concurrently.
Range: 3 to 65,535
Default: USS takes the system defaults set in BPXPRMxx
This example assigns an acid a value of 20 for OEFILEP:
TSS ADD(TESTID) OEFILEP(20)
This example removes OEFILEP from the acid:
TSS REMOVE(TESTID) OEFILEP
|
Copyright © 2009 CA Technologies.
All rights reserved.
|
|