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

Accesing Spool from Rexx


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nagadastagiri reddy

New User


Joined: 29 Feb 2012
Posts: 2
Location: india

PostPosted: Wed Feb 29, 2012 5:49 pm
Reply with quote

When i am trying to use the statement RC=ISFCALLS("ON") in my REXX EDIT MACRO an error is coming saying that routine not found can any one help me in solving this
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Feb 29, 2012 5:52 pm
Reply with quote

depending on Your setup You might need to reference (STEPLIB ) the SDSF load libraries
Back to top
View user's profile Send private message
nagadastagiri reddy

New User


Joined: 29 Feb 2012
Posts: 2
Location: india

PostPosted: Wed Feb 29, 2012 5:56 pm
Reply with quote

Sir i am not getting which is the correct way
1) address sdsf
"isfcalls("on")

above statement giving me error code -3

2) rc=isfcalls("on") it is saying routine not found
How to add steplib in rexx please help me
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Feb 29, 2012 6:02 pm
Reply with quote

why not look at the jcl manuals and search for it Yourself
( links at the top of the page )
no reason for anybody here to rewrite what is clearly explained in the manuals

but why not ask Your support...
You will have to ask anyway to find the name of the libraries/datasets to be used
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Sat Mar 31, 2012 3:45 am
Reply with quote

Quote:
Sir i am not getting which is the correct way
1) address sdsf
"isfcalls("on")

above statement giving me error code -3

2) rc=isfcalls("on") it is saying routine not found
How to add steplib in rexx please help me


ISFCALLS("ON") is used to setup the Address SDSF, so #1 above is destined to fail.

To add a STEPLIB, learn to use the TSOLIB command. See the TSO Command Reference manual.
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 -> IBM Tools

 


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