Run compiled Rexx modules



IBM's Command List programming language & Restructured Extended Executor

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?
desaubin
 
Posts: 6
Joined: Thu Jan 31, 2008 2:41 am
Has thanked: 0 time
Been thanked: 0 time

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...
stalwart_itsme
 
Posts: 3
Joined: Tue Mar 04, 2008 3:15 pm
Has thanked: 0 time
Been thanked: 0 time

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?
desaubin
 
Posts: 6
Joined: Thu Jan 31, 2008 2:41 am
Has thanked: 0 time
Been thanked: 0 time


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post