What would be the right syntax for If statement with an "if" statement and "And"?
INTRN=*IF(EMPGROUP=*STR(C) and *JOB=*STR(TEMP) THEN *STR(S); *STR())
When I use above syntax, transformation file is finding error with "And".