FCOPY Reference Manual (32212-90008)
88 Chapter5
FCOPY Functions
NOACD
NOACD
Does not copy the access control definition (ACD) associated with a file when the file is
being copied.
NOTE
NOACD applies only to MPE XL release 3.0 and subsequent releases.
Syntax
;NOACD
Operation
If the fromfile has an access control definition (ACD) and the user is authorized to copy
that file, only the fromfile is copied to the tofile.
NOTE
On MPE XL release 3.0 or later, COPYACD is the default parameter. To keep
the ACD from copying, NOACD must be used.
Restrictions
None.
Example
>FROM=SOURCEF;TO=TARGETF;NOACD