Display panel in logon procedure



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

Display panel in logon procedure

Postby rexxman » Fri May 06, 2016 2:01 pm

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
rexxman
 
Posts: 2
Joined: Fri May 06, 2016 1:51 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Display panel in logon procedure

Postby willy jensen » Fri May 06, 2016 2:40 pm

It depends on your login script. Normally a login script ends with the 'PDF' or 'ISPSTART' command, but you can change that to 'ISPSTART CMD(whatever)'. The command will run for all users of the login script at each screen invocation, also when splitting screen.
willy jensen
 
Posts: 455
Joined: Thu Mar 10, 2016 5:03 pm
Has thanked: 0 time
Been thanked: 69 times

Re: Display panel in logon procedure

Postby rexxman » Fri May 06, 2016 3:07 pm

.... it runs. Perfect. Thanks.
rexxman
 
Posts: 2
Joined: Fri May 06, 2016 1:51 pm
Has thanked: 0 time
Been thanked: 0 time


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post