Published on :
Configuration CREATION_INTERNE

Statistical Forecasting Project Configuration

This code is also available in: Deutsch Español Français
The provided code is a setup step that defines the project name via a macro variable. The header describes the intention of the complete program: import forecasts, create volume summary tables for the next 6 months, and establish a PC9 categorization.
Data Analysis

Type : CREATION_INTERNE


The code does not manipulate data; it only defines a macro constant.

1 Code Block
MACRO ASSIGNMENT
Explanation :
Assigning the value 'LSA_LWB' to the macro variable 'projectName' for later use in the program.
Copied!
1%let projectName = LSA_LWB;
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 : Author: Kevin Wang (Advanced Analytics)