On Wed, 22 Oct 2025 22:39:17 -0400 Joseph Reichman <[email protected]> wrote:
:>Using TPUT is it possible to send keyboard control characters at the end message :>What means like at the end of the text message the enter key dont know what hex code for the enter key is think it might be hex 25 :>What I am trying to do is send a tso test subcommand specifically the qualify subcommand followed by the address and period and would like to follow it with the code for the <enter key> You can send control characters but I am not aware of any key that with force a PA/PF action. VTAM/TCAM/whatever TSO does not poll - it waits for the attention. Your business case seems to be dynamically issuing a TEST subcommand and proceeding, i.e., the program itself running under TEST wants to issue commands and continue. Why can't you use a CLIST wrapper which does it? You can have a known breakpoint at .IEFBR14 linked into you load module and have your program write a file / create a CLIST variable and call .IEFBR14 and your container can extract and issue the commands and then do a Go. -- Binyamin Dissen <[email protected]> http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
