Usual Dietary Intakes: Analytic Datasets for SAS Macros
Analytic Dataset for Examples 1-3
There are two versions of the dataset for examples 1-3 available, depending on which
version of SAS you are using -- version 8 or version 9.
Either file, once unzipped, will have the exact same name that is used in the examples.
If the version 8 or version 9 SAS files do not work on your SAS platform, use the following SAS transport file.
The transport file can be imported using the following code.
libname lib 'SAS-data-library';
filename trans 'transport-file'
host-option(s)-for-file-characteristics;
proc cimport data=lib.t_0104nc_may7 infile=trans;
run;
Analytic Dataset for Example 4
Use the following SAS transport file for example 4; it works with both versions 8 and 9 of SAS.
Once unzipped, this transport file is imported directly by the example program.
|