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 / abhishek bajpai
Fwded the code to everyone of u...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is a non-join logical file?
when are the referential constraints executed?
what are the important factors in error message subfile ?
what is arrival sequence?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
what would be the effect on the field where reverse image, underline and highlight display attributes were active?
how do you read changed records backward in subfile?
which are the string manipulation opcodes?
using dfu, user will be able to ___________ from physical file?
what would be the effect on the field where reverse image, underline and highlight display attributes are active ?
difference between sflrcdnbr and sflnxtchg?
how many specifications are there in rpg/400? What are they?
How to add 99 menu (page down) option in menu creation..
what is rpg ?
define a shared access path?