SASUnit Examples  Version 1.5.0
Utility Macros specific for Unix AIX OS

Contains utility macros specific for Unix AIX os. More...

Files

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

Detailed Description

Contains utility macros specific for Unix AIX os.