Hi,experts.This is my first topic on this site.
Please help me.
How can I code specifically to run ISPF services in the background such as,
1. select option number and ENTER key
2. (then) type command and ENTER key
3. (then) read short message on the last panel
I would be appreciated if you give me some sample code.
--
If you give me sample code, I will challenge to make some codes to automate to do daily tasks using TWS panels.
TWS has many PIF(Program InterFace) to do routine tasks automatically in the background,but there are some tasks that TWS can not do automatically and I'm forced to do them ONLY on the panels.
address ispexec
"control nondispl enter"
zedsmsg='Just testing'
"setmsg msg(isrz000)"
"display panel(TESTSCRL)"
"vget (zscreeni)"
say 'p:'Pos('Just testing',zscreeni)
say 'screeni:' zscreeni