Need the REXX/CLIST that executes Panel ISRUDSL0



IBM's Command List programming language & Restructured Extended Executor

Need the REXX/CLIST that executes Panel ISRUDSL0

Postby chinkump » Wed Apr 03, 2013 10:45 pm

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.
chinkump
 
Posts: 26
Joined: Fri Jan 20, 2012 10:48 pm
Has thanked: 3 times
Been thanked: 0 time

Re: Need the REXX/CLIST that executes Panel ISRUDSL0

Postby enrico-sorichetti » Wed Apr 03, 2013 10:51 pm

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
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Need the REXX/CLIST that executes Panel ISRUDSL0

Postby chinkump » Wed Apr 03, 2013 11:12 pm

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.
chinkump
 
Posts: 26
Joined: Fri Jan 20, 2012 10:48 pm
Has thanked: 3 times
Been thanked: 0 time

Re: Need the REXX/CLIST that executes Panel ISRUDSL0

Postby Peter_Mann » Wed Apr 03, 2013 11:31 pm

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.
Peter
Peter_Mann
 
Posts: 145
Joined: Fri Jun 24, 2011 7:37 pm
Location: Lowell,AR
Has thanked: 15 times
Been thanked: 3 times

Re: Need the REXX/CLIST that executes Panel ISRUDSL0

Postby Pedro » Wed Apr 03, 2013 11:44 pm

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.
Pedro Vera

These users thanked the author Pedro for the post:
chinkump (Thu Apr 04, 2013 9:05 am)
User avatar
Pedro
 
Posts: 684
Joined: Thu Jul 31, 2008 9:59 pm
Location: Silicon Valley
Has thanked: 0 time
Been thanked: 53 times

Re: Need the REXX/CLIST that executes Panel ISRUDSL0

Postby Robert Sample » Thu Apr 04, 2013 12:18 am

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.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post