
  FUNCTION [INLINE] avp$configuration_administrator: boolean;

?? PUSH (LISTEXT := ON) ??

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

    avp$configuration_administrator := avp$capability_active (
          avc$cc_configuration_admin);

  FUNCEND avp$configuration_administrator;

*copyc avp$capability_active
?? POP ??
