Page 1 of 1

Need the REXX/CLIST that executes Panel ISRUDSL0

PostPosted: Wed Apr 03, 2013 10:45 pm
by chinkump
In my workshop I have modified my Panel ISRUDSL0 and added the same in concatenation of Logon clist. I have put the production qualifiers in the panel itself that I dont want to browse. Now it by mistake if I am trying to access the production dataset then violation does not occur and it pop ups as the message that I have set "You dont have authority to check for these datasets"

Further I want to modify the same. I just wanted to know what is the name of the rexx/clist which call the panel ISRUDSL0.

Re: Need the REXX/CLIST that executes Panel ISRUDSL0

PostPosted: Wed Apr 03, 2013 10:51 pm
by enrico-sorichetti
the proper way is not ... to modify the panel,
but to write a DATASET LIST filter exit

http://publibz.boulder.ibm.com/cgi-bin/ ... T#FIRSTHIT

Re: Need the REXX/CLIST that executes Panel ISRUDSL0

PostPosted: Wed Apr 03, 2013 11:12 pm
by chinkump
Thanks Enrico for your quick reply.

It will be very helpful if you can provide me with the module name of the rexx/clist which call the panel ISRUDSL0.

Re: Need the REXX/CLIST that executes Panel ISRUDSL0

PostPosted: Wed Apr 03, 2013 11:31 pm
by Peter_Mann
if you followed the link Enrico provided, your answer would be there.....
PDF calls this exit routine using the standard conventions. The routine must be a program. All ISPF and system services are available to the routine.

Re: Need the REXX/CLIST that executes Panel ISRUDSL0

PostPosted: Wed Apr 03, 2013 11:44 pm
by Pedro
I just wanted to know what is the name of the rexx/clist

Most of ISPF is written in assembler or a compiled language and IBM does not release the source.

Re: Need the REXX/CLIST that executes Panel ISRUDSL0

PostPosted: Thu Apr 04, 2013 12:18 am
by Robert Sample
Topic locked. You've been given an answer; the answer might not be the one you want and you cannot implement your code the way you want but you still have the answer you need.