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 |
how can see logical file based on which physical file and vice versa
what does vldcmdkey means?
List the steps/commands necessary to accomplish the following: a. Copy data from the file ORDHDR into file ORDHIST b. The file ORDHIST may or may not exist c. If the file ORDHDR does exist, it may or may not contain data d. The file ORDHIST may or may not contain data, if the file does contain data the old data should be erased
what is the version of os/400 that we have?
What Is The Object Type Of Pf, Lf, Printer File & Display File?
How many libraries can be there in library list ?
what is the maximum number of records you can specify in a display file?
What is the use of Header Specification in RPG/400?
How many MONMSG commands can declare in a CL program?
I want to run ls *.csv (sftp command) from CL Program... Can u plz tell me when SFTP command will start running? i.e.which command should I use in CL Program to run ls command?
Q. HOw can read multimember file through RPG/400 and CL/400 Actully i know that we can Read multimember file in RPG through EXEFILE and EXEMBR and in cl through OVRDBF and MEMBER(3)....But i want to read 3 members by CL Program And RPG/400 program.Please write the coding(Program) for both RPG/400 and CL/400 programs? 2.What are the full forms(stands) of EXEFILE and EXEMBR?
How to create a data queues?