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 / cran
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
'*' + 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 *
0 Swetha P
i tried to do this using edtmsk keyword i got this error in
all type of display file
Message . . . . : Keyword 'EDTMSK'Y'' not valid for this
file type.
Cause . . . . . : Either the keyword is not valid, or the
keyword is valid
but is not allowed for this file
type.
Recovery . . . : Either change the keyword to one that
is valid for this
file type and then try the request again, or change the
file type specified
on the command used to create the
file.
--
charan
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
explain the difference between defining subfile and message-subfile?
how can we run a batch job?
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?
How can we arrange duplicate records in a file?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
how does union file maintains record formats?
give three main purposes of file specification ?
when do you explicitly open files and close files in an rpg program?
How to convert a spool file to PDF file in AS400?
the maximum number of subfiles that can be active for a single file is ____ .
can a single screen format occupy a screen area above and below a subfile format ?
how to run other job when one job is active?
What is array in as400? What are the types of array?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
in conjunction with which statements can orxx and andxx conditions be used ?