hi all,
as i know, we can use 'tso isrddn' to check the libraries, but i have question if there are 2 same named panelid in diferent ISPPLIBs
for example:
SYS001 SHR,KEEP > ISPPLIB SYS.PLIB
PRIM11 SHR,KEEP > MY.PLIB
if panel01 both in SYS.PLIB and MY.PLIB, and i have program with load PRG01 which used "LIBDEF ISPPLIB DATASET ID('SYS.LIB') STACK" to defined ISPPLIB before panel display, can i to define a application-level panel library(ISPPUSER) before LIBDEF? And please show me example, thanks