Skip to content

Instantly share code, notes, and snippets.

## run the setup
IF( 1=1 );
pn = 'zzz_cycle_02_sys_baseline_setup';
rc=ExecuteProcess( pn ); IF(rc<>ProcessExitNormal()); ProcessQuit; ENDIF;
ENDIF;
## update plan task dn
##########
## TODO: fix this
this_filepath = '..\src\tm1\';
##########
this_version = 'v00.00.01';
@kghenderson
kghenderson / v00.00.00__placeholder.tm1.csv
Created January 30, 2017 17:45
tm1 migration placeholder
vCmd v01 v02 v03 v04 v05 v06 v07 v08 v09 v10 v11 v12 v13 v14 v15 v16 v17 v18 v19 v20
@kghenderson
kghenderson / zz_mig_import_schema.pro
Created January 30, 2017 17:44
zz_mig_import_schema
################################################################################
## Data Source
################################################################################
Type: "Text"
Name: "v00.00.00__placeholder.tm1.csv"
################################################################################
## Parameters
################################################################################
@kghenderson
kghenderson / zzzz_sys_teardown.pro
Last active January 30, 2017 17:50
tm1-zzzz_sys_teardown
################################################################################
## PARAMS
################################################################################
Parameter: "pConfirm",
Type: "String",
DefaultValue: "No",
PromptQuestion: "Are rules and data backed up?? (yes / no)"