Skip to content

Instantly share code, notes, and snippets.

@larsvilhuber
Created August 4, 2016 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsvilhuber/c84bf56162ce0fc57e12de7a7a629715 to your computer and use it in GitHub Desktop.
Save larsvilhuber/c84bf56162ce0fc57e12de7a7a629715 to your computer and use it in GitHub Desktop.
Base script for a SDS script
%let base=/rdcprojects/tr/tr00612;
%let version=2.0.2;
%let myid=specXXX;
%let prefix=synlbd;
libname inputs "&base./data/synlbd/&version." access=readonly;
libname mydata "&base./programs/users/&myid./data";data mydata.analysis_file;
set inputs.&prefix.1992c;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment