A former employee here created a REXX member (Zoom) that would open up a copylib member while editing a Cobol program and left behind the code along with how to "activate" (I think) the REXX PDS for use when editing the Cobol members. I have created the code in a REXX PDS and tried to "activate" that library but when I follow the instructions he gave, I get an error message saying "IKJ56500I COMMAND ZOOM NOT FOUND". Here are the 2 commands he said we needed to do on the ISPF Command Shell screen before being able to use the Zoom command while editing a Cobol program:
ALTLIB DEACTIVATE APPL(EXEC) press ENTER
ALTLIB ACTIVATE APPL(EXEC) DA(‘name-of-your-REXX-pds’) press ENTER
Is/Are there additional statements that I need to add to allow the "Zoom" member to be found in my PDS? (And yes it is there with the correct name.
Thanks
/* rexx */
Address TSO
"ALLOC F(NEWEXEC) DSN(MY.EXEC.PDS) SHR"
Call BPXWDYN "CONCAT DDLIST(SYSPROC,NEWEXEC) PERMC MSG(WTP)"