I have some REXX members where the first thing I am told to do is go to Option 6 in TSO (ISPF Command Shell) and enter the following 2 items:
ALTLIB DEACTIVATE APPL(EXEC)
ALTLIB ACTIVATE APPL(EXEC) DA('name-of-your-REXX-PDS')
When I do the above, the REXX members work OK when I am in the same screen session, but when I swap screens, the REXX members I try to execute get an error message of "Invalid command".
Are there any commands that I can enter that would:
1. Allow my REXX members to execute in ALL the screens I currently have open in TSO?
2. Allow #1 above and also any new screens that I may open later?