{
{    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).
{
{    This interface should only be used by the statistics facility or when it
{ is necessary to override the global task id recorded in the statistic header
{ (e.g., task end statistics).
{
{       SFP$INTERNAL_EMIT_STATISTIC (IDENTIFIER, STATISTIC_CODE,
{             DESCRIPTIVE_DATA, COUNTERS, GLOBAL_TASK_ID, 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.
{
{ GLOBAL_TASK_ID: (input)  This parameter specifies the global task id that the
{       data on the statistic corresponds to.
{
{ STATUS: (output) Variable in which the completion status is returned.
{
{       CONDITIONS:
{             sfe$counter_array_size_range
{             sfe$descriptive_data_size
{             sfe$statistics_not_available
{
