How we can delete all the Logical File of a Physical file
in one instance ?
Answer Posted / pravin
Use CHGPF with Delete dependent logical file - *Yes
but it deletes only when u delete or remove those fields
from the pf which are used in lf
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
what is a primary file?
how can database records be read without lock ?
which are the member types which seu supports?
is there any way I can ease my rpg controls on numeric input fields? How about an input date field?
what is cab?
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 is the purpose of the indara keyword?
what are all the contents of subfile?
can a single screen format occupy a screen area above and below a subfile format ?
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
how to pick up the changed records every time in a subfile after the first change made ?
how can I control the way a remote browser uses its cache?
how will you display a particular page in subfile ?
give three main purposes of file specification ?
how to write *pssr ?