SAS macro to copy any file byte by byte using binary input/output streams, offering an operating system independent copy method.
This SAS macro allows listing the names of all files in a specified folder lo...
This macro checks if a specified folder exists on SAS Drive. It returns '1' i...
This SAS macro checks if a specified file exists on SAS Drive. It returns 1 i...
This SAS macro defines custom HTTP headers for SASjs server responses. It wor...
This SAS macro, `mf_mkdir`, creates a directory on the file system, including...
This macro returns the list of variables in a SAS dataset, with options to fo...
This macro generates a unique SAS libref by appending a numeric suffix to a g...
Script dynamically generating macro calls for tables whose name contains a sp...
This script uses PROC CATALOG to list the entries (compiled macros) of the te...
Creates a SAS dataset from a list of Unix/Linux file names with full paths.
SAS macro to list Unix/Linux filenames and write them into a SAS dataset.
The SAS script demonstrates the use of the FILE statement with the PRINT opti...