{
{    Records a statistic to all of the binary logs that the statistic has been
{ activated to (if any).  It also updates the accumulator for a limit (if a
{ limit is associated with the statistic).
{
{    It has been left, temporarily, to provide compatibility with previous
{ versions of NOS/VE.  Any uses of this procedure should be removed and
{ replaced with calls to SFP$EMIT_STATISTIC.
{
{       SFP$EMIT_SYSTEM_STATISTIC (IDENTIFIER, STATISTIC_CODE,
{             DESCRIPTIVE_DATA, COUNTERS, STATUS)
{
{ IDENTIFIER: (input)  Specifies the two character product identifier for the
{       statistic.
{
{ STATISTIC_CODE: (input)  This parameter identifies the statistic which is to
{       be emitted.
{
{ DESCRIPTIVE_DATA: (input)  This parameter specifies the descriptive data to
{       be recorded with the statistic.
{
{ COUNTERS: (input)  This parameter contains an array of counters representing
{       reported values of system or job variables.
{
{ STATUS: (output) Variable in which the completion status is returned.
{
{       CONDITIONS:
{             sfe$counter_array_size_range
{             sfe$descriptive_data_size
{             sfe$statistics_not_available
{
