Loading...
Searching...
No Matches
demodata.sas File Reference

Creates demo tables and associated config. More...

Go to the source code of this file.

Detailed Description

Can be removed in prod installs.

To activate this job, add the following to SETTINGS:

%let demolib=PUBLIC;
libname &demolib "%sysfunc(pathname(&dc_libref))/&demolib";
%let joblib=HOOKLIB;
libname &joblib "%sysfunc(pathname(&dc_libref))/&joblib";
%let dcdemoflag=1;

Note that this will: REPLACE any tables named CARS_EXT or COUNTRIES in the PUBLIC library REPLACE all DC config for libraries named PUBLIC CREATE a folder called "demo" in the DC Apploc CREATE two BASE libraries (HOOKLIB & PUBLIC) in the DC (physical) folder

SAS Macros

Author
4GL Apps Ltd

Definition in file demodata.sas.