Your PC session can be connected to more than one remote session at the same time although when issuing your signon, signoff and rsubmit you have to name the sessions. You also have to coordinate their timings with the waitfor statement. Example 4 at this link shows you how it's done.
So at the start of your run you log on twice - once as your normal user and once as your super user. Your program should rsubmit to your normal user session until you hit the part where you want to run as the super user. You then rsubmit that to your super user session. I've run multiple sessions at the same time using this technique a lot - it's easy once you get the hang of it.
... View more