Hi!
I'm trying to display a panel in a logon procedure:
Address ISPEXEC
"LIBDEF ISPPLIB DATASET ID('xxxx.xxxx.xxxx')"
"DISPLAY PANEL(mypanel)"
However, it returns the next message:
ISPS118L SERVICE NOT INVOKED. A VALID ISPF ENVIRONMENT DOES NOT EXIST.
¿It is posible that ISPF environment is not available until the logon procedure ends?
Thanks