My question, though, which I didn't ask very well, is this: If I write my own MYCP which executes my full screen TSO application that works a bit like QMF. I tell it to do something and hit F2 and it runs a bit and then gives me back some results and unlocks my terminal.
If I didn't code any start/end transaction calls to WLM, was between F2 and the terminal unlock a WLM transaction, or is it between the time I started the application and exited it? Or another way to ask, what monitor or RMF record would show this happening (or not)? Lindy -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Vernooy, C.P. - SPLXM Sent: Thursday, June 28, 2007 5:26 PM To: [email protected] Subject: Re: TSO WLM Transaction Boundaries (was: What do you call something like QMF?) Hitting the <enter> key starts a transaction. This can be a simple command or a clist. The first is 1 transaction, the second can also be one transaction, or the individual commands can be. You can see the command processor as the OS in the TSO address space, it gets the command, or gets the CLIST, breaks it down to individual commands and interpretes them, locates the module to be executed, ATTACHes it and notifies SRM when appropriate. Kees. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

