""Ted MacNEIL"" <[EMAIL PROTECTED]> wrote in message news:<320341113-1183035559-cardhu_decombobulator_blackberry.rim.net-1407 [EMAIL PROTECTED]>... > >No, if you start a CLIST with your Enter, there is an option in IEAOPT00 to specify if each command in the CLIST is a new transaction or that the entire CLIST is one transaction. > > CNTCLIST=YES/NO > > (It also applies to REXX EXECs). >
Does it??? Rexx's and Clist's can provide similar functions, but to the TSO command processor they are (unless things have changed) different, individual CLIST commands are processed by the command processor, individual Rexx commmands are processed by the Rexx processor, which is one process for the TSO command processor. Therefor the CLISTs are be staged to VLF by the command processor after phase 1 interpretation, REXX execs cannot, because Rexx does not support this. Kees. CNTCLIST Specifies if the individual commands in a TSO/E CLIST are treated as separate commands for transaction control. The syntax is: CNTCLIST=option | In the syntax, option is either YES or NO. CNTCLIST=NO specifies that | the CLIST is treated as a single transaction. CNTCLIST=YES specifies | that each command is to be treated as an individual transaction. By | specifying CNTCLIST=YES, SRM control of a TSO/E command becomes the | same whether the command is executed explicitly or as part of a CLIST. Value Range: NO YES Default Value: NO ********************************************************************** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch Airlines) is registered in Amstelveen, The Netherlands, with registered number 33014286 ********************************************************************** ---------------------------------------------------------------------- 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

