Run compiled Rexx modules
Run compiled Rexx modules
I seem to be unable to run Rexx loads using panels trough TSO. What is the key?
-
- Posts: 3
- Joined: Tue Mar 04, 2008 3:15 pm
- Skillset: COBOL,JCL,IDMS,CICS
- Referer: internet
Re: Run compiled Rexx modules
Hi,
Allocate the PDS which has your REXX program to the SYSPROC or SYSEXEC....
This is can be allocated using the ALLOCATE command.
To check what are all the PDS allocated in the SYSPROC or SYSEXEC... give TSO ISRDDN in the command line.. it ll display the list of dataset allocated to the library....
Regards,
Stalwart.
Allocate the PDS which has your REXX program to the SYSPROC or SYSEXEC....
This is can be allocated using the ALLOCATE command.
To check what are all the PDS allocated in the SYSPROC or SYSEXEC... give TSO ISRDDN in the command line.. it ll display the list of dataset allocated to the library....
Regards,
Stalwart.
Stalwart.
...one dead, and the other powerless to be born...
...one dead, and the other powerless to be born...
Re: Run compiled Rexx modules
Using LIBDEF to allocate a loadlib to SYSEXEC or SYSUPROC does not work.
Are you certain?
Are you certain?