I am trying to connect to IBM emulator 5250 iseries communication using Java and send keystrokes and copy/paste from excel & from the screen. I have VBA scripts which was working fine with old version for IBM emulator( VBS Support) . I got new Version which support JAVA on that when I record macro then it gives me code like.
<HAScript name="Contract Recording" description="" timeout="60000" pausetime="300" promptall="true" blockinput="false" author="deepak" creationdate="Jan 28, 2020 11:58:00 AM" supressclearevents="false" usevars="false" ignorepauseforenhancedtn="true" delayifnotenhancedtn="0" ignorepausetimeforenhancedtn="true" continueontimeout="false">
<screen name="Screen1" entryscreen="true" exitscreen="false" transient="false">
<description >
<oia status="NOTINHIBITED" optional="false" invertmatch="false" />
</description>
<actions>
<input value="5[enter]" row="0" col="0" movecursor="true" xlatehostkeys="true" encrypted="false" />
</actions>
<nextscreens timeout="0">
<nextscreen name="Screen2" />
</nextscreens>
</screen>
could anyone help me how to connect for new version.enter image description here