In CICS, show password as asterisks

All sort of Mainframes Interview Questions.
Post Reply
Meera Longe
Registered Member
Posts: 12
Joined: Tue Jan 19, 2016 10:32 am

In CICS, show password as asterisks

Post by Meera Longe »

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.
Meera Longe
Registered Member
Posts: 12
Joined: Tue Jan 19, 2016 10:32 am

Re: In CICS, show password as asterisks

Post by Meera Longe »

Pardon me but is there a way to do it?

I searched but could not find anything.
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1896
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: In CICS, show password as asterisks

Post by Robert Sample »

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.
User avatar
DB2 Guy
Forum Moderator
Forum Moderator
Posts: 120
Joined: Sun Apr 21, 2013 8:25 pm
India

Re: In CICS, show password as asterisks

Post by DB2 Guy »

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?
LalitKumar
New Member
Posts: 6
Joined: Mon Jan 04, 2016 4:10 pm

Re: In CICS, show password as asterisks

Post by LalitKumar »

I think when someone does not want to recruit anyone they ask questions like this.
Meera Longe
Registered Member
Posts: 12
Joined: Tue Jan 19, 2016 10:32 am

Re: In CICS, show password as asterisks

Post by Meera Longe »

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.
Thank you Robert. So this really is not doable, can this be answer for my next interview?
Meera Longe
Registered Member
Posts: 12
Joined: Tue Jan 19, 2016 10:32 am

Re: In CICS, show password as asterisks

Post by Meera Longe »

DB2 Guy wrote: Sat Nov 05, 2022 3:28 pm 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?
I think you are correct. The interviewer wanted to make sure that he knows better than me, I got that feeling.
M Pandey
Registered Member
Posts: 11
Joined: Wed Apr 08, 2015 11:03 pm

Re: In CICS, show password as asterisks

Post by M Pandey »

Will this not work:

Code: Select all

PASSID DFHMDF POS=(1,15),LENGTH=6,COLOR=GREEN,
ATTRB=UNPROT,PICOUT='******'
Post Reply

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

Register

Sign in

Return to “Interview Questions.”