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

Answers were Sorted based on User's Feedback



How to write a password mask program in as400? like the password which i type should be displayed ..

Answer / devesh

Abhishek,

Please send the code to deveshneelam@gmail.com


Thanks

Is This Answer Correct ?    0 Yes 0 No

How to write a password mask program in as400? like the password which i type should be displayed ..

Answer / jeevan

Hello Abhishek,

Please forward the code to me as well. Thanks!!

Is This Answer Correct ?    0 Yes 0 No

How to write a password mask program in as400? like the password which i type should be displayed ..

Answer / prashanth

Please do send the code to rama_rx7@yahoo.co.in

Is This Answer Correct ?    0 Yes 0 No

How to write a password mask program in as400? like the password which i type should be displayed ..

Answer / joy

Hi Abhishek,

Please send the code to joycm_0304@yahoo.com


Thanks

Is This Answer Correct ?    0 Yes 0 No

How to write a password mask program in as400? like the password which i type should be displayed ..

Answer / harsha

hai friends please send me code chshvardhan@gmail.com

Is This Answer Correct ?    0 Yes 0 No

How to write a password mask program in as400? like the password which i type should be displayed ..

Answer / sravan

Hi ffriends any one can send the code to sravang8090@gmail.com

Is This Answer Correct ?    0 Yes 0 No

How to write a password mask program in as400? like the password which i type should be displayed ..

Answer / abhishek bajpai

Hi All,
Quite hectic to snd t code to evry1 so copying it below.You
can add to the below code to verify the pwd etc. based on
ur requirement.

DSPF:
A DSPSIZ(24 80 *DS3)
A R REC1
A FLD1 10A O 7 3
A FLD001 1 B 5 3CHECK(ER) DSPATR(ND)

PGM:
fTest15 cf e workstn
/free
dow %Len(%Trim(fld1)) < 10;
Exfmt rec1;
If fld001 <> *Blanks;
fld1 = %Trim(fld1) + '*';
endif;
enddo;
*Inlr = *on;
/end-free

Thnx

Is This Answer Correct ?    0 Yes 0 No

How to write a password mask program in as400? like the password which i type should be displayed ..

Answer / dinesh

Please send me the code also to dineshas400@gmail.com

Thanks in advance

Is This Answer Correct ?    0 Yes 0 No

How to write a password mask program in as400? like the password which i type should be displayed ..

Answer / vijay

Abhishek,

Please send it to
vchandra236.vc@gmail.com.

Thank you in advance.

Is This Answer Correct ?    0 Yes 0 No

How to write a password mask program in as400? like the password which i type should be displayed ..

Answer / swetha p

'*' + Enter before the field you want as password and
select Editing keywords 'Y' there you can Choose EDTMSK key
word as '*' this will mask the values entered with *

Is This Answer Correct ?    3 Yes 8 No

Post New Answer

More IBM AS400 AllOther Interview Questions

How I can read and display three fields in the record format DSPFM1 of the display file,while one field(using in one file) is NAME which is Key field in field reference file and another two fields are AGE and ROLL NO are using another file. Please send me coding part.

2 Answers   IBM,


To Add A File To The 'file Selection' Option Of A Query, The Function Key To Be Pressed Is?

0 Answers   IBM,


What are all the compiler directive statements?

1 Answers  


Apart from opening of a file do we have any other use of USROPN?

0 Answers  


how many key fields does cl required

1 Answers  






What is the purpose of the following? FORDHDR1 IF E K DISK ORDHDRF KRENAMEORDHDRF1

1 Answers  


what is library?

1 Answers   IBM,


how to write code for singlepage in sqlrpgle with update ?

0 Answers  


write the SQL statement to retrieve the 2nd Highest salary ammount(File Name="EMPLOY",Field Name="SALARY")

6 Answers   Bally Technologies, Cognizant, Vertex,


WHAT IS FERERENTIAL INTRIGRITY ?

0 Answers  


What is the purpose of 'CPYTOIMPF' command?

6 Answers   Aditya Birla, Redington,


1.what is mean by compilation and runtime error? 2.How to define ALFA numeric value in pf? 3.what command is used to define a data in cl pgm? 4.What type of command is used in page at a time subfile and load all subfile?

2 Answers  


Categories