Created On: 09 May 2011
Problem:
The current description of the field UR-INULL-VAL in Chapter A.3. “Interface Description” of the Micro Focus Data Express Data Masking Guide is:
UR-INULL-VAL |
Input |
The value of the null flag for the field to be masked. |
Resolution:
The correct description of the values in the UR-INULL-VAL field are:
UR-INULL-VAL Input If a column accepts NULL values and it is actually NULL, then the UR-INULL-VAL field is set to “o” (6F), if it is different than NULL, the UR-INULL-VAL is blank “ ”.
The “?” sign means that the column is NULLABLE and the value is NULL. If a column accepts NULL values, then after it is set in the UR-RECORD, we add a byte with the symbol “?”.
UR-INULL-VAL Input If a column accepts NULL values and it is actually NULL, then the UR-INULL-VAL field is set to “o” (6F), if it is different than NULL, the UR-INULL-VAL is blank “ ”.
The “?” sign means that the column is NULLABLE and the value is NULL. If a column accepts NULL values, then after it is set in the UR-RECORD, we add a byte with the symbol “?”.
Incident #2508821
Old KB# 34071
#COBOL
#EnterpriseDeveloper
#Enterprise
#MFDS