Querying and turning PANELID on/off
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> TSO and ISPF

#1: Querying and turning PANELID on/off Author: misi01Location: Stockholm, Sweden PostPosted: Sat Feb 06, 2021 4:02 am
    —
I've googled, but my impression is that this can't be done.

I have a small popup panel (that shows a message). The message shown gets quite truncated if I have PANELID ON.
I'm running a script (that analyzes COBOL source code to indicate which variables/sections aren't used in the code) that shows this popup window so the user sees that something is happening.

Is there a way to query the PANELID setting into a Rexx variable, then turn PANELID OFF (if needed), then turn it (possibly) back on again?

#2:  Author: kolusuLocation: San Jose PostPosted: Mon Feb 08, 2021 2:09 am
    —
misi01,


Look at the variable ISPOPI. Something like this
Code:

popt = 'OFF'
'SELECT PGM(ISPOPI) PARM('popt') NOFUNC'



MVSFORUMS.com -> TSO and ISPF


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group