Guest User

Untitled

a guest
Jul 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. if [ $PM{Source Qualifier Name}@numAppliedRows == 0 ]
  2. then
  3. exit 2
  4. else
  5. exit 0
  6. fi
  7.  
  8. if [ $PM{Source Qualifier Name}@numAppliedRows == 0 ]; then
  9. exit 2
  10. else
  11. exit 0
  12. fi
Add Comment
Please, Sign In to add comment