Looking for 'HOLD' CLIST/REXX logic that can be executed from a TSO mainframe command line -



Looking for 'HOLD' CLIST/REXX logic that can be executed from a TSO mainframe command line -

on ibm mainframes, i've been able type 'hold' on command line, press enter, , have new tso screen appear without losing original screen. go previous screen, i'd press f3. know can find clist/rexx code this?

presuming when "tso" mean "ispf," there couple of ways new logical ispf screen in 3270 mode.

one entering swap list command. pops window can request new logical screen.

you can come in split new command. generates new logical screen , splits screen cursor located - unless have unchecked "always show split line" in settings. settings typically alternative 0 ispf main menu.

all of covered in ispf user guide.

if really looking write ispf dialog application these sorts of things, believe want familiarize ispexec apis.

mainframe rexx clist tso

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -