Which field type represent flags or indicators?
C
Correct answer
Explanation
STS (Status) is the correct field type for flags or indicators in Synon/IBM i development environments. Status fields are designed to store conditional states or binary indicators like yes/no, true/false, or various processing states. VNM is for variable-length fields, PRC for processing fields, and VAL for value fields - none of these are primarily used for flags.