What is the purpose of reorganizing the physical file i.e. , RGZPFM?
Answer / siddharth kumar
Even if you delete the records in a physical file through the program, still the space used by the deleted records not used by the other purpose. Hence using RGZPFM command we can compress the deleted records space.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is join logical file?
What is array in as400? What are the types of array?
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
maximum number of subfiles that can defined in a rpg program for one display file is?
What is an Array Data Structure?
Is LDA can be access accross the Job?
what is arrival sequence?
what are the three line types in rlu ?
What is GDA?
what is the purpose of the indara keyword?
How can we update a specific field in RPG?
what are the different commands used in rlu ?