• <GetStart>
  • CSPro User's Guide
    • The CSPro System
    • Data Dictionary Module
      • Introduction to Data Dictionary
      • Organization
      • Dictionary Concepts
        • General
        • Levels
        • Records
        • Items
          • Item Description
          • Identification Items
          • Subitems
          • Item Properties
          • Starting Position
          • Length
          • Data Type
          • Binary Dictionary Items
          • Occurrences
          • Decimal Places
          • Decimal Character
          • Zero Fill
        • Value Sets
        • Values
        • Relations
      • Data Dictionary Application
      • How to ...
    • The CSPro Language
    • Data Entry Module
    • Batch Editing Applications
    • Tabulation Applications
    • Data Sources
    • CSPro Statements and Functions
    • Templated Reporting System
    • HTML and JavaScript Integration
    • Action Invoker
    • Appendix
  • <CSEntry>
  • <CSBatch>
  • <CSTab>
  • <DataViewer>
  • <TextView>
  • <TblView>
  • <CSFreq>
  • <CSDeploy>
  • <CSPack>
  • <CSDiff>
  • <CSConcat>
  • <Excel2CSPro>
  • <CSExport>
  • <CSIndex>
  • <CSReFmt>
  • <CSSort>
  • <ParadataConcat>
  • <ParadataViewer>
  • <CSCode>
  • <CSDocument>
  • <CSView>
  • <CSWeb>

Identification Items

Identification items (also referred to as ID items) are those data items that uniquely identify the questionnaire/case. ID items usually include administrative geography that defines where the data collection took place, such as Province, District, or Enumeration Area. It also often includes other unique identifiers such as Survey ID, Facility ID, or Household Number. ID items define the hierarchichy for the dictionary level in which it was defined and any lower dictionary levels defined below it.
ID items defined in level 1 (the top level) will appear on every record in the data file, as they are common to all records. If additional levels are defined (a maximum of 3 are allowed), then ID items defined in those levels will appear in records defined at that level and below. For example, ID items defined in level 2 will appear in level 2, and level 3 if it exists, but will not appear in any level 1 records. ID Items in levels 2 and 3 generally identify a subset of the questionnaire or case; for example, if the top level corresponds to a questionnaire on farming, the second level might correspond to crops grown on the farm. In this scenario, a level 2 ID would likely only need to identify the crop, as all other IDs were already defined in level 1.
Within each level, at least 1 ID item must be defined; as many as 15 ID items are allowed for each level.
A good way to organize your ID items and record type identifiers is to put the record type identifiers first (in column 1, or columns 1-2 if you need 2 positions to uniquely identify all records), followed by the ID item(s). In this way the data items for the individual records would immediately follow. For a pictorial representation of a data file's layout, press Ctrl+L from within dictionary (L=Layout). Pressing Ctrl+L a second time will toggle this view off.
See also: Item Description, Item Properties, Add or Modify Items, Subitems