SASUnit Examples
Version 1.5.0
|
Contains utility macros specific for Windows os. More...
Files | |
file | windows/_copydir.sas |
copy a complete directory tree. Uses Windows XCOPY or Unix cp | |
file | windows/_dir.sas |
Generates a dataset with the names of all files in a directory or directory tree. Wildcards may be used to specify the files to be included. | |
file | windows/_escapeblanks.sas |
escapes blanks with backslashes if runnign under linux or aix | |
file | windows/_executecmdfile.sas |
execute an command file by operation system command | |
file | windows/_mkdir.sas |
create a directory, if it does not exist The containing directory must exist. | |
file | windows/_oscmds.sas |
set global macro variables for OS commands. | |
file | windows/_preparetextfiles.sas |
corrects termstring in textfiles. Under Linux CRLF will be converted to CR | |
file | windows/_runprogramspawned.sas |
runs a program in a spawned process | |
file | windows/_xcmd.sas |
run an operation system command | |
Contains utility macros specific for Windows os.