Chapter Contents |
Previous |
Next |
DCREATE |
Category: | External File |
Syntax | |
Details | |
Example |
Syntax |
new-directory=DCREATE(dir-name<,parent-dir>); |
Type: Character
Type: Character
Type: Character
Details |
DCREATE enables you to create a directory in your operating environment.
Operating Environment Information: On CMS, DCREATE works only for shared file system (SFS) directories.
Example |
newdir=dcreate(dirname,'/local/u/abcdef/');
newdir=dcreate(dirname,'d:\testdir\');
newdir=dcreate(dirname,'auser.');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.