
  FUNCTION [INLINE] avp$system_operator: boolean;

?? PUSH (LISTEXT := ON) ??

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

    avp$system_operator := avp$capability_active (avc$cc_system_operator);

  FUNCEND avp$system_operator;

*copyc avp$capability_active
?? POP ??
