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

REXX SDSF question


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

New User


Joined: 23 Nov 2006
Posts: 2
Location: chennai

PostPosted: Wed Nov 04, 2009 3:58 pm
Reply with quote

How do we find out if our REXX is enabled to use SDSF environment or not... WE tried using Address SDSF and it his giving a RC of -3...
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Nov 04, 2009 4:03 pm
Reply with quote

1) DO NOT start an unrelated thread on the back of an existing thread which has been inactive for over one year, and in a non related forum. START a new one

2) Search the forum, this has been discussed quite a few times and lots of solutions offered.

The problem is in line 18 of your REXX code.

Well, it might be, but with the complete lack of information posted by you - that guess is as good as it gets.

You need to post the code and the complete error message with error code if applicable, and then we might be able to help you.
Back to top
View user's profile Send private message
MBabu

Active User


Joined: 03 Aug 2008
Posts: 400
Location: Mumbai

PostPosted: Thu Nov 05, 2009 12:09 am
Reply with quote

You must have z/OS 1.9 or higher. rc of -3 says it isn't available. If you are at 1.9+, contact your system admins.
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Thu Nov 05, 2009 4:24 pm
Reply with quote

Before using ADDRESS SDSF you have to load the SDSF environment:
Code:
IsfRC = isfcalls( "ON" )
(Assuming you have at least z/OS 1.9)
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