• CSPro Getting Started Guide
    • Introduction
    • Installation
    • CSPro Tutorial
      • About the Tutorial
      • Exercise 1: Create a Data Entry Application
        • Step 1: Examine the Tutorial Questionnaire
        • Step 2: Start CSPro
        • Step 3: Naming Application Files
      • Exercise 2: Create the Data Dictionary
      • Exercise 3: Create the Data Entry Forms
      • Exercise 4: Enter Data
      • Exercise 5: Tabulate Data
      • Exercise 6: Modify the Table
      • Exercise 7: Add Edits to the Data Entry Application
      • Exercise 8: Run a Batch Application

Step 3: Naming Application Files

(Exercise 1, Create a Data Entry Application)
We will create a data entry application. This contains:
  • Data dictionary: The data dictionary describes the organization of the data file. It holds information about all the questions and responses on the questionnaire.
  • Forms: The forms will appear on the screen when you run the data entry application. They contain data entry fields, text, and rosters.
  • Logic (optional): You can use the CSPro language to control the flow of your program, to write logic to check for errors during data entry, to access lookup files, and many other things. We will not use logic until Exercise 6.
We will use the Wizard to create the files that the data entry application requires. Click on the radio button that says Create a new application. You should see the following dialog box:
  1. Select the Entry category and the PAPI Data Entry Application type and press OK.
  2. In the file open dialog box, enter MyEntry as the file name for the application.
  3. Make sure you are located in the folder you created for these exercises (C:\CSProTutorial).
  4. Press Save.
  5. The next screen will ask you to select the Input Dictionary.
  6. Change the name to C:\CSProTutorial\MyDict.dcf.
  7. Press OK.
  8. CSPro will ask if you want to create a new dictionary. Press Yes.
You have created a new data entry application
This completes this exercise. Continue to the next exercise: Step 1: The ID Item.