Ken MacKenzie
2006-12-14 14:20:10 UTC
Hi,
I have the following code in a few of my execs but just recently it seems
to have stopped working.
Init:
"VGET ZPFCTL"
xpfctl = zpfctl
zpfctl = 'OFF'
"VPUT ZPFCTL"
Return
Terminate:
zpfctl = xpfctl
"VPUT ZPFCTL"
Return
I don't usually run with my PF Keys showing so I didn't notice a problem
but while developing a new panel, I switched them back on expecting this
code to work and it didn't.
It's supposed to ensure that, whatever the user's current settings, the PF
Keys won't be displayed but they will be switched back to the user's
preference on termination.
I'm currently running on z/OS 1.7 and I have access to z/OS 1.5 but I don't
know when it stopped working.
Any ideas?
Ken
I have the following code in a few of my execs but just recently it seems
to have stopped working.
Init:
"VGET ZPFCTL"
xpfctl = zpfctl
zpfctl = 'OFF'
"VPUT ZPFCTL"
Return
Terminate:
zpfctl = xpfctl
"VPUT ZPFCTL"
Return
I don't usually run with my PF Keys showing so I didn't notice a problem
but while developing a new panel, I switched them back on expecting this
code to work and it didn't.
It's supposed to ensure that, whatever the user's current settings, the PF
Keys won't be displayed but they will be switched back to the user's
preference on termination.
I'm currently running on z/OS 1.7 and I have access to z/OS 1.5 but I don't
know when it stopped working.
Any ideas?
Ken