
This function defines the value of a boolean metric.
Context
Windows client,
Windows server.
Parameters
- ALPHA(n) | ProgramName | Name of the program, or *BLANK to read a metric at the global project level. | - ALPHA(n) | idMetric | Internal ID of the metric | - BOOL | Value | Metric value | - BOOL | ReturnCode | Return code for the operation: *TRUE if the operation was completed successfully. *FALSE if it was not. |
|
Example
BEGIN_PROCEDURE END_PGM
...
PARAM PGMNAME PGMTYP SOURCEFILENAME SUCCES
...
CALL_DLL 'qualmgrtoolbx' 'QMSetMetricValueBoolean' PGMNAME 'MyMetric' *TRUE RC
...
QualMgrToolBx DLL Functions
