Under dsmadmc version 5.2.2.0 and earlier, this command issued would result in no output:
bash-2.04$ dsmadmc -pa=blah -id=blah -comma "select process_num, process, status from processes where process='Some Process'" | tail +10 | grep , Where "Some Process" did not exist in the process table. Under version 5.3.0.0, the same command results in: bash$ /usr/bin/dsmadmc -id=blah -pa=blah -comma "select process_num, process, status from processes where process='Some Process'" | tail +10 | grep , ANS8000I Server command: 'select process_num, process, status from processes where process='Some Process'' Has this been corrected in the 5.3.1 release?