Loading...
Select Version
&pagelevel(5)&pagelevel
This statement can be used to merge multiple directory files into a single file.
MERGE-DIRECTORIES |
DIRECTORY-NAMES = list-poss(10): <filename 1..54> ,NEW-DIRECTORY-NAME = <filename 1..54> ,SILENT-RUN = *NO / *YES |
DIRECTORY-NAMES = list-poss(10): <filename 1..54>
Fully qualified path names of the directory files to be merged.
NEW-DIRECTORY-NAME = <filename 1..54>
Fully qualified path name of the new directory file.
SILENT-RUN = *NO / *YES
If the value is *NO, a message is output if an error occurs. The run is terminated.
If the value is *YES, the run is only simulated: the input directory is read in full but no output file is created. Every error (e.g. name conflict) that is identified during execution is logged.