On 5/16/2016 8:21 AM, Tony Thigpen wrote:
2) What is the 'normal' method to issue console commands synchronized with the job execution?
You can send "synchronized" commands in an executable step using the TSO/E CONSOLE or any software product (such as (E)JES, SDSF, IOF, etc.) that can issue commands... Here is an example using TSO/E CONSOLE that issues the 'DISPLAY ASM' command:
//COMMAND EXEC PGM=IKJEFT01 //SYSTSPRT DD SYSOUT=* //SYSTSIN DD DATA,DLM='@@' CONSOLE ACTIVATE CONSOLE SYSCMD(D ASM) @@ -- Edward E Jaffe Phoenix Software International, Inc 831 Parkview Drive North El Segundo, CA 90245 http://www.phoenixsoftware.com/ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
