Describe specific coding instructions used in data processing, cleaning, acquisition, or tabulation. Use the txt element to describe instructions in a human readable form. The type attribute has been DEPRECATED. Use the typeOfCodingInstruction to indicate the type of instruction with or without the use of a controlled vocabulary. Repeat if multiple language labels are being provided directly within the documentation.
<codingInstructions relatedProcesses="cleanOps_7334">
<typeOfCodingInstruction>recode</typeOfCodingInstruction>
<txt>recode undocumented/wild codes to missing, i.e., 0.</txt>
<command formalLanguage="SPSS">RECODE V1 TO V100 (10 THROUGH HIGH = 0)</command>
</codingInstructions>