Definition of system lines in Cognos TM1 Process files

In this article you will find definitions of the common codes, that are used in Cognos TM1 .pro files. I still work on it, so it will be updated later.

There are 2 more simular articles about Cognos TM1 system codes in files:

  1. Definition of system lines in Cognos TM1 Views files (.vue);
  2. Definition of system lines in Cognos TM1 Subset files (.sub)

Before epilog block

  • 601,100 - Start of process file
  • 602,"(.+)" - Name of process in $1
  • 562,"(.+?)" - Type of process source, where $1 is one of NULL, VIEW, ODBC, CHARACTERDELIMITED, SUBSET, POSITIONDELIMITED, ODBOMDXQUERY
  • 586,("(.+?)")? - If 562 <> 'NULL' then $2 would be source link (filepath, cubename, subset name and so on)
  • 585,("(.+?)")? - Same as 586, but contains name for server
  • 565,"(.+)" - Some HASH in $1
  • 559,(0|1) - If process source (562) <> NULL then 1, else 0
  • 593,(".+")? - Contains data, when source is ODBOMDXQUERY. May be something else
  • 594,(".+")? - Contains data, when source is ODBOMDXQUERY. May be something else
  • 595,(".+")? - Contains data, when source is ODBOMDXQUERY. May be something else
  • 566, - Contains sql code, if process uses CDWH as source
  • 567,"(.+)" - Element delimeter $1 in process
  • 588,"(.+)" - Symbol of decimal separator
  • 589,("(.*)")? - Thousand separator
  • 568,("(.*)")? - Symbol of quote
  • 570,(.+)? - View name, when source is VIEW
  • 571,(.+)? - Subset name, when source is SUBSET
  • 560, - List of parameters
  • 590, - Default parameter values
  • 637, - Help messages for parameters
  • 577, - List of variables