
*IF $true(osv$unix)

  CONST
    sfc$max_threshold = 7fffffff(16),
    sfc$max_time_interval = 7fffffff(16);

*ELSE

  CONST
    sfc$max_threshold = 7fffffffffff(16),
    sfc$max_time_interval = 0ffffffff(16);

*IFEND

*copyc sft$statistic_code
*copyc sft$statistic_identifier
*copyc sft$descriptive_data
*copyc sft$counters
*copyc sft$counter

*copyc sft$statistic_record
*copyc sft$statistic_group
