Answer Posted / prerana shukla
The FREE operation removes a program from the list of activated programs, frees static storage and ensures program initialization (first cycle processing) the next time program is called. It does not close file or unlock data area.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can a join logical file be updated?
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
How can we arrange duplicate records in a file?
Using %check we are checking monika in mona what is output? What is %SCAN?
Why we are not able to perform insert delete and update operation in Join logical file?
what is the maximum number of fields under a record format of physical file?
what is the disadvantage of using global variable?
what are the various types of device files?
when are the referential constraints executed?
What are the mandatory keywords of sub file?
why is the declare cursor statement is used for?
how can I give more performance to some selected pages?
Difference between NOPASS & OMIT?
what does the ovrdbf command do?
maximum number of subfiles that can defined in a rpg program for one display file is?