View previous topic :: View next topic |
Author |
Message |
ajimachan Beginner
Joined: 25 Jan 2005 Posts: 3 Topics: 1
|
Posted: Thu Dec 13, 2007 10:06 am Post subject: CICS Setting up filed masks |
|
|
I have a requirement As below
Whenever a value is been entered in a CICS screen field, instead of the typed value the field should display '*'. Meanwhile I need to access the exact value typed by the user within the program. The requirement is similar to the Passwords being accepted in client/server or Web based Technology.
Looking for your help
Thanks
Ajit |
|
Back to top |
|
 |
CraigG Intermediate
Joined: 02 May 2007 Posts: 202 Topics: 0 Location: Viginia, USA
|
Posted: Thu Dec 13, 2007 10:13 am Post subject: Re: CICS Setting up filed masks |
|
|
ajimachan wrote: | I have a requirement As below
Whenever a value is been entered in a CICS screen field, instead of the typed value the field should display '*'. Meanwhile I need to access the exact value typed by the user within the program. The requirement is similar to the Passwords being accepted in client/server or Web based Technology.
Looking for your help
Thanks
Ajit |
There isn't any such attribute code, you can use DARK so it won't show at all. |
|
Back to top |
|
 |
ajimachan Beginner
Joined: 25 Jan 2005 Posts: 3 Topics: 1
|
Posted: Thu Dec 13, 2007 10:28 am Post subject: |
|
|
Thanks a million |
|
Back to top |
|
 |
|
|