Clem Clarke wrote >> How would I put output text at a particular row/column, for example?
There is a TSO/E macro called STLINENO which may do what you want. I wrote a TSO command processor to use it about 40 years ago, and I still have it if you are interested. Looking at the code now, there is "room for improvement", but it does show what can be done. Lennie -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Clem Clarke Sent: 22 August 2023 13:12 To: [email protected] Subject: Converting Assembler TPUTS to ISPF I have a program that takes as input something like: Panel Menubar ('Files Apps Exit') // ('Please enter your Logon Id:', Logon,8,' '); This will create a full screen panel with a MenuBar, and an entry field for a Logon ID. This simple statement works on Z/OS, Windows and Linux as part of a scripting language. The mainframe version uses Assembler TPUTs. I think there are ways to create ISPF panels in assembler. How would I put output text at a particular row/column, for example? Or change a color? Many thanks, Clem Clarke PS: A full example with colors and so on can be seen here: www.oscar-jol.com <https://start.oscar-jol.com/> ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
