REXX under USS



IBM's Command List programming language & Restructured Extended Executor

REXX under USS

Postby morakles » Wed Jun 25, 2014 12:53 pm

Hi,
I run REXX script under USS, but I need execut TSO AOEXEC (AutoOPERATOR) command. Under TSO native everything is OK, but in UNIX a get rc=-3, what means command not found :(
How can I run AOEXEC (or another) command under USS Rexx script?
morakles
 
Posts: 4
Joined: Wed Jun 25, 2014 12:41 pm
Has thanked: 0 time
Been thanked: 0 time

Re: REXX under USS

Postby Robert Sample » Wed Jun 25, 2014 9:06 pm

Have you talked to the vendor? If not, start there.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: REXX under USS

Postby morakles » Thu Jun 26, 2014 11:04 am

I found the solution:

address linkmvs 'AOEXEC SYSINFO'


And works! :D
morakles
 
Posts: 4
Joined: Wed Jun 25, 2014 12:41 pm
Has thanked: 0 time
Been thanked: 0 time

Re: REXX under USS

Postby morakles » Thu Jun 26, 2014 1:05 pm

morakles wrote:I found the solution:

address linkmvs 'AOEXEC SYSINFO'


And works! :D


I forgot in .profile add:
STEPLIB=BMCP.MVN.BMCLINK
export STEPLIB
morakles
 
Posts: 4
Joined: Wed Jun 25, 2014 12:41 pm
Has thanked: 0 time
Been thanked: 0 time

Re: REXX under USS

Postby BillyBoyo » Thu Jun 26, 2014 1:06 pm

Good for you, thanks for letting us know and thanks for posting your solution, it may help others with the same problem. How did you find it?
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post