Activating Platform Server REXX Execs under Netview
To activate the platform server REXX execs under Netview, additions must be made to the Netview startup JCL.
The following additions must be made:
-
The platform server LOADLIB must be added to the STEPLIB DD statement. For example:
//STEPLIB DD DSN=&SQ1..CNMLINK,DISP=SHR // DD DSN=FUSION.LOADLIB,DISP=SHR
-
The platform server execs library must be added to the DSICLD DD statement. For example:
//DSICLD DD DSN=&SQ1..CNMCLST,DISP=SHR // DD DSN=FUSION.EXECS,DISP=SHR
After these changes have been made, Netview must be restarted. Afterwards, the platform server REXX execs can be used within the Netview environment.
Copyright © Cloud Software Group, Inc. All rights reserved.