SASUnit Examples  Version 1.5.0
linux Directory Reference

Files

file  linux/_copydir.sas [code]
 copy a complete directory tree. Uses Windows XCOPY or Unix cp
 
file  linux/_dir.sas [code]
 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  linux/_escapeblanks.sas [code]
 escapes blanks with backslashes if runnign under linux or aix
 
file  linux/_executecmdfile.sas [code]
 execute an command file by operation system command
 
file  linux/_mkdir.sas [code]
 create a directory, if it does not exist The containing directory must exist.
 
file  linux/_oscmds.sas [code]
 set global macro variables for OS commands.
 
file  linux/_preparetextfiles.sas [code]
 corrects termstring in textfiles. Under Linux CRLF will be converted to CR
 
file  linux/_runprogramspawned.sas [code]
 runs a program in a spawned process
 
file  linux/_xcmd.sas [code]
 run an operation system command