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