Association of code and data areas

To provide for the support of application program reentrancy and dynamic binding, the assembler provides a way to associate code and data areas. This is achieved by defining and accessing associated data areas which are referred to as PSECTs. A PSECT, when instantiated, becomes the working storage for an invocation of a reentrant program.