Suppose we have field reference file we were any changes
that corresponding Physical file then what will Happen in
field reference file??
Answer Posted / guest
if we are doing change in correspending file then there will
be not happened in frf..
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between non-join logical files and join logical files?
how can I control the way a remote browser uses its cache?
How to reverse a string using RPG?
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
is there any way I can ease my rpg controls on numeric input fields? How about an input date field?
Difference Between Source Physical File & Physical File?
what are the limitations of cl (compare to rpg) ?
how to define to define a hidden filed in dspf ?
how does union file maintains record formats?
how many maximum spaces could be given in o specs?
WHAT IS AS/400 SYNORIO?
how to write code for singlepage in sqlrpgle with update ?
how do handle file exception/error?
what is the difference between normal upddta to pf and updating using dfu program?
how to toggle between single line and multi - line display of a particular record in a subfile?