
  FUNCTION [INLINE] avp$family_administrator: boolean;

?? PUSH (LISTEXT := ON) ??

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

    avp$family_administrator := avp$capability_active (avc$cc_family_admin);

  FUNCEND avp$family_administrator;

*copyc avp$capability_active
?? POP ??
