
  FUNCTION [INLINE] avp$accounting_administrator: boolean;

?? PUSH (LISTEXT := ON) ??

{
{   The purpose of this request is to determine if the current job is
{ currently executing with accounting administration capability.
{
{       AVP$ACCOUNTING_ADMINISTRATOR  : ACCOUNTING_ADMINISTRATOR
{
{ ACCOUNTING_ADMINISTRATOR:  (output) This parameter specifies whether or not
{       the current job is currently executing with accounting administration
{       capability.
{

    avp$accounting_administrator := avp$capability_active (
          avc$cc_accounting_admin);

  FUNCEND avp$accounting_administrator;

*copyc avp$capability_active
?? POP ??
