Page 1 of 1

Run compiled Rexx modules

PostPosted: Thu Feb 07, 2008 10:56 pm
by desaubin
I seem to be unable to run Rexx loads using panels trough TSO. What is the key?

Re: Run compiled Rexx modules

PostPosted: Tue Mar 04, 2008 3:49 pm
by stalwart_itsme
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.

Re: Run compiled Rexx modules

PostPosted: Thu Mar 06, 2008 1:15 am
by desaubin
Using LIBDEF to allocate a loadlib to SYSEXEC or SYSUPROC does not work.
Are you certain?