Function: undefinedAbnormalFlag()
undefinedAbnormalFlag(
position):AstmRecordWarning
Build an ASTM_RECORD_UNDEFINED_ABNORMAL_FLAG warning. The flag is surfaced as
undefined (never coerced to normal); the warning carries only the position.
Parameters
position
Returns
Example
import { undefinedAbnormalFlag } from "@cosyte/astm";
undefinedAbnormalFlag({ recordIndex: 4, recordType: "R", fieldIndex: 7 });