Which command we can use to update a physical file using c.l pgm?
Answer Posted / nagaraju
PGM
UPDDTA FILE(*LIBL/FILENAME)
ENDPGM
By Using above command we update pf in cl pgm.
| Is This Answer Correct ? | 6 Yes | 28 No |
Post New Answer View All Answers
what is the function of crtdupobj command?
how can I control the way a remote browser uses its cache?
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
If i change any file through application after entering data , how to check which file is updated through applications . For call stack we takes esc 3 then we chose 11..But What is answer of below qtn..?
what are the two record formats a subfile contain ?
is there any way I can ease my rpg controls on numeric input fields? How about an input date field?
what is a physical file?
WHAT IS FERERENTIAL INTRIGRITY ?
how may a cgi control duplicate inputs?
what is the purpose of putovr (put with explicit override) keyword?
what key word is used when screen is re-display?
how will you find a string using pdm?
What are the mandatory keywords of sub file?
What is file information data structure(infds) in as400?
what is service program?