Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Write a CL program which will run a batch job at 1 am every night

0 Answers  


can a join logical file be updated?

0 Answers   IBM,


What would be the output of the variable result? D RESULT S 5S O INZ(00011) C EVAL RESULT = %TRIM(RESULT) Please give me the correct answer for this A.0001 b.compile time error c.11 d.Runtime error

5 Answers  


how do you turn off indicators 50 through 59 in only one operation

1 Answers  


How Many Specs Are There In Rpg & Which Are They?

0 Answers   IBM,


how to change job priority when it is running in sub system ?

11 Answers   IBM,


what is the syntax for plist?

0 Answers   IBM,


what are the different types of keys in AS400

2 Answers   HSBC,


What controls which printer a report goes to?

4 Answers   Wipro,


what is term cua , saa?

1 Answers   IBM,


How can u create a temporary file in CLP @ how to access that temporary file in RPG program?

4 Answers  


What is a Device file?

1 Answers  


Categories