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 / ajeet
Hi Abhishek,
Please send me the same code at ajeet.sri@gmail.com
Thanks,
Ajeet
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a query can be displayed without saving it?
what is xfoot opcode ?
what is the command used to invoke rlu ?
in which specification the report layout can be defined?
how to declare a constant variable in the freeformat?
how many printer files can be defined in f specs ?
What is the maximum number of subfiles that can be specified in a display file?
what is a keyed physical file?
what is the function of rlu ?
What Does 'sr' In Columns 7-8 Of C Specs Mean?
how can we run a batch job?
define the purpose of the leave operation?
How can we arrange duplicate records in a file?
what are different record spacing keywords in rlu ?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)