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

user defined panel usage


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
muthukumar

New User


Joined: 24 Mar 2004
Posts: 29

PostPosted: Wed Apr 07, 2004 4:39 pm
Reply with quote

Hi,

can one of you help me by answering below questions.

1) In which dataset ISPF panel are stored.

2) if we need to use a user defined panel in a rexx program using ispf display statement, how to make the program to refer to the user defined panel instead of default library.

to explain more...

i have created a panel say panel1 which i have in my personal library and i wrote a rexx program to call this panel. when i execute this exec it searches in the default library for Panel ( i would like to know this dataset name ????). How to make it refer to the panel which i created. where i need to concatenate my panel library and using which command.


thanks for your kind help

regards
Muthu
Back to top
View user's profile Send private message
muthukumar

New User


Joined: 24 Mar 2004
Posts: 29

PostPosted: Wed Apr 07, 2004 7:30 pm
Reply with quote

At last i got the answer

1) when Panel command is used in the program the program searches in the datasets concatenated under the ddname ISPPLIB.

2) In order to pick the user defined panel, concatenate the library to ISPPLIB using the following TSO command.

CONCATEM DD(ISPPLIB) DSN('USER.PANELS')

thanks for all the minds which researched for me
Back to top
View user's profile Send private message
bluebird

Active User


Joined: 03 Feb 2004
Posts: 127

PostPosted: Thu Apr 08, 2004 4:04 pm
Reply with quote

hello,

sorry for late answer.

concatem is not an ibm standard.

tso ISRDDN will show all allocated libraries and their connecting DDNAMES

to have your rexx or program point to your own ISPF library (say panellib)
Code:

ADDRESS ispexec
  "libdef ispplib DAtaset id('"userid()".exo.rexx') "      /* panel lib */
  "libdef ispLlib DAtaset id('"userid()".exo.LOAD') "     /* load lib */
 


now I think concatem was defined in-house to do the concatenation
Back to top
View user's profile Send private message
muthukumar

New User


Joined: 24 Mar 2004
Posts: 29

PostPosted: Thu Apr 08, 2004 5:25 pm
Reply with quote

thkx.... :lol:
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts user exit in IBM Infosphere Optim DB2 8
No new posts Running a Job with the Default User ID JCL & VSAM 2
Search our Forums:

Back to Top