next up previous contents
Next: 9.3 Analysis and Formats Up: 9 Operational Matters Previous: 9.1 Interview Status Codes   Contents


9.2 Selection Control

Control variables:

There may be a need to interview some respondents in a specific order. For example, letters may need to be posted to respondents and these may not arrive for some time. In this situation the START variable in the CONFID data set may be set to the earliest interviewing date and time for each respondent. These respondents will not appear in the CATI interviewers' pull-down list and not be available to the IVR system until the START date and time has passed.

If the interviews for certain cases are to be prevented indefinitely, the SELECTED variable in CONFID or CONTROL may be set to 0. These respondents will not appear in the CATI interviewers' pull-down list and not be available to the IVR system until the SELECTED variable is reset to one.

If the interviews for certain cases are to be prevented because of ineligibility, the ELIGIBLE variable may be set to a positive value. These respondents will not appear in the CATI interviewers' pull-down list and not be available to the IVR system until the ELIGIBLE value is reset to zero.

Interviewer's Pull-down List:

By default, the interviewer's pull-down list shows the IDs and names of respondents. The names can be suppressed by setting the NONAME option in the TITL item to ``NONAME''.

Which IDs appears in the pull-down list is also controlled by the STATUS variable. The effect of the STATUS variable on the pull-down list is controlled by the $pulldfm. format. This format maps the status codes to the character strings, `IN' or `OUT'. For example, the $pulldfm. specifies that answering machine cases should remain in the pull-down list while refusals do not re-appear. This format also ensures that completed cases with status code CQ are not displayed. By editing the $pulldfm. format definition this default behaviour can be altered. To change the format for all projects, edit the definition that appears in the file \GEIS\BIN\FORMATS.SAS. Do not delete status codes or add new ones.

Updating External data sets:

The script item ``U'' option may be used for some item types to allow automatic updates of external data sets. The updating occurs when an interview ends. Refer to the file \GEIS\BIN\GEIS.TXT for the syntax of the ``U'' option.

For example, if a CHCE item has the ``U'' option set, then the value of the selected answer-option will be written to the external data set.

External-updating is carried out by locating a specified variable in the external data set and by matching on the respondent's ID. The external variable must match the data type of the item: numeric or character. As an alternative matching method, a logical expression can be used to identify the records to update.

To use updating specify the ``U'' option in the item header line, and the name of the external data set and variable at the appropriate part of the item definition; this is just before the end of the item.

As an example of where external-updating may be used, suppose two surveys of the same respondents run simultaneously, but it is essential that the interview in one survey must precede the interview in the other survey. The procedure to set this up is given below.

RDD:

The current version of GEIS does not implement RDD.


next up previous contents
Next: 9.3 Analysis and Formats Up: 9 Operational Matters Previous: 9.1 Interview Status Codes   Contents
Ross Corkrey 2006-02-14