1 :Info: copy_acl_: 1988-12-22 copy_acl_
2
3
4 Entry points in copy_acl_:
5 List is generated by the help command
6
7
8 :Entry: copy_acl_: 1988-12-22 copy_acl_
9
10 Function: copies the access control list ACL from one file,
11 segment, multisegment file or directory to another, replacing
12 the current ACL if necessary.
13
14
15 Syntax:
16 dcl copy_acl_ entrychar*char*char*char* bit1
17 fixed bin35;
18 call copy_acl_ source_dir source_ent target_dir target_ent
19 target_error_sw code;
20
21
22 Arguments:
23 source_dir
24 the pathname of the directory containing the source file or source
25 directory whose ACL is to be copied. Input
26 source_ent
27 the entryname of the source file or source directory. Input
28 target_dir
29 the pathname of the directory containing the target file or target
30 directory whose ACL is replaced. Input
31 target_ent
32 the entryname of the target file or target directory. Input
33 target_error_sw
34 is "0"b if the status code reflects an error in listing the ACL of
35 the source file or directory, and is "1"b if the code reflects an
36 error in replacing the ACL of the target file or directory. Output
37
38
39 code
40 is a standard status code. Output
41
42
43 :hcom:
44
45
46
47
48 /****^ HISTORY COMMENTS:
49 1) change2020-04-21GDixon, approve2021-02-22MCR10088,
50 audit2021-05-27Swenson, install2021-05-27MR12.6g-0056:
51 Add missing subroutine introduction block to info segment.
52 END HISTORY COMMENTS */
53
54
55