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

SDSF in Rexx


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

New User


Joined: 30 Aug 2014
Posts: 24
Location: UK

PostPosted: Mon Sep 01, 2014 9:55 am
Reply with quote

hi

when i run this code
Code:
 ISFRC = ISFCALLS("ON")

i got this error
"Routine not found"

i use Z/os v1.9 and Jes2
can anybody help me ?
thanks
Back to top
View user's profile Send private message
Paul Voyner

New User


Joined: 26 Nov 2012
Posts: 52
Location: UK

PostPosted: Mon Sep 01, 2014 11:53 am
Reply with quote

Starting with the obvious question, have you got SDSF installed ?
What program are you using ? IKJEFTxx or IRXJCL ?
Back to top
View user's profile Send private message
farhad_evan

New User


Joined: 30 Aug 2014
Posts: 24
Location: UK

PostPosted: Mon Sep 01, 2014 12:08 pm
Reply with quote

yes we have SDSF.
i used PGM IKJEFT01 and TSO EX command but get same error
Back to top
View user's profile Send private message
Paul Voyner

New User


Joined: 26 Nov 2012
Posts: 52
Location: UK

PostPosted: Mon Sep 01, 2014 12:29 pm
Reply with quote

It looks like the SDSF loadlib is not in your linklist. Maybe it's allocated dynamically when SDSF in invoked.
From anywhere in ISPF, do DDLIST on command line, then LP to list LPA+LINKLIST, type MEM ISFCALLS and YES to the popup. That will tell you if ISFCALLS is findable. Where I am, it's in SYS1.ISF.SISFLOAD.

If it's not found, go into SDSF and try the same. This time I would expect it to be found under a dynamic ddname.
Back to top
View user's profile Send private message
farhad_evan

New User


Joined: 30 Aug 2014
Posts: 24
Location: UK

PostPosted: Mon Sep 01, 2014 1:13 pm
Reply with quote

thanks for your response Paul

unfortunately in two way Member not found
Back to top
View user's profile Send private message
Paul Voyner

New User


Joined: 26 Nov 2012
Posts: 52
Location: UK

PostPosted: Mon Sep 01, 2014 1:27 pm
Reply with quote

Try googling "sdsf rexx isfcalls not found" and you will find that other people have had the same issue. I think SDSF REXX was first introduced with zOS 1.9 so it should be available at your site, but I guess something is missing in the configuration. Talk to your zOS Administrators, they should know.
Hope you get this to work. SDSF REXX is a very useful and powerful tool !
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 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
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
Search our Forums:

Back to Top