
  FUNCTION [INLINE] avp$removable_media_admin: boolean;

?? PUSH (LISTEXT := ON) ??

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

    avp$removable_media_admin := avp$capability_active (
          avc$cc_removable_media_admin);

   FUNCEND avp$removable_media_admin;

*copyc avp$capability_active
?? POP ??
