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

what are the different methods to access seu?

0 Answers   IBM,


DIFFERENCE BETWEEN BINDING LANG AND BIND DIR WHEN USING IN SERVICE PGM...when using binding directory service pgm is necessary?

2 Answers   CTS,


What is the difference between Interactive & Batch Job?

1 Answers  


define the rcvf command?

1 Answers   IBM,


I have created a command that display Source file and library. Now i want that when i enter library name and press f4 on Source file, pgm should display all the PF- SRC's in that Library. For F4 option i have used Choice program but since only limited paramters are passed in Choice pgm i am not able to paas library name and further can't call a pgm that will display list of Source files. Below is the Code snippet for CMD type object :- CMD PROMPT('Source Scan for HUB Standard') PARM KWD(SOURCE) TYPE(*CHAR) LEN(1) RSTD(*YES) + VALUES(N A) MIN(1) + CHOICE('N,A') PARM KWD(SRCFILE) TYPE(FILE) RSTD(*NO) + PROMPT('SOURCE FILE') FILE: QUAL TYPE(*NAME) LEN(10) RSTD(*NO) EXPR (*YES) + CHOICE(*PGM) + CHOICEPGM (XXXXXLIB/YYYPGM) QUAL TYPE(*NAME) LEN(10) DFT(*LIBL) + SPCVAL((*LIBL)) EXPR(*YES) PROMPT ('Library') Below is the Choice pgm:- PGM PARM(&PARM1 &PARM2) DCL VAR(&PARM1) TYPE(*CHAR) LEN (21) DCL VAR(&PARM2) TYPE(*CHAR) LEN (2000) IF COND(%SST(&PARM1 1 10) = 'CHOICE ' *AND + %SST(&PARM1 11 10) = 'SRCFILE ' *AND + (%SST(&PARM1 21 1) = 'C' *OR %SST (&PARM1 + 21 1) = 'P')) THEN (DO) /* (%SST(&PARM1 21 1) = 'C' *OR %SST (&PARM1 + */ CHGVAR VAR(&PARM2) VALUE('Name, F4 for List') ENDDO IF COND(%SST(&PARM1 1 10) = 'CHOICE ' *AND + %SST(&PARM1 11 10) = 'SRCFILE ' *AND + %SST(&PARM1 21 1) = 'P') THEN (DO) CHGVAR VAR(&PARM2) VALUE('Name, F4 for List') CALL PGM(GTSQL) PARM ('XXXXLIB') return ENDDO Thanks in Advance for looking into.

0 Answers   HSBC,


How do you put jobs in batch mode?

1 Answers  


When will DUMP and DEBUG opcodes be ignored?

1 Answers  


List and explain the different type of data structures?

1 Answers  


What is the difference between a Physical File & a Logical?

28 Answers   Accenture, ACS, IBM,


how can I give more performance to some selected pages?

0 Answers   IBM,


function of DSPPGMREF?

3 Answers  


How to read data from *LDA (Local Data Area) in RPGLE program without using IN opcode?

1 Answers  


Categories