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:
Before epilog block
601,100
- Start of process file602,"(.+)"
- Name of process in$1
562,"(.+?)"
- Type of process source, where$1
is one of NULL, VIEW, ODBC, CHARACTERDELIMITED, SUBSET, POSITIONDELIMITED, ODBOMDXQUERY586,("(.+?)")?
- If 562 <> 'NULL' then$2
would be source link (filepath, cubename, subset name and so on)585,("(.+?)")?
- Same as 586, but contains name for server565,"(.+)"
- Some HASH in$1
559,(0|1)
- If process source (562
) <>NULL
then 1, else 0593,(".+")?
- Contains data, when source isODBOMDXQUERY
. May be something else594,(".+")?
- Contains data, when source isODBOMDXQUERY
. May be something else595,(".+")?
- Contains data, when source isODBOMDXQUERY
. May be something else566,
- Contains sql code, if process uses CDWH as source567,"(.+)"
- Element delimeter$1
in process588,"(.+)"
- Symbol of decimal separator589,("(.*)")?
- Thousand separator568,("(.*)")?
- Symbol of quote570,(.+)?
- View name, when source isVIEW
571,(.+)?
- Subset name, when source isSUBSET
560,
- List of parameters590,
- Default parameter values637,
- Help messages for parameters577,
- List of variables