Model Status (OUTOPENSRCSTATUS)

This table includes status codes for the execution of the open source code for the Distributed Open Source Code node. This table includes all of the BY variables assigned to the project. For each time series (unique BY variable combination), the following information is provided.

Variable Name

Description

_EXITCODE_

Provides the exit code for this time series. Any exit code other than zero indicates a failure.

_MISSINGPREDICT_

Indicates whether predictions are missing

  • 0 - predictions are present
  • 1 - predictions are missing

_INVALIDPREDICT_

Specifies whether the open source code makes invalid modifications, such as deletion, reshaping, or garbling, to the VF_PREDICT variable.

  • 0 - predictions are valid
  • 1 - predictions are not valid. Often this means that the predictions have an incorrect length. The length should be VF_LENGTH - VF_BACK.

_ERRNO_

This variable comes from the OUTLOG table. It shows a numeric variable for the BY group. The value of _ERRNO_ might be set by the user-defined program directly or might be set implicitly by calling a function or method that sets the _ERRNO_ value.

_RUNTIMESECONDS_

The total runtime in seconds for the time series

Last updated: March 16, 2026