Defining Capital Market Libraries

This code is also available in: Deutsch English Español Français
ATTENTION : Ce contenu est DÉSACTIVÉ. Il est invisible pour les visiteurs.
Difficulty Level
Beginner
Published on :
This file initializes the librefs (library aliases) used by the project. It defines 'CAPM' for primary datasets and 'HISTORY' for imported historical data. Note: The specified paths are in local Windows format and will need to be adapted for a SAS© Viya environment (Linux paths).
Data Analysis

Type : EXTERNAL


The script configures access to local file directories (Windows paths).

1 Code Block
LIBNAME
Explanation :
Declaration of the 'CAPM' library pointing to the main data directory.
Copied!
1LIBNAME CAPM "C:\Users\Federico\Documents\My SAS Files\9.3\capm\datasets\capm";
2 
2 Code Block
LIBNAME
Explanation :
Declaration of the 'HISTORY' library pointing to the historical archives directory.
Copied!
1LIBNAME HISTORY "C:\Users\Federico\Documents\My SAS Files\9.3\capm\datasets\hist_import";
2 
This material is provided "as is" by We Are Cas. There are no warranties, expressed or implied, as to merchantability or fitness for a particular purpose regarding the materials or code contained herein. We Are Cas is not responsible for errors in this material as it now exists or will exist, nor does We Are Cas provide technical support for it.
Copyright Info : Federico Viscioletti (2014)


Related Documentation

Aucune documentation spécifique pour cette catégorie.