Skip to Content
0
Mar 18, 2019 at 05:14 PM

If statement with an AND in Transformation File

70 Views

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".