IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Rexx get fails when trying to call SYSCALL funtion.


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
niroop

New User


Joined: 06 Aug 2007
Posts: 3
Location: bangalore

PostPosted: Thu May 22, 2008 5:43 pm
Reply with quote

Can some one can help in this.
While running a REXX from MVS to call the OMVS segment trough SYSCALL for setting up a userid, I am getting a message as follows: The specified funtion is not supported in a TSO space running multiple processes".

Is there any different REXX for OMVS ? or any special access has to be provided for the same?
Back to top
View user's profile Send private message
acevedo

Active User


Joined: 11 May 2005
Posts: 344
Location: Spain

PostPosted: Thu May 22, 2008 6:14 pm
Reply with quote

have you set up the environmente before?

Code:
x = syscalls('ON')     
Back to top
View user's profile Send private message
niroop

New User


Joined: 06 Aug 2007
Posts: 3
Location: bangalore

PostPosted: Thu May 22, 2008 7:15 pm
Reply with quote

Yes I have set up the environment before.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Thu May 22, 2008 9:46 pm
Reply with quote

> TSO space running multiple processes

What else is going on in your TSO session? Does it work if you logon again and only run your rexx program?
Back to top
View user's profile Send private message
niroop

New User


Joined: 06 Aug 2007
Posts: 3
Location: bangalore

PostPosted: Fri May 23, 2008 8:27 pm
Reply with quote

I have tried running it immedieately fter I once login wiht nothing else running but still get same error.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top