Page 1 of 1

ISPF SPLIT Screen Identification

PostPosted: Thu Apr 24, 2014 12:45 am
by Dyno
Does anyone know if there is a way to programmatically identify (internally) which SPLIT your application is running in? Assembler solutions are acceptable and even preferred.

Thank you

Re: ISPF SPLIT Screen Identification

PostPosted: Thu Apr 24, 2014 1:51 am
by Pedro
Use the ZSCREEN variable. It will have a numeric value,1-32. You may also want ZSPLIT to know if you are in split screen or not.

Re: ISPF SPLIT Screen Identification

PostPosted: Thu Apr 24, 2014 2:19 am
by Dyno
Thanks much Pedro.