One approach to identifying zombie process on Linux is as follows
ps aux | grep Z
You can add additional keywords to filter your processes. For example if the process name or username has the word 'sas'
then you can use
ps aux | grep Z | grep sas
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.