In a certain column in my output I want this column to say employee if the input file read F so I put in this code but it is just shows as "E"
anything that I'm doing wrong? See screenshots for more information
IF [EMPTYPE]= "f" THEN "Employee" ELSE 'False' ENDIF