Previous Topic: INTVL ParameterNext Topic: LLA Parameter


JES3ALLC Parameter

Specifies whether CA PMO deallocates a library after it rebuilds the hash table for that library.

Format

The JES3ALLC parameter has the following syntax:

JES3ALLC=allocation option

where allocation option has one of following values:

NO

Causes CA PMO to keep the library allocated as SHR. On JES3 systems, this means that no other user will be allowed to allocate the library with DISP=OLD.

Default: JES3ALLC=NO

YES

Causes CA PMO to close and deallocate a library after rebuilding a hash table or, during cross-system updates, after updating the hash table entry for a member. CA PMO reallocates and opens the library whenever it rebuilds the library hash table. CA PMO will also reallocate a library when it issues a BLDL to that library (CA PMO does this when it needs to resolve a cross-system update).

This option allows you to allocate a library with DISP=OLD while CA PMO is running.