Environmental Considerations

In the TSO/E implementation of REXX, each user has their own address space. While (say, under ISPF), there may be more than one REXX process or task executing at the same time, the entire address space and all its resources are private to that user.

Under TSO/E, most programs execute unauthorized. The programs are loaded from non-authorized libraries, and cannot perform authorized functions. A program cannot do damage to system data areas.

Under Tivoli NetView, multiple users share the one address space. Work for different users is processed under different tasks. Also, the address space itself and all tasks in the address space execute in an APF-authorized environment.

Under CA NetMaster, multiple users share one address space, and the environment is APF-authorized. The ramifications of this, when writing REXX external interface programs, include the following:


Copyright © 2009 CA. All rights reserved.