Skip to content

Instantly share code, notes, and snippets.

@gnusosa
Created October 16, 2015 20:14
Show Gist options
  • Save gnusosa/1778a1fe6e1cff8f5f2f to your computer and use it in GitHub Desktop.
Save gnusosa/1778a1fe6e1cff8f5f2f to your computer and use it in GitHub Desktop.
String recordId = statData.getRecId();
if ((recordId.equals("PT")) || // OS390 Pnode Process End
(recordId.equals("ZT")) || // OS390 Snode Process End
(recordId.equals("PRED")) || // UNIX & Windows Process End
(recordId.equals("USEC"))) { // UNIX & Windows security error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment