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 / nirmal
Abhishek,
I haven't received yet. Please resend it to
nirmalec1984@gmail.com.
Thank you in advance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is %CHECK?
What is array in as400? What are the types of array?
how to run other job when one job is active?
how can I automatically refresh a web page?
What is the Difference between command attention key and command function key ?
how can u check no of records in a file?
under given circumstances, my cgi should link to another site. How to implement this?
in conjunction with which statements can orxx and andxx conditions be used ?
can anybody give the interview questions list of RLU. plz mail me: dinesh_sati07@yahoo.com
what is a join logical file?
what is a logical file?
when would you prefer logical file than opnqryf?
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
define subsystem?
what is maximum number of arrays allowed in rpg?