INIT:
   rc=system('grep "^elvis:" /etc/passwd > /dev/null');
   if rc = 0 then
      put 'elvis is alive';
RETURN;