When logging on to the SYSVIEW clist (TSO SYSV) and accessing the main menu, the split screen (PF2) does not work.
No messages occur and split does not work
The error is the result of )REINIT statements in the [email protected] panel in use at Caterpillar. The error is not as a result of anything that SYSVIEW is doing.
We had suggested taking out the )REINIT section of the panel definition
or
use TSO SYSVIEW if you want to be able to split screen from a SYSVIEW session.
We need to be careful here. The )REINIT section of the [email protected] panel in use at Caterpillar is what is distributed by IBM. It is NOT something that Caterpillar has specifically done.
To use split/swap screen functionality in all its glory from a SYSVIEW session, the ISPF interface is the way to go.
To use split/swap screen functionality in a TSO interface SYSVIEW session, we have two workarounds:
1) Remove the “.CURSOR = ZCMD” statement from the )REINIT section of the [email protected] panel.
2) Invoke the SYSVIEW TSO Interface from an ISPF (TSO SYSVIEW command) panel that does not have a )REINIT section with the “.CURSOR = ZCMD” statement.
Issuing TSO SYSV causes ISPF to search
ISPLLIB
STEPLIB/JOBLIB
LINKLIB
for a program named SYSV to attach as a TSO command processor. As we distribute this in our load library, it is found and attached as a TSO command processor.