Previous Topic: OECPUTM Keyword—Maximum CPUTIME for a Dubbed ProcessNext Topic: OIDCARD Keyword—Prompt for Identity Card


OEFILEP Keyword—Maximum Files per Process

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)
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

Examples: OEFILEP keyword

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