Run compiled Rexx modules

IBM's Command List programming language & Restructured Extended Executor
desaubin
Posts: 6
Joined: Thu Jan 31, 2008 2:41 am
Skillset: Contruction
Referer: ibmmainframes.com

Run compiled Rexx modules

Postby desaubin » Thu Feb 07, 2008 10:56 pm

I seem to be unable to run Rexx loads using panels trough TSO. What is the key?

stalwart_itsme
Posts: 3
Joined: Tue Mar 04, 2008 3:15 pm
Skillset: COBOL,JCL,IDMS,CICS
Referer: internet

Re: Run compiled Rexx modules

Postby stalwart_itsme » Tue Mar 04, 2008 3:49 pm

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.
Stalwart.
...one dead, and the other powerless to be born...

desaubin
Posts: 6
Joined: Thu Jan 31, 2008 2:41 am
Skillset: Contruction
Referer: ibmmainframes.com

Re: Run compiled Rexx modules

Postby desaubin » Thu Mar 06, 2008 1:15 am

Using LIBDEF to allocate a loadlib to SYSEXEC or SYSUPROC does not work.
Are you certain?