if sw.0inispf = "0" then do arg line line = line "(( RESTARTED" /* tell the next invocation */ address TSO "ISPSTART CMD( "exec_name line" )" /* Invoke ISPF if nec. */ exit 2 /* bail out */ end sw.0restarted = SWITCH( "RESTARTED" ) /* in LOCAL_PREINIT */ if sw.0restarted then do /* at end of mainline */ rc = OutTrap( "ll." ) exit 4 end /* This last block of code must precede (and shortstop) any EXIT statement in the routine. It is necessary in order to prevent the ISPF LOG disposition panel from appearing. */