
  FUNCTION [INLINE] avp$system_displays: boolean;

?? PUSH (LISTEXT := ON) ??

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

    avp$system_displays := avp$capability_active (avc$cc_system_displays);

  FUNCEND avp$system_displays;

*copyc avp$capability_active
?? POP ??
