How to write a password mask program in as400?
like the password which i type should be displayed
as '*****' r ###### which the user wishes to dispaly
if u could help me with url r the solution in written code
this will help me
Answer Posted / abhishek bajpai
The above answer is wrong. "EDTMSK" keyword can only
protect certain positions of a field (but can't replace a
character entered by the user).
To do this...
Say the actual field is PASSWD which you want to mask.
Create one more field say XYZ of attributes 1A in non
display mode(DSPATR(ND)) with CHECK(ER)keyword. Ur cursor
will remian on this field. Keep the actual field PASSWD as
protected.
Now, what will happen here is, when u enter any character
in XYZ, due to CHECK(ER) keyword the control will go back
to the program and then u can populate field PASSWD with
an '*' inside it and EXFMT the display file again with
blank XYZ and PASSWD with a '*'. Do this inside a loop.
Then in the end you can validate the actual password
entered when the user presses ENTER key. The PASSWD field
here is just to display the number of '*' as the number of
characters entered by the user as a password.
Quite long.
If u haven't understood I can send u the actual code. I
have done it previously for a client.
Abhishek
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is the maximum number of subfiles that can specified in a display file ?
what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.
Hi,Please give me the the answer for these quesitons? 1.what is IFS and ICF and RAPE amd DISKET fils? explain with example please? 2.What is the difference between POST AND SPACE OPCODES? 3.Can anybody tell me default printerfile command and object type?
which are the figurative constants used in rpg?
in conjunction with what other keyword must ovrdta and ovrata be used?
How Many Specs Are There In Rpg & Which Are They?
any one have give AS400 study material? pls pass it to gopalsai789@gmail.com
How can we update a specific field in RPG?
define a shared access path?
what is rpg ?
the maximum number of subfiles that can defined in a rpg program for one display file is ___ .
Using %check we are checking monika in mona what is output? What is %SCAN?
what is arrival sequence?
when would you use or not use this approach?
define the rcvf command?