Selecting a mainframe session

I was wondering if there was an terminal activity available to select a specific mainframe session without using mutliple “send control key” activities to tab to the session you want to open. For example, if I wanted to use PCICS3 every time in a specific automation (see screenshot below); is there a type of “select mainframe session” activity instead of tabbing down 4 times?

Thanks,
Chris

Hi @deaser59 Find the coordinates of the first available space of the bottom line after the last session on the first page. This is a send command line. Use a send activity and send ‘s pcics3’ To those coordinates. The ‘s’ is a select command.

Mike

Hi @deaser59

Try this one

image