In this example, an IDAMS dictionary for the description of data collected
by a questionnaire is prepared and data for a few respondents are
entered. A set of IDAMS control statements (a "setup") is then prepared
and used to produce frequency distributions of Age, Sex and Education
(number of years) bracketed into 4 groups. The steps below are followed:
The application
environment allows you to predefine full paths for three folders.
All input/output files will be opened/created by default in one
of these folders. This saves you from having to enter the full folder
path.
For each application folder entered which does not exist,
you will see a dialogue like this: Click on Yes for each new folder and then click on OK.
Now you see the WinIDAMS Main window again.
We will create a
dictionary to describe data records containing the following variables:
7.1  Overview of Steps to be Performed with WinIDAMS
To get started, first launch WinIDAMS. You will see the WinIDAMS
Main window.
7.2  Create an Application Environment
Click on Application in the menu bar and then on New. You now see
the following dialogue:
We will create a new application with the name "MyAppl"
and with application folders C:\MyAppl\data, C:\MyAppl\work
and C:\MyAppl\temp by entering these names in the corresponding
text-boxes.
7.3  Prepare the Dictionary
| Number | Name | Width | Missing Data code |
| 1 | Identification | 3 | |
| 2 | Age | 2 | |
| 3 | Sex | 1 | 9 |
| 1 Male | |||
| 2 Female | |||
| 9 MD | |||
| 4 | Education | 2 |
To delete rows, click at the side of the row and select Cut from the Edit menu.
Note that in illustrations presented below the Application window has been closed.
The $RUN identifies the desired IDAMS program; following the $FILES command, the Data file and associated Dictionary file are specified; the $RECODE command followed by Recode statements (here the recoding is used to bracket years of education into 4 groups); the $SETUP command followed by the parameters for the task (in this case requesting univariate frequency distributions) are given (according to the rules for the TABLES program).