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.