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 the purpose of overrides?
can you specify a display file to be used in the following modes input,output, or combined modes ?
What process the command SBMRJEJOB does?
Which of the following operations does NOT zero the field FLDA defined as 4,0? C MOVE *ZEROS FLDA C Z-ADD *ZEROS FLDA C Z-ADD 0 FLDA C MOVE *ALL'0' FLDA C SUB FLDA FLDA C MOVE '0000' FLDA C CLEAR FLDA C MOVE *BLANKS FLDA
which of the cl command can be used to determine which logical files are dependent on a specific file?
Define what the operation will do, the purpose of the result field and the purpose of *IN66? HI LO EQ C CALL 'CVTDAT' DTPRM 66
What are the two main attributes, which govern the execution of a job?
What is the difference between physical file and logical file?
What are the functions of Remote Job Entry (RJE) ?
what is a spool file?
function of DSPPGMREF?
Q. 1.What are the in build functions in CL program and what are uses of thes in build functions? 2.How we can create own command in CL program? 3.What is use of STRSRVJOB?