The DOCUMENT Procedure
MAKE Statement
Creates one or more new directories.
Default: |
If no location is specified, the newly created directory
is appended to the end of the current directory.
|
Syntax
Required Argument
- path
-
specifies the newly
created directory.
Requirement:Separate multiple paths with commas.
Tip:You can use the symbol '^' to represent the current directory
and the symbol '^^' to represent the parent directory.
Optional Arguments
- AFTER= path
-
adds the newly created
directory after the specified path in the current directory.
Tip:You can use the symbol '^' to represent the current directory
and the symbol '^^' to represent the parent directory.
- BEFORE= path
-
adds the newly created
directory before the specified path in the current directory.
Tip:You can use the symbol '^' to represent the current directory
and the symbol '^^' to represent the parent directory.
- FIRST
-
adds the newly created
directory to the beginning of the current directory.
- LAST
-
adds the newly created
directory to the end of the current directory.
Copyright © SAS Institute Inc. All rights reserved.