HPlogo FCOPY Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 5 FCOPY Functions

NOACD

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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
Feedback to webmaster