XLD [ System Debug Reference Manual ] MPE/iX 5.0 Documentation
System Debug Reference Manual
XLD
Closes files opened with the XL command.
Syntax
XLD localfile
The XLD command removes the specified file from the list of files opened
with the XL command. It also removes the entry in the loaded files table
(see the LOADINFO command) for the file that corresponds to the entry in
the table that was created when the file was mapped with the XL command.
The file name given is the name of the local disk file (not the loaded
file name that was associated with it). Wildcards and patterns are not
currently supported. File names are fully qualified based on the logon
group/account.
Related commands: XL, XLL
Parameters
localfile Close (and remove from the list of XL files) this file.
Examples
$nmdat> xld store.abuild00.official
Remove store.abuild00.official from the list of files
Limitations, Restrictions
Wildcards and patterns are not currently supported in the localfile
parameter.
CAUTION The output format of all System Debug commands is subject to
change without notice. Programs that are developed to
postprocess System Debug output should not depend on the exact
format (spacing, alignment, number of lines, uppercase or
lowercase, or spelling) of any System Debug command output.
MPE/iX 5.0 Documentation