In CICS, show password as asterisks
-
- Registered Member
- Posts: 12
- Joined: Tue Jan 19, 2016 10:32 am
In CICS, show password as asterisks
Hi,
I am asked this question in an interview. Which I could not find the answer for. Question is in a map design can we password come as *. I was not sure, could anyone help please.
I am asked this question in an interview. Which I could not find the answer for. Question is in a map design can we password come as *. I was not sure, could anyone help please.
-
- Registered Member
- Posts: 12
- Joined: Tue Jan 19, 2016 10:32 am
Re: In CICS, show password as asterisks
Pardon me but is there a way to do it?
I searched but could not find anything.
I searched but could not find anything.
- Robert Sample
- Global Moderator
- Posts: 1903
- Joined: Fri Jun 28, 2013 1:22 am
- Location: Dubuque Iowa
Re: In CICS, show password as asterisks
It is not possible to do this since CICS does not know what is typed into a field until the RECEIVE MAP is done. The usual way to handle password fields in a map is to set them dark so they don't display on the screen.
Re: In CICS, show password as asterisks
I don't understand such interview questions, even if you by some magic are able to do it, what difference does this make to your office-life? How's is this relevant for an interviewing process?
-
- New Member
- Posts: 6
- Joined: Mon Jan 04, 2016 4:10 pm
Re: In CICS, show password as asterisks
I think when someone does not want to recruit anyone they ask questions like this.
-
- Registered Member
- Posts: 12
- Joined: Tue Jan 19, 2016 10:32 am
Re: In CICS, show password as asterisks
Thank you Robert. So this really is not doable, can this be answer for my next interview?Robert Sample wrote: ↑Wed Oct 26, 2022 8:02 pm It is not possible to do this since CICS does not know what is typed into a field until the RECEIVE MAP is done. The usual way to handle password fields in a map is to set them dark so they don't display on the screen.
-
- Registered Member
- Posts: 12
- Joined: Tue Jan 19, 2016 10:32 am
Re: In CICS, show password as asterisks
I think you are correct. The interviewer wanted to make sure that he knows better than me, I got that feeling.
Re: In CICS, show password as asterisks
Will this not work:
Code: Select all
PASSID DFHMDF POS=(1,15),LENGTH=6,COLOR=GREEN,
ATTRB=UNPROT,PICOUT='******'
Create an account or sign in to join the discussion
You need to be a member in order to post a reply
Create an account
Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute