Tomas, I tried this on my TSO ID and the response was still visible. Is the code dependant on a specific type of controller? The manual you reference is a chargeable item so I am unable to look at it. Thanks, Jon
Jon L. Veilleux [EMAIL PROTECTED] (860) 636-2683 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Tomas Fott Sent: Monday, March 19, 2007 10:25 AM To: [email protected] Subject: Re: REXX Question On Fri, 16 Mar 2007 09:31:03 -0400, Veilleux, Jon L <[EMAIL PROTECTED]> wrote: >Is there a way, other than using ISPF panels, to enter hidden data >(passwords) as a response to a prompt from a REXX exec? It is possible to use Start Field or Start Field Extended order in SAY rexx statement and write fields with various attributes (protected, invisible, hilight, color). Details are in 3174 Establishment Controller: Functional Description, GA23-0218-11 */ When PULL rexx statement is executed then you can type data into any unprotected field on the screen, not just on the line where cursor is curently located. So you can type data into invisible field. When you press ENTER, then data from the first modified field is returned by PULL stsatement. Tomas ---------------------------------------------------------------------- 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 ----------------------------------------- This e-mail may contain confidential or privileged information. If you think you have received this e-mail in error, please advise the sender by reply e-mail and then delete this e-mail immediately. Thank you. Aetna ---------------------------------------------------------------------- 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

