CSPro Guide for Data Analysts
CSPro Guide for Data Analysts
Version 8.0.0
International Programs
Population Division
U.S. Census Bureau
4600 Silver Hill Road
Washington, DC 20233
[email protected]
Table of Contents
Table of Contents 1
The CSPro System 25
What is CSPro? 25
CSPro Capabilities 26
Release History 27
What's New in CSPro? 29
What's New in CSPro? 29
What's New in CSPro 7.0? 29
What's New in CSPro 7.1? 31
What's New in CSPro 7.2? 33
What's New in CSPro 7.3? 35
What's New in CSPro 7.4? 36
What's New in CSPro 7.5? 39
What's New in CSPro 7.6? 41
What's New in CSPro 7.7? 42
What's New in CSPro 8.0? 44
Breaking Changes 48
CSPro Applications 50
Data Entry Applications 50
Batch Edit Applications 50
Tabulation Applications 51
Data Dictionary 51
Forms Design 52
Tool List 52
CSPro General Concepts 55
CSPro Initial Screen Layout 55
Trees in CSPro 55
Windows 56
CSPro Workspaces 56
CSPro General Functionality 58
Data Sources 58
Connection String 59
Encrypted Data 60
Unicode Primer 61
Synchronization Overview 63
Paradata 68
Multiple Language Applications 69
Mapping 69
Questionnaire View 69
How To ... 71
Create a CSPro Application 71
Open an Existing Application 72
Change the View 72
Designer Font Preferences 72
Change Windows 73
Add Files to an Application 74
Drop Files from an Application 74
Change the Print Page Setup 74
Pa ge 1 of 958 Ta ble of Contents
Print All or Part of a Document 74
Save an Application 75
Close an Application 75
Save an Application with a New Name 75
Specify Application File Names 75
Pack an Application 76
CSPro Settings 77
Get Help 77
Collaborating on CSPro Development 77
Data Dictionary Module 79
Introduction to Data Dictionary 79
Organization 80
Questionnaire and Dictionary Organization 80
Data File Type Structure 81
Dictionary Hierarchy 82
Dictionary Concepts 84
General 84
Labels 84
Names 84
Notes 84
Levels 85
Level Description 85
Level Properties 85
Records 87
Record Description 87
Record Properties 87
Record Type 88
Required Record 88
Maximum Number 88
Items 90
Item Description 90
Identification Items 90
Subitems 90
Item Properties 91
Starting Position 92
Length 92
Data Type 92
Binary Dictionary Items 93
Occurrences 94
Decimal Places 95
Decimal Character 95
Zero Fill 95
Value Sets 96
Value Sets Description 96
Value Set Properties 97
Value Set Images 98
Values 99
Value Description 99
Value Properties 99
CSPro runs on the Windows operating system. It does not run under other operating systems such as Linux or Mac OS.
It is a public domain product, so it can be used and distributed at no cost.
CSPro can be used to process data from censuses and surveys, both small and large. Typical subject areas include:
CSPro uses data dictionaries to provide a common description of each data file used. CSPro encodes data in UTF-8
format. CSPro provides tools to view data and text files, to view tables created by CSPro, to convert IMPS and ISSA data
dictionaries to and from CSPro.
CSPro is not intended to provide database management capabilities. However, the data generated and/or manipulated by
a CSPro application can be imported into a database system. While CSPro provides some tabulation capabilities, it is
not intended to replace more sophisticated statistical analysis software such as R, SAS, SPSS, Stata, etc.
If you have never used CSPro before, you can refer to the Getting Started Guide, a tutorial that gives an overview of
CSPro's capabilities. If you are a previous user, you may want to look at a list of this version's new features.
Pa ge 25 of 958 The CSPro Sys tem
This section includes the following information:
CSPro Capabilities
CSPro Applications
General Concepts
General Functionality
How to ...
CSPro Capabilities
Process Census or Survey Data
Given an existing data file, a user can develop a CSPro application that will examine the file for inconsistencies,
structural defects, or other errors. CSPro permits the user to generate detailed reports on all errors found; the user may
also create subfiles from the original data, and may use multiple look-up files during the validation and/or report-
generation process.
Once a case has been completely entered, the operator can modify any part of the existing data and can add or remove
information, as well (subject to application constraints).
CSPro supports both dependent and independent verification (double keying) to ensure the accuracy of the data entry
operation. Using independent verification, operators can key data into separate data files and use CSPro utilities to
compare them. Using dependent verification, operators can key data a second time and have CSPro immediately
compare it to what was keyed the first time on a field-by-field basis.
Tabulate Data
The user can create an application to produce frequency distributions or cross-tabulations using two to four variables.
Results can be displayed either globally (for the totality of the data file) or according to one or more elements of the
geographic hierarchy. Tabulations may show only percentages, or percentages in conjunction with counts. Data may be
weighted or unweighted.
Interactive Editing
CSPro language elements can be used to construct a series of tests to be carried out on a case-by-case basis using the
CSEntry module. Whether adding a new case or modifying an existing case, CSPro instructions permits interactive
editing and correction of data elements. If the user desires, a report on editing activity may be generated and saved for
printing after the session is completed.
Release History
CSPro was first released in 2000. Over the years, many new features have been added to the software, and in addition to
the Windows desktop version, new versions have been released for Android. The following table shows the software's
release history:
CSPro 8.x
CSPro 8.0
CSPro 7.x
CSPro 7.7
CSPro 7.6
CSPro 7.5
CSPro 7.4
CSPro 7.3
CSPro 7.2
CSPro 7.1
CSPro 7.0
CSPro Designer
You can resize a roster to its ideal size by right-clicking on it and selecting AutoFit.
Data Sources
Introduction of the new CSPro DB and None data sources.
Using the synchronization functions, CSPro DB data files can be synchronized with Dropbox and FTP servers on
a case by case, rather than data file, basis.
The creation of listing and operator statistics files can be disabled.
Data Entry
ID items can be set to auto increment.
Addition of several data entry options for mobile devices:
Automatically advance on selection.
Batch
A new PFF attribute, InputOrder, allows you to override the default order in which cases are processed in a data
file.
Logic
Introduction of new functions and statements:
ask: A new way to skip fields by programming using enablement conditions.
compress and decompress: A pair of functions to compress and decompress ZIP files.
config: A way to initialize string variables to values defined on a local machine.
diagnostics: A troubleshooting function for getting information about the CSEntry build.
forcase: A loop that simplifies the processing of each case in an external data file.
getcaselabel and setcaselabel: Functions to set and retrieve a human readable label associated with a
case.
isverified: A way to determine whether a case has been verified.
keylist: A function that returns a list of keys in a data file, including the input file in a data entry
application.
setoperatorid: A way to set the operator ID in logic.
syncconnect, syncdata, syncdisconnect, syncfile, and syncserver: A set of functions to support the
new synchronization functionality.
timestamp: A way to easily calculate time spans by working with UNIX times.
The skip statement can be called without an argument, which will skip to the next field in the application.
The systime function can take an optional argument to extract just the current time's hours, minutes, or seconds.
The ispartial function can return the partial save status of cases in external dictionaries.
Passing ID arguments to writecase is deprecated and the arguments are ignored.
The key function can be called on the main input dictionary of an application.
All settings can be removed by calling savesetting with the argument clear.
The select options of an errmsg can now be used to skip to a field instead of only reentering a field.
Tools
A new tool, Data Viewer, allows for the viewing of data files in dictionary format (in lieu of using Text Viewer). The
tool is also used to download data from a synchronization server.
The Export Data tool can now output Stata exports in Unicode format. To open these exports, you need Stata
version 14 or later.
The Excel to CSPro tool is much improved, allowing you to create dictionaries from Excel data and to convert
data from multiple worksheets.
The Concatenate Data tool and the fileconcat function now combine case notes, partial save statuses, etc.,
and the tool can identify duplicate cases in files.
CSWeb
CSWeb introduced as a convenient way to synchronize CSPro data files on a central server.
Other
Introduction of a lightweight CSPro installer, with the CSPro examples now installed to the Documents folder.
Introduction of a new custom help documentation system.
Fixes to allow CSPro to fully work on Windows 10 systems.
Paradata
The introduction of a new system for collecting paradata during an application's run. The paradata events are
saved to a log file with the extension .cslog. You can control what kinds of events are stored by modifying an
application's paradata properties.
A new logic function, paradata, that can be used to control or query the paradata log.
A new tool, Paradata Viewer, that displays reports about the collected paradata.
Another new tool, Paradata Concatenator, that combines multiple paradata logs into a single log.
Deployment
A new tool, Deploy Application, that deploys one or multiple applications to a server (or a local file) so that they
can be downloaded onto interviewer devices.
Deployed applications can be downloaded using CSEntry on mobile devices.
Reports
Messages
Expanding multiple language application support, messages defined in the message file can be specified in
multiple languages. These messages, along with string literals wrapped in the tr function, will be displayed in the
application's current language.
Applications can link to multiple external message files, which can include messages that override the default
system messages.
CSPro Designer
You can move a value set to the first position, to become the default one shown in a data entry application, by
right-clicking on a value set and selecting Make Primary Value Set.
If you right-click on a dictionary from the dictionary tree, the View Data option will open the last data file
associated with that dictionary (as stored in the PFF file) within Data Viewer.
Data Entry
A data source option that allows you to specify the number of minutes after which a case will automatically be
partially saved.
Question text fills can show the return values of user-defined functions.
A data entry option, Validate alpha fields, instructs CSEntry to validate values entered into alphanumeric fields
using an item's value set, as happens to numeric fields by default.
A mobile option, Display value set codes alongside labels, displays a value set's codes in addition to the
labels when displaying a field using a control other than a text box.
Logic
An errmsg-like function, warning, that can be used for "soft check" error messages. These messages will not be
displayed to the operator when advancing in the case (such as when resuming from a partial save).
A multiple language application function, tr, for correctly displaying string literals or numbered messages in the
application's current language.
A new function, countcases, counts the number of cases in an external file that meet a certain criterion.
New functions, getproperty and setproperty, for accessing and changing the properties of fields or the entire
application.
A new function, logtext, for writing user-defined messages to the paradata log file.
A new function, sqlquery, that executes a query on a SQLite database and returns a result set in a variety of
formats. Paradata logs are SQLite databases.
A new message formatter, "%v", that displays items in the format specified in the dictionary.
The timestamp function returns the number of milliseconds in addition to the seconds.
A new function, timestring, returns a custom formatted date and time string based on a given timestamp.
The sysdate and systime functions can return a formatted local date or time from a UNIX time value returned by
the timestamp function.
The uuid function can return the UUID (internal key) associated with a case.
The loadcase and delcase functions will give compiler warnings if the zero fill settings of the arguments do not
match the settings of the external dictionary's IDs.
The writecase and delcase functions now work in a forcase loop.
Tools
From Data Viewer's Tools menu, you can launch the Export Data and Tabulate Frequencies tools to directly
process the cases of the open file.
Data Viewer can display each value's label instead of only the code.
Data Viewer now shows additional information about data files, including the synchronization history. The tool also
has new filtering options and can show deleted or duplicate cases and can display the contents of a file in sorted
key order.
Excel to CSPro conversions can now be run via PFF files to streamline deployment conversions.
The Excel to CSPro tool has two new options, one for conditionally running conversions based on the existence of
file changes, and the other to allow you to update existing files rather than to always create new files.
Synchronization
Faster Bluetooth transfer speeds.
Fix to allow faster transfer speeds when calling syncdata or syncfile in the GET direction across all
synchronization options (Bluetooth, CSWeb, Dropbox, and FTP).
General
A new concept, blocks, for grouping several fields into a related unit. Blocks can be used in various ways in logic
and can have question text that appears when entering any of the fields in the block. On mobile devices, all fields
on a block can be displayed on the same screen and the operator can enter values into these fields in any order.
Dictionary names can be longer than 32 characters.
CSPro Designer
Several reports about dictionary completeness can be generated using dictionary analysis.
A variety of tasks can be performed and reports generated from CAPI question text using question text macros.
Data Entry
The Windows desktop version of CSEntry has options to view cases with duplicate case IDs and to view deleted
cases. Cases can be undeleted.
A new option specifies that combo boxes should display only discrete (non-range) values.
Logic
Pa ge 33 of 958 Wha t's New in CSPro?
A function, dirdelete, deletes an empty directory or group of empty directories.
A function, getbluetoothname, returns the name of the device as broadcast to other Bluetooth devices.
A function, getvaluelabel, returns the label from the value set corresponding to an item's current value.
A function, regexmatch, returns whether a string matches the regular expression.
Additional variables (Array, List, and File) can be declared locally. The value of each variable is reset upon
entry to the PROC or function where it is declared.
The gps function, when called with the read argument, returns the most accurate reading, not the most recent
reading, after timing out.
The exit statement takes an optional argument that simplifies setting a user-defined function's return value.
Implicitly declaring variables (using set implicit) is no longer allowed.
The ensure statement allows for the conditional creation of temporary numeric variables.
Loops using forcase can be nested as long as they operate on different dictionaries.
The randomizevs function can operate on a specific value set (instead of only a field's current value set).
Arrays of more than three dimensions can be declared. The length function returns the size of an array's
dimensions.
Alpha and string arrays, and arrays of more than three dimensions, can be stored as saved arrays. The format of
the saved arrays file has changed but CSPro will correctly read pre-7.2 .sva files.
A new property can disable the updating of saved arrays files.
DeckArrays can be used in data entry applications.
User-defined functions accept List variables in the parameter list.
Multiple sorting keys can be used in the sort function.
Weeks can be used as time periods with the dateadd and datediff functions.
Error messages using variable-numbered message numbers can include denom specifiers.
Synchronization
The synchronization functionality from CSPro 6.x (.pnc files and the sync function) has been removed. Syncing
files and data must be done with the approaches introduced in CSPro 7.0.
Messages
Translations of some runtime messages added for Chinese, French, Portuguese, Russian, and Spanish. You can
help translate additional messages or add messages in another language.
Android
CSEntry is distributed in both 32-bit and 64-bit versions.
When making calls to the gps function, if the device's GPS receiver is not enabled, the operator will be prompted
to enable location services.
The properties and behaviors of CSEntry's menus can be modified via logic. The way that hidden applications are
shown is now controlled using this mechanism.
Automatically launching an application, when only one exists on the device, is no longer the default behavior.
The Start New Case option is now a floating green icon.
CSWeb
Add many users at once by uploading a .csv file that specifies user details.
Mapping
The introduction of a new mapping module for displaying maps and allowing users to interact with points. This
feature is only available on Android.
A simple version, the map case listing, replaces the text-based case listing with a map-based one.
Advanced users can use the Map object to create dynamic and responsive maps in logic.
CSPro Designer
Replacement of the logic editor with a Scintilla-derived editor with better performance and functionality, including
the ability to change the font size, view line numbers, go to a specific line, display autocomplete suggestions, and
more. There are additional keyboard shortcuts to improve efficiency while writing logic, and the reference window
has been reworked to provide more useful information.
When right-clicking on the main dictionary of a batch application, an option allows you to view the output data in
Data Viewer.
Data Entry
A field's capture type is now considered when validating fields. Date fields must now contain a valid date and
check box fields can now only contain values that exist in the value set.
The Force Out-of-Range field property has been renamed to the Validation Method field property. This change
allows you to specify out-of-range fields without operator confirmations directly from the form designer (rather than
requiring logic).
The Validate alpha fields data entry option has been removed. If an alphanumeric field has a capture type other
than textbox, it will automatically be validated.
A new PFF attribute, Key, combines the functionality of StartMode along with the ability to automatically fill in IDs
for new cases.
Batch
The default listing width has been increased from 80 to 120 and the space allocated to displaying denominators
now supports 10-digit values.
Logic
Introduction of logic objects with functions that can be called on the object using dot notation.
New functions for Array objects: clear and length.
New functions for File objects: close, open, read, and write.
The List object is now fully functional, with assignment and new functions: add, clear, insert, length, remove,
seek, and show.
Simplified creation of dynamic value sets with the new ValueSet object that has the functions: add, clear,
length, remove, and show.
Easier way to manipulate and run PFF files with the new Pff object that has the functions: exec, getProperty,
load, save, and setProperty.
A new Map object that allows the displaying of maps on Android that has the functions: addImageButton,
Pa ge 35 of 958 Wha t's New in CSPro?
addMarker, addTextButton, clearButtons, clearMarkers, getLastClickLatitude, getLastClickLongitude,
getMarkerLatitude, getMarkerLongitude, hide, removeButton, removeMarker, setBaseMap,
setMarkerDescription, setMarkerImage, setMarkerLocation, setMarkerOnClick,
setMarkerOnClickInfoWindow, setMarkerOnDrag, setMarkerText, setOnClick, setTitle, show,
showCurrentLocation, zoomTo.
A new function, pathconcat, simplifies combining multiple strings into a single string representing a file path.
A new function, view, launches the system's default viewer to display a file or website.
A new message formatter, "%l", that displays an item's label from the value set corresponding to an item's
current value.
A logical condition can be specified in for loops to restrict the universe of the loop. Additionally, the occurrence
counting variable can be declared local to the for loop.
Boolean values true and false translate to the numeric values 1 and 0.
Several of the file functions take string lists as arguments, allowing mass concatenating (fileconcat), copying
(filecopy), deleting (filedelete), and renaming (filerename) of files. The filerename function also accepts a
folder as the new file name target.
The fileread and filewrite functions also take string lists as arguments, allowing for the simple reading of all
the lines of a file, or the writing out of multiple lines to a file.
Android
Reading GPS coordinates now uses Google's Fused Location Provider, which makes it easier to capture
coordinates while indoors.
The way that hidden applications are shown has been restored to the behavior used up to CSPro 7.1.
The add/insert/delete occurrence options on the case tree has been restored to the behavior used up to CSPro
7.1 (displaying in both operator- and system-controlled modes), though these options can be disabled via logic.
Tools
The Map Viewer and Convert Shape to Map tools have been removed from the CSPro installation. Users still
needing these tools can find them on www.csprousers.org.
The Export Data tool now writes labels at the end of processing, so if an item's value set is changed during the
run, labels from that value set will be exported.
The Reformat Data and Sort Data tools allow you to output data to a different data source type than the input
data. The Concatenate Data tool no longer requires the specification of the data source type of the output file.
The Excel to CSPro PFF parameters have changed from InputData to Excel.
The Paradata Concatenator PFF parameters have changed from InputData to InputParadata and OutputData to
OutputParadata.
The ExportXMLMetadata tool's HTML export properly outputs Unicode question text.
General
A new special value, refused, allows for processing refusals differently from other numeric responses. Refusals are
defined in a dictionary value set, referenced in logic using refused, and are conditionally shown to operators. The
entry of refusals can be overridden using the OnRefused function.
Data Sources
Change to the format of the CSPro DB data source to store data in a relational database format that can be
queried using SQL. CSPro DB files created in version 7.4 cannot be read in earlier versions of CSPro.
Introduction of the new Encrypted CSPro DB data source, allowing for file-based data encryption with the ability to
cache passwords.
Ability to include, as part of a PFF or in a setfile function call, a connection string that details how to open a
data source.
Dictionary options include the ability to disallow use of a dictionary to modify data in Data Viewer or to export data
to another output format.
CSPro Designer
Enhancements to the logic editor, including parentheses matching and improvements to the find and replace
dialogs.
The synchronization options have been updated. Synchronization can be removed from an application by
unchecking the Enable Synchronization box. The options for downloading application files has been removed in
favor of the new Update Installed Applications.
Question text occurrence values can be harmonized with dictionary records using a new question text macro.
Data Entry
When starting a new case, fields can be prefilled from values specified in a PFF's Parameters section.
The compiler no longer issues an error when reentering a protected field.
The Combo Box capture type can now be used on discrete numeric fields and alphanumeric fields.
On Windows, the search bar on capture type popup windows is now hidden by default.
Inserting a case now only allows for the addition of a single case at a time (regardless of the PFF's AutoAdd
value).
Data Viewer
The tool has been rewritten with additional features including multiple language support and additional ways to
view case data.
A case's notes can be extracted as another CSPro data file, which can then be used for exporting or other data
operations.
Ability to download or synchronize data from the local Dropbox folder or a local FTP server folder which can be
faster than downloading data over the Internet.
Logic
A new function, ischecked, returns whether a code is checked as part of a check box field's selections.
A new function, protect, simplifies changing the protected property of a field.
A new function, filetime, returns the last modification date/time of a file or a directory.
A new function, hash, returns the hash value of a string.
A new statement, when, executes a statement based on the value of one or more other variables.
A new version of recode, sharing the syntax of when, with additional options for what the recoded value can be
Pa ge 37 of 958 Wha t's New in CSPro?
assigned to.
A new function, startswith, that returns if a string begins with a specified prefix.
A new function, syncapp, for downloading new versions of an application from a deployment server.
A new function, syncmessage, sends and receives string messages from a Bluetooth server.
A new function, Barcode.read, reads a barcode using an Android device's camera.
A new object, SystemApp, that simplifies interacting with external applications. It has the functions: clear, exec,
getResult, and setArgument.
Using ValueSet.add it is possible to add a single value or a range of values from an existing value set.
New options for the syncconnect function to connect to a local Dropbox or FTP folder.
A range of occurrences can be supplied to insert for mass insertions or delete for mass deletions.
The tolower and toupper functions work properly with accented characters.
The view function, on Windows, now displays webpages in an embedded browser.
The field name of the last location of a partial save can now be retrieved in any procedure or function.
The loadcase and delcase functions can now load or delete cases based on a full key string argument.
The countcases and keylist functions can now be called, in certain circumstances, on the input dictionary.
The find and locate functions have a new relational operator option, uuid, that allows loading cases by a case's
UUID.
The set access function, or optional arguments to the dictionary argument of countcases, forcase, keylist, or
selcase, allows permanent or temporary modification of the dictionary access parameters, which control the
order and what kinds of cases are processed.
The set first and set last functions now use the dictionary access parameters when determining what is the
first or last case.
The sysparm function can be used to determine the presence of command line arguments on Windows.
Messages
Messages can be defined for multiple languages by including multiple language names in the Language directive.
Translations of some runtime messages added for Vietnamese. You can help translate additional messages or
add messages in another language.
Android
An operator (or respondent) can sign the Android screen using the execsystem function and have the signature
saved as an image file.
A new menu option, Update Installed Applications, to automatically check for and install new versions of an
application that has been updated on a deployment server.
Applications can be added to the device by scanning a QR code.
A new Settings screen, accessed via the menu on the Entry Applications screen, allows user to clear saved
credentials.
The option for selecting that hidden applications are shown has been moved to the Settings screen.
The default setting for whether or not the case tree shows on phones and tablets can be modified via logic.
Tools
The Concatenate Data, Index Data, and Reformat Data tools now allow the saving of PFFs with the specified
settings and the loading of the settings of previous runs.
The Reformat Data tool has been completely rewritten. If using a data source with an embedded dictionary, such
as a CSPro DB file, you do not need to specify the input dictionary. The dictionary differences are displayed with
Pa ge 38 of 958 Wha t's New in CSPro?
more detailed information, including information on destructive changes that would occur during a reformat.
The Index Data tool has also been completely rewritten. It has a new interface that simplifies running the program
on multiple input files; it now works with non-text data files; and there is a more modern interface for viewing
cases while selecting which duplicate cases to keep.
The Sort Data tool allows case sorts on non-text data files that have duplicates.
When the Sort Data tool processes a sorting key item that does not exist, it treats it as the lowest possible value,
sorting it first when sorting in ascending order. In the past, such values were sorted as 0 (so they would be sorted
after negative values when sorting in ascending order).
The Deploy Application tool supports setting files to only be updated when an application is first installed and not
on subsequent updates.
The Deploy Application tool can generate a QR code that can be used to install applications on mobile devices.
Case Processing
Items not defined in the dictionary are not written out when a case is saved. In the past, when using absolute
positioning, contents of a record that were not defined in the dictionary were still written out when the case was
saved.
Items that are not valid for the item type are not written as they initially appeared in the input data. For example, if
the value for a numeric item was "XX," previously, as long as it was not modified, it would be written as "XX." Now,
because it cannot be represented as a valid numeric value, it will be written as default.
CSPro processes items using the item type specified in the dictionary. Previously, some tools processed items
by using the text representation of the item. For example, the Compare Data tool would indicate that "05" and " 5"
were different values because of the differing zero fill setting, but now the tool treats those values as equal.
When values are saved, special values are converted only based on linkages defined in the item's primary value
set. Any special value specifications defined in non-primary or dynamic value sets are ignored.
Case construction is more forgiving of errors, allowing level 2+ records to appear before their parent level's records.
Additionally, level 2+ nodes are joined (by ID) even if some records from a different node separate the nodes. For
example, if there is a case with a first level ID of 1 and second level IDs of A and B, in the past, 1/1A/1B/1A would
be processed as three second-level nodes, but now they will be handled as two second-level nodes (1/1A+1A/1B).
The notes and status files, used when processing text data files, are now created only when necessary. (For
example, if there are no notes to save, the file is not created.) The information in those files can now be accessed
in non-entry applications using functions like getnote. Case labels are also now supported for text data files, with
the labels saved to the status file.
CSWeb
A Sync Report summarizes the total number of cases uploaded to CSWeb.
Create custom roles that specify dashboard and dictionary permissions.
Downloading data from a CSWeb server is now faster.
General
On Android devices it is possible to record and play audio in two modes: interactive mode, with the enumerator
able to control the recording; and background mode, with the recording controlled by logic functions using the new
Audio object.
Android
The csentry directory on Android has moved. For new installations the csentry directory will be located at:
<external storage>/Android/data/gov.census.cspro.csentry/files/csentry
If you are upgrading from an earlier version of CSEntry, the csentry directory will remain at:
<external storage>/csentry
This change is required to support the more stringent security requirements introduced in the latest versions of
Android.
Logic
A new object, Audio, that allows for recording or playing audio. It has the functions: clear, concat, length, load,
play, record, recordInteractive, save, and stop.
A new object, HashMap, that facilitates storage of numbers or strings in an associative array. It has the functions:
clear, contains, getKeys, length, and remove.
A new function, syncparadata, similar in behavior to syncdata, allows for the syncing of paradata between
devices over Bluetooth, or between a device and a CSWeb, Dropbox, or FTP server.
A new function, replace, returns a string with one of more instances of a substring replaced with new text.
A new function, encode, escapes special characters to facilitate writing to HTML or CSV files, or encodes
characters when writing out URIs or URI components.
A new namespace, Path, has functions for interacting with file paths: Path.concat, Path.getDirectoryName,
Path.getExtension, Path.getFileName, and Path.getFileNameWithoutExtension.
User-defined functions now support optional parameters as well as passing numeric and string values by
reference.
Conditional compilation of logic is now possible due to the addition of a logic preprocessor.
New functions for List objects: List.removeDuplicates removes duplicate values; List.removeIn removes
values specified in an in list; and List.sort sorts a List.
The List.show and ValueSet.show functions work with string List and string ValueSet objects.
The ValueSet.randomize function is a new way to randomize value sets (which previously could be done using
randomizevs). These value set randomizations now obey any seed value provided using the seed function.
The ValueSet.sort function sorts the order of entries in the value set by either label or code.
The randomin function now accepts non-integer values in the input in list.
New numeric and string variables can be declared inline in the recode statement's destination variables section.
A new callback function, OnSystemMessage, provides a way to override the displaying of system error messages.
It is possible to check a value against all special values using the code special in an in list (which are also used
by recode and when statements).
List objects can also be used as inputs of an in list.
The loadsetting and savesetting functions accepts numeric values as part of the attribute-value pair.
The hash function accepts numeric values as inputs.
Tools
The Deploy Application tool has options to refresh all files or all data entry applications within a folder.
CSWeb
General
The CAPI question text system has been redesigned to use HTML when displaying question text. In addition,
question text fills and conditions can now include any logic expression, so using the full set of CSPro logic
functions is now possible when working with question text.
The frequency generation system has been overhauled. Frequencies can now be written to four formats, including
Excel and HTML, and they can be generated in data entry applications. The new Freq logic object offers a way to
tally frequencies in a different way from the traditional Freq statement.
Listing files can now be written as Excel or HTML files.
Android
The new barcode capture type allows for scanning numeric or string barcodes using the device's camera.
The new slider capture type facilitates capturing numeric range values using a graphical slider.
When using execsystem to launch the camera or signature widgets, it is now possible to specify overlay text that
will appear on the device's screen while the widget is active.
Production PFFs for the Compare Data, Concatenate Data, Index Data, Paradata Concatenator, Reformat Data,
and Sort Data tools can now be executed on Android (with a few limitations).
Applications copied to the csentry directory on a mobile device via a local folder deployment (created using the
Deploy Application tool) can now be updated by the Update Installed Applications feature.
Frequencies
The Tabulate Frequencies tool has new options, including the ability to create percentiles, sort the frequencies,
and output frequencies in several different formats. The tool can also directly create a batch application to
generate the specified frequencies (using the Freq statement).
A new logic object, Freq, allows for the creation of frequencies with control over when the values are tallied. It has
the functions: clear, save, tally, and view.
Logic
Pa ge 41 of 958 Wha t's New in CSPro?
A new feature in the logic editor, Symbol Analysis, shows where each dictionary symbol, form symbol, and user-
defined function is used in an application.
Double-clicking on an error or warning in the compiler output window that originated from an external logic file will
result in that file being opened in Notepad++ (if that software is installed).
The optional stop code has new behavior when running batch applications. If not 1, the application's postproc will
be executed; if 1, it will not, which was the behavior for all codes prior to CSPro 7.6.
Saved arrays are now supported in data entry applications.
The impute function has several new behaviors: alphanumeric items can be imputed; the return value of the
function, when used on a numeric item, is the value of the imputed value; the vset option, that worked using a
value set index, has been replaced with a valueset option that takes a value set name; and the stat data file
format has changed, as have the stat options, including a way to turn on stat automatically for all imputations.
The impute function is fully functional in data entry and tabulation applications (and can be used on Android).
Encrypted SQLite databases can be queried using sqlquery by specifying a password in a connection string or
by having an operator enter the password manually.
The counter variable used in a do loop can now be any numeric variable (such as a dictionary item or a list
element).
The execpff function, when used on PFFs for several tools with the wait flag, now launches the tool without
creating a new process.
The Pff.setProperty function accepts a dictionary name as an argument, which can be used to run several
tools using a dictionary embedded in a .pen file.
Tools
The Export Data tool can no longer export to DDI 2.0 or CSPro XML formats. In addition, the Export XML
Metadata tool has been removed from the CSPro installation. Users still needing this tool can find it on
www.csprousers.org.
The Export Data tool can directly create a batch application with the specified export settings (using the export
statement).
CSPro Designer
The dictionary editor has an additional view, the property panel. It allows the user to associate additional
properties and/or features to a dictionary element.
External logic files are now editable. Each logic file will appear in the forms or batch edit tree and can be viewed
and modified just like any other PROC. Double-clicking on an error or warning in the compiler output window will
now show the external logic editing window. If you want the old behavior of opening the file in Notepad++, hold
down the Ctrl button while double-clicking.
The logic editor supports code folding, a way to collapse and uncollapse sections of code.
Data Entry
The new toggle button capture type presents field data with two states (selected and not selected).
Value sets can be shown with colored labels.
The Review Notes feature, which allows all notes to be reviewed in a single place, is now implemented on
Windows.
Pa ge 42 of 958 Wha t's New in CSPro?
Android
The gps function accepts new commands that can be used to capture GPS coordinates in interactive modes
where details about the current GPS reading are shown or where an enumerator can select a location on a map.
Reporting
A new logic-based reporting system allows for the creation of dynamic reports, generally created in HTML. The
report text, editable in the CSPro Designer, can include logic fills and can use logic to control what parts of the
report are generated.
Mapping
A new object, Geometry, provides the ability to display and manipulate vector geometry (points, lines, and
polygons). You can interactively trace or walk polygons and can compute a polygon's area and perimeter.
Geometry data can be loaded from and saved to GeoJSON files.
The default base map can be defined in additional ways. If a BaseMap attribute is defined in a PFF, that base
map will be used when showing Map objects that have not had a base map specified.
Logic
A new operator, :=, allows you to specify arguments by name for some CSPro functions.
New functions for logic-based reports: save, view, and write.
A new object, Image, allows for the storage and manipulation of images. It has the functions: captureSignature,
clear, height, load, resample, save, takePhoto, view, and width.
A new object, Document, facilitates the storage of text or binary files. It has the functions: clear, load, save, and
view.
A new object, Geometry, allows for the display and manipulation of vector geometry. It has the functions: area,
clear, getProperty, load, maxLatitude, maxLongitude, minLatitude, minLongitude, perimeter, save,
setProperty, tracePolygon, and walkPolygon.
New Map functions for adding and removing Geometry from a Map: addGeometry, clearGeometry, and
removeGeometry.
Another new Map function, saveSnapshot, saves the currently displayed map as an image.
A new function, Path.getRelativePath, returns a relative path based on a path's location relative to a directory.
Another new Path function, Path.selectFile, shows the operator a visual listing of the file system and returns
the path of the file the operator selected.
A new function, inadvance, indicates if an advance is in progress in a data entry application, allowing for the
conditional execution of logic based on whether an enumerator has directly entered a field.
A new function, currentkey, returns a key string comprised of a case's current IDs (as opposed to key, which
uses a case's ID as they existed when the case was last loaded or written).
Miscellaneous
Multiple Output Data entries can be provided for batch applications. Any cases output during the batch run will be
written to each of these data sources.
Some properties are now saved in a file with the extension .csprops. Modifying the properties for paradata must
now be done using the new Application Properties dialog.
The question text file is sorted in form order before saving, potentially making it easier to use when working in a
version control environment.
Tools
Data Viewer allows you to export data directly to CSV, Excel, R, SAS, SPSS, and Stata file types.
The Export Data and Tabulate Frequencies tools allow you to specify the dictionary language that is used when
exporting labels or creating frequency tables.
The Paradata Viewer's Location Mapper has been redesigned and works using Leaflet mapping. Additionally,
when saving reports to Excel format, the Excel column formats will match the formats defined in the CSPro
Reports.csrs file.
CSWeb
A Map Report visualizes case data by displaying each case on a map. Further, each case can be opened to view
the collected data.
Ability to upload files to the server via the CSWeb interface.
There are some significant breaking changes in CSPro 8.0, so when bringing an existing application to this version,
make sure that you are aware of how these changes will impact your application.
General
Many specification files are now saved in JSON format, which facilitates working with them in other programming
languages or when using other tools. Once you save files in this format, you will not be able to open them in
earlier versions of CSPro. A specification file downgrader provides a way to convert some JSON specification files
to formats compatible with versions of CSPro up to version CSPro 7.7.
Dictionary items can be specified using four new data types that correspond to the logic objects introduced in
CSPro 7.5 and CSPro 7.7: Audio, Document, Geometry, and Image. Binary dictionary items are an experimental
feature and these items can be used in a limited way in logic and cannot be added to forms, but are otherwise
supported throughout CSPro, including as part of synchronizations.
A new framework, the Action Invoker, provides a standard way of running actions from CSPro logic, embedded
JavaScript, JavaScript executed from web views, using JSON, or from other Android applications.
A questionnaire view displays the contents of a case and its components (dictionary, forms, question text) in a
read-only mode that facilitates reviewing or printing.
New logic settings control how multiline comments and string literals are handled, as well as whether strings are
right-padded during comparisons. It is also possible to have the compiler enforce case sensitivity of variable
names.
A new tool, CSCode, is a text editor with support for tabbed editing of documents. The tool also facilitates running
JavaScript, editing and validating JSON, designing and testing HTML dialogs, validating specification files, and
more.
A new tool, CSView, displays files in a web browser that has access to the Action Invoker. The tool can be
launched via a PFF, and is associated with .cshtml files on Windows, so it can be used as a starting point for
some programs.
A new data entry application type, Operational Control Application, facilitates creating "menu" programs. Other
new features to simplify working with menu programs include the persistent variable modifier as well as the
Always Visual Value field attribute.
Listing files and frequencies can be written as JSON.
Data Sources
A new data source, JSON, allows cases to be stored as JSON in a file comprising a single JSON array of case
objects. The data source allows duplicate cases (like CSPro DB) but does not support synchronization.
A new data source, In-Memory, allows for the temporary collection or processing of case data for one or more
cases. This case data is stored only in memory and expires at the end of an application's run.
CSPro Designer
The New File dialog has been redesigned. Note that the first option has changed to the CAPI Data Entry
Application type.
The Files tab context menu has an option, Pack Application, that simplifies creating a ZIP file of an application's
components (by automating the Pack Application process).
Approximate string matching is used to better suggest symbol and functions names in the logic editor's
autocomplete feature as well as in compiler errors.
The messages defined in message files are now checked for validity while compiling an application. Double-
clicking on an error or warning in the compiler output window that originated from an external message file will
result in that file being opened in CSCode.
The menus for editing data entry and batch applications have changed, with a new menu, Code, containing logic-
related options, and the CAPI menu renamed to Question Text.
Dictionaries
Dictionary value set images are now specified using the dictionary property panel.
Labels can now use the tilde and pipe characters (~ and |). Single and double quotation marks can also be used
together in record types and alphanumeric value set codes.
When using relative positioning, the start positions of non-ID items are no longer written to the dictionary file.
There is no limit to the length of notes, which previously could not be longer than 32,000 characters.
Android
Android devices running CSEntry must be running version 5.0 (Lollipop) or higher.
Other Android applications can now communicate with CSPro applications using the Action Invoker. Other ways
to interact between Android applications has now been documented.
Production PFFs for the Pack Application tool can now be executed on Android.
Security restrictions added by Google for Android 11+ devices prevent the SystemApp object from launching most
applications. More details, and workarounds, are detailed on the SystemApp.exec page.
The aspect ratio of photos taken using the device's camera can be modified using the
CSEntry.Setting.CameraAspectRatio setting.
Logic
When using the new logic version, CSPro 8.0+:
Multline comments use /* */ instead of { }.
String literals allow escape sequences ("line 1\nline 2") and can be defined as verbatim string literals
(@"this is a backslash: \").
When comparing strings using compare, compareNoCase, or operators such as = or <>, the shorter string
is no longer right-padded during the comparison (e.g., "a" no longer is equal to "a ").
Newline characters, now introducible using "\n", are handled throughout CSPro as one would generally
expect, but are turned to the Unicode  character when multiline text is not permitted (such as text data
files).
A new variable modifier, persistent, allows logic variables to retain their values from one run of an application to
another.
Two new functions, Symbol.getName and Symbol.getLabel, return a symbol's name or label.
Two new functions, Symbol.getJson and Symbol.getValueJson, facilitate converting objects to their JSON
representation. Another new function, Symbol.updateValueFromJson, allows the modification of objects by
specifying a new value using JSON.
A new function, compareNoCase, complements compare by comparing strings in a case-insensitive manner.
QR code images can be created using the Barcode.createQRCode and Image.createQRCode functions.
A new function, Case.view, displays the questionnaire view for a case.
Additional new functions: Item.getValueLabel, Item.hasValue, and Item.isValid.
A new function, Map.clear, resets all properties of a Map object.
The timestamp function can return UNIX time values by parsing RFC 3339 / ISO 8601 strings, or by specifying a
specific date value.
The config variable modifier can now be used with numeric variables, and can be used with variables not
declared in PROC GLOBAL.
Pa ge 46 of 958 Wha t's New in CSPro?
Frequency tables can be written directly to templated reports by using the Freq.save function.
String expressions can be assigned to Document objects.
Lines written using File.write or filewrite are now terminated with a single "\n" character, no longer with
"\r\n".
The tonumber function processes boolean values, converting "true" to 1 and "false" to 0.
Double-clicking on an error or warning in the compiler output window that originated from an external logic file
while holding the Ctrl button will result in that file being opened in CSCode, no longer Notepad++.
Some logic features have been removed or are slated for removal:
Creating dynamic value sets using Array objects has been removed. The ValueSet object should be used
instead. When running a .pen file created prior to CSPro 8.0, the functions will execute properly (though
this will not be the case in a future release).
The box / endbox syntax for recoding variables has been removed. When running a .pen file created prior to
CSPro 8.0, the functions will execute properly (though this will not be the case in a future release).
The functions report and setreportdata, used to create reports prior to the introduction of Templated
Reports, have been removed. When running a .pen file created prior to CSPro 8.0, the functions will
execute properly (though this will not be the case in a future release).
The itemlist function has been removed. When running a .pen file created prior to CSPro 8.0, the function
returns a blank string.
The type indicators sint, lint, and float can no longer be used when declaring Array objects.
Action Invoker
A new action, execute, executes an action with the action name specified as an argument.
A new action, registerAccessToken, registers an access token to provide access to the Action Invoker from
external callers.
A new namespace, Application, provides ways to work with applications and their components, with the
actions: Application.getFormFile, Application.getQuestionnaireContent, and
Application.getQuestionText.
A new namespace, Clipboard, provides access to the device's clipboard, with the actions: Clipboard.getText
and Clipboard.putText.
A new namespace, Data, provides ways to interact with data sources, with the action: Data.getCase.
A new namespace, Dictionary, provides ways to work with dictionaries, with the action:
Dictionary.getDictionary.
A new namespace, File, facilitates reading from and writing to files, and provides ways to manipulate files on the
file system with the actions: File.copy, File.readBytes, File.readLines, File.readText, File.writeBytes,
File.writeLines, and File.writeText.
A new namespace, Hash, creates hash values with the actions: Hash.createHash and Hash.createMd5.
A new namespace, Localhost, creates localhost URLs that can be used to serve content from the local file
system or from memory with the actions: Localhost.mapActionResult, Localhost.mapFile,
Localhost.mapSymbol, and Localhost.mapText.
A new namespace, Logic, provides ways to interact with CSPro logic and an application's symbols with the
actions: Logic.eval, Logic.getSymbol, Logic.getSymbolMetadata, Logic.getSymbolValue, Logic.invoke,
and Logic.updateSymbolValue.
A new namespace, Message, facilitates working with messages and formatting text with the actions:
Message.formatText and Message.getText.
A new namespace, Path, provides ways to query information about the file system or to perform operations on a
path with the actions: Path.createDirectory, Path.getDirectoryListing, Path.getPathInfo,
Path.getSpecialPaths, Path.selectFile, and Path.showFileDialog.
A new namespace, Settings, provides ways to set and retrieve settings that persist across application runs with
the actions: Settings.getValue and Settings.putValue.
Tools
A new tool, CSDocument, allows users to author documents using a simple, limited, markup language.
Documents and Document Sets can be exported to HTML, PDF, and CHM (Compiled HTML Help) formats.
Data Viewer allows you to export data directly to JSON format.
Table Viewer can display charts for tables generated by the Tabulate Frequencies tool.
The Pack Application tool has been redesigned and supports packing multiple applications or inputs. Pack
specifications can also be saved to a .cspack file for reuse.
It is no longer possible to override Excel to CSPro parameters from the command line, though some overrides can
still be specified in the PFF.
The Table Retrieval and Table Retrieval Setup tools have been removed from the CSPro installation. Users still
needing these tools can find them on www.csprousers.org.
CSWeb
CSWeb now requires PHP 8.
The Additional Configuration Options has a Process Cases Options which allows only the needed dictionary
variables for breaking out to a relational database to be specified.
Breaking Changes
In general, newer versions of CSPro can execute applications and process data created in earlier versions of CSPro, but
occasionally there are significant changes that result in behavior that is different from the previous versions. This list, as
well as the list of deprecated features, is intended to help users keep abreast of changes that may impact their
applications or any external tools that were written to interact with CSPro specification and data files. For information on
how to handle the changes, review the What's New page for the version when the change occurred.
CSPro 8.0
The specification files for files with the following extensions are now saved in JSON format: .bch, .cmp, .csprops,
.dcf, .ent, .exf, .fqf, .ssf, .xl2cs, .xtb. The most significant change concerns dictionaries (.dcf), as any external
tools that parse CSPro dictionaries must be modified to handle the new format.
In previous versions, newline characters were written to text data sources (and corresponding notes files) as two
characters: "\n". Newlines in those contexts are now written as '', so when reading old data files, what was
previously interpreted as a single character newline ("\n") will instead be interpreted two as characters: "\\n".
CSPro 7.4
The internal format of CSPro DB data sources changed and can no longer be opened in previous versions of
CSPro.
CSPro 7.2
Synchronizing files and data using .pnc files is no longer possible.
Implicit compilation mode, which allowed for on-the-fly variable declarations, has been removed.
CSPro 7.0
The format of the notes file associated with Text data sources changed (as well as the extension from .not to
.csnot).
CSPro 6.2
The fileexist function no longer returns true if the path exists as a directory (as opposed to a file).
CSPro 6.0
The format of the compiled data entry format changed (as well as the extension from .enc to .pen). CSEntry can
no longer run .enc files.
The seed function returns a different sequence of random numbers.
CSPro 5.0
Specification and data files are saved in UTF-8 format with a BOM (byte order mark). Reading these files in
external tools that expect an ANSI encoding may result in problems.
You can have the following runtime features in your data entry application:
CSPro is used to develop the data entry application, whereas CSEntry is used to execute the data entry application. For
small surveys and for testing applications, you can run CSEntry directly from CSPro, on the same computer. For large
surveys and censuses, which require a production environment, you can transfer the application files to other computers
and run CSEntry on them.
See also: Create a New Data Entry Application, Data Entry Application Types
You use CSPro to develop the batch edit application. You use CSBatch to run the application. For small surveys and for
Tabulation Applications
A Tabulation application contains a set of table specifications and a data dictionary describing a data file to be
tabulated. When you create your application, you can use an existing data dictionary or you may create one as you
create the application.
In a Tabulation application, you can:
• Cross-tabulate a virtually unlimited number of variables.
• Tabulate variables created "on the fly" under program control.
• Select the universe of tabulation.
• Tabulate values and weights.
• Tabulate simple counts and percents .
• Tabulate mean, median, mode, standard deviation, variance, n-tiles, proportions, min, max .
• Perform table cell manipulation after tabulation .
• Define detailed table formatting .
• Save tabulations in several file formats.
• Copy tables to spreadsheets or word-processing documents.
• Produce tables by geographic area.
Data Dictionary
A data dictionary describes the overall organization of a data file; in other words, it gives a description of how data are
stored in a file. CSPro requires that a data dictionary be created for each file that is structurally different (i.e., files that
would require separate dictionaries to describe their layout). A data dictionary file uses the .dcf extension.
See also: Creating a Dictionary for a New File, Creating a Dictionary for an Existing File
There is usually one forms file (.fmf) per application, but there may be multiple forms files. Each forms file contains one
data dictionary file (.dcf) that represents the primary data file that is being created or modified.
Tool List
To run a tool, open the Tools menu and select one of the tools listed below. There is a user's guide for most of the tools.
Data Viewer
View the contents of a CSPro data file, displayed in tables based on the dictionary contents. The tool allows you to view,
but not modify, all of the cases in the file. You can filter the cases based on a search key. In addition to showing the
data described by the dictionary, the tool also displays notes and other metadata saved for each case.
Text Viewer
View the contents of any text file up to a maximum of 32,000 characters wide and up to two gigabytes in size. You can
copy, save, or print all or part of the contents of the text file. You can also find text in the file, identify line and character
position in the file, and copy tabular reports to spreadsheet programs. The file cannot be modified within the Text Viewer
utility.
Table Viewer
Examine, but not change, the contents of any CSPro tables file. A table file is produced by running tabulation
applications or using the Tabulate Frequencies tool. You can copy, save, or print all or parts of the tables in RTF (for
word processing programs), or HTML (for Internet), or TAB delimited (for spreadsheet) formats.
Deploy Application
Deploy one or multiple applications to a server so that they can be downloaded onto interviewer devices.
Pack Application
Pack all the files in a CSPro application into a ZIP file so the application can be backed up, moved to another computer,
or sent as an email attachment.
Tabulate Frequencies
Produce frequency distributions of all or some of the variables in a data file. You simply select the variables (value sets)
you want to tabulate and provide the name of the data file. More than one data file can be tabulated.
Compare Data
Concatenate Data
Concatenate (join end-to-end) two or more CSPro data files or text files. You do not need a dictionary for this tool when
working with text-based files.
Excel to CSPro
Convert data from Excel workbooks to CSPro data files. The tool can also create a CSPro dictionary for the data in an
Excel worksheet, performing an analysis to determine the best CSPro format for the data.
Export Data
Export selected data records or parts of data records to tab- or comma- delimited files. These files can be imported into
spreadsheets or databases. The tool also allows you to export data to SAS, SPSS, Stata, or R formats.
Index Data
Generate indices for data files or identify duplicate cases in a data file.
Reformat Data
Reformat data from one file format to another using an input and output data dictionary. Fields with corresponding names
are copied from the input to output file. This is useful for reorganizing data records or lengthening data items.
Sort Data
Sort a data file by questionnaires or by records. The data may be sorted based on ID items, record types, or singly-
occurring items.
Paradata Concatenator
Combine multiple paradata logs into a single log.
Paradata Viewer
Display reports about the paradata collected during an application's run.
CSCode
Edit code, JSON, and text files with support for tabbed editing of documents. The tool also facilitates running JavaScript,
editing and validating JSON, designing HTML dialogs, validating specification files, and more.
CSDocument
Author documents using a simple, limited, markup language to export to HTML, PDF, and CHM (Compiled HTML Help)
formats.
CSView
Display files in a web browser that has access to the Action Invoker.
PFF Editor
Production Runner
Set up a series of CSPro processing tasks and then run them all at once.
Deprecated Tools
These tools are no longer distributed with CSPro but are instead available on www.csprousers.org/downloads.
Convert Dictionary
Convert IMPS and ISSA data dictionaries to CSPro dictionaries, or convert CSPro dictionaries to IMPS or ISSA
dictionaries. You can also convert ISSA dictionaries to CSPro dictionary and data entry forms.
Form Viewer
View snapshots of the data collected during a data entry application.
Map Viewer
View, create, and manipulate thematic maps of data.
Table Retrieval
Retrieve and display tables, maps, and other previously prepared documents from a large database of documents based
on geography, subject matter, and title. It is very useful as a data dissemination tool.
Create a new application: This allows you to create a new application when CSPro is launched. After you specify the
names of the applications files, the new application is opened.
Open an existing application: This allows you to open an existing application either by selecting a recently used
application from the list provided or to select, using other files, any CSPro application available on the computer or
connected servers.
If you cancel the dialog box, CSPro will remain open so that you can use CSPro tools or at a later time open an
application or create a new application.
Trees in CSPro
CSPro uses trees to present what files are currently loaded (such as dictionaries), and more importantly, what files are
associated with the active application (dictionaries, forms, batch edits, or tables).
After a dictionary or application is opened or created, the "Files" tree will show the application, along with all files that
belong to it. The dictionary tree ("Dicts") will also be present. Then, depending on the type of application opened or
created, other trees will also appear.
The Files and Dicts trees are always present. The other three trees are only present if the corresponding application is
open.
The tabs at the bottom control which tree is displayed. Simply click on the desired tab to switch the tree view. Use
Ctrl+T to toggle the tree view between full file names & labels (File tab) or unique names & labels (all other tabs). To
switch the frame on the right side of the screen to the corresponding view, double-click anywhere on the desired tree.
See also: Data Dictionary Tree, Forms Tree, Batch Edit Tree
Windows
The window on the right side of the screen allows you modify the contents of a dictionary or application. Each different
window has different functions associated with it. That is, you will see a different menu and toolbar with each different
window.
Part of the toolbar to the left of the help button shown below allows you to switch between different types of windows:
Dictionary, Forms Design, Batch Editing, and Tabulation.
To change the contents on the right side of the screen press the button of the type of window you want to view. If there is
more than one window of that type, the most recent one viewed will be displayed.
If you need to select a particular window, from the Window menu, select the file name you want to view.
CSPro Workspaces
When using the CSPro Designer, the working space is generally divided into three areas:
The term workspace refers to this middle working space. This workspace displays different content based on what you
are editing:
Dictionary Editor: High-level properties for the selected record, item, etc.
Form Designer: Form content
Table Designer: Table content
The format of the cases in a data source is described by a dictionary containing levels, records, and items. The way that
these entities are serialized depends on the data source used, and is described on the help pages for each data source.
Functionality
The functionality of each data source is summarized in the following table:
Data sources that support notes, case labels, and case statuses store notes entered by the operator or set in logic,
case labels set in logic, and case status information such as whether a case has been partially saved or verified.
Data sources that contain an embedded dictionary can be opened in Data Viewer and some tools without the need to
specify a dictionary.
The "type" property can be used to override this behavior for data sources that do not use a proprietary file format. For
example, the .tsv extension is associated with the Tab Delimited data source, but if you instead wanted to use that
extension for a Text data source, you could use the connection string:
filename.tsv|type=Text
These are the "type" values that can be used to override the default behavior associated with the file extension: "Text",
"JSON", "CSV", "Semicolon", and "Tab".
The data sources that do not use file names must be specified by specifying the "type": "None" and "Memory".
Finally, because CSPro Export wraps other data sources, to use it you must specify the "type": "CSProExport".
Connection String
A connection string is a text string that details how to open a data source. Typically a connection string is just a file
name. Connection strings are used in PFF files as well as in logic when data sources are specified, such as when using
the setfile function. A connection string is made up of several components:
The file_name argument is the file name of the data source. It can be specified as a relative or absolute path. If only the
file name is specified, then the connection string is complete. However, if any properties are specified, then the
properties must be separated from the file name by a pipe '|' character.
Multiple properties can be specified, with each grouping separated by the ampersand '&' character. The property name
is listed, followed by an equals '=' sign, and then the property value is given. Most property values can be defined in
human-readable text, but if the value contains special characters such as '&' or '=' characters, it must be percent-
encoded, which you can do using the String Encoder.
The property "type" is used by CSPro to specify the type of a data file. Generally this is not necessary to define
because the data file type can be deduced from the file extension, but in a couple cases it is necessary. This, for
example, is how the None data source is specified in a PFF:
InputData=|type=None
Other properties are documented in the topics describing the data sources. An example of one property is the
"password" property for Encrypted CSPro DB data sources. It can be specified in logic:
Encrypted Data
Overview
Using the Encrypted CSPro DB data source, you can read from and write to a data file that is protected by a password.
The file cannot be opened without the password, meaning that it is important to implement a sufficient password
management policy to ensure that you do not lose data during the data collection process.
An Encrypted CSPro DB data source is like a CSPro DB data source and can be used in any CSPro application. The
only difference is that, upon opening the file, CSPro requires the specification of a password. There are two ways to
specify a password:
Password entry: A dialog box will appear allowing the user to enter the password. The password must be at least four
characters. If the data file does not exist and is being created for the first time, the user must enter the password twice
to ensure that the password is entered correctly. You can reduce the number of times that a user must enter the
password by allowing the password to be cached for a specified duration on the machine. When opening an existing file,
if the password is not correct, the user will be prompted to enter the password again.
Pa ge 60 of 958 CSPro Genera l Func ona lity
Connection string: The password can be specified in a connection string used in a PFF file or by setfile. If the
password is specified in the connection string, then the user will not be prompted to enter a password. If the data file
does not exist and is being created for the first time, the specified password will be used to encrypt the file. When
opening an existing file, if the password is not correct, the opening of the file will fail. For example, the following
connection string opens the file pilot-data.csdbe with the password jiw~d_fpF9.
To encrypt the entire drive where the CSPro application and data files reside, using encryption such as Windows
BitLocker or Android's full-disk encryption.
Not to store passwords in plaintext anywhere (such as in a CSPro logic file or in a PFF file, as is done in the
above image).
To synchronize your data using a secure protocol (such as CSWeb over https). If you encrypt your data file on a
tablet but then transfer the data over http using syncdata, that defeats much of the purpose of encrypting.
Technical Details
Encrypted CSPro DB files are SQLite files encrypted using the SQLite Encryption Extension (SEE) using "AES-256 in
OFB mode." The specified password is not used as the key input to SEE but is instead hashed to create a 256-byte key
that is used to encrypt the file. If allowed, this hash, not the password, is cached on the machine. A fixed salt is used
during the hashing process because there is no suitable place to store a dynamic salt. This means that the same
password will always result in the same encryption key.
See also: Dictionary Security Options, Encrypted CSPro DB Data Source, Connection String, SQLite Use in CSPro
Unicode Primer
Beginning with version 5.0, CSPro is Unicode compliant.
What is Unicode?
Unicode is a widely adopted system for representing characters for all languages currently in use. Early computer
programs generally used only one byte to represent a character, which led to a limit in the number of characters that
could be displayed on screen and used in computations. This limit of 256 characters was used effectively by people who
only required English characters, or characters from most European languages, but it could not represent the languages
used by more than a billion people, including most notably, many Asian languages.
The Unicode standard now defines more than 100,000 characters, but many of these characters represent extinct
languages. For that reason, Windows only provides native support for a subset of Unicode characters. In a Unicode
program, a character is represented by two bytes, which allows for up to 65,536 characters.
Whereas in English it is very clear what makes up one character—one keystroke—in other languages it is not as
straightforward. For example, in Chinese, typing two characters, "天津," requires seven keystrokes ("Tianjin"). In Bangla,
What is UTF-8?
With each character stored as two bytes in memory, there are several ways to write characters to a disk. One way is to
write two bytes for every character, but this is costly for most users, the bulk of whom only use characters that can be
expressed properly with either the ASCII or ANSI encoding systems. The computer world has settled on using UTF-8, a
variable-length encoding scheme that uses between one and four bytes to represent a character. ASCII characters are
represented using one byte, other ANSI characters are represented using two bytes, and most Asian characters are
represented using three bytes. To identify a file as encoded in UTF-8, a three-byte BOM (byte order mark) is placed at
the beginning of a text file. For example, here is the UTF-8 representation of: "I am François from 法国."
With a UTF-8 encoding, a file's size is not equal to the number of characters in the file. An empty file is three bytes
because of the BOM. (The fileempty function can be used to determine whether a file is actually empty.) An ASCII file
converted to UTF-8 will generally be the size of the original file plus three bytes. An ANSI file that uses non-English
characters will be even larger. The name François takes eight bytes to represent in ANSI but uses nine bytes in UTF-8.
Some text editors, including Notepad, allow a user to change the encoding of a text file. These editors can be used to
convert text files from UTF-8 to ANSI. If using Notepad, open the file and then select Save As. At the bottom of the dialog
box is an option to change the encoding.
If you are distributing files to a broad audience and if your data file does not contain any non-ANSI characters, you might
consider converting it to ANSI for maximum compatibility. To illustrate an example of what might happen with a non-
Unicode program reading a UTF-8 file, imagine a CSPro data file that has two record types, P (population) and H
(housing). The ANSI file might look like this:
P<case id><data>
P<case id><data>
P<case id><data>
H<case id><data>
<BOM>P<case id><data>
P<case id><data>
P<case id><data>
H<case id><data>
An older version of CSPro would regard the first row of data as an invalid record because the BOM was in the place of the
record type. It would thus register the household as having two members instead of three. If any non-ASCII characters
existed in the data file, it would further shift the data and then items would not be read correctly.
If you release a UTF-8-encoded data file widely, you may want to include a documentation file with text similar to the
following:
Warning: This CSPro data file is encoded in UTF-8. UTF-8 is a text encoding format widely used to
represent characters from any language. If you use this data file with a software package that does not
support Unicode and UTF-8, you must first convert the data file to an ANSI encoding. Without this
conversion there is a risk that the software package will misread parts of the data file.
Synchronization Overview
Synchronization Strategies
When using mobile devices for a survey or census it is important to be able to transfer data collected in the field back to
the head office. This allows for faster processing and analysis as well as better monitoring of the progress of the field
operation.
In CSPro, transferring data between devices in the field and the head office is referred to as synchronization. CSPro
supports data synchronization over the Internet between interviewers' devices in the field and a central server. Interviewers
use CSEntry to collect data on tablets, phones, or laptops and then use the Internet to synchronize the data on their
Direct synchronization between interviewers and central server over the Internet
In situations where an interviewer rarely or never has access to the Internet, CSPro supports peer-to-peer
synchronization between devices using Bluetooth. Bluetooth synchronization does not require an Internet connection. It
is a direct connection between two devices that are in close proximity. Using Bluetooth, an interviewer may synchronize
their device with a supervisor's device, transferring their data to the supervisor. Later, the supervisor travels to a location
where they are able to connect their device to the Internet in order to synchronize with the central server. In this scenario,
a supervisor might visit multiple interviewers in order to synchronize with them and later upload their data to the server at
the head office.
Synchronization with supervisor over Bluetooth when interviewers do not have Internet access
It is possible to synchronize both CSPro data files and other non-data files such as application files, images, and text
files. It is possible to update data entry applications in the field by downloading the latest .pen and .pff files from the
server. This way, modifications to the application at the head office can easily be distributed to interviewers in the field. It
is, however, simpler to deploy and update application files on mobile devices using the Deploy Application tool. This tool
packages application files for deployment, uploads them to a server and allows interviewers in the field to install and
update them on a tablet by choosing Add Application from the menu on their mobile device.
Synchronization Server
For synchronization over the Internet, a central server is required. CSPro supports three types of servers: CSWeb,
Dropbox, and FTP.
CSWeb: CSWeb is a web server running the CSPro synchronization server software. It is best for very large
surveys and censuses. The server software is written in PHP and can be run on any web server that has PHP and
the MySQL database software installed. The server can be set up on a computer at the head office that is
connected to the Internet or it may be set up on a hosted website or virtual server in the cloud. Setting and
maintaining a server for CSWeb requires knowledge and experience with web server maintainence and cyber
security. Users that do not have these skills should consider using Dropbox or FTP instead. For more information
about CSWeb servers, see the CSWeb help documentation.
Dropbox: Dropbox is a free cloud based synchronization service. It is ideal for those doing small and medium
survey operations. Dropbox requires no server setup or maintenance and avoids the cost and difficulty of setting
up a CSWeb server.
FTP: CSPro synchronization can be used with a FTP (file transfer protocol) server. For those doing small and
medium survey operations who do not want to use Dropbox and are not able to configure a server to use CSWeb,
FTP can be used for synchronization.
When synchronizing CSPro data files, synchronization is done at the case (questionnaire) level. CSPro keeps track of
which cases have been added or updated and only sends cases that are new or have been modified since the last
synchronization. This significantly reduces the amount of data transferred and therefore reduces bandwidth and the cost
of air time. It also reduces the chance that two interviewers overwrite each other's work by both syncing to the same data
file on the server. As long as two interviewers do not modify the same case at the same time, they may both
synchronize to the same server without overwriting each other's data.
Once interviewers in the field have used data synchronization to upload data to the server, you can use the Data Viewer
tool to download the data. When using CSWeb for data file synchronization, data is stored in a MySQL database on the
server. When using either Dropbox or FTP, data will be stored on the server in a set of files in the directory
CSPro/DataSync. In both cases, the data on the server cannot be opened directly by CSPro. In order to retrieve the data
that has been uploaded to the server, use the Data Viewer's download function. This will download all the data on the
server into a single CSPro data file that can be used by other CSPro applications and tools.
Simple Synchronizations
Basic synchronizations can be set up by specifying a few options documented here.
Advanced Synchronizations
For more advanced synchronization scenarios, CSPro has logic functions that can be used to implement data and file
synchronizations. Using logic, it is possible to synchronize data files, including those associated with external
dictionaries, and non-data files over either the Internet or Bluetooth.
While it is possible to use syncfile to synchronize CSPro data files, it is more efficient to use syncdata since it will
only send/receive cases that have been modified whereas syncfile always sends the entire file.
You will generally call syncconnect once to start the session followed by multiple calls to syncdata, syncapp, and
syncfile, followed by a call to syncdisconnect. In the example below, we connect to the server, download the latest
application files and upload cases from the data file associated with the data dictionary SURVEY_DICT.
The client and server devices must be in close physical proximity in order to connect to each other. The server device
must first execute the syncserver function which causes it to wait for connections from nearby devices. Then the client
device executes syncconnect which initiates the connection between the two devices. The client then executes one or
more calls to syncdata and/or other sync functions, followed by a call to syncdisconnect, which ends the session. This
requires that the two operators using the devices coordinate to start the synchronization routines on the two devices at
roughly the same time.
Client Logic:
Server Logic:
Troubleshooting
To get additional details on synchronization errors you can look at the sync.log file. This files lists all synchronization
operations along with any errors encountered. This includes errors in uploading/downloading applications in Application
Deployment and data download in Data Viewer.
On Android devices you can find the sync.log file in the CSEntry directory. Starting with CSPro version 7.5, the csentry
directory is located at <external storage>/Android/data/gov.census.cspro.csentry/files/csentry. In earlier versions it
was located at <external storage>/csentry. If you previously had an older version of CSPro on your Android device, the
csentry will not be moved when you upgrade.
On Windows you can find the file in the directory %AppData%\CSPro. On Windows you can also locate the sync.log
file from the Help menu in CSPro Designer under Troubleshooting. When asking for technical support with
synchronization issues, please attach the sync.log file from your device to your email or forum post.
See also: Simple Synchronizations, SyncConnect Function, SyncData Function, SyncApp Function, SyncFile
Function, SyncParadata Function, SyncMessage Function, SyncTime Function, SyncDisconnect Function, SyncServer
Function
Paradata
Introduction to Paradata
CSPro can automatically collect paradata for your application. Paradata is defined as "data about the process by which
the survey data [was] collected." In CSPro this includes information about fields and values entered, error messages
encountered, and the state of the data collection device.
The paradata log, with the extension .cslog, is not a typical data file but is instead a SQLite database. Advanced users
with an understanding of SQL can query the file from tools outside of CSPro. Alternatively, there is a tool, the Paradata
Viewer, which allows you to look at the contents of paradata logs. If you have several paradata logs coming from multiple
devices, you can combine these using another tool, the Paradata Concatenator. You can also query the paradata log
from within CSPro using the paradata or sqlquery functions. Paradata can be synchronized between devices or servers
by using the syncparadata function.
CSPro collects information about many different kinds of events, which are described in more detail in the Paradata
Properties page. You may wish to collect information about only a subset of possible events.
1. Open your application and then select Options -> Application Properties. You will then be able to modify the
Paradata Properties.
2. Indicate that you want to collect paradata events and specify any additional options. By default, when creating a
new system-controlled data entry application, paradata will be collected, though with a limited set of options.
3. The action in step #2 only indicates that CSPro may collect paradata. To actually turn on the collection, you must
specify a filename for the paradata log when running your application. CSPro may suggest a default filename,
which you can modify.
Paradata can be collected for data entry or batch edit applications. The paradata log is flexible and can be used
simultaneously by multiple applications or users.
Uses of Paradata
Which questions in my survey take the longest to collect? Should I to change the wording of the question to make
it simpler?
What out-of-range values are interviewers entering? Should these be valid values?
What error messages are being triggered the most frequently?
Where were interviewers located at a given time?
How long did interviewers work?
Which tablets had the best battery life?
This is just a sampling of questions that can be answered based on the events that are stored in the paradata log. In
addition to storing previously unavailable data, the paradata log also contains all of the information that was traditionally
saved to the listing file, the operator statistics log (.log), and the imputation frequencies listing file.
See also: Paradata Properties, paradata Function, SyncParadata Function, LogText Function
Question text: In a data entry application, the question text for each field can be defined in multiple languages.
Dictionary labels: Dictionary labels can be specified in multiple languages. When a field's screen text is linked to
the dictionary item, then the form text will also change when a data entry application's language changes.
Messages: Messages displayed or created using functions such as errmsg and maketext can be defined in
multiple languages.
Logic string literals: Using the tr function, string literals can be be specified in multiple languages.
In addition to the above functionality, there are several logic functions for working with multiple language applications,
including getlanguage, setlanguage, and OnChangeLanguage.
The default starting language can also be specified in the application's PFF file using the Language parameter.
Mapping
CSBatch and CSEntry support displaying interactive maps on both Android and Windows devices. There are two ways to
integrate maps into an application:
Use the Map object in your application logic to display a map with markers and buttons that can be customized
using Map functions.
Display the case listing on a map, where each case in the data file is represented by a marker on the map.
Maps can use Google Maps for base maps if the device has an Internet connection or you can supply an offline map file
to use if there is no connection.
See also: Map Object, Mapping Properties, Base Map Specification, Offline Maps, Display the Case Listing on a Map
Questionnaire View
Pa ge 69 of 958 CSPro Genera l Func ona lity
Overview
The questionnaire view is a CSPro feature that displays the contents of a case and its components (dictionary, forms,
question text) in a read-only mode that facilitates reviewing or printing. The questionnaire is displayed in an embedded
web browser.
Description Context
View Dictionary Questionnaire Editing a dictionary.
View Form Questionnaire Editing a data entry application.
View Batch Questionnaire Editing a batch application.
View Case Questionnaire From the case listing, or when entering data using CSEntry.
Case.view Function Coded using logic.
The enumerator can right-click (or hard-press) on the case listing and select View Questionnaire. This displays
the selected case. To disable this functionality, add Lock=View to the data entry PFF.
While collecting data, the enumerator can select View > Questionnaire. This displays the currently-open case.
To disable this functionality, add an OnViewQuestionnaire function override that suppresses the display. This
special global function is called anytime an enumerator attempts to view a questionnaire.
// construct the input needed for the questionnaire view, using the external dictionary
// attached to this application but getting the forms and question text from the disk
string questionnaireViewInput =
maketext("{ \"dictionary\": %s, \"forms\": %s, \"questionText\": %s, \"case\": %s }",
CS.Dictionary.getDictionary(name := "MARINE_DICT"),
CS.Application.getFormFile(path := "Marine Mammals Survey.fmf"),
CS.Application.getQuestionText(path := "Marine Mammals Survey.ent.qsf"),
CS.Data.getCase(name := "MARINE_DICT"));
// pass this input to the questionnaire view
CS.UI.view(path := Path.concat(html, "questionnaire-view", "index.html"),
inputData := @object questionnaireViewInput);
Select the type of application you want to create and press OK. You can create one of the following applications:
Batch Batch Edit Application Batch edit applications are generally used to detect and correct
errors in data files. They can also be used for running logic as a
script, or to export data.
Other Dictionary Dictionaries describe CSPro data files. If you are creating a new
application, you may prefer creating the entire application rather
than a standalone dictionary.
Form Forms contain the order and instructions for collecting information
as part of a data entry application. This option does not create a
complete data entry application; it is most commonly used to bring
You will then be prompted to enter the file name of the application. Enter the file name of the application and press
Create.
The File Associations dialog will be displayed. Specify the names of other files that make up the application, such as the
data dictionary file and any additional external lookup dictionaries.
You may open a data dictionary and make changes to it, even if it already belongs to an application. Be aware that if you
later open an application to which it belongs, CSPro will automatically make necessary adjustments in other files. For
example, if you delete or rename a dictionary item, then later open an application that contains the data dictionary, any
corresponding fields on forms will be deleted.
You may open a forms file and make changes to it, even if it already belongs to an application. However, you will not
have access to the associated Logic file and you will not be able to run it.
Any changes you make to applications and files are not made permanent until you save the file or application that you
modified.
If you would like to view both the name and the label for each item in the tree, select the Append Labels to Names in
Tree option.
Screen
To toggle between trees on left (i.e., split screen) and full screen, open the View menu and select Full Screen, or press
Ctrl+J. A check mark appears next to the Full Screen menu item when the display is in full screen mode. This setting
affects all applications.
With no application open within the CSPro Designer, select Tools -> Preferences -> Fonts.
In this example, an Arial Armenian font has been selected, at an increased zoom rate. After this selection, the dictionary
editor displays the contents better:
Ultimately you will want to convert your application to Unicode, as these font preferences are disregarded by CSEntry.
Many tools exist to convert ANSI language scripts to their Unicode equivalents.
Change Windows
Cascade
Use this command to arrange multiple opened windows in an overlapping fashion.
Tile Top-to-Bottom
Use this command to arrange multiple opened windows one above the other in a non-overlapping fashion.
Tile Side-by-Side
Use this command to arrange multiple opened windows one beside the other in a non-overlapping fashion.
1,2,…
Pa ge 73 of 958 How To ...
View displays a list of currently open files at the bottom of the Window menu. A check mark appears in front of the name
of the file in the active window. Activate a window by choosing the name of its file from this list.
To insert a file, from the File menu, select Add File. Select an existing file or enter the name of the file to be created.
Header
Edit the text to be placed at the top left, top center, and top right of each page. You can use the Date, Time, File, and
Page buttons to insert the current date, time, file name, and page number.
Footer
Edit the text to be placed at the bottom left, bottom center, and bottom right of each page. You can use the Date, Time,
File, and Page buttons to insert the current date, time, file name, and page number.
Margins
Change the size of the top, bottom, left and right margins. Your printer may not allow margins below certain values.
Page Orientation/Size
To change the page orientation or size, open the File menu and select "Print Setup". In the print setup dialog box make
changes to orientation (portrait or landscape) and paper size.
To print part of a document select the text you want to print then click on the toolbar; or from the File menu, select
"Print"; or press Ctrl+P.
Save an Application
Click on the toolbar; or, from the File menu, select Save; or press Ctrl+S.
The file associated with the current frame (right side of the screen) will be saved. If that file belongs to an application that
is open, the entire application will be saved. If the file belongs to more than one application, CSPro will ask you which
one you want to save. In that case, select the file or files you wish to close or save and click on OK.
To choose all of the files, click on the Select All button. To choose several files, hold down the Ctrl key and click on
files you wish to select.
Close an Application
From the File menu, select Close.
The file associated with the current frame (right side of the screen) will be closed. If that file belongs to an application that
is open, the entire application will be closed. If the file belongs to more than one application, CSPro will ask you which
one you want to close. In that case, select the file or files you wish to close or save and click on "OK."
To choose all of the files, click on the Select All button. To choose several files, hold down the Ctrl key and click on
files you wish to select.
Make sure the application is showing in the current frame (right side of the screen).
From the File menu, select Save As.
Enter the file name for the new application in the file open dialog box.
Using the File Associations Dialog specify the names of other files in the application.
When the Save As is complete you will be editing the new dictionary.
Save As Application
When an application is saved under a new name, a files dialog box like the one below is displayed.
Names for all the files requested must be supplied. Default file names are given, but they may be changed.
If any of file names specified are new, those files will be created for the new application. If any of the files names is the
same as the name in the original application, those files will be shared with the new application. If any other of the files
names specified already exists, those files will be overwritten.
See also: New Application, Save As Application
Pack an Application
There are instances when it is helpful to collect all the files in an application to:
Move them to another computer (for example to move data entry applications to all your data entry computers).
Give the application to a colleague to use.
Send the application when requesting help.
There is a CSPro tool to perform this function. This tool copies all the files in the application into a ZIP file. To use this
Pa ge 76 of 958 How To ...
tool go to the Tools menu and select Pack Application.
CSPro Settings
The CSPro Settings dialog can be accessed from within the CSPro Designer or CSEntry.
From the CSPro Designer, only one setting is available, Clear Credentials (see below for a description). To access this
setting, click on the File menu, select "CSPro Settings", and click on the "Clear Credentials" button. Click on the
"close" button to dismiss the dialog when done.
From CSEntry, two settings are available, Show Hidden Applications and Clear Credentials (see below for descriptions).
To access these settings, choose the kebab menu (the 3 dots) from CSEntry's menu bar in the upper right corner and
choose "Settings".
Show Hidden Applications (CSEntry only): This option is used in tandem with the run production data entry
ShowInApplicationListing= setting found within a data entry application's [Run Information] block of the PFF. The 3
settings available (Always, Never, Hidden) combine with the CSEntry's Show Hidden Applications setting as follows:
ShowInApplicationListing=Always: The operator's selection has no impact, the application will always be shown in
the CSEntry application listing.
ShowInApplicationListing=Never: The operator's selection has no impact, the application will never be shown in
the CSEntry application listing.
ShowInApplicationListing=Hidden: Now the operator's selection has an impact—the application will be listed in the
CSEntry application listing if the operator turned this setting on, and will be hidden if not.
Clear Credentials: By selecting this option, any cached credentials saved to secure storage will be removed. These
credentials include access tokens to CSWeb servers and Dropbox, passwords to FTP servers, and hashed password
keys used to open encrypted data files.
Get Help
To contact the CSPro development team with comments, questions, or to report problems, please contact:
International Programs
Population Division
U.S. Census Bureau
4600 Silver Hill Road
Washington, DC 20233
Phone: +1 301-763-1451
Support email: [email protected]
Official website: www.census.gov/data/software/cspro.html
CSPro Users forum: www.csprousers.org/forum
When you contact us, please mention that you are using CSPro 8.0.0.
The complete list of system-level, English-language messages used by CSPro can be found in the installation folder,
C:\Program Files (x86)\CSPro 8.0. The English language message file is named CSProRuntime.en.mgf. The other
language message files installed with CSPro are named as follows:
Name Language
CSProRuntime.zh.mgf Chinese
CSProRuntime.fr.mgf French
CSProRuntime.pt.mgf Portuguese
CSProRuntime.ru.mgf Russian
CSProRuntime.es.mgf Spanish
CSProRuntime.vi.mgf Vietnamese
Note: If you add an external message file to your application that begins with "CSProRuntime", the messages in that file
will override the system messages that CSPro uses.
Help Documentation
The help documentation that you are currently reading is created using CSDocument. This tool is distributed with CSPro
but the documentation itself is hosted on GitHub:
https://github.com/CSProDevelopment/helps
We welcome users to add new help topics, clarify existing ones, or even do things as small as fix typos.
CSPro Examples
The CSPro Examples folder is also hosted on GitHub:
https://github.com/CSProDevelopment/examples
If you want to modify any existing example, or want to add a new example that you think will be useful to the broader
CSPro community, you can collaborate on this project.
Each dictionary will allow you to give text labels for all levels, records, items, and value sets in the file. It also allows you
to describe the organization of each record in the file and the characteristics of each item in the record: names, position
in the data record, type of data, length, number of decimal places, valid values, and other documentation.
Before you convert the information from a questionnaire to computer-readable form, you usually create a data dictionary.
You can also create a data dictionary for an existing data file if you have a description of its contents showing the
location of each item.
CSPro requires that a Data Dictionary be created for each different file being used.
Organization
Dictionary Concepts
Levels
Records
Items
Value Sets
Values
Relations
Data Dictionary Application
How to ...
Questionnaire: Section
Any type of questionnaire will have an identification section that uniquely identifies the form, as well as one or more
sections on different topics. Some sections may occur once per questionnaire while other sections are repeated many
times. For example, in a typical housing and population census, a questionnaire would contain a section for the housing
questions, and a section for the population questions. The questions in the housing section will be answered once per
questionnaire [household], while the questions on the population section will be answered by every person in the
household. If the census is collecting information on vacant housing units then the questions on the population section
will not be answered. In a school survey, for example, the questionnaire would have an identification section and only one
section to collect basic information for each student. The questionnaires for the different students are not related.
Questionnaire: Identification
The identification section identifies the questionnaire, usually with numeric geographic codes. The combination of
identification codes (such as province, district, village, household) on a questionnaire uniquely identifies the form. These
are the codes you would need to locate a specific questionnaire.
Questionnaire: Questions
The basic element of the questionnaire is the question. Each section of the questionnaire contains a set of one or more
questions being asked for this census or survey.
Questionnaire: Responses
The valid options in response to a question are usually listed in the questionnaire. Some responses are quantitative,
such as "size of farm" or "age of person," and some are qualitative, such as "relationship to head of household" or "crop
grown." Responses can be numeric or alphanumeric. Most descriptive responses are equated to numeric codes that are
placed on the questionnaire. However, some descriptive responses remain as alphabetic text.
One usage for a single-record questionnaire would be a student survey at a university. In this scenario, a single record
would be created based on the student. The student identification number could serve as the questionnaire identification.
A data file produced from this type of dictionary is known as a flat data file. For example:
Blue text refers to the student identification number. Black text describes the individual data items for each specific
record.
For example, in a typical housing and population census, a questionnaire might consist of the following records:
A sample file structure could be as follows (though not all fields are defined for this example):
Red text refers to the record type. In this example, 1 is a household record and 2 is a population record. Blue text refers
to the ID items. Note that the numbers are unique for each questionnaire: the 101001 household contains three people
whereas the 101002 household contains two people. Black text describes the individual data items for each specific
record.
A questionnaire designed for an agricultural census might consist of the following records:
A questionnaire for a reproductive health survey might consist of the following records:
Dictionary Hierarchy
A data dictionary is structured in a hierarchical order. The top hierarchy is the case, followed by the level, then record.
Case
A case is the primary unit of data in the data file. A case usually corresponds to a questionnaire. However, some
complex applications might have a hierarchical set of questionnaires, or many levels. For example, the main
questionnaire may consist of a household roster and other household information, and there may be a separate
questionnaire for each woman in the household. The data entry application may then contain two levels — one for the
household and one for each woman in the household. The set of forms corresponding to the household make up level
one. The set of forms corresponding to each woman make up level two. Each case would consist of two type of
questionnaires: a single level one and a variable number of occurrences for level two.
Level
A level is a type of questionnaire. By default, all new dictionaries have one level. This is normally sufficient to describe,
for example, a population or agriculture census. However, if you have a hierarchically-structured set of questionnaires,
you will probably need to use additional levels. A level can have many records corresponding to different record types.
The dictionary tree displays either the labels or names of dictionary elements. You can press Ctrl+T or from the View
menu, select Names in Trees at any time to toggle between labels and names.
Names
Names identify the dictionary and its elements when they are referenced in CSPro procedures. Names are required for
the dictionary and most of its elements. Names consist of upper case letters (A-Z), digits (0-9), and embedded
underscores (_). The first character of a name must be a letter; the last character cannot be an underscore. Names can
be any length but must not be CSPro reserved words.
The dictionary tree displays either the labels or names of dictionary elements. You can press Ctrl+T or from the View
menu, select Names in Trees at any time to toggle between labels and names.
Names cannot be duplicated within a dictionary. However, the same name can be used in different dictionaries, and in
some cases, it maybe desirable to do so. For example, when using lookup files, you may prefer to use the same
identifier name across dictionaries, rather than having 2+ spelling permutations for the same variable (i.e., ID_PROVINCE
in the main dictionary versus LU_PROVINCE in the lookup file). This also facilitates cutting and pasting the variables
(and their accompanying value sets) from one dictionary to the other, without having to worry about renaming the
variables.
Note: When repeating variable names among dictionaries, you will have to fully qualify the variable names when
referring to them in logic by prefacing them with their unique dictionary's name. This is necessary so that CSPro knows
which variable you are referring to. Failure to do so will generate a compiler error. For example, using the ID_PROVINCE
and LU_PROVINCE names above, logic that would appear as follows:
LU_PROVINCE = ID_PROVINCE;
LOOKUP_DICT.PROVINCE = MAIN_DICT.PROVINCE;
Notes
Notes document the dictionary and its elements. The designer may create notes for the dictionary as a whole and/or any
of its elements: levels, records, items, value sets, values. Notes may contain any printable character and spaces, and
can be up to 65,000 characters in length.
A housing questionnaire
A questionnaire for each woman of reproductive age in the household
A questionnaire for each woman's child in the household
In this example, you would want each child to be associated with its mother, rather than the household record. If you
were to structure your dictionary in a single level, there would be no way to easily identify which mother and child(ren)
belonged together during data entry or during tabulation. To accomplish this, you would want to design your dictionary
with three levels, each level containing a single type of record, as follows:
Level 1
Household Record
Level 2
Woman of Reproductive Age Record
Child Record (one for each child)
When designing your forms, records from different levels must be placed on different forms. Using the example above,
you will first be asked to enter information from the household (Level 1). After completing all household forms, you will
then enter information for the first woman (Level 2). When all forms are completed for the (first) woman, the program will
advance to the child record (Level 3), and information will be collected for each child (if any) for this woman.
When there are no further children (or no children at all) for the first woman, the level is finished by pressing F12
(EndLevel Occurrence). Entry will advance to the second woman and her children. Continue in this manner until all
women and their children have been entered for the household. When finished, press Ctrl+F12 (EndLevel) from the first
woman's form to finish data entry for this case.
Keep in mind that, when using more than one level, there are implications with respect to the order of executing logic in a
data entry application or in a batch edit application.
Level Properties
Pa ge 85 of 958 Levels
Level properties are visible when the dictionary has been selected in the tree tab. To reflect your intended usage for a
level we suggest you change the level properties pressing Ctrl+M, which will activate the appropriate entry in the right-
hand screen.
Property Meaning
Label A descriptive text label which identifies this level.
Name The name given to this level for use in the CSPro language procedures.
Pa ge 86 of 958 Levels
Records
Record Description
A record is a group of related data items. In the process of creating a record to define (a portion of) the questionnaire,
you will also be defining the physical layout of the data file. For example, suppose your (very simple) population record
looks like the following (only item name, starting position, and length properties are shown; starting positions show that
ID items occupy the first 9 positions in the record):
If an operator had keyed a questionnaire for a 35-year-old female (Sex = 2) head of household (Relationship = 1), you
would see a line in the data file, corresponding to the population record defined above:
12345678901234567890 (position)
--------------------
1235 (line in data file)
In deciding on a file structure, there is often the choice of defining a record type which occurs once within a questionnaire
but contains repeating sets of data, or to define a record type which occurs multiple times within a questionnaire, each
with a single occurrence of the data. The application designer should take into consideration the amount of information
that recurs and the probable number of occurrences.
A common example in a Housing and Population Census is information about deaths in the household during the 12
months prior to the census. If this information (usually sex and age at death of the deceased) is collected during
enumeration, the expectation is that 95% of households will have no more than one, or at most two, deaths during the
previous 12 months. With this volume of information, it would be practical to have one record type that occurs once within
the questionnaire and allows for repeating occurrences of the data, since it is unlikely that even the maximum number of
occurrences, multiplied by the number of positions occupied by each occurrence, will exceed the length of the already-
existing household and population records.
However, in the case of an agricultural survey, a section on crops may include questions about acreage planted, yields,
etc., whose cumulative length for each crop mentioned may be quite large in relation to other records in the file. In such a
case, it would be more practical to define a record type that occurs multiple times within the questionnaire. Within each
occurrence of the record would be found the information relating to one specific crop.
Record Properties
You can view a record's properties by selecting the questionnaire to which it belongs (via the dictionary tree tab). You
may change the default record properties by positioning the cursor in the right window and pressing Ctrl+M.
Property Meaning
Label A descriptive text label which identifies this record.
Name The name given to this record for use in the CSPro language procedures.
Type Value The record type value (code) that identifies this kind of record.
Required Must a questionnaire contain this kind of record? (Yes/No)
Max The maximum number of times this type of record can appear in any one questionnaire.
Pa ge 87 of 958 Records
See also: Dictionary Hierarchy, Record Description, Add or Modify Records
Record Type
The Record Type is an alphanumeric item that uniquely identifies a dictionary record, and therefore helps describe your
data file's organization.
If your dictionary contains more than one record, CSPro needs to be able to differentiate one record from another in the
data file. The Record Type provides the means for doing this.
For example, a typical Housing and Population census data file would most likely have a housing record (describing
details of the living unit) and a person record (to describe details on each individual in the household). You could assign a
Record Type of '1' to the Housing record and '2' to the Person record to distinguish between them.
If your dictionary contains only one record, you do not need to use a Record Type. Therefore, you can 'reclaim' the
location that was set aside for the Record Type as follows:
1. Select the (ID Items) set or the one-and-only record your dictionary contains from the dictionary tree.
2. In the view on the right, you'll notice the first line is (record type). Only three values are used, Starting Position,
Length, and Data Type. Of these three values, you can only modify the start position and length. Change the
length to 0. This will effectively "remove" the record type. (You can always reinstate it later by resetting the start
position and length to non-zero values).
Similarly, if you would like to modify the length of the Record Type, proceed as above.
The record type value is always alphanumeric. Upper- and lowercase letters are distinct Record Type values (i.e., 'A' is
not the same as 'a'). Blank is also a valid Record Type value.
Required Record
One of a record's properties is whether or not the record is required; the options are Yes or No. If a record is required
(Yes), it means that for a given questionnaire, there must be at least one occurrence of this record. If there is not at least
one occurrence of this record, the questionnaire will not be complete and the system will issue an error message to
inform the keyer. If the record is not required (No), the questionnaire may or may not contain an occurrence of this
record. The questionnaire can be considered complete without an occurrence of this record.
Suppose you are designing a dictionary for a census. You'll probably have at least two types of records: one for the
household, and one for each person in that household. You can have four scenarios:
If you allow vacant housing units (i.e., you collect information on unoccupied housing units), then the household
record is required and the person record is not required.
If you allow homeless people, then the household record is not required and the person record is required.
If you allow homeless persons and vacant housing units, then neither the housing record nor the population record
will be required record types, but because the two conditions will never occur simultaneously, you will never have
a questionnaire without one of the other type of record.
If you allow neither homeless persons nor vacant housing units, then both the housing record and the population
record will be required record types. This means that a valid questionnaire will always have one housing record
and at least one population record.
Maximum Number
Pa ge 88 of 958 Records
This record property specifies, for the given record, the maximum number of occurrences of that record allowed in one
questionnaire.
For example, suppose you are designing a dictionary for a census. You will probably have at least two types of records:
one for the household, and one for each person in that household. There should be only one occurrence of the household
record, but for the person record you will of course need more than one occurrence, as there will likely be more than one
person in a household. Thus, the maximum for the person record could be 25, if limiting yourself to a family unit, or
larger, if enumerating group facilities (military barracks, hospitals, mental institutions, etc.).
The maximum number of occurrences that may be specified for any record is 9,999. However, for greater program
efficiency we recommend that you never have this many occurrences and that you keep the maximum to the lowest
value that is appropriate for your particular application.
Pa ge 89 of 958 Records
Items
Item Description
A dictionary item describes the response to a question, or can help identify areas of the questionnaire. The dictionary
item is the most basic element of a questionnaire: age, income, and crop code are all examples of items. There is no
limit on the number of items that can be created within a record or dictionary.
Generally, related items should be placed in the same record; for example, questions appearing in a single table/roster
that are asked of all household members would be candidates for inclusion in the same, repeating, record (possibly
named PERSON_REC). Likewise, questions regarding the characteristics of a residential living quarters might all be placed
in the same record (possibly named HOUSE_REC).
While data items have some of the same properties as records and levels (unique name, descriptive label), dictionary
items also have several additional properties which are unique to items.
Items can also be redefined by subitems; for example, redefining date of birth from a single, 8-digit field into its
constituent parts (day, month, and year).
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
Subitems
Subitems allow items to be broken up into smaller pieces, or across broad categories. In this respect, they let you
redefine data items and refer to the same data field in several different ways. The start position of a subitem must be
within its parent item.
One useful application of subitems involves date and time fields. A date item, for example, could be referred to as a
Pa ge 90 of 958 Items
single 8-digit entity: YYYYMMDD. However, this does not allow you to easily manipulate or refer to a portion of the date
(such as the year, month, or day itself). Suppose you had the following definition for date (for demonstrative purposes,
only selected item properties are shown):
To redefine this item into subitems, you only need to add the following subitems:
Another reason for using subitems is to make data references available across larger categories. Censuses and surveys
often have items of three or four digits in length representing categories such as industry, occupation, or ethnicity. For
example, looking at occupation codes:
the full value refers to a very detailed occupation, such as bus driver
The first digit alone refers to the 'major' division, such as 'public service'
The first two digits together refer to a more detailed 'major' division, such as 'public transportation'
It may be useful to test the ranges with the CSPro language at the item level. In tabulation applications, tables can be
made at the major (1- or 2-digit) or minor (3- or 4-digit) divisions. The following example could represent part of an
economic survey:
See also: Item Description, Identification Items, Item Properties, Add or Modify Items
Item Properties
To access item properties, select a record via the dictionary tree tab. The following properties are possible for dictionary
items:
Property Meaning
Label A descriptive text label that identifies the item. It is used as default field text in data entry forms and in
default titles in tabulation.
Name The name given to this item for use in CSPro language procedures. By default, CSPro will use the label,
replacing any blanks or other invalid characters found with the underscore ("_").
Start Indicates the starting position of the item within the record. By default, CSPro will use the next available
position.
Len For numeric and alpha items only, the length of the data item (i.e., the number of characters necessary
to represent the values for the item). The default is 1.
Data Type Indicates what data types are allowed for the item. Numeric and alpha (i.e., a string) are the core data
types that are always allowed. If binary items are enabled, then the additional data types Audio,
Document, Geometry, and Image are allowed. The default is numeric.
Pa ge 91 of 958 Items
Item Type For numeric and alpha items only, indicates whether the item is part of another item (for example,
"month" when creating a "date of birth" variable). If the item is part of another item, it is considered a
"subitem". If not, it is identified as an "item". The default is item. Identification items cannot have
subitems.
Occ The number of times this item will repeat within the record. The default value is 1. Identification items
cannot have multiple occurrences.
Dec For numeric items only, this specifies the number of decimal places (if any) that should be allowed. The
default is 0. Identification items cannot have decimals.
Dec Char For numeric items only, this specifies whether an explicit decimal character should be written to the data
file. This applies only to numeric items or subitems that have a "Dec" value greater than zero (i.e., Dec >=
1). The default is "No".
Zero Fill For numeric items only, this property controls whether the item will be written to the data file with
leading zeros ("Yes", the default) or blanks ("No"). If CSPro DB data files are created, the zeros will not be
seen. However, if the CSPro DB file is saved to a Text file, or ir a Text data file was originally created, the
leading zeros will be visible in the file.
When entering new dictionary items, you can finish entry for a given item early once all fields have the desired value. If
the default values listed above are acceptable, then you can complete entry of the current item and advance to entry of
the next item by pressing Ctrl+Enter. CSPro will allow Ctrl+Enter to be pressed as soon as a valid name has been
given.
When adding a new item can press Esc at any time to discard the item. When editing an existing item you can press
Esc at any time to abort any modifications made. You can also use undo if you completed the modification incorrectly.
See also: Item Description, Subitems, Identification Items, Add or Modify Items, Dictionary Property Panel, Binary
Dictionary Items
Starting Position
This item property indicates the starting location of a data item. In conjunction with the Length property, it specifies the
location of the item in a record. In absolute positioning mode, you cannot give a starting position that will cause the item
to overlap with another item.
The start position of a subitem must be within its parent item (the previous item).
Length
This item property indicates the total length of the data item (i.e., the number of characters necessary to represent the
values for the item). In conjunction with the Start property, it specifies the location of the item in a record. In absolute
positioning mode, you cannot give a length that will cause the item to overlap with another item.
The maximum length of a numeric item is 15 digits. The maximum length of an alpha item is 255 characters.
Data Type
This item property specifies the data types allowed for dictionary items. The first two data types listed below (Numeric
and Alpha) are always available, with numeric as the default type selected by CSPro. The latter four data types store
binary data and are only available if the dictionary option Enable Binary Items has been checked.
Numeric items can be up to 15 digits in size; it is equivalent to a float or double variable. Numeric responses can
represent discrete or continuous values. An example of a discrete value is sex, where 1 represents male and 2
Pa ge 92 of 958 Items
represents female. An example of a continuous value is yearly income, which can range from zero to the upper
value defined in the dictionary. However discrete values can be used to represent continuous values. For example,
many people are reluctant to give an exact value when asked their income, but are more willing to give a reply if a
range is used. Thus, an income question could use the discrete codes 1 to 5 to represent the categories no
income (1), 1-99 (2), 100-499 (3), 500-999 (4), and 1,000 and over (5).
Alpha items can be up to 999 characters in size. It can contain any combination of letters, digits, blanks, or other
special characters. A common use for an alpha variable in censuses or household-based surveys is to collect
residents' names.
Audio items allow for the attachment of Audio objects to a case. For example, this could include a recording of
the interview, wildlife sounds, music, or whatever it is you wish to record. An Audio dictionary item cannot have a
value set.
Document items allow for the attachment of a wide range of "documents" (PDF, Word or Excel file, JPEG, etc.) to
a case. For example, if an interview is taking place at a hospital and the interviewer needs to attach electronic
copies of the hospital's accrediting papers, the Document data type could be used. A Document dictionary item
cannot have a value set.
Geometry items allow for the attachment of Geometry objects to a case. This can be useful, for example, if you
wish to fine-tune an existing base map to add additional features that are identified once you are at the survey
site. A Geometry dictionary item cannot have a value set.
Image items allow for the attachment of images to the case. At times it may be desirable to take a photo and
attach it to a case when something cannot be easily described or categorized. An Image dictionary item cannot
have a value set.
See also: Item Description, Item Properties, Binary Dictionary Items, Variables
Audio
Document
Geometry
Image
These binary data types are only available if the dictionary option Enable Binary Items (experimental) has been checked.
Once enabled, you cannot disable the option unless all binary dictionary items have been removed from your dictionary.
Binary dictionary items cannot have value sets and many item properties do not apply to these items.
Binary dictionary items can only be used when using the following data sources: CSPro DB, Encrypted CSPro DB,
JSON, None, and In-Memory. When using a data source that does not support binary data, such as Text, you will get a
runtime error when attempting to run an application that contains binary dictionary items.
Pa ge 93 of 958 Items
PROC ROOF_TYPE
if accept("Do you want to take a photo of the roof?", "Yes", "No") = 1 then
// take a photo, storing the image in the binary dictionary item ROOF_IMAGE
if ROOF_IMAGE.takePhoto() then
// because these images will be synced, ensure that the photo is not too large
ROOF_IMAGE.resample(maxWidth := 1200, maxHeight := 800);
endif;
endif;
Data Viewer: When viewing a case within Data Viewer, if any binary dictionary items exist in the case, they will
displayed within the field. If an image has been stored, a preview of that image appears. If it is an audio clip, you have the
option to play it within Data Viewer. For all binary data types you have the option to open the file (in read-only mode) or
save to a new file by clicking on the thumbnail or choosing the Open and Save options listed beneath each file.
Compare Data: When a binary dictionary item is chosen for comparison, the size of the file associated with that item is
compared, regardless of the file name or file type. If the file sizes are the same, then the contents will be compared.
Sort Data: If a binary dictionary item is chosen as the sort key, the size of the file associated with the binary dictionary
item is used as the sort value.
Occurrences
This item property defines the number of consecutive repetitions of the item in the data record. The dictionary will reserve
space equal to the product of the length of the item times the declared number of occurrences for the item.
For example: A census collects information on births and deaths, and each questionnaire can list the ages of up to a
dozen household members who died during the past year. By defining an item "Age at death" with a length of 2 digits
and 12 occurrences, the dictionary will reserve a location 24 characters in length for this item.
Be aware that if fewer than 12 people died in the household, then the unused portion of this item will be blank. If you have
several items that use occurrences and they are often unused, you are increasing the size of your data file. Therefore,
you should always specify the number of occurrences with care.
Pa ge 94 of 958 Items
If an item has multiple occurrences, then its subitems may not have multiple occurrences. Conversely, if a subitem has
multiple occurrences, then its parent item may not have multiple occurrences.
Decimal Places
This item property lets you specify how many digits of the numeric item represent the decimal portion of the item. CSPro
does not expect the decimal point to be in the data file; if your data file does contain the decimal point, you will need to
set the decimal character property. Therefore, the length of the item is not affected by the number of decimal places.
For example: Suppose you had two data files, each containing an item in the format "##.##". One file has an implied
decimal point, the other file physically contains the decimal point. Here are the two ways to define the item (using 12.75
as an example)
Length Dec Dec Char
4 2 No (decimal implied; number would appear as "1275")
5 2 Yes (decimal present; number would appear as "12.75")
Decimal Character
This item property applies to those numbers specified as decimal. If the number is a decimal value, this states whether
or not the decimal point is present in the data file. Your valid choices are:
• Yes the data file contains a decimal point for this item, or
• No the data file does not contain a decimal point for this item.
Note that if your item does not have a "numeric" data type, the Data Dictionary will not allow any value other than No.
You can set this option for all items by clicking on "DecChar Default 'Yes'" on the Option menu.
See also: Item Properties
Zero Fill
This item property controls whether numeric data item should be stored with leading zeros or blanks.
For example, during data entry a numeric item with a length of 3 is encountered. A value of "92" was keyed. How will this
value be stored in the data file?
If Zero Fill had been set to Yes, the value would appear as: "092"
If Zero Fill has been set to No, the value would appear as: " 92"
You can set this option for all items by clicking on ZeroFill Default 'Yes' from the Options menu.
Pa ge 95 of 958 Items
Value Sets
Value Sets Description
Creating value sets in the dictionary controls the valid range (for numeric) or valid set of values (for numeric and/or alpha)
that a dictionary item (or subitem) can have. Value sets play a key role in CSPro, in particular for numeric items, and
should always be created unless there is a strong reason not to do so.
As mentioned above, value sets are especially useful during data entry, in particular for numeric items. For example,
A data item of field width 1 would allow values 0-9 to be entered—not likely useful for non-zero identification items
A data item of field width 1 would allow values 0-9 to be entered—not likely useful for dichotomous responses
such as Yes/No or True/False that expect 1 or 2
A data item of field width 2 would allow values -9 to 99 to be entered—also not likely useful for continuous
variables such as age that cannot be negative
Similarly, for alpha variables, and in particular for alpha variables of length 1 that are meant to capture A, B, C, etc. type
of responses, failing to create a value set to list the specific letters allowed would end up allowing any character—blanks
and punctuation characters included.
As can be seen in the first example below, each dictionary item can have more than one value set. In addition, if multiple
languages are defined for the dictionary, there can be more than one value set for an item—though note this does not
actually create distinct value sets, as they will share the same unique value set name. It only allows you to create value
sets in different languages in order to switch between/among them.
Example 1
For example, suppose you have a survey that needs to classify people's ages three different ways: by discrete value, by
5-year cohorts, or by category, such as "Child," "Adult," etc. This is easily done by adding value sets for the AGE data
item:
The AGE item now has three defined value sets: AGE, AGE_5YRS, and AGE_CATEGORY. The first value set defines
the acceptable range for data entry, while the second and third value sets give a breakdown as you might want to see the
data tabulated.
Each new value set will always be added to the end of the item's value set listings. If you add to the wrong place, press
the Esc key to stop the add. Use undo if you added at the wrong place. Likewise, you can also just cut (Ctrl+X) the value
set and paste (Ctrl+V) it to the desired position. If a value set is not in the first position but you need it to be, you can
make it the primary (first) value set by right-clicking on the Value Set Label/Value Set Name row and selecting the
"Make Primary Value Set" option.
Example 2
Continuing with the above value set, suppose the AGE_5YRS ranges were already entered elsewhere such as in an
Excel file. You could simply copy the labels and ranges and paste it directly into the value set screen, saving you the
effort of retyping it.
Example 3
Suppose you needed to tabulate age by single years: 0 to 99. It would be very tedious to create that value set. Instead,
you could use the Generate Value Set tool to create this numeric value set.
See also: Value Set Properties, Value Set Images, Value Description, Implications of Data Dictionary Value Sets,
Multiple Language Dictionaries
Property Meaning
Value Set Label A descriptive text label for a collection of categories of an item. This is used in tabulation
applications in table titles.
Value Set Name The name of this item for use in the CSPro language procedures.
To associate an image with a value, show the dictionary property panel and modify the Image property. Images in five
file formats are supported: .jpg, .gif, .bmp, .png, and .tif.
If you are deploying a data entry application to another computer or a mobile device, you must remember to distribute the
images along with the CSEntry data entry application. If you want CSPro to automatically bundle the images with the
data entry .pen file, you may want to put the images in a special folder and then denote that folder as a resource folder.
Age allows responses 0-95, with no break in the sequence. There is no need to provide a label to the 0-94 range, as the
meaning of the response is clear. Only with "95+", which means all persons age 95 years and older, do we need a label.
Not all variables are continuous—many will have breaks in their responses. The classic example is Industry and
Occupation, with a very small portion of Occupation shown below. Notice how "DB & Network Admins" spans two lines.
To make these disparate values be considered a single value, press the space bar in the "Value Label" field for the
second portion of the response (the 151244-151245 row). This will join the responses into a single value. You will know
this is successful by the lack of a notes box at the beginning of the second value line.
New values will always be added to the end of the existing value set listings. If you add to the wrong place, press the
Esc key to stop the add. Use undo if you added at the wrong place.
Value Properties
Property Meaning
Value Label The descriptive text for a single value or range of values. This label is used when showing value sets or by
the tabulation applications module when creating column headings and stubs.
From This is the single value, or starting value of a range associated with the value label. To add multiple
ranges to a value, enter one or more spaces as the value label on the next value(s), the values which
follow become part of the previous value. Multiple ranges are indicated by the lack of a "notes" box at
Pa ge 99 of 958 Va lues
the beginning of the value line.
To This value is the upper limit of the range of values being defined. It must always be greater than the
"From" value on the same line. Where only a single value is associated with the "value label," the "to"
value may be blank.
Special A numeric data item can be assigned one of four special values in the data dictionary. These are:
missing, refused, notappl, and default.
Image An image that is displayed along with the value label when running a CAPI application.
Relations have one primary multiple record or item. Each instance of the primary element in a case is processed one at
a time. A relation has one or more secondary records or items. The corresponding secondary elements are linked to the
primary element during processing.
Type Description
Occurrence to Occurrence Corresponding occurrences of the primary record or item and secondary record or item
are linked, that is first occurrences are linked, second occurrences are linked and so on.
Item to Occurrence The value of an item on the primary record is a pointer to the occurrence of the
secondary record.
Occurrence to Item The value of an item on the secondary record is a pointer to the occurrence of the
primary record.
Item to Item The value of an item on the primary record is compared to the value of an item on the
secondary record. If the values are equal, the records are linked.
Relations can be used in for statements in batch programs and in the Export Data tool.
Relation Properties
Property Meaning
Relation Name The name of this item for use in for statements in the CSPro language.
Primary This is the name of multiply occurring record or item. Items in the secondary are linked to items in
the primary.
Primary Link This is either (occ) or the name of an item. If the primary is a record, then this is the name of an
item within the primary record. If the primary is an item, then this is a the name of a subitem within
the primary item.
Secondary This is the name of multiply occurring record or item. Items within the secondary are linked to item
in the primary. The secondary cannot be the same as the primary.
Secondary Link This is either (occ) or the name of an item. If the secondary is a record, then this is the name of an
item within the secondary record. If the secondary is an item, then this is a the name of a subitem
within the secondary item.
• Click on the toolbar, or from the File menu, select New; or press Ctrl+N
• Select the Other category and the Dictionary type and press OK.
• Provide a name for the new dictionary (you need not provide the dictionary extension (.dcf); it will be automatically
appended to the name).
• Select the folder where the dictionary (object) is to be stored. You can press the "Browse" button to locate an existing
folder. If the dictionary file already exists, it will be used. If the dictionary file does not exist, it will be created.
• Press "Next" to advance to the Summary Screen and review your choices.
• If everything looks correct, press Finish to complete the operation.
If you are creating a dictionary to describe an existing data file, you may want to use absolute mode, in the event there
are any "holes" in the data file(s). Or, if you want to use only a subset of the data file's information, using absolute
positioning allows you to define only those data items of interest to you. If you are defining a dictionary for a new data
file, you should be in relative mode, as this does not allow "holes" in your data.
If you have a long questionnaire, you can split the job and have several persons create data dictionaries for different
sections. Later, you can copy and paste the items into one dictionary, making sure that the record type identification is
unique.
The screen on the right displays detailed information for the highlighted object in the left-hand screen. For example, if in
the left-hand screen the focus (cursor or highlight) is on the first line ( ), the right-hand screen will display information
about the dictionary as a whole. If the focus in the left-hand screen is moved to the second line ( ) questionnaire level,
the right-hand screen will display information about the questionnaire (case), which is the basic element of the file. As
the focus is moved down the dictionary tree, the right-hand screen changes to reflect the different items of interest at
each successive level.
Note the tabs at the bottom of the left-hand view marked "Files" and "Dicts". Clicking on either of these tabs will bring up
the appropriate tree. Within each tree, Ctrl+T toggles the view. For the File Tree, the two views will show either the
internal or external names of the files; for the Dictionary Tree, the two views will show either the unique dictionary name
or the dictionary label of each element.
The following is a good strategy for building your dictionary to reflect the data to be collected from your questionnaire:
The first thing we suggest you do is to change the level properties to reflect your intended usage.
Next, determine what ID items are necessary—remember that ID Items set will appear on each record in the
current level, as well as all records in any lower levels.
Third, create any additional records for the level, before changing the record properties as needed (e.g., setting the
maximum number of occurrences for each record, stipulating whether the record is required or optional, and
adding a record type, should you have 2+ records).
Fourth, you're ready to add in dictionary items—these generally have a 1-to-1 correspondence to each question
on your questionnaire.
Finally, you're ready to make a final pass to add in value sets and values for each data item. This is a critical
step, especially for numeric items, and should not be ignored. It determines the valid range of responses for each
data item.
The questionnaire view for the dictionary displays a non-editable, scrollable view of all dictionary items, presented in their
order of definition within the dictionary. The view will present collapsible blocks, with each block corresponding to a
dictionary record, as shown below.
The questionnaire view for the dictionary is comprised of the following parts:
Side menu view: Clicking on the questionnaire view menu will display a list of all dictionary items along the left side
of the questionnaire. Clicking on any item will jump to and highlight that item on the questionnaire, scrolling the
questionnaire view if needed. If the item list is long, a scrollbar for the side menu will also appear. Click on again to
dismiss the menu.
If the record repeats, this will be indicated by a appearing between the title bar and the record item list. Clicking on
will toggle the roster orientation from horizontal to vertical and back again. Depending on how many items are in the
record, horizontal and/or vertical scroll bars will appear.
Item view: Each item will display its unique dictionary name, followed by a colon (':') and its label. The input display
area will vary depending on how it was defined in the dictionary:
If the item is numeric with discrete values (e.g., 1=Male, 2=Female), then the responses will have radio buttons,
followed by the dictionary value.
If the item is numeric continuous (e.g., only a range is defined, such as 0-120 for age), then a gray shaded box
with tick marks indicating the number of characters the item allows will be shown.
If the item is numeric and has a combination of discrete and continuous values (e.g., Age=0-120, Don't
know=999), then the display will be a combination of radio buttons for each value defined in the dictionary, with a
gray box signaling entry for any continuous values.
If the item is alpha, a gray shaded box with tick marks will be shown. Note that depending on the screen size
and/or length of the alpha item, this may cause a horizontal scroll bar to appear.
Scroll bars: If an item appears within a singly-occurring record, then the scroll bar will appear immediately below the
item (or below the roster if the field repeats within the singly-occurring record). However, if the alpha item appears within
a repeating record, then no scroll bar will appear, as the scroll bar will be on the roster.
Note that rows within repeating records can be collapsed (as shown in the screenshot above, which depicts a vertical
orientation, though the default view is horizontal).
General Properties
This property block applies to all dictionary elements. However, the Name and Alias properties are not applicable for
dictionary values.
Type: The underlying type of the dictionary element. Allowable types are dictionary, level, record, item, subitem,
value set, and value. This property is not editable by the user.
Label: The label given to the dictionary element. This property is not editable within the property panel, it must be
changed within the workspace.
Name: The unique name given to the dictionary element. This property is not editable within the property panel, it
must be changed within the workspace. This property does not apply to dictionary values, as they are not given
unique names.
Aliases: Allows one or more aliases to be created for the dictionary element. Aliases can be typed or pasted into
the field. When adding more than one alias, separate each alias with a comma. If the name of an alias being
added already exists elsewhere in the dictionary, it will not be added, as duplicate names are not allowed. A list
of all aliases defined in the dictionary can be seen by going to the View menu and selecting Aliases. Aliases can
also be created in logic using the alias statement. This property does not apply to dictionary values, as they do
not have a unique name.
Note: In addition to adding notes from the workspace, notes can be added within the property panel as well.
Pa ge 105 of 958 Da ta Dic ona ry Applica on
Occurrence Labels
This property only applies to repeating dictionary records or repeating items.
Occurrence Labels: In addition to being able to set occurrence labels from the workspace, this property can be
set within the property panel as well.
Item Properties
This property block only applies to dictionary items and subitems.
Default Capture Type: This will set the default capture type associated with an item. When the item is dropped
onto a form, it will use this capture type when set. It will also be used by Data Viewer to more intelligently display
data, such as when checkboxes are chosen. During data entry, if a capture type is specified for a field, that
setting will override the dictionary setting.
Zero Fill: In addition to being able to set the zero fill property from the workspace, this property can be set within
the property panel as well.
Value Properties
This property block only applies to dictionary values.
Image: Allows an image to be associated with a specific dictionary value, which will be displayed alongside the
label during data entry. Provide the full path and name of the image file. Be sure to include the image file with the
application when deploying to another device.
Text Color: Allows you to color your value labels. By clicking on the field, a small dialog will appear that displays
basic colors (green, blue, red, etc.). You can select a color from the dialog, or type in its name. You can also
click on More Colors to see a full palette of colors.
Advanced Properties
This property block only applies to dictionaries:
Read Optimization: If enabled, only the items used in the application are read from data sources, resulting in the
faster execution of applications.
This is the highest tree node, and identifies the data dictionary file.
Level
This is the second-tier tree node, which usually corresponds to a questionnaire or case. For each level there must be at
least 1 ID Item and 1 record. While CSPro supports up to 3 levels, the majority of data entry applications can be
designed using just 1 level.
Identification Items
Id items can be considered on equal footing with the Level. For each level defined within the dictionary, at least one
identification item must be given.
Record
Records can be considered on equal footing with the Level. For each level defined within the dictionary, at least one
record must be given. Within each record, at least one field must be given.
Item
Regular (non-ID) items are found within a record, and correspond to questions on a questionnaire. If the item contains
subitems (think of dates that are broken into their constituent parts of year, month, and day), these will be designated
with the icon.
Value Set
A value set has the lowest hierarchy on the dictionary tree. It will only appear when an item (or subitem) has more than
one value set. In this situation, a "+" symbol will appear next to the field indicating that the field can be expanded.
Dictionary Types
Every dictionary associated with an application has a type value that indicates how it is being used. For the primary
dictionary (i.e., the one upon which your application was created), this will be your main dictionary. Other dictionaries
(ones that are inserted either directly or secondarily via a forms file) can have additional properties, as explained below.
To see your dictionary's type, go to the Files tab, right-click on the dictionary in question, and select Dictionary Type.
You will then see the following four choices (which may or may not be active, depending on their use):
Type Description
Main This is the principal dictionary upon which the application was built. You cannot give the dictionary
another status as it will always be the primary dictionary for the application.
External When you add a dictionary to an application, its type can either be "external" or "working." If it is an
external dictionary, it must have an associated data file. When external dictionary variables are
used in an application, their default values will be Not Applicable (notappl). External dictionaries
start with a full set of records, regardless of whether a record is required or not. This means every
singly-occurring record will be present, and multiply-occurring records will be given the maximum
number defined.
Working When you add a dictionary to an application, its type can either be "external" or "working." If it is a
working dictionary, it does not need an associated data file. When working dictionary variables are
used in an application, their default values will be blank (if the variable type is alphanumeric) or zero
(if the variable type is numeric). Working Storage dictionaries start with a full set of records,
regardless of whether a record is required or not. This means every singly-occurring record will be
present, and multiply-occurring records will be given the maximum number defined. If you want to
work with data that is not associated with a file, you can also consider using the In-Memory or None
data sources.
Special Output This option is provided for backward compatibility with ISSA Batch Edit Applications. Only non-
primary dictionaries used in Batch Edit Applications can have a "special output" type. Refer to the
Under some circumstances CSPro will ask you to assist in the reconciliation process. You may asked whether you want
to delete item from a form or rename the item, that is, use an item with a different dictionary name.
To rename the item, select "Rename" and then choose the new item name from the list presented. To delete the item,
select "Delete."
You may open a data dictionary and make changes to it, even if it already belongs to an application. Be aware that if you
later open an application to which it belongs, CSPro will automatically make necessary adjustments in other files. For
example, if you delete or rename a dictionary item, then later open an application that contains the data dictionary, any
corresponding fields on forms will be deleted.
You may open a forms file and make changes to it, even if it already belongs to an application. However, you will not
have access to the associated Logic file and you will not be able to run it.
Any changes you make to applications and files are not made permanent until you save the file or application that you
modified.
denotes ID Items
denotes Subitems
Click on the item on the layout window to move the cursor to the specific item in the dictionary window.
Single click on an item to move to the item's definition.
Double click on an item to show its value set(s).
Press Ctrl+L a second time to close the view.
There is no limit on the number of items you can add within a record. The item will always be added at the end of the
record. After selecting an item in the tree, you can press Add Button to initiate add mode.
Press the Esc key to stop adding. You can also use undo if you added at the wrong place.
Select the item or subitem to which you wish to add a value set to.
Right-click to get the popup menu and select "Add Value Set", or press Ctrl+A; or select "Modify Value Set", or
After pasting the link the value set will turn pink as a way of indicating that the value set is shared across two or more
items. Modify or add values to the value set as you would for a regular value set.
Value Set Label: A descriptive text label for a collection of categories of an item. Used by the Tabulation module to
select tabulation categories. This cannot be left blank.
Value Set Name: The name of this value for use in the CSPro language procedures.
From: The smallest value in the value set.
To: The largest value in the value set.
Interval: The size of the interval in each value range generated. For example, if 5 year age groups are desired, then the
interval is 5. The interval must be greater than 0. If the interval is the smallest positive number that can be contained in
the data item, then single values are produced.
Value Label Template: A model for descriptive text of each value or value range that is generated. The characters %s
in the template are replaced by the from and to values for each value range. All other characters are output as entered.
A single value set can contain one or more values. A value will always be added to the end of the current value set. If you
wish to insert a value into an existing value set, use the insert feature. If you add to the wrong place, press the Esc key
to stop the add. Use undo if you added at the wrong place.
If you have made a mistake and want to undo it, press on the toolbar; or from the Edit menu, select Undo; or press
Ctrl+Z. CSPro will try to restore your forms to the state previous to last change you made. To undo the next-to-last
change, press the Undo button again.
Sometimes you may undo several changes and realize you have gone too far back. Press on the toolbar; or from the
Edit menu, select Redo; or press Ctrl+Y. Redo is an "undo" of an undo.
You can use cut and copy to move/copy your selection elsewhere within the dictionary, or to use in another open
dictionary. You can delete multiple records, items, or values at the same time. Undo can be a useful feature when
dealing with block operations.
If you delete the wrong object, click on the toolbar to undo the operation and recover the deleted material. You can
select multiple lines by dragging the mouse over the desired lines or pressing down on the Shift key while you use the
up or down arrow to adjust the selection.
Find What
Enter all or part of the text string to search for. Text used in previous searches is available by clicking on the down arrow
and selecting from the dropdown list.
Next
Find the next occurrence of the text string, starting from the last one found. If it finds the item, it will be brought into
focus in the view; otherwise you will receive a notification that it could not be found.
Prev
Find the previous text string starting from the last one found.
Match Case
If this option is checked, the string will match only if the letters are the same case (upper or lower) as in the string you
entered as the search key. If this option is not checked, the search will ignore case.
To convert subitems back to items, delete the item. When asked if you wish to "Delete subitems too?" answer No.
Occurrence Labels
Occurrence labels can be attached to a repeating item or a repeating roster by right-clicking on the dictionary element
and selecting Occurrence Labels. Alternatively, that option can be found on the Edit menu. To edit an occurrence label,
simply click on the appropriate row and add the label.
When the Save As is complete you will be editing the new dictionary.
Once your application has more than one language, the dictionary toolbar will be updated to display the names of all
defined languages:
Each language will have its own set of labels for all of the dictionary elements (record labels, item labels, value labels,
occurrence labels, etc.). If a label is not defined for a given language, the label will default to the label for the first
language. To simplify the editing of labels, you can press the keyboard shortcut Ctrl + Alt + L to switch between the
languages.
When adding items to your data entry forms, you can specify that the field labels should be directly linked to the
dictionary label. This default setting ensures that the field labels change when the user changes the language during data
entry.
For your application to fully take advantage of multiple language dictionaries, you must define the languages that you
would like to use in the CAPI language section. When running your data entry program, CSEntry will only list languages
defined in the CAPI section. In this way, changing a language will change both the CAPI language text as well as the
dictionary labels used.
Dictionary Macros
Pa ge 119 of 958 How to ...
There are several specialized tasks that you can perform on a dictionary using the dictionary macros functionality. To
access the options, either right-click on a dictionary in the tree and select Dictionary Macros or, with the dictionary
editor active, select Dictionary Macros from the Edit menu. A dialog box will appear with the following options:
This can be useful if you want to edit the names, labels, and lengths in a different software tool, such as Microsoft Excel.
The information is copied in a tab-delimited format.
If you edit the data in an outside program and want to bring the changes back to CSPro, you can use the Paste All
functionality. CSPro will check that what is in the clipboard matches the contents of the dictionary, so you cannot add or
delete items outside of CSPro.
You may find it useful to setup your dictionary parameters in CSPro and then have a subject matter specialist or clerk
enter the labels in another software, particularly if working in multiple languages.
Value Sets
You can Copy All the names and labels to the clipboard for all value sets in your dictionary. As with dictionary names
and labels, you can use this feature to edit the value sets in a different software tool. If your dictionary has multiple
languages, the All Languages option allows you to copy all of the labels, instead of just the primary label, to the
clipboard. If you select Value Set Images, the file names of value set images will also be copied.
After modifying the value set labels in an outside program, you can use the Paste functionality to bring the changes back
to CSPro. You do not need to paste all value sets, so you can make changes to only the value sets that you want to
modify. You can add and remove value set labels in the outside program, but you cannot change value set names.
If you want to remove all the value sets from your program, which can be useful if testing a data entry application that
someone else designed (and for which you do not know the proper values), you can use the Delete All functionality. The
change is permanent, however, so you may want to make a copy of your dictionary prior to removing all value sets.
Records
In a dictionary with many records, it may be useful to modify all records to make all required (Set All to Required) or to
make none required (Set All to Not Required).
If you want some number of blank values in your output file, you can modify the Percent Not Applicable. If you want
some items to have values that are not in their value sets, than you can modify the Percent Invalid. When testing batch
edit applications, this can be useful as a way to detect if your edits properly handle blank and out-of-range values.
Suppose your file has 100 cases and you want to create a 10% sample. Creating a random sample means that all 100
cases have a 10% change of being selected for the sample. Based on randomness, that means that generally your
sample file will have 10 output cases, but it could have fewer or more. You might also get some clumping of cases. On
the other hand, a sequential sample means that the output file will consist of the 1st, 11th, 21st, ... cases. The output
file will always have 10 cases. By modifying the Start Position, you can control which case is output first. For example,
if that value was 3, then your output file would consist of the 3rd, 13th, 23rd, ... cases.
Compact Data: When working with Text data sources as external dictionaries to a program, you can end up with
a lot of deleted records. Deleted records appear in the file with a tilde (~) at the beginning of the line. This option
will remove all deleted records from a file, reducing its size.
Sort Data in ID Order: This will run the Sort Data tool to automatically sort a data file in ID order. Particularly
after concatenating multiple data files, you may want to sort the data in some order, generally based on
geographic ID items.
Create Notes Dictionary: This will create a new dictionary, based on your current one, that can be used to read
the .csnot notes file generated by a data entry application. If you want to export your data entry notes, you can
use this macro and then open the newly created dictionary in the Export Data tool.
Dictionary Analysis
While editing or viewing a data dictionary, you can generate several reports that analyze the contents of the dictionary by
selecting an option from the Dictionary Analysis submenu off the View menu. The options include:
Items Without Value Sets: Determine which items have no value sets.
Numeric Items Without Value Sets: Determine which numeric items have no value sets.
Numeric Items With Overlapping Value Sets: Determine which numeric value sets have discrete or range values that
overlap.
Numeric Items With Mismatched ZeroFill or DecChar Options: Determine which numeric items have a zero fill or
decimal character option that differs from the dictionary's default options. You generally want every item in the dictionary
to use the same options.
When checked, the second option, Allow exporting data to other formats, allows a user to use Data Viewer, the
Export Data tool, or the export statement to output data to another format.
The drop-down allows you to choose a time period to cache the password. Available choices are Never, One Hour, One
Day, One Week, One Month, One Year, Forever, and Custom. If One Hour is chosen, 60 minutes will be prefilled; if One
Day is chosen, 1440 minutes will be prefilled. If you enter 0 minutes, Never will be selected. If you enter a non-zero time
period that does not correspond to one of the preset categories, the Custom option will be used. The Forever option must
be manually chosen.
Encryption Options
Encryption options control whether or not passwords can be stored for data sources using that dictionary. These options
only apply when using the dictionary to access encrypted data using the Encrypted CSPro DB data source. By default,
passwords used to open such files are not cached on the machine, meaning that the password must be specified every
time the file is opened (unless the password is specified in a connection string). If you want to allow the storage of
passwords, specify the number of minutes that the stored password can be used to open the data file.
The password itself will not be stored on the device; instead, a key that can be used to open the data file will be stored.
A clever hacker who accesses this key may be able to open the data but will have a hard time reverse engineering the
key to get the original password itself. The key is stored in secure storage on the device. You can use the CSPro
Settings dialog to clear any cached passwords.
Program Structure
Declaration Section
Procedural Sections
Logic
Language Elements
For a list of commands, see the CSPro Statements and Functions section.
Data Requirements
Data files appear in many different formats and structures. CSPro can work with several types of data sources, but most
people work with CSPro DB or Text files. If you are using data files created by another software package, you must save
the data in a separate text file before you can use it with CSPro. Data files are limited to 2 gigabytes in overall size; the
maximum length of any record in the file is 32,000 characters. CSPro encodes data files using UTF-8. Read more about
Unicode text files at the Unicode Primer.
CSPro processes one case at a time. Each record must contain a unique questionnaire identification code in the same
position in each record. This number must be the same for all records of the same case. If the file is a "flat" file, meaning
that each questionnaire contains only one record, the questionnaire identification becomes irrelevant. In this case, any
data item can be used as the questionnaire identification, but it should be unique for each record. CSPro uses the case
identification values to determine where one case ends, and the next one begins. Records belonging to the same case
must be contiguous within the data file, but there is no requirement that the data file be sorted by case identifier.
CSPro can handle a data file with multiple record types—for example, housing and population—but a record type code
must identify the type of record. This code must be in the same position in each record. Within the same record type,
each data field must be in the same position.
CSPro can process one input data file at a time, but it can access one or more external files. These files must also be
described by a data dictionary.
In some survey data, especially where the total number of data items is great but only a few responses are expected, the
user may choose a format in which each data field is preceded by a "source code" relating it back to the original
document. By using this scheme, non-response fields (empty responses) need not be entered. With this type of format,
each data field is not in a pre-defined location on the record. Before a file like this can be processed by CSPro, it must
be reformatted so that the data fields are in fixed positions. Items in data files must be fixed format, that is, items must
have the same starting position and length in every record where they occur.
Example
PROC GLOBAL
// variables
numeric MinAgeDifferenceParent = 12,
MaxAgeDifferenceMother = 55;
string personName;
Array validRelationships(5);
// user-defined function
function numeric IsMotherValidByAge(numeric motherAge, numeric childAge)
IsMotherValidByAge = ( ( motherAge - childAge ) in MinAgeDifferenceParent:MaxAgeDifferenceMother
);
end;
Procedural Section
This section contains executable and assignment statements that can be written before (preproc) or after (postproc) an
event. Events always fall under the PROC section, which is followed by the name of the forms file, level, form, roster, or
field. Statements are assumed to be in the postproc unless it is explicitly stated that they are in another procedure.
Data entry applications also have a forms file procedure. The form file preproc is executed before a data entry session
begins. There are three other procedure types that may be useful in data entry applications: onfocus, killfocus, and
onoccchange.
Example
See also: Proc Statement, PreProc Statement, OnFocus Statement, OnOccChange Statement, KillFocus Statement,
PostProc Statement, Order of Executing Data Entry Events, Order of Executing Batch Edit Events
Programming Standards
When developing software programs, it is a good idea to follow a set of programming standards. Doing so allows your
program to be more understandable by others as they encounter a program that is predictably organized and uses the
same nomenclature. It is especially important to institute programming standards when jointly drafting programs with a
team of developers, as personal programming styles can interfere with the overall comprehension of the programs.
The list below provides a good starting point towards developing a common set of programming standards. Your
standards may differ, but establishing and using a common set of standards is a key component of maintaining good
programming practices.
Code Folding
The CSPro logic editor supports code folding, a way to collapse and uncollapse sections of code. When working with
large amounts of code, it may be useful to collapse ("fold") code to see an overview of the code, and then to uncollapse
("unfold") the code to see details about an implementation.
To modify code folding options, from the View menu, select Code Folding. The Level options allow you to control what
is folded:
Another technique is to use error messages with the errmsg function. The generation of an error message tells you that
program control has passed to that point in your application. The error message can also include variable values to
indicate the status of those variables at that point.
It may sound obvious, but it is good programming technique to indent your code. This will help you find problems
caused by unterminated if or do statements, for example. If you consistently indent (or tab) the content within any
control structure, finding a lost endif or enddo will be much easier.
You can also use the trace function to determine problems in your application by outputting messages to a separate
window or file rather than have them appear onscreen as they would with error messages.
Prior to CSPro 7.2, there was a compilation mode called implicit that allowed for on-the-fly variable declarations. This
was removed because it could easily lead to mistakes based on programmers mistyping variable names. There were
some purposes where implicit declaration mode could be useful, which can now be achieved by using the ensure
statement.
Variables
Within CSPro logic, you can declare numeric and string variables, or the following objects:
Variable names can only contain letters, numbers, or the underscore (_) character, and they must begin with a letter. By
default, names are case insensitive; that is, uppercase and lowercase letters are considered the same, meaning that
variables named myvar, MYVAR, and MyVar are all equivalent.
Variables can be global or local in scope. If a variable is declared in the PROC GLOBAL block, then the variable has a
global scope and can be referenced anywhere within your program. However, if a variable is declared at a lower level,
such as the PROC for a form or block, then the variable is only accessible within that PROC.
Numeric Variables
In CSPro, numeric variables are stored internally in floating point format. They can accommodate numbers of extremely
small or large size, positive or negative, as well as special values.
String Variables
Alphanumeric data can contain any combination of letters, digits, blanks, or other special characters. As no string size
is required when declaring a string variable, there is no limit to the size of the string. This is an improvement over the
alpha statement which cannot exceed 8,192 characters.
See also: Data Type, Dot Notation, Logic Objects, and Namespaces, String Literals
Alias Statement
Format
alias aliased_name : original_name;
Example 2: Using Aliases to Standardize Variable Names so that Logic Can be Reused
Across Programs
alias AGE : P14_AGE,
RELATIONSHIP : P15_RELATIONSHIP,
SEX : P16_SEX;
In both examples, P14_AGE, P15_RELATIONSHIP, and P16_SEX are the names of items declared in a dictionary. Once the
alias statement has been specified (in PROC GLOBAL), the names P14 and P14_AGE can be used interchangeably. For
example, these two statements are identical:
User-Defined Functions
User-defined functions are coded in the declaration portion (PROC GLOBAL) of an application. Once defined, they can be
used anywhere in an application. Functions are used to perform operations that are used in several different places in an
application.
return_value = function_name(parameter_list);
Functions may include a list of parameters, which can vary depending on the function call's requirements. This list may
be empty (that is, it contains no parameters between the opening and closing parentheses) or it may contain one or
more parameters. Each parameter specifies a variable or object that is used by the statements within the function.
Numeric, string, and alphanumeric variables are local to the function. That is, if a variable is passed as an argument, its
value in the rest of the application will not be changed by actions within the function (this is called "pass by value"). On
the other hand, objects (such as arrays and file handlers) passed as arguments refer to the source variable and
interactions on the variable affect the source variable (this is called "pass by reference"). If you want to pass a numeric or
string variable by reference, you can use the ref keyword to signify that changes made in the function should affect the
source variable.
A user-defined function:
Array Object
In logic, an Array is an object that contains a collection of elements of the same type, either numeric, alphanumeric, or
string. An array can be of many dimensions, though each of these dimensions is of a fixed size. Arrays can be used in
various processing operations, including defining a list of constant values (like month names) or working with hotdecks
and DeckArrays.
Whenever an Array object is used in the application, a value or numeric expression for each dimension must be given.
The initial array contents are zero (if numeric) and blank (if alphanumeric or string) until a value for each dimension is
assigned. If using a numeric saved array, the initial array contents are default.
If you want the behavior of an array but without fixed dimensions, you can use the HashMap object, which is an
associative array.
Functionality
An Array is a CSPro logic object and the following functions can be called via dot notation:
Function Description
clear Resets all array values to the default value.
length Returns the size of an array dimension.
Assignments
When an Array is used as an argument to a user-defined function, it is passed by reference.
Audio Object
In logic, an Audio object represents an audio recording. Audio recordings may be loaded from audio files, saved to audio
files, played, or recorded. Audio objects are typically used to record portions of an interview either interactively or in the
background. With interactive recording, an audio recorder is displayed to the user who then controls when the recording
is started and stopped. The user must complete the audio recording before moving to the next survey question. With
background recording, the audio recorder is started and stopped using CSPro logic and the user can continue with the
survey while the audio is recorded.
Audio recording is typically implemented by declaring a variable of type Audio, calling either the Audio.record or
Audio.recordInteractive function, and then calling the Audio.save function to save the audio to a file. Audio recorded
by CSPro is stored in m4a format (AAC encoded in an MPEG-4 container).
Functionality
Pa ge 130 of 958 Decla ra on Sec on
An Audio object is a CSPro logic object that can be defined as a binary dictionary item or created as a logic variable.
The following functions can be called via dot notation:
Function Description
clear Erases the audio recording currently stored in the Audio object.
concat Appends an audio recording to the recording stored in the Audio object.
length Returns the length, in seconds, of the recording in the Audio object.
load Reads an audio file and places the contents in the Audio object.
play Launches an audio player to play back the contents of the Audio object. (Android only.)
record Starts recording audio in the background. (Android only.)
recordInteractive Starts interactive audio recording. (Android only.)
save Writes the audio recording to a file.
stop Stops the current background recording. (Android only.)
In addition to these object functions, Audio objects can be used as arguments to the filename function.
Assignments
Audio objects can be assigned to other Audio objects, which will replace the recorded Audio with the recording from the
assigned Audio object.
audio_name = another_audio_name;
document_name = audio_name;
You can also make the reverse assignment, assigning a Document to an Audio object. A runtime error will occur if the
Document's data was not Audio data.
audio_name = document_name;
Example
Case Object
In logic, a Case object facilitates the management of CSPro's case-based data.
Functionality
A Case object is a CSPro logic object that allows the following functions to be called via dot notation:
Function Description
view Displays the questionnaire view for the case.
In addition to this object function, Case objects can be used as arguments to the view function.
Document Object
In logic, a Document object facilitates the storage of text or binary files. Unlike CSPro data files, or text files (accessed
via File), the contents of a Document cannot be directly edited.
Functionality
A Document object is a CSPro logic object that can be defined as a binary dictionary item or created as a logic variable.
The following functions can be called via dot notation:
Function Description
load Reads a file and stores its contents in the Document object.
save Writes the contents of the Document object to a file.
view Displays the contents of the file held by the Document object.
clear Clears the Document object's contents.
In addition to these object functions, Document objects can be used as arguments to the filename and view functions.
Assignments
Document objects can be assigned to other Document objects, which will replace the Document's contents with the
contents from the assigned Document object.
document_name = another_document_name;
It is also possible to assign Audio, Geometry, and Image objects to a Document. These assignments will always
succeed.
document_name = audio_name;
document_name = geometry_name;
document_name = image_name;
You can also make the reverse assignment, assigning a Document to an Audio, Geometry, or Image object. A runtime
error will occur if the Document's data cannot be converted to those objects.
audio_name = document_name;
geometry_name = document_name;
image_name = document_name;
You can assign a string expression to a Document object, which will replace the Document's contents with the text, as if
the contents had been read from a text file.
Example
Document manual;
manual.load("Farmers Markets Survey.pdf");
manual.view();
File Object
Most files in CSPro are data files, whose structure is defined by a data dictionary are are used in logic by referring to
their dictionary names. However, it is also possible to write to text files without an associated data dictionary. Lines of
text can be written to a file or read from a file, and these files can also be used in export statements.
The physical name of the file can be specified in the Define File Associations dialog when the application is run, in a PFF
file, or by using the File.open, open, or setfile functions.
Functionality
A File is a CSPro logic object and the following functions can be called via dot notation:
Function Description
open Associates the File object with an existing or a new file on the disk (equivalent to setfile).
close Closes the open file (equivalent to close).
read Reads one or more lines of text from the file (equivalent to fileread).
write Writes one or more lines of text to a file (equivalent to filewrite).
In addition to these object functions, File objects can be used as arguments to functions such as filecopy,
filedelete, fileempty, fileexist, filename, filerename, filesize, open, and pathname.
Assignments
When a File object is used as an argument to a user-defined function, it is passed by reference.
Example
File login_times_file;
login_times_file.open("Login Times.csv", append);
login_times_file.write("%s, %s, %d", getdeviceid(), getoperatorid(), timestamp());
login_times_file.close();
Freq Object
In logic, a Freq can be one of two things: an "unnamed" statement used to generate frequencies with a specific set of
behaviors regarding how values are tallied, or a CSPro logic object with a name, which allows for the creation of
frequencies with control over when the values are tallied. This page is only relevant if using named frequencies.
Function Description
clear Resets all tallies to 0.
save Saves frequency tables to a file.
tally Tallies the frequencies.
view Displays frequency tables in an embedded web browser.
In addition to these object functions, Freq objects can be used as an argument to the view function.
Assignments
Unlike most CSPro logic objects, Freq objects cannot be assigned to other Freq objects.
If the Freq object has only one variable as part of its frequency list, individual tallies of the Freq object can be accessed
by using an index:
freq_name(value) = tally;
tally = freq_name(value);
Example 1
Freq hh_status_freq(HH_STATUS);
forcase LISTING_DICT where FIPS = 69 do
hh_status_freq.tally();
endfor;
hh_status_freq.view()
heading("Household Status - Northern Mariana Islands");
// show the detailed household status report when some households are incomplete
if hh_status_freq(1) > 0 then
ShowDetailedHouseholdStatusReport();
endif;
Example 2
Geometry Object
In logic, a Geometry is an object that can be used to display and manipulate vector geometry: points, lines, and
polygons. The Geometry object can load and save data in GeoJSON format. You can display the geometry on a map,
interactively trace polygons on a map, and compute the area and perimeter of polygons.
Note that displaying geometry on a map and polygon tracing are currently only supported on Android. These functions will
do nothing when run on Windows.
Functionality
A Geometry is a CSPro logic object that can be defined as a binary dictionary item or created as a logic variable. The
following functions can be called via dot notation:
Function Description
load Read geometry from a GeoJSON file.
save Write geometry to a GeoJSON file.
clear Delete all data from the geometry.
tracePolygon Allow user to draw polygon by tapping points on a map. (Android only.)
walkPolygon Allow user to draw polygon by walking the perimeter and saving the locations using the
GPS. (Android only.)
area Compute the area of a polygon.
perimeter Compute the perimeter of a polygon.
maxLatitude Get the largest latitude value of the geometry.
maxLongitude Get the largest longitude value of the geometry.
minLatitude Get the smallest latitude value of the geometry.
minLongitude Get the smallest longitude value of the geometry.
getProperty Retrieve one of the geometry's properties.
setProperty Set the value of one of the geometry's properties.
Assignments
Geometry objects can be assigned to other Geometry objects, which will replace the vector geometry with the contents
from the assigned Geometry object.
geometry_name = another_geometry_name;
document_name = geometry_name;
You can also make the reverse assignment, assigning a Document to a Geometry object. A runtime error will occur if the
Document's data was not valid geometry data.
geometry_name = document_name;
Example
// Declare a geometry
Geometry mygeometry;
// Capture polygon
mygeometry.tracePolygon();
// Compute the area of the captured polygon
AREA = mygeometry.area();
// Save the geometry to a file
mygeometry.save("polygon.geojson");
HashMap Object
In logic, a HashMap is similar to an Array but has dimensions that can be either non-consecutive numbers or strings. A
HashMap is an associative array that can be used to store numbers or strings and can dynamically grow or shrink in
size.
Functionality
A HashMap is a CSPro logic object and the following functions can be called via dot notation:
Function Description
clear Removes all values from the HashMap.
contains Returns whether a specified key exists.
getKeys Fills a List with the HashMap's keys.
length Returns the number of keys.
remove Removes a key.
Assignments
HashMap objects can be assigned to other HashMap objects, which will replace the initial HashMap with the values of
the assigned HashMap:
hashmap_name = another_hashmap_name;
When assigning a HashMap to another HashMap, both must have the same value types, and the dimension types must
be compatible.
Individual elements of HashMap objects can be retrieved or set by using an index to specify the dimension keys:
Example
PROC GLOBAL
HashMap invalidValuesByPerson default(0);
PROC CENSUS_LEVEL
List string person_list;
invalidValuesByPerson.getKeys(person_list);
do numeric counter = 1 while counter <= person_list.length()
errmsg("%s had %d invalid values", strip(person_list(counter)),
invalidValuesByPerson(person_list(counter)));
enddo;
invalidValuesByPerson.clear();
PROC SEX
if not invalueset(SEX) then
inc(invalidValuesByPerson(PERSON_NAME));
endif;
PROC AGE
if not invalueset(AGE) then
inc(invalidValuesByPerson(PERSON_NAME));
endif;
Image Object
In logic, an Image object facilitates the storing and manipulating of images. Image objects can contain photos,
signatures, or other kinds of visual media. CSPro supports reading and writing to JPEG, PNG, and BMP image formats.
Functionality
Pa ge 138 of 958 Decla ra on Sec on
An Image object is a CSPro logic object that can be defined as a binary dictionary item or created as a logic variable.
The following functions can be called via dot notation:
Function Description
load Reads an image from a file and stores its contents in the Image object.
save Writes the contents of the Image object to a file.
width Returns the width of the image in pixels.
height Returns the height of the image in pixels.
resample Resamples the image to change the image's dimensions.
createQRCode Creates a QR code representing a text string.
takePhoto Takes a photo using a device's camera and stores the photo in the Image object.
(Android only.)
captureSignature Allows the drawing of a signature and stores the captured signature in the Image object.
(Android only.)
view Displays the image held by the object.
clear Clears the Image object's contents.
In addition to these object functions, Image objects can be used as arguments to the filename and view functions.
Assignments
Image objects can be assigned to other Image objects, which will replace the Image's contents with the contents from
the assigned Image object.
image_name = another_image_name;
document_name = image_name;
You can also make the reverse assignment, assigning a document to an Image object. A runtime error will occur if the
Document's data was not a valid image.
image_name = document_name;
Example
List Object
In logic, a List is similar to an one-dimensional array but without a defined size. That is, a List is a collection of values,
either numeric or string, that can grow or shrink in size.
Functionality
A List is a CSPro logic object and the following functions can be called via dot notation:
Function Description
add Adds a single value, or a List of values, to the end of a List.
clear Removes all values from the List.
insert Inserts a single value, or a List of values, at a given position in the List.
length Returns the size of the List.
remove Removes the value at a given position from the List.
removeDuplicates Removes duplicate values from the List.
removeIn Removes values from the List that are specified in an in list.
seek Returns the index of a specified value.
show Displays the List object's values (similarly to accept) and returns the index of the
operator's selection.
sort Sorts the List object's values in ascending or descending order.
In addition to these object functions, List objects can be filled when used as arguments to functions such as dirlist,
keylist, and HashMap.getKeys.
Assignments
List objects can be assigned to other List objects, which will replace the initial List with the values of the assigned List:
list_name = another_list_name;
Individual elements of List objects can also be modified or added by using a one-based index:
Pa ge 140 of 958 Decla ra on Sec on
list_name(index) = modify_value;
list_name(list_name.length() + 1) = add_value;
Example
List string respondent_query;
do numeric counter = 1 while counter <= count(NAME)
respondent_query.add(NAME(counter));
enddo;
numeric respondent_index = respondent_query.show("Who in the household is responding to
questions?");
Map Object
In logic, a Map is an object that can be used to display and control an interactive map. The map may be panned and
zoomed with touch controls and may optionally show the user's current location. Using map functions you can add
markers at geographic positions on the map, add custom buttons, and set the geographical area displayed. You can
also specify user-defined functions in your logic to be called when the user taps on markers, buttons, and on the map
itself. Together, these functions allow for rich map-based interactions such as showing households on a map and
launching an interview when the user taps a household.
To display a map, call the Map.show function. The map will be displayed allowing the user to interact with it until the user
taps the back button or the Map.hide function is called from program logic.
You can call map functions to add markers, buttons, set the base map, and pan/zoom before showing the map. This will
be more efficient than adding them afterwards, especially when adding large numbers of markers. You can also call the
map functions after showing the map from within any of the user-defined callback functions for map, marker, and button
clicks and drags.
By default, the map contains a button to zoom to the users current location. You can add additional buttons to the map
by calling Map.addImageButton or Map.addTextButton.
You add vector geometry, such as polygons and polylines, to the map using the Map.addGeometry function.
By default, the map will display a base map from Google Maps, which requires an Internet connection. With no Internet
connection the base map will be empty. To display a map without an Internet connection you can copy an offline map file
to your device and pass the file to the Map.setBaseMap function.
Functionality
A Map is a CSPro logic object that allows the following functions to be called via dot notation:
Function Description
show Display the map and allow the user to interact with it.
hide End displaying the map if it is currently showing.
clear Reset the map's properties to the default state.
setOnClick Set the user-defined function that is called when the user taps on the map.
Pa ge 142 of 958 Decla ra on Sec on
getLastClickLatitude Retrieve the latitude of the last point on the map the user tapped.
getLastClickLongitude Retrieve the longitude of the last point on the map the user tapped.
addMarker Place a marker on the map at the specified latitude and longitude.
removeMarker Delete a single marker from the map.
clearMarkers Delete all markers from the map.
setMarkerImage Set the icon displayed on the map for a specific marker.
setMarkerText Set text displayed on the map for a specific marker.
setMarkerDescription Set text displayed in a popup window when a specific marker is tapped.
setMarkerOnClick Set the user-defined function that is called when the user taps a marker.
setMarkerOnClickInfoWindow Set the user-defined function that is called when the user taps on a marker's
popup info.
setMarkerOnDrag Set the user-defined function that is called when the user a drags a marker on
the map.
setMarkerLocation Move an existing marker to a new position on the map.
getMarkerLatitude Retrieve the latitude of a marker on the map.
getMarkerLongitude Retrieve the longitude of a marker on the map.
Assignments
When a Map object is used as an argument to a user-defined function, it is passed by reference.
Example
// Declare a map
Map mymap;
// Add a marker to the map at latitude 38.84839, longitude -76.931098
mymap.addMarker(38.84839, -76.931098);
// Display the map
mymap.show();
Pff Object
In logic, a Pff is an object that contains information about a CSPro Program Information File (.pff). PFF files are used to
run CSPro applications or tools in production mode. Using the Pff object in logic, it is possible to dynamically modify the
properties used when running an application or tool.
Pa ge 143 of 958 Decla ra on Sec on
Functionality
A Pff is a CSPro logic object and the following functions can be called via dot notation:
Function Description
load Loads the contents a PFF file from the disk.
save Saves a PFF file to the disk.
getProperty Gets the value associated with a PFF property.
setProperty Sets the value associated with a PFF property.
exec Executes the application or tool associated with the PFF.
In addition to these object functions, Pff objects can be used as arguments to the filename function.
Assignments
Pff objects can be assigned to other Pff objects, which will replace the Pff's properties with the properties of the assigned
Pff:
pff_name = another_pff_name;
Example
PROC INTERVIEWER_MENU
// run the listing program in the interviewer's assigned cluster
if INTERVIEWER_MENU = 1 then
Pff listing_pff;
listing_pff.load("Listing.pff");
listing_pff.setProperty("Key", maketext("%v", CLUSTER));
listing_pff.exec();
endif;
SystemApp Object
In logic, a SystemApp is an object that contains information about the parameters to be used when calling a system
application. A system application is an application that is loaded on a device and is generally not part of the CSPro suite
of applications and tools. On Android, the SystemApp object also stores any information that resulted from the running of
the system application.
Functionality
A SystemApp is a CSPro logic object and the following functions can be called via dot notation:
Function Description
clear Clears any stored arguments.
exec Executes the system application.
getResult Gets a result returned from the system application.
Assignments
When a SystemApp is used as an argument to a user-defined function, it is passed by reference.
Example
// play the training video in Windows Media Player
SystemApp windows_media_player;
windows_media_player.setArgument(pathconcat("../Videos/Census Training.mp4"));
windows_media_player.exec("wmplayer.exe");
See also: System Action Invoker Namespace, ExecSystem Function (Desktop), ExecSystem Function (Mobile), View
Function
ValueSet Object
In logic, a ValueSet is an object that contains information about the possible values that are considered permissible for a
field. Each possible value contains a label, a code (the valid value), and can contain a link to an image shown when the
value set is displayed. The ValueSet object, once passed to the setvalueset function, becomes an item's dynamic
value set.
Functionality
A ValueSet is a CSPro logic object and the following functions can be called via dot notation:
Function Description
add Adds a single value, or all the values from an existing value set, to the value set.
clear Removes all values from the value set.
length Returns the size of the value set.
randomize Randomizes the order of entries in the value set.
remove Removes the value with the specified code from the value set.
show Displays the value set's labels (similarly to accept) and returns the code of the
operator's selection.
sort Sorts the order of entries in the value set by either label or code.
In addition to these object functions, ValueSet objects contain two built-in List objects: valueset_name.codes and
valueset_name.labels, which contain the codes and labels for the value set. These are read-only List objects and can
be used in most ways that List objects can be used.
Assignments
ValueSet objects can be assigned to other ValueSet objects, which will replace the initial value set with the values of the
assigned value set:
valueset_name = another_valueset_name;
Example
PROC RESPONDENT
preproc
ValueSet respondent_valueset;
do numeric counter = 1 while counter <= count(PERSON_REC)
if AGE(counter) >= 15 and USUAL_MEMBER(counter) = 1 then
respondent_valueset.add(NAME(counter), counter);
endif;
enddo;
setvalueset(RESPONDENT, respondent_valueset);
Executable Statements
Executable statements begin with a command and end with a semicolon (;). They are made up of a combination of
commands, keywords, expressions, and functions. For example:
skip to Q103;
skip is a command, to is a keyword, and Q103 is the name of a data entry field.
Assignment Statements
Assignment statements set a variable equal to the value of an expression and do not contain commands. If the
expression is a string expression, then the variable must be alphanumeric. If the expression is numeric or conditional,
then the variable must be numeric. For example:
AGE = 10;
Q102 = previousAge;
Y = sqrt(X);
NAME = "John Doe";
SEX_RATIO = MALES / FEMALES;
Proc Statement
Format
PROC PROCEDURE_NAME
Description
The PROC statement declares the beginning of the procedures for a data entry or batch processing element. The
PROCEDURE_NAME must always be the name of an object in the forms or edit tree. If you are in the logic view and
select a processing element from the tree, the logic view will automatically generate the "PROC PROCEDURE_NAME"
heading.
If you plan to write logic for more than one procedure, the order of procedures must be as follows:
See also: PreProc Statement, OnFocus Statement, OnOccChange Statement, KillFocus Statement, PostProc
Statement, Order of Executing Data Entry Events, Order of Executing Batch Edit Events
PreProc Statement
Format
preproc
Description
The preproc statement declares that the statements following it are executed at the beginning of a run, case, level,
record, form, roster, or field.
In data entry applications, statements in a preproc procedure are executed when you move forward onto an object.
Moving forward occurs when the execution flow moves the cursor onto the object, or when the user goes forward to the
object by any means (mouse-click, tab key, arrow keys, etc.). If you move backward onto an object, preproc
statements are not executed. Moving backward occurs if a keyer reenters a value, goes backward with a mouse click, or
uses the Shift+tab or arrow keys to move backward. If you want to execute the statements when you move both forward
and backward onto a field, code them in the onfocus procedure.
In batch edit applications, a preproc is used to execute logic at the beginning of a run, case, level, or record. For an
item there is no difference between placing your logic in a preproc or postproc.
Remember, if you don't code a preproc or postproc in a PROC, all instructions are considered postproc statements by
default.
Example
PROC INTERVIEW_DATE
preproc
INTERVIEW_DATE = sysdate("YYYYMMDD");
See also: Proc Statement, OnFocus Statement, OnOccChange Statement, KillFocus Statement, PostProc Statement,
Order of Executing Data Entry Events, Order of Executing Batch Edit Events
Description
The onfocus statement declares that the statements following it are executed when a form, roster, or field becomes
active.
Statements in an onfocus procedure are executed when you move onto the object in which they are coded. When
moving forward, any preproc statements are executed before the onfocus statements. However, when moving
backward, the preproc statements are not executed and only the onfocus statements are executed.
Example
PROC CHRONIC_ILLNESS
onfocus
if curocc() = 1 then
setvalueset(CHRONIC_ILLNESS,CHRONIC_ILLNESS_FIRST_VS);
else
setvalueset(CHRONIC_ILLNESS,CHRONIC_ILLNESS_SECOND_VS);
endif;
See also: Proc Statement, PreProc Statement, OnOccChange Statement, KillFocus Statement, PostProc Statement,
Order of Executing Data Entry Events, Order of Executing Batch Edit Events
OnOccChange Statement
Format
onoccchange
Description
The onoccchange statement declares that the statements following it are executed at the time that a group's current
occurrence changes. The onoccchange statement can only be coded in a group: a roster or a multiply occurring form.
During data entry, whenever the user moves from one occurrence to another (forward or backward), the onoccchange of
the group will be executed.
The onoccchange statement is not very common, but it may be useful in some CAPI applications, particularly to set
question text fills.
Example
PROC PERSON_FORM
onoccchange
if curocc() > 0 then
personName = strip(FIRST_NAME(curocc())) + " " + strip(LAST_NAME(curocc()));
endif;
Pa ge 149 of 958 Procedura l Sec ons
See also: Proc Statement, PreProc Statement, OnFocus Statement, KillFocus Statement, PostProc Statement, Order
of Executing Data Entry Events, Order of Executing Batch Edit Events
KillFocus Statement
Format
killfocus
Description
The killfocus statement declares that the statements following it are executed when a form, roster, or field stops being
active.
Statements in an killfocus procedure are executed when you move off the object in which they are coded. When
moving forward, any killfocus statements are executed before any postproc statements. However, when moving
backward, the postproc statements are not executed and only the killfocus statements are executed.
The killfocus statement is not very common as most logic operations and checks only occur when moving forward in
the application, in which case they can be coded in a postproc.
Example
PROC CEB_MALE
killfocus
CEB_TOTAL = visualvalue(CEB_MALE) + visualvalue(CEB_FEMALE);
See also: Proc Statement, PreProc Statement, OnFocus Statement, OnOccChange Statement, PostProc Statement,
Order of Executing Data Entry Events, Order of Executing Batch Edit Events
PostProc Statement
Format
postproc
Description
The postproc statement declares that the statements following it are executed at the end of a run, case, level, record,
form, roster, or field.
In data entry applications, statements in a postproc procedure are executed when you complete an object; that is, flow
off of it. When you click off a field, manually skip from a field, or move backward, the postproc statements are not
executed. If you want to execute the statements in these situations, code them in the killfocus procedure.
In batch edit applications, a postproc is used to execute logic at the end of a run, case, level, or record. For an item
there is no difference between placing your logic in a preproc or postproc.
If you don't code a preproc or postproc in a PROC, all instructions are considered postproc statements by default.
Example
See also: Proc Statement, PreProc Statement, OnFocus Statement, OnOccChange Statement, KillFocus Statement,
Order of Executing Data Entry Events, Order of Executing Batch Edit Events
From the Logic Window you can create or modify procedures that add logic to your application. The view is divided into
two areas:
Upper view: This is the text editor, where you write the logic statements.
Bottom view: Contains two tabs, Compiler Output and Message. The Compiler Output tab displays compiler results
of your program. If there are errors in your logic, the compiler will display the error messages here; otherwise, it will
display "Compile Successful". The Message tab is where you create user-defined messages to be displayed during, or
at the completion of, the execution of your application.
Click on any element of the Forms Tree or Batch Edit Tree to see the logic which corresponds to that symbol. For
example, if you click on a field, you see the logic for only that field. A group or level can also have logic associated with
it. Click on the forms file node (usually the topmost node on form tree) to see the logic for the whole application. This is
the way to see and enter logic for the global procedures.
See also: Create and Edit Logic, Order of Executing Data Entry Events, Order of Executing Batch Edit Events
PROC P06_MARITAL_STATUS
Note that this particular verification can be done only after data has been entered in both fields. If for some reason AGE is
captured after P06_MARITAL_STATUS, then these instructions would be placed in the AGE field's logic.
PROC P06_MARITAL_STATUS
if P06_MARITAL_STATUS = 1 then
skip to P08_WORK_STATUS;
endif;
Press on the toolbar, or press Ctrl+F; or select Find from the Edit menu to open the Find dialog box. You can
simply search for a text string by typing it in the dialog box and pressing Enter. You can then press the F3 key to find
the next occurrence of the text string. If you use the Mark All button, CSPro will show you each line that contains the
text string by putting a yellow circle to the left of it.
Replace
Press Ctrl+H; or select Replace for the Edit menu to open the Replace dialog box. This is the standard Windows dialog
box that allows you to replace one text string with another text string, either one at a time or all at once.
Compile Scope
You can choose to compile logic for a specific entity (such as a field, roster, or form) or for the entire application. To
compile code for a specific entity, simply select that element from the form or batch edit tree. The associated logic for
that item will be displayed in the logic view. If you are ready to compile the entire application, select the root node (the
topmost entry of the data entry or batch edit tree) and compile.
How to Compile
Pa ge 153 of 958 Logic
Press on the toolbar; or from the File menu, select Compile; or press Ctrl+K.
Compiler Results
Error and warning messages will appear within the Compiler Output tab of the message view at the bottom of the
workspace. A dot will appear to the left of the line of code containing the problem—red dots indicate an error, yellow dots
indicate a warning. Double-clicking the error or warning message will move your cursor to the offending line within the
logic view.
To facilitate code development, you should compile your logic on a regular basis to ensure not too many errors are
introduced. Depending on the number and type of errors, it can cause CSPro to have difficulty determining the source of
the error (for example, missing "end" or "endif" statements can cause a lot of problems). If there are unfinished code
blocks that won't compile, they should be commented out until ready to complete.
The OnKey Character Map is used to determine the codes for keystrokes or characters. Type a character and the
OnKey and OnChar codes for that character will be displayed in the Code field. In the above image, an Arabic keyboard
was used to generate the letter Dad. In this example, the OnKey function will be called with the keystroke value 81
because the 'Q' key was pressed to generate the letter 'Dad.' The OnChar function will be called with the character value
1590, representing the Arabic letter.
Description
Pa ge 154 of 958 Logic
OnViewQuestionnaire is a special global function. It is called during a data entry application when a user attempts to
open the questionnaire view from the menu (View > Questionnaire). This function allows you to disable the viewing of
questionnaires, or display the questionnaire using a custom action. As with other user-defined functions, it must be
defined in the PROC GLOBAL section.
The function can be defined without parameters, or with a single string parameter. If one string parameter is provided,
then it will receive the name of the dictionary that forms the basis of the questionnaire.
Return Value
Return 0, or a special value, to prevent the default behavior of viewing the questionnaire. Returning any other value means
that the questionnaire will be viewed.
Example 1
In this example, the function prevents non-supervisors from opening the questionnaire view for the staff dictionary.
PROC GLOBAL
function numeric OnViewQuestionnaire(string dictionary_name)
// only allow supervisors to view cases from the STAFF_DICT dictionary
if dictionary_name = "STAFF_DICT" and STAFF_ROLE <> "SUPERVISOR" then
errmsg("Staff with role '%s' are unable to view the '%s'
questionnaire.", STAFF_ROLE, dictionary_name);
exit 0;
endif;
// allow the viewing of the questionnaire
exit 1;
end;
Example 2
In this example, the input to view the main dictionary is constructed without the question text, overriding the default
behavior that would show this information.
User Settings
User settings are accessed from logic using the loadsetting function or Settings.getValue action. User settings are
modified using the savesetting function or Settings.putValue action. Unless otherwise specified, all CSPro
applications on a device share the same settings, which make user settings a convenient way to share information
across different applications. For example, a menu program might save some information:
PROC INTERVIEWER_NAME
savesetting("InterviewerName", INTERVIEWER_NAME);
And then another program might automatically fill in the interviewer name based on the saved setting:
PROC INTERVIEWER
preproc
INTERVIEWER = loadsetting("InterviewerName");
noinput;
Configuration Settings
Configuration settings are stored locally on your device and are loaded at compile time. The value of a configuration
setting is accessible by declaring a variable using the config modifier. Unlike user settings, configuration settings
cannot be modified in logic. They can only be modified using the dialog box.
Because binary data entry applications (.pen files) are only compiled with the .pen file is created, the configuration
settings stored on the computer used to create the file are saved in the .pen file.
Configuration settings are a convenient way to store some information outside of your logic file. If you are using a revision
control system (e.g., Git), there may be some values, like the URL you are using to synchronize data, that you do not
want to store in your publicly visible logic. You can define these settings on your machine without having to share them
with strangers. For example, this is logic that you can safely commit to a public repository:
config ftpServerUrl;
syncconnect(FTP, ftpServerUrl);
For this to work, you need to use the dialog box to add an attribute "ftpServerUrl" with the FTP server URL as its
value.
See also: config Variable Modifier, loadsetting Function, savesetting Function, Settings Action Invoker Namespace,
CSEntry Settings Modification
Text
CSPro Logic
JSON String
Percent Encoding (used in connection strings)
The text in each section is updated as you type, and if there is an error parsing the text, the error is displayed in red
above the text.
The Copy button copies the text in that section to the clipboard. Within CSPro logic, the encode function can convert
text to JSON string and percent encoding formats.
CSPro Logic: Split newlines across multiple lines: If checked, newlines in the text input will be split on
multiple lines for readability, resulting in multiple string literals that are automatically concatenated by the CSPro
compiler. This option is enabled only when using logic version CSPro 8.0+.
CSPro Logic: Use verbatim string literals: If checked, the text will be encoded as a verbatim string literal. This
option is enabled only when using logic version CSPro 8.0+.
The dialog allows you to specify a path and see how it is expressed as a string literal, with proper escaping for the
backslash characters. In the above example, the path "C:\AMO\Images\UVA.jpg" must be written using escaped
backslashes when using logic version CSPro 8.0+: "C:\\AMO\\Images\\UVA.jpg". The Always use forward slashes
option replaces backslashes in paths with forward slashes; e.g., "C:/AMO/Images/UVA.jpg".
If specifying a directory or file path in the Relative To field, the dialog will display the evaluated relative path. In the above
example, relative paths would appear as following:
The ... button allows you to browse for a directory or file path. The Copy button copies the text, or CSPro logic, to the
clipboard.
Symbol Analysis
When viewing a data entry or batch application's logic, you can select Edit -> Symbol Analysis to view information
about where each dictionary symbol, form symbol, and user-defined function is used in an application.
After selecting a symbol, uses of that symbol are shown along with the line of logic where it is used. You can click on
each use and a larger area of logic—not just the single line—will be shown.
Symbol Analysis can be used to quickly see where and how symbols are used throughout your application.
Multiline Comments
The original style of multiline comments uses braces: { commented code }.
When using logic version CSPro 8.0+, multiline comments start with /* and end with */: /* ... commented code ...
*/.
String Literals
The original version of string literals does not allow for escape sequences. A few functions have special processing for
characters following backslashes; for example, "\n" introduces a new line in an errmsg; "\f" introduces a form feed by
filewrite. However, this can lead to unintended results; for example, it is not possible to display the error message
"eight\nine\ten" on a single line because the backspace character preceding "nine" would be interpreted as a newline
character.
With logic version CSPro 8.0+, escape sequences are processed. An escape sequence begins with a backslash
character and is followed by a valid character. Because a backslash begins an escape sequence, if taking an older
CSPro application and using a newer logic version, look throughout the code for backslash characters and escape them
accordingly. For example, a string like "a\b\c" would be rewritten as "a\\b\\c". Note that the text editor colors escape
sequences slightly differently than the other characters in a string literal.
Because escape sequences allow characters to exist in CSPro that were previously not allowed, review how CSPro
handles newline characters.
In addition to escape sequences, with logic version CSPro 8.0+, you can use verbatim string literals, which are useful for
specifying text that may contain many backslash characters. For example, these two strings are identical:
String Comparisons
The original routine to compare strings right-pads strings with space (blank) characters as necessary so that the length
of the string does not factor into the comparison. This applies to comparisons using:
With logic version CSPro 8.0+, strings are compared without any padding. This is desirable for most strings, but when
comparing strings against alphanumeric dictionary items, which are right-padded to match the dictionary item length,
you will likely want to use the strip function when comparing strings; for example:
Additional Differences
The hash function returns the hash value in uppercase when using the original logic version, but in lowercase with
logic version CSPro 8.0+.
Delimiters
Delimiters separate elements in the CSPro language.
Comments
Comments make applications easier to understand. It is highly recommended that CSPro applications be documented
through the liberal use of comments. While editing logic and message files, comments are displayed as green text.
Within logic, they are used to explain the purpose of specific statements or to temporarily disable statements to help find
errors. Within message files comments can be used to clarify the syntax listed in a message, or to identify "ownership"
of the message or message blocks (i.e., what code blocks use the messages?).
The second method is to use multiline comments, starting with /* and ending in */. As soon as the /* is encountered,
all subsequent text is considered a comment until the closing sequence */ is encountered. Multiline comments are
useful when you want to comment many lines of text, as you only need to mark the start and end of the block; or if you
want to embed a comment in the middle of a line of logic but want the rest of the line to be evaluated.
Comments can be placed anywhere in your logic. Because comments are ignored by the compiler, they will not be
checked for syntax errors. Comments can be nested; that is, comments within comments are allowed.
Example (Logic)
/* Do not allow June to have more than 30 days
or for July to have more than 31 days. */
if ( HHMONTH = 6 /* June */ and HHDAY > 30 ) or
( HHMONTH = 7 /* July */ and HHDAY > 31 ) then
errmsg(1, "June", 30, HHDAY); // if error, then display message
reenter;
endif;
The first two lines are commented using a multiline comment. A multiline comment is also used, albeit on a single line,
to indicate the month names. Following the errmsg, a single-line comment marks the rest of that line as a comment.
Logic Preprocessor
Format
#if condition
#elseif condition
#else
#endif
Description
Before CSPro logic is compiled, it passes through a preprocessor that allows you to conditionally compile your code
based on certain conditions. This is an advanced feature and is primarily useful when using external logic files where
certain functionality may only successfully compile based on characteristics of the application.
The preprocessor uses the language's familiar if/elseif/else/endif keywords but with four differences:
An #if and #endif pair must exist, and optionally #elseif and #else can be included as part of a preprocessor block.
Conditional Functionality
The preprocessor is activated before the rest of logic is compiled and thus has limited functionality. Simple math
expressions and conditional checks are possible, and there are two functions that can be called as part of conditional
checks:
AppType(app_type)
exists(symbol_name)
This function returns true if a symbol exists at compile-time. The function checks for symbols that exist as part of an
application (dictionary names, form names, etc.), and not symbols that are created during compilation (user-defined
functions, objects, etc.).
Other Functionality
Another function can be used to set properties for the application, or for objects:
Currently this function is only used to modify the case read optimization.
Example 1
function string GetEAName(numeric province, numeric district, numeric ea)
string ea_name = maketext("EA %04d-%02d-%03d", province, district, ea);
// if we have access to the geocodes dictionary, add the EA description to the name
#if exists(GEOCODES_DICT)
GEOCODES_PROVINCE = province;
GEOCODES_DISTRICT = district;
GEOCODES_EA = ea;
if loadcase(GEOCODES_DICT, GEOCODES_PROVINCE, GEOCODES_DISTRICT, GEOCODES_EA) then
ea_name = ea_name + " / " + strip(EA_DESCRIPTION));
endif;
#endif
exit ea_name;
end;
Example 2
function ValidateLiteracy()
if HH_EDUCATION in 3:6 and HH_LITERACY <> 1 then
#if AppType(Entry)
errmsg("Person with education level %d should be literate. Please
correct.", HH_EDUCATION);
reenter;
#elseif AppType(Batch)
errmsg("Person with education level %d should be literate. Literacy imputed to 1
(literate).", HH_EDUCATION);
impute(HH_LITERACY, 1);
#endif
endif;
end;
PROC SEX
if AGE > 15 and NumberOfKids <> notappl then
$ = 2;
endif;
However, in developing a data entry or batch edit application, it will frequently be necessary to define variables that do not
exist in the data file(s) attached to the application. These variables may be used throughout the application, but only
exist during the execution of the application.
See also: Introduction to Data Dictionary, Add or Modify Items, This Item ($)
Pressing Ctrl + 4 (4 is where the dollar sign is on many keyboards) will insert the name into the logic buffer.
Example
PROC AGE
if MARITAL_STATUS > 1 then // ever married
if $ < 12 then // the same as AGE < 12
errmsg("Person too young (%d) to be married",$);
endif;
endif;
Subscripts
Items with multiple occurrences or in multiple records have one name (the item name), but can occur multiple times. In
order to indicate the specific occurrence of the item, you may need to use an index or subscript. The subscripts are
integers and are numbered from 1.
The expressions:
Subscripts can be numeric expressions as well as numeric constants. For example, the expression:
refers to the current occurrence of CHILD (curocc is a function that returns the current occurrence of a multiple record).
When referring to multiply-occurring items within the scope of their repetition, you do not need to use subscripts, as the
current occurrence will be assumed. For example, suppose you have a population record that has multiple occurrences.
Belonging to that record are the three variables SEX, AGE, and FERTILITY. If your code is located within any of these
variables' procedures, you do not need to use subscripts. To illustrate:
Example 1
PROC SEX
// this will check the sex and fertility values for each person in the household
numeric row_num = curocc();
if $ = 1 then
if fertility <> notappl then
errmsg("Row %d: Male found with fertility", row_num);
endif;
elseif $ = 2 then
if age < 10 and fertility <> notappl then
errmsg("Row %d: Underage female found with fertility data", row_num);
endif;
else
errmsg("Row %d: Invalid sex code (sex=%d)", row_num, $);
endif;
However, if you were to place the exact same logic elsewhere in your program, you would have to programmatically
mimic the looping mechanism by using subscripts. For example, if the above code were placed in the QUEST procedure
(where QUEST is equivalent to the case), it would need to be adjusted as follows:
Example 2
PROC QUEST
NumPeople = count(POP_RECS);
do varying numeric i=1 while i <= NumPeople
if sex(i) = 1 then
if fertility(i) <> notappl then
errmsg("Row %d: Male found with fertility", i);
endif;
elseif sex(i) = 2 then
if age(i) < 10 and fertility(i) <> notappl then
errmsg("Row %d: Underage female found with fertility data", i);
endif;
else
errmsg("Row %d: Invalid sex code (sex=%d)", i, sex(i));
endif;
enddo;
On the other hand, it simplified our logic for the row number, as we don't need to make a call to curocc anymore to find
out what row we're on—we know it now, as we're controlling the looping.
Numbers
Numbers may be any positive or negative integer or decimal value. Negative numbers have a leading minus (-) sign.
Positive numbers have no sign, but can have an optional leading plus (+) sign. Numbers can have up to 15 significant
digits. Numbers must not have thousands separators. Decimal points can be either period (.) or comma (,) depending on
the "Regional Options" setting of the computer.
Boolean Values
There are two numeric values in the CSPro language that translate to boolean values as used in other programming
Pa ge 165 of 958 Va ria bles a nd Cons ta nts
languages. The value true is equivalent to 1 and the value false is equivalent to 0. Note that you need to be cautious
when using true in conditional expressions, as a conditional expression is true if it is neither zero nor special, but
comparing something with true is true only if the compared value is 1. That is:
numeric value = 2;
if value then
errmsg("This will be displayed");
endif;
if value = true then
errmsg("This will not be displayed");
endif;
The tonumber function will convert the string expressions "true" and "false" to 1 and 0.
Special Values
There are four special values in the CSPro language: missing, refused, notappl, and default. A particular value of a
data item can be mapped to one of these special values in the data dictionary. They have the following meaning and
uses:
Missing
The value missing indicates that a data item was supposed to have a response and no response was given. Other terms
for this are "not stated" and "non-response." To properly utilize this special value, you must create a value set for this
item in the dictionary, setting one of the value set entries to the special value "Missing." For example, you could set 8 (or
88, 888, etc.) or 9 (or 99, 999, etc.) to missing. Finally, although you must associate a number with the special value
missing, you can only use the = or <> comparison operators against the special value missing; i.e., you cannot refer to
the numeric value you assigned it to in your dictionary value set.
Refused
The value refused is similar to missing but has several special attributes regarding how it is handled during data
collection. The value indicates that a data item was supposed to have a response but the respondent refused to provide
an answer. To properly utilize this special value, you must create a value set for this item in the dictionary, setting one of
the value set entries to the special value "Refused."
Notappl
The value notappl indicates that a data item is blank. The item did not have a response because the question did not
apply to this respondent. Fields that are skipped during data entry are assigned the value notappl. You can map this
value to a number or blanks in the dictionary using the special value "NotAppl," but generally it is best to keep this value
defined as blanks.
Default
The value default indicates that a data item or variable has an undefined value. This can result from various
circumstances. For example, an invalid calculation in logic (such as a divide-by-zero error) will return the result default.
Reading the value of a variable from a data file when the data type specified in the dictionary for the variable is numeric
and the value in the data file contains non-numeric characters will cause the variable to become default. The same
result occurs if the dictionary does not specify a decimal character for the variable being read but the value in the data file
contains one. Additionally, if a numeric variable has numeric subitems, some of which are notappl (blank) then the value
of the variable will sometimes be default. For example if the numeric variable DATE has 3 subitems DAY=1,
MONTH=notappl, and YEAR=2020, then the value of DATE will be default. The value default can also be written to the
data file when the value of the variable being written overflows the length specified for that variable in the dictionary (for
example if the value of the variable is 999 but the dictionary specifies a length of 2 for the variable). You can map this
value to a number in the dictionary using the special value "Default," but this should generally be avoided.
Pa ge 166 of 958 Va ria bles a nd Cons ta nts
See also: Special Function, Refused Value, Boolean Values
Refused Value
The value refused is a special value that has been defined in the value set and is treated in several special ways by
CSPro and CSEntry.
function OnRefused()
string probe_text = maketext("Are you sure that you want to select Refused for %s? "
"Remember the approaches discussed in training about "
"trying to get answers for all questions.", getlabel());
when warning("%s", probe_text) select("Yes", continue, "No", continue) default(1);
1 -> exit true;
-> exit false;
endwhen;
end;
String Literals
A string literal is zero or more characters enclosed between a pair of double quotation marks ("...") or single quotation
marks ('...'). In CSPro, string literals will appear in the text editor colored in magenta. Any spaces enclosed within
the quotation marks are considered part of the string literal. Uppercase and lowercase letters may be used, and the
string literal "a" is different than "A".
This would set myString to 'that' and the trailing 's great!' would be considered outside the string, and would
therefore result in a compiler error. Thus, if you wanted to accomplish the above, you must write:
Similarly, if you wanted to embed double quotation marks within your string, you must write the string as follows:
The backspace before the single quotation mark indicates that the next character is a special character. In this case, the
special character does not end the string literal, but instead places a single quotation mark into the string without
terminating the string literal. Note that the text editor colors escape sequences slightly differently than the other
characters in a string literal.
The escape sequences used most frequently are for quotation marks (\' and \"), backslashes (\\), and newline characters
(\n). When using double quotation marks to surround a string literal, it is not required to escape single quotation marks,
and vice versa.
Here are some examples of string literals with escape sequences that are valid with logic version CSPro 8.0+:
Within a verbatim string literal, the only character that must be escaped is a double quotation mark, which is escaped as
two subsequent quotation marks: "". For example:
Newline Handling
When using logic version CSPro 8.0+, newline characters are introduced into string literals when using the escape
sequence '\n'. This character is handled throughout CSPro as one would generally expect; for example:
When displaying error messages that contain text with newline characters, the message will be displayed, or
written to a listing file, on multiple lines.
When processing fills in question text or HTML templated reports, newline characters are converted to <br> line
break elements.
When a user enters text on multiple lines using a text box field or in a note, the newline will be stored in the item
or note as a '\n' character.
For historical reasons, some text editors represent newlines as a combination of a carriage return and a line feed
character: "\r\n". CSPro does not use "\r" characters, so the length of the string "A<line break>B" is 3, not 4.
Calling prompt, not using the multiline feature, with an initial value containing newlines.
Calling userbar to add text for buttons, fields, and text (on Windows only).
Displaying item values in CSEntry's case tree.
When displaying an item's value in a single line text box field.
Item data is written to a Text data source. The '' character is also used for the text notes and text status files.
Item data is written using the export statement.
Used as a PFF property value.
Writing case keys to a text listing file.
Displaying case keys and labels in Data Viewer.
Displaying case keys and labels in CSEntry's case listing (on Windows only).
Numeric Expressions
They evaluate to numbers. The following are numeric expressions:
4
4 + 5
(A / B) + 3
A * (B + C/D)
A + sqrt(B)
String Expressions
They evaluate to strings. The following are string expressions:
"Yes"
concat(FIRST_NAME, " ", LAST_NAME)
edit("ZZZZ9", A + B)
Logical Expressions
Logical expressions (conditions) evaluate to true (1) or false (0). The following are logical conditions:
KIDS > 5
SEX = 2 and AGE >= 12
Substring Expressions
Format
string_variable[start_index:string_length]
Description
A substring expression lets you extract a part (substring) of a string. The start_index gives the starting character
position of the substring within the string, and string_length gives the number of characters to include in the substring,
including the starting character. If string_length is not given, then it is assumed to be to the end of the originating string.
A negative start_index leads to the basing of the substring from the end of the string.
Example 1
Suppose the variable STR has the value "ABCDEF":
Both start_index and string_length can be numeric expressions as well as constants. For example, to obtain the last 3
characters of STR you could use the expression:
STR[length(STR) - 2:3]
In this example, if STR is not at least two characters long, you may get unexpected results. You could also write the
above as:
STR[-3]
Example 2
Likewise, substring expressions can be performed on string arrays. Suppose the string array crop had the following
definition:
PROC GLOBAL
Array string crop(5); // 5 crop names
PROC MY_PROGRAM
preproc
crop(1) = "maize";
crop(2) = "wheat";
crop(3) = "rice";
crop(4) = "potatoes";
crop(5) = "legumes";
crop(1)[2] "aize"
crop(1)[3:1] "i"
crop(2)[3] "eat"
crop(3)[2] "ice"
crop(4)[5] "toes"
crop(5)[1:3] "leg"
Arithmetic Operators
Operation Symbol
Addition +
Subtraction -
Multiplication *
Division /
Modulo (remainder) %
Exponentiation ^
The arithmetic operators work on numeric expressions, though the addition operator can also be used to perform string
concatenation.
Relational Operators
Operation Symbol
Equal to =
Not equal to <>
Less than <
Less than or equal to <=
Greater than or equal to >=
Greater than >
In range in
Has range (for repeating items) has
The relational operators work on numeric and string expressions. String expressions can also be compared using
compare or compareNoCase.
Logical Operators
With logical operators, either the symbol or the keyword can be used.
String Comparisons
Pa ge 173 of 958 Opera tors
There are a variety of ways to compare two strings in CSPro logic. However, the way that strings are compared depends
on the logic version.
The original routine to compare strings right-pads strings with space (blank) characters as necessary so that the length
of the string does not factor into the comparison. This applies to comparisons using:
With logic version CSPro 8.0+, strings are compared without any padding. This is desirable for most strings, but when
comparing strings against alphanumeric dictionary items, which are right-padded to match the dictionary item length,
you will likely want to use the strip function when comparing strings; for example:
Comparison Results
The following table shows the results of string operations that are not impacted by padding and lead to the same result
regardless of logic version.
Left String Right compare compareNoCase = <> < <= >= >
String
"abc" "abc" 0 0 true false false true true false
The following table shows the results of string operations that are impacted by padding based on the logic version.
Left String Right Logic compare compareNoCase = <> < <= >=
String Version
"abc" "abc Original 0 0 true false false true true
"
CSPro -1 -1 false true true true false
8.0+
In Operator
Pa ge 174 of 958 Opera tors
Description
The in operator is used in logical expressions to test whether an item or variable is within a set of values or ranges. The
item or variable can be a number or a string. A range of values is separated by a colon, for example 1:5. Elements of a
list of values or ranges are separated by commas, for example 1,3:5,7. You can also use special to mean all special
values (as in the special function). The in operator can also be used to test whether a value is in several CSPro
objects:
A List can be used to determine if the value is located in the List's values (as in the List.seek function).
A value set can also be used to test whether a value is in the value set's codes (as in the invalueset function).
Example 1
if RELATIONSHIP in 1:5 then
// is the same as...
if RELATIONSHIP >= 1 and RELATIONSHIP <= 5 then
Example 2
if WORK in 1, 3, 5 then
// is the same as...
if WORK = 1 or WORK = 3 or WORK = 5 then
Example 3
if X in 1:4, missing, refused then
// is the same as...
if ( X >= 1 and X <= 4 ) or X = missing or X = refused then
Example 4
if NAME in "A":"MZZ" then
// is the same as...
if NAME >= "A" and NAME <= "MZZ" then
Example 5
if AGE in AGE_TEENAGE_VS, special then
// is the same as...
if invalueset(AGE, AGE_TEENAGE_VS) or special(AGE) then
Has Operator
Description
The has operator is used in logical expressions to test whether a repeating item is within a set of values or ranges. The
item can be numeric or alphanumeric. A range of values is separated by a colon, for example 1:5. Elements of a list of
values or ranges are separated by commas, for example 1, 3:5, 7.
This function is similar to the in operator except that it works on repeating items. It thus tests whether a group of items
contains certain values.
Example
Y
X true false
true true false
false false true
and:
Operator Precedence
The table below shows the order of precedence for operators. When operators of the same precedence are in an
expression, they are evaluated from left to right. The order of precedence can be changed using parentheses. Operators
in parentheses are evaluated first.
Order Operators
1 ^
2 * / %
3 + -
4 = < > <= >= <> has in
5 not !
6 and &
7 or |
and (X and Y)
Y
X true false
true true false
false false false
or (X or Y)
Y
X true false
true true true
false true false
Lookup Files
A lookup file (external file) is a text file that can be used in a data entry or batch application from which you retrieve data
to display on a form or to use in a calculation. It requires a CSPro data dictionary. Possibilities include:
• Geographic codes and names. Your application could show the name corresponding to the code the user keyed.
• Industry and occupation codes. Your application could ensure the user keys a valid code.
• Last year's data. Your application could look up a corresponding field from last year's data and calculate a percentage
change.
• Generalized menu choices. Your application could read a lookup file and show the contents on the screen as a menu,
then convert the user's choice to a code.
To use a lookup file (external file) in your application, do the following:
Windows: The value returned depends on the current scaling, but the maximum display dimensions returned account for
90% of the display size after accounting for the size of the Windows taskbar.
Android: The unit returned is density-independent pixels: "an abstract unit that is based on the physical density of the
screen."
When using display dimensions, you will generally want to use a scaled value for the width and height rather than using
fixed values. For example, to view a webpage at 75% of the maximum display size, you could code:
view("https://www.csprousers.org/forum",
width := tonumber(getproperty("MaxDisplayWidth")) * 0.75,
height := tonumber(getproperty("MaxDisplayHeight")) * 0.75);
You may enter the data in the office after the information is collected or you might want to use the Computer Assisted
Personal Interviewing (CAPI) feature, in which the interviewer uses a laptop computer to enter responses in the field as
they occur.
Heads-Down Keying
This approach is most commonly used for keying of census forms because of the large volumes of data involved. While
entering data, the operator generally does not look at the computer screen, but rather, looks down at the questionnaire
on the table or work surface. The objective of heads-down keying is to transcribe to the computer, as quickly and
accurately as possible, the data as they appear on the questionnaire. On-line checking is generally kept to a minimum
and consistency errors are resolved in a later phase, generally through computer edit programs. Operators do not need
to be familiar with the subject matter of the questionnaire. They make very few decisions to resolve data errors. The most
important skill is speed and accuracy. CSPro provides operator statistics to help measure operator speed and accuracy.
Heads-Up Keying
This approach is most commonly used for entering data from surveys, due to the smaller number and greater complexity
of the questionnaires (as compared with a census). While entering data, the operator often refers to the computer screen
as well as to the questionnaire. The objective of heads-up keying is to catch and correct as many errors as possible as
the data are being entered. As a result, there is generally more on-line checking programmed into the application.
Operators need to be very familiar with the subject matter of the questionnaire. They will make decisions to resolve data
errors, and must be properly trained to do so.
Skip Issues
To Skip or Not to Skip?
Skipping—causing the cursor to jump over one or more fields during the data entry operation—is an issue that provokes
discussion both pro and con. The decision of the application designer to use (or not use) skips will depend entirely on
the type of application and the data entry staff.
When the data capture operation is expected to be heads-down, as it would be for a census or similar high-volume
application, it will cause less confusion to the keyer if all skips are controlled by the operator rather than the application.
There will then be no "surprises" for the keyer when the application logic forces the cursor to one field when the keyer,
looking not at the screen but at the form, expects the cursor to be in a different field altogether. Thus, instead of
speeding up the entry operation by anticipating probable cursor movement, this tactic eventually slows down the
operation when there are inconsis tencies in the data or, simply, keying errors.
When the data capture operation is of smaller volume, or with a more complex questionnaire or forms, it may make
sense to use application-controlled skipping. The operator will be more likely to be aware of the cursor movement and
less likely to be surprised by unexpected interruptions in the normal sequence. Of course, a combination of operator-
controlled and application-controlled skipping may be used in any given application; the designer will have to weigh the
keying environment and the forms to be entered to make the appropriate decision.
Manual Skips
Automatic Skips
Automatic, or application-controlled, skips depend on information already keyed to direct the cursor movement. For
example, in a household survey, if a female respondent states that she has at least one child living with her, the cursor
can skip automatically to the form for capturing information about that child (and any others). Conversely, if the female
indicates that no children are present, the cursor can be directed to skip over the information about children. It is clear
that such skips depend entirely on the accuracy of the data keyed prior to the skip; if a "Yes" response is mistakenly
entered as a "No," the cursor will be misdirected and the operator will find that the screen(s) presented for keying do not
correspond to the information in the paper forms. This will cause loss of time as the operator seeks to uncover the error.
Automatic skips, when used, must be well-documented so that the keyer is aware of the possibilities of non-sequential
cursor movement. This approach corresponds to the system-controlled option in CSPro.
At data entry time, CSEntry shows a message every time the keyer enters a value that is out of range according to the
data dictionary. You may set the attribute to override the message and force the out-of-range value into the data file. If
this attribute is not selected, the keyer cannot proceed until a valid value is entered.
Adding Logic
In most surveys, consistency errors are corrected manually as opposed to automatically. The correction process, as
done traditionally, is often very lengthy, time-consuming and painful. In surveys of small volume and high complexity,
such as Household Surveys or Income and Expenditures Surveys, it is often desirable to apply the edit specifications
rules at data entry time and resolve any errors immediately while the questionnaire is still at hand. This approach is not
recommended for a census.
You can use the CSPro language to write consistency checks for virtually any part of your data entry application's level,
form, roster, or field. The logic is executed as the data is being keyed. Any error messages are reported back on the
screen, and the operator then has access to both the error messages and the questionnaire itself on the screen. The
same logic can be run against the data after they are entered in either batch or interactive mode.
Operator Controlled
This is the default type of data entry application. This type generally allows more flexibility for the keyer during data
entry. It is recommended for simple ad-hoc applications and for census applications. Operator-controlled applications
have the following features:
Some special data entry keys are active during data entry.
CSEntry will not keep track of the path.
"Not applicable" values will be allowed.
More appropriate to the heads-down methodology.
Operator can bypass logic in the application using special keys.
System Controlled
These applications generally place more restrictions on the data entry operator. This type is sometimes used for
complex survey applications. System controlled applications have the following features:
Some special data entry keys are not active during data entry.
CSEntry will keep track of the path.
"Not applicable" values will not be allowed unless defined in a value set.
More appropriate to the heads-up and CAPI methodologies.
Logic in the application is strictly enforced; operator cannot bypass or override.
You set the application type in the Change Data Entry Options dialog box (Options -> Data Entry from the main menu
toolbar).
Path On
CSEntry will keep track of the order in which the data entry operator entered all fields. If the operator goes backward, the
cursor will go to the fields in the reverse order in which they were entered. For example, if the logic causes the cursor to
skip over a set of fields, the cursor will also skip over these fields when the operator goes backwards. Fields that were
skipped can never be entered, unless the operator goes backwards and chooses different values to avoid the skip. This
helps ensure the integrity of the data file.
Path Off
Pa ge 184 of 958 CSPro Da ta Entry Concepts
CSEntry will not keep track of the order in which the data entry operator entered the fields. If the operator goes
backward, the cursor will go to the preceding field even if it had originally been skipped.
• Rosters
A roster is a grid that shows multiple occurrences of a group at the same time. Many questionnaires have rosters
printed on them. A typical example would show each person as a row and each column as a variable, as shown
below. Rosters can also have a vertical orientation, in which case the rows and columns would be reversed.
In CSPro, you can show repeating groups as a roster on a single form or as individual fields on a form that repeats.
The darker gray area at the top of each column is called a column heading. In the example above, the column
headings contain the text "Line number", "Relationship", "Sex", and "Age". The text in the darker gray area to the left
of each row is called the "occurrence label." In the example above, the occurrence labels are "1", "2", "3". These are
the default values.
In rosters with vertical orientation, column headings and occurrence labels are reversed.
• Fields
Fields are areas of a data entry form that may be keyed or may show values. Fields may be placed directly on the
form or may be part of a roster on the form. Fields are always associated with dictionary items. Some properties of
fields, such as length and type (numeric or alphanumeric), are defined in the data dictionary. Other properties are
defined in the forms designer. In this example we have two fields:
See also: Add a Form, Add a Roster to a Form, Add Fields to a Form
Pa ge 185 of 958 CSPro Da ta Entry Concepts
Blocks
Overview
Blocks are a way to group several fields into a related unit. In summary:
Blocks contain some number of fields that come from the same group.
On mobile devices, a block's fields can be displayed on the same screen and the operator can enter values into
these fields in any order.
Blocks can have question text. When running a data entry application, this question text will appear above the
question text for each field in the block.
Logic can be defined for the block.
Blocks are primarily useful for two reasons. Firstly, they provide the mechanism for CSEntry to display multiple fields on
a screen. Secondly, they allow you to write logic checks in one place that apply to a number of fields.
The use of blocks is entirely optional. Examples of potential uses of blocks include date fields (day, month, year) or
consumption fields (quantity, unit). Alternatively, you can lump together related questions in one block for easy viewing
on one screen (e.g., fertility counts of children).
Creating Blocks
To create a new block, select multiple fields in the Forms Tree by holding down the Ctrl key while selecting fields. Once
the fields are selected, right-click and select Add Block. A dialog box allows you to specify the block's label, name, and
whether or not the fields of the block should appear together on the same screen on mobile devices.
Only fields can be added to blocks. Blocks can be created from fields on a form or from fields on a roster. To add a field
to an existing block, drag the field onto the block. To remove a field from a block, drag it outside of the block. A block
can contain no fields, but once it contains one field, it can only contain other items from the same group. For example, if
a block contains an item from the population record, then only other items from the population record can be part of the
group.
Using Blocks
You can define question text for a block. When running a data entry application on a mobile device, the block's question
text appears at the top of the screen, and then each field's individual question text appears underneath. This allows you
to have some general text ("What is your date of birth?") and then specific text ("What is your year of birth?"). On
Windows desktop, the block and field question text appears in the same window.
You can write logic that will run when the block is entered or exited. For example, if you have a block with two fields,
FIELD1 and FIELD2, then logic will be executed in the following order if moving forward in your program:
Instead of putting logic in the field procedures, you will generally place all logic related to the fields of the block in the
block's procedures.
Just as you will generally want to put logic in the block procedures, you will likely want to use the block name in
movement statements rather than a field name. One advantage of this is that you can modify or reorder the fields in the
block without having to modify movement logic. When using ask on a block, if the condition fails, then all of the fields in
the block will be skipped.
Example
Thinking about the example in the above image, date of birth (day, month, year), one disadvantage of the one-question-
per-screen approach on mobile devices is that it splits related fields onto multiple screens, and, depending on where
logic checks are executed, results in a reenter potentially not going to the most relevant field. With blocks, all related
fields appear on the screen at the same time, allowing the enumerator to enter the values in any order.
Only after the enumerator has filled all applicable values will they move past the block. Logic checks for date of birth
would thus appear in the block's procedure:
Single or Multiple?
The structure of the data dictionary will impose limitations if any of the records or items repeat (are "multiple"). Dictionary
elements are multiple if:
A record is considered multiple if it is defined as "Max > 1" in the data dictionary.
An item is considered multiple if it is defined as "Occ > 1" in the data dictionary.
A subitem is considered multiple if it has been defined as "Occ > 1" in the data dictionary OR if the item it
belongs to is defined as "Occ > 1".
You can mix ID items with items from single records on the same form.
You can mix items from different single records on the same form.
You can split items from the same record onto different forms, whether or not the record repeats.
You can make more than one roster from a multiple record. The rosters can be on the same form or on different
Pa ge 188 of 958 CSPro Da ta Entry Concepts
forms. For example, if you have numerous person-level questions, you could place core items from the record
(name, relationship, sex, age, and marital status) into one roster and put the remaining person-level record items
onto a second roster.
You can mix items from a single and a multiple record on the same form, but the latter must be in a roster.
You cannot mix items from different multiple records on the same form.
You cannot mix items from different levels on the same form (applies to complex data dictionaries only).
If you have any multiple records, items, or subitems in the data dictionary, you must decide whether you want to make
them into a roster or use a form that repeats. You must take this into account when deciding which items to place on
each form.
The data entry application may then contain two levels—one for the household and one for each woman in the
household. The set of forms corresponding to the household make up level one. The set of forms corresponding to each
woman make up level two. Each case would consist of a level one and a variable number of level occurrences for level
two. Most applications consist of a single level.
Data Dictionary
1. All dictionaries that make up your application should use the same zero fill and decimal character settings. You
can check this using Dictionary Analysis.
2. Every numeric item should have a value set defining the range of values that can be entered into the field. A
common mistake is to not declare a value set for a two-digit age field, but without a value set, ages like -5 can be
entered. Although protected fields do not need value sets (because the operator will not enter a value into the
field), it is still a good idea to add a value set so that this information about possible values is available to other
users of the dictionary. You can use Dictionary Analysis to identify items without a value set.
3. For items with multiple value sets, make sure that the primary value set (the first one showing in the dictionary
editor) is the value set with the complete list of codes. This value set is used to show labels in the case tree. If the
item's value set is defined by cascading options, consider adding a generic value set as the primary value set
rather than having one that potentially leads to incorrect labels based on the cascading conditions.
Form Design
1. Ensure that every field's capture type is set to match the way that you want an operator to enter data for the field.
As much as possible, prevent an operator from having to enter codes. For numeric fields, text boxes should
generally only be used for values like age or currencies; you can use combo boxes for instances when an
operator typically will type a value but can occasionally select a discrete code.
2. Check for the consistency of field properties. For example, if the upper case setting is used for some fields, it
should generally be used for all fields. Field properties can be standardized using the Field Properties (for Multiple
Fields) dialog.
3. All protected fields must be prefilled with a valid value; if not, CSEntry will terminate data collection. Make sure
that all protected fields are filled in via logic or by using PFF parameters.
4. If an operator is never going to collect data directly for a given field, consider leaving it off the form. Items in a
dictionary can be filled in using logic without needing to exist on a form. Alternatively, you can hide such fields
Question Text
1. Make sure that every question has defined question text. Even for protected fields, it is a good idea, for
completeness, to define question text.
2. For multiply occurring questions, ensure that the minimum and maximum occurrences defined for a field's
question text cover the whole range of occurrences. You can use the Harmonize Occurrences functionality to
ensure that the maximum occurrence values match the current dictionary settings.
Logic
1. Ensure that there is logic to check for acceptable values for fields without value sets. For example, you may want
to ensure that operators enter proper alphanumeric responses for fields such as names and other/specifies.
2. For alphanumeric text box and checkbox fields, you may want to ensure that a certain number of characters is
entered or choices are selected.
3. Review all hard checks and soft checks and think about what data respondents will be able to provide. You do not
want operators to enter invalid data to bypass a hard check, so use soft checks for questions where some
flexibility is allowable.
4. When working with dynamic value sets or question text fills that are set via logic, make sure that any logic that is
executed for such tasks on a multiply occurring field is in an onfocus, not preproc, event. If the logic is in the
preproc, an error can occur as an operator moves backwards to a previous occurrence because the value set and
question text will not be updated (because preproc events only occur as an operator moves forwards).
5. Verify that fields that should have values are not skipped over. When using system-controlled mode, the values in
skipped fields are deleted when a case is finalized. A common mistake is to prefill a field and then skip over it,
which results in the data being lost when the case is finalized. In such instances, the field should be prefilled and
then protected, which will prevent the operator from modifying the value but ensuring that the data is maintained.
6. A best practice is to minimize the use of unnamed constants throughout the application. For example, instead of
coding 2020 as a year, declare numeric CensusYear = 2020; and then use CensusYear throughout the
application. This makes the code clearer and also makes it easier to change your application when
circumstances change.
• Click on the toolbar, or from the File menu, select New. The following dialog box will appear.
• Select the Entry category and the CAPI Data Entry Application, PAPI Data Entry Application, or Operational
Control Application type and press OK. All of these options create data entry applications, with the differences
described in Data Entry Application Types.
• A file dialog box will appear. Enter the name of the application file. Make sure you are located in the folder where you
want to place the application files. Then press Create. The following dialog box will appear.
• A default name of the data dictionary describing the data enter file is given. You can use this name or change it. If you
give the name of a dictionary file that already exists, that data dictionary will be used by the application. If you give the
name of a dictionary that does not exist, a new data dictionary will be created.
• If you are using an existing CSPro data dictionary, then the system displays the question: "Would you like CSPro to
create a set of forms for you, based on the input dictionary? If you answer "Yes" CSPro will automatically generate
default data entry forms and will display the the drag option menu. If you answer "No" you may begin creating data
entry forms.
Pa ge 191 of 958 Crea te a Da ta Entry Applica on
• If you are creating a new CSPro data dictionary, you will need to enter information into the dictionary about records,
items, and values before you can create forms.
Data entry applications consist of the following files:
CAPI Data Entry Application: for CAPI (Computer Assisted Personal Interviewing) applications.
PAPI Data Entry Application: for PAPI (Paper and Pencil Interviewing), also called key-from-paper, applications.
Operational Control Application: for operational control, also called "menu," applications.
These three types are all data entry applications, but the initial data entry options are different based on the selection. If
you want to switch from one type to another, you can modify the settings as described below.
See also: Change Data Entry Options, Data Source Options, Paradata Properties
To generate new data entry forms, either press Ctrl+G; or, from the Edit menu select Generate Forms; or from the
dictionary tab on the left side of your screen, drag the dictionary onto a form. As this action will destroy all existing
forms, a warning message will appear, asking you to confirm that you wish to proceed.
If you choose to proceed, the Drag Option dialog will appear. At this point you have the opportunity to decide text
placement with respect to the data entry boxes; whether you want to roster items (when possible); whether you want
subitems dropped instead of the item, etc.
You can also select whether the text is placed to the left or to the right of the data entry box. (This setting has no effect if
the item is rostered.)
If you select to use the item labels, you can link the field label to the item. That means that if you change the item's label
in the dictionary, then the label on the form will automatically adjust.
Roster Options
This affects dictionary records and items with more than one occurrence. To enter this type of data, you either need a
form that repeats (to allow for the multiple occurrences of the data), or you need a roster.
If you choose Horizontal, CSPro will make rosters in which the occurrences are the rows and the fields are the
columns. In CSEntry the cursor will move from left to right by default.
If you choose Vertical, CSPro will make rosters in which the occurrences are the columns and the fields are the rows. In
CSEntry the cursor will move from top to bottom.
If you choose Don't Roster, CSPro will make forms that repeat.
If you select Use occurrence labels in roster, the roster's rows, instead of being labeled 1, 2, 3, etc., will use the
occurrence labels defined for the item or record in the dictionary.
If Key-From-Paper Mode is selected, the capture type will default to a text box.
If left unchecked, the cursor will automatically advance to the next field as soon as the maximum number of characters
are entered for the field (that is, if the field length is two, then after entering two characters the cursor will advance to the
next field). An operator can always hit the Enter key to complete a field without having entered the full complement of
digits.
If this option is checked, the operator must always press the Enter key to advance to the next field.
If you opted for creating the forms yourself then the system will display the data dictionary tree and the Dict tab on the
left, and a blank form on the right. You are now ready to start dragging items and/or records from the dictionary to the
form(s).
If you did not have a data dictionary, then the system will display the data dictionary tree and the Dict tab on the left, and
the dictionary window on the right.
Use the Window menu to display a list of currently open files at the bottom of the Window menu. A check mark
appears in front of the name of the file in the active window. Activate a window by choosing the name of its file from this
list.
You can also switch between the forms and dictionary window by pressing either or in the Toolbar.
Click on the form icon , logic icon , or question text icon from the toolbar, or
Press Ctrl+M, Ctrl+L, or Ctrl+Q respectively, or
Choose any of the above options from the View menu.
The questionnaire view for the form displays a non-editable, scrollable view of all fields, presented in their order of entry.
This order may not align with the order in which they appear on the form, if fields were moved around after being dropped
onto the form. Similar to the dictionary questionnaire view, the view will present collapsible blocks; however, here the
blocks correspond to the forms defined within the application, rather than the records defined within the dictionary.
The questionnaire view for the form is comprised of the following parts:
Side menu view: Clicking on the questionnaire view menu will display a list of all form fields along the left side of the
questionnaire. Clicking on any field will jump to and highlight that field on the questionnaire, scrolling the questionnaire
view if needed. If the field list is long, a scrollbar for the side menu will also appear. Click on again to dismiss the
menu.
Form view: Each form will be presented within a white floating box. On the left side of the box's title bar a minus sign
will appear. Toggling on this will collapse and re-expand the view for that form, changing the image from a - to a +. The
title bar also displays the form's label, followed by a list of all form fields beneath the title bar.
If the form repeats, this will be indicated by a appearing between the title bar and the form's field list. Clicking on
will toggle the roster orientation from horizontal to vertical and back again. Depending on how many fields are on the
form, horizontal and/or vertical scroll bars will appear.
Pa ge 196 of 958 Crea te a Da ta Entry Applica on
Field view: Each field will display its unique dictionary name, followed by a colon (':') and the dictionary label. Unique to
the questionnaire form view is the presence of the question text. The input display area will vary depending on how the
field was defined in the dictionary:
If the field is numeric with discrete values (e.g., 1=Male, 2=Female), then the responses will use radio buttons.
If the field is numeric continuous (e.g., only a range is defined, such as 0-120 for age), then a gray shaded box
with tick marks indicating the number of characters the field allows will be shown.
If the field is numeric and has a combination of discrete and continuous values (e.g., Age=0-120, Don't
know=999), then the display will be a combination of radio buttons for each value defined in the dictionary, with a
gray box signaling entry for any continuous values.
If the field is alpha, a gray shaded box with tick marks will be shown. Note that depending on the screen size
and/or length of the alpha field, this may cause a horizontal scroll bar to appear.
Scroll bars: If a field appears within a singly-occurring record, then the scroll bar will appear immediately below the field
(or below the roster if the field repeats within the singly-occurring record). However, if the alpha item appears within a
repeating record, then no scroll bar will appear, as the scroll bar will be on the roster.
Forms Tree
If you choose to generate the default data entry screens, CSPro will create one screen for the identification items, and a
separate screen for each record defined in the dictionary. Press the "Forms" tab on the bottom left of the screen to see
the data entry tree. The data entry tree will be identical to the dictionary tree; that is, the items will be listed as named
and ordered in the dictionary.
However, if you design the forms yourself, you might decide to include more than one record in one screen or combine
fields from different records in one screen. In that case the data entry tree will not be identical to the dictionary tree. In
any case, the data entry tree has the following items:
• Forms File:
This is the highest level node, i.e., the root node. It is the owner of all code, which is to say [1] level-, record-, and
item-related code, [2] user-defined functions, and the [3] global routine.
• Level:
This is the second-tier tree node, just below the root. It has a 1-to-1 correspondence with the same-named dictionary
level.
• Form:
This is the third-tier tree node, just below its level. It represents the form and all the items in that form.
Pa ge 197 of 958 Crea te a Da ta Entry Applica on
• Roster:
It represents the roster and all the items included in the roster.
• Field:
This is the terminal or "leaf"-node; i.e., the lowest accessible level. It has a 1-to-1 correspondence with a dictionary item.
You are free to rename any of the above the unique names via the properties dialog box, but it is recommended that you
retain the original name, so that it is easier for you to see which dictionary entity is being referenced. The data entry tree
represents the order in which the data entry is keyed.
You can change the order of entry by reorganizing the forms or items within the forms by dragging them within the Data
Entry tree view. When the operator enters the data, the cursor will follow the order in the tree not the order in the form.
When selecting a new edit item, the contents of the logic view will change to display the logic for the selected entity.
Pressing Ctrl+T in the data entry tree will allow you to switch between the labels and the names of the items.
Press ; or press Ctrl+R; or select Run from the File menu to launch CSEntry. You will see a screen that looks like
this:
The first row, Input Data File, lists the file name where entered data will be saved. If you want to select an existing file,
you can click on the button to select it. Otherwise, you must give the name of the file and the desired data source
(generally either CSPro DB or text).
In addition to this row, there may be rows where you can specify the names of lookup files, external files, and the
paradata log.
After specifying the file names, CSEntry may ask for the operator's ID. CSEntry keeps track of the operator's keying
record and can display the operator statistics in CSEntry. You can turn off this option in the data entry options.
You will, of course, want to test the behavior of your data entry application before using it in a production environment, so
this is just a quick way to launch CSEntry. When your application is ready for production, you can launch CSEntry
independently of CSPro. For assistance with this, see Run Production Data Entry.
You can create a PFF file in one of two ways: either [1] create one with a text editor (such as Notepad or Wordpad), or
[2] have it generated automatically for you by launching your data entry application from within the CSPro Designer. The
file will have the same name as your application, but with a .pff extension instead of .ent. For example, if your data entry
application was named MySurvey.ent, the generated PFF would be named MySurvey.pff.
The following section shows the options available to you in a CSEntry PFF file. A PFF file is not case sensitive, so you
can use any combination of upper and lower case text.
[Run Information]
Version=CSPro 8.0
AppType=Entry
Description=My Survey
ShowInApplicationListing=Always
[DataEntryInit]
OperatorID=John
Key=1250
StartMode=Add
AutoAdd=Yes
FullScreen=No
NoFileOpen=No
Lock=Verify,Stats
Interactive=Ask
CaseListingFilter=12
[Files]
Application=.\MySurvey.ent
InputData=.\MyData.csdb
Paradata=.\MyParadataLog.cslog
CommonStore=.\MySettings.db
HtmlDialogs=.\MyDialogsDirectory
BaseMap=.\MyMap.mbtiles
[ExternalFiles]
LOOKUP_DICT=.\LookupFile.dat
[Parameters]
Parameter=your choice
Language=LINGALA
OnExit=.\Menu.pff
[DataEntryIDs]
PROVINCE=12
DISTRICT=05
[Run Information]
The [Run Information] block is required. While Version and AppType must appear exactly as shown in the example
above, there are two optional properties:
Description=if specified, it will be used instead of the name of the file in the list of applications (mobile only) and in
the window title during data entry (all platforms).
ShowInApplicationListing=determines whether the application associated with this PFF is displayed on the mobile
Entry Applications screen. The possible options are: Always (default), Never, and Hidden. Operators must
manually elect to show hidden applications, whereas PFFs with the Never option will never be shown. Always
(the default) is a good choice for menu applications or other programs that you always want your interviewers to
see. Never is a good choice for the applications the menu program launches, as you will likely not want those
programs being launched directly without parameters being set first. Hidden is useful for utility programs that you
want supervisors or IT staff to have access to, but that you don't want the interviewers to be aware of.
[DataEntryInit]
OperatorID=specifies the operator ID for the purposes of logging operator statistics. If this line is not present but
your data entry application has been set to ask for this, CSEntry will prompt the operator for one at runtime.
StartMode=determines the mode in which CSEntry starts. The possible options are: Add, Modify, and Verify. If
this line is not present, one of two things will occur: if the data file does not exist, then the program will start in
Add mode; if the data file does exist, then CSEntry will wait for the operator to choose their desired mode. The
operator's choices may be constrained due to options indicated in the Lock feature.
You can also specify the case upon which to act by adding a semicolon and the case IDs of an existing case (for
example: StartMode=Modify;010502). This will open CSEntry in Modify mode and open the case indicated by
the ID. If the StartMode conflicts with the Lock parameter settings, then the StartMode parameter will take
precedence.
Key= specifies the case ID to automatically open. If a key is provided that exists in the data file, CSEntry will
open that case and then close once the case has been entered. If the case does not exist, a new case is created
and the IDs automatically filled from the values specified. If only a partial key is provided, then only the values
specified are prefilled. (For example, if the IDs are cluster and household number and the key only specifies the
cluster, then the cluster will be automatically filled but the interviewer will have to specify the household number.)
The StartMode attribute takes precedence over the Key attribute. You generally will use only one, if any, in your
design. This attribute is typically used in menu programs, often with the output of the key logic function.
AutoAdd=indicates whether, while in Add mode, CSEntry should continuously add cases, meaning that after a
case is added, CSEntry will begin adding another case. The possible options are: Yes (default) and No.
FullScreen=determines whether CSEntry will open the application in full screen mode, with no case tree on the
left. The possible options are: Yes, No (default), and NoMenus. The parameter NoMenus will open CSEntry in a
tablet-friendly mode whereby the case tree and the CSEntry menus and title bar are not shown.
NoFileOpen=determines whether CSEntry will permit the operator to open another data file while running a data
entry application. The possible options are: Yes (default) and No.
Lock=indicates what CSEntry modes the operator cannot access. The possible options are:
Add: The operator cannot add new cases.
Modify: The operator cannot modify existing cases.
Verify: The operator cannot verify existing cases.
Delete: The operator cannot delete cases.
View: The operator cannot use the questionnaire view to view cases from the case listing.
Stats: The operator cannot view operator statistics.
CaseListing: On mobile CSEntry, the Case Listing screen will be bypassed.
Multiple modes can be specified by listing each mode, separated by a comma.
Interactive=specifies the default way that CSEntry runs in Interactive Edit mode. The possible options are:
Ask: The default option, CSEntry will ask the operator how to run Interactive Edit.
Both: CSEntry will display both out-of-range messages and errors generated from the errmsg function.
ErrMsg: CSEntry will only display errors generated from the errmsg function.
Range: CSEntry will only display out-of-range message.
Off: Interative Edit mode will be disabled.
If the mode is followed by a comma and Lock, then the mode cannot be changed by the operator. Otherwise,
unless the option is Off, the operator can change the mode from within CSEntry.
CaseListingFilter=filters the cases in the data file shown to the operator. The filter string can use regular
expressions. If you have multiple operators entering data to the same data file, this can be a way to prevent
operators from interacting with data entered by other operators. The filter is matched against the IDs of each case.
[Files]
[ExternalFiles]
If the [ExternalFiles] block is present, it means that a second (or more) dictionary was linked to the data entry
application. In the example above, LOOKUP_DICT is the dictionary name, and LookupFile.dat is the name of the data file
that contains the lookup codes.
[Parameters]
The [Parameters] block is optional. This section defines parameters for the data entry run.
Parameter=allows you to pass in a string to your program. The parameter can be any length, although the string
that retrieves the value in your program (via the sysparm function) must be large enough to accommodate it. Once
the parameter is retrieved, it can be parsed by your program for further usage.
Language=specifies the initial language of the program. The parameter must match the name of a language
specified in the question text, dictionary, or message file.
OnExit=specifies a PFF file to run after the data entry program closes. This can be useful, for example, if you
want to relaunch a menu program after collecting data.
When starting a new case, if the name of a parameter matches the name of a dictionary item, the value of that item will
be set to the value specified in the PFF. This is similar to how the persistent fields are processed (see below), but this
works for non-persistent fields.
[DataEntryIDs]
The [DataEntryIDs] block is for use with any persistent IDs that you have defined. CSEntry will assign the specified
values to the indicated persistent fields when a new data file is created. This feature allows automatic definition of
persistent fields, such as geographic IDs. If you provide values and run this on an existing data file, and the PFF file
values do not match the values in the data file, then the PFF values will be ignored. The syntax is as follows:
id_item_name=initial_value
This generated file cannot be changed in any way. It cannot be opened by the CSPro Designer and it cannot be read in a
text editor. If you make changes to the data entry application, you must generate the binary application again.
The binary application will run identically in CSEntry to a normal (text) application. An operator will not see any difference
in behavior.
To generate a binary application, open the application in the normal way, then from the File menu select Publish Entry
Application (.pen).
Pa ge 201 of 958 Crea te a Da ta Entry Applica on
Before CSPro 6.0, binary data entry applications had the extension .enc. The 'P' in the new extension stands for
"portable," which indicates that the file can be run not only on desktop CSEntry, but also on mobile devices. CSPro can
no longer read .enc files and if you would like to run an application with such a format, you will have to use an older
version of CSPro.
To change the form order, simply drag and drop on the form tree. For example, suppose you currently have Form A,
Form C, Form D and Form B in your level. The forms tree will now show the following:
1. Form A
2. Form C
3. Form D
4. Form B
If you drag the form icon for Form B and drop it on top of Form C, the forms tree will now show:
1. Form A
2. Form B
3. Form C
4. Form D
Similarly, to change the order of fields within a form, use drag and drop on the forms tree.
To change the order of fields in a roster you must drag and drop within the roster rather than on the tree. You can change
the default order in which the forms and fields will be keyed by using logic in the application.
Application Options
Ask for operator ID: If this box is checked, CSEntry will prompt the operator to enter an operator ID.
Confirm end-of-case: If this box is checked, CSEntry will prompt the operator to accept the case at the end of
each case entered.
Allow partial save: If this box is checked, CSEntry will allow the operator, when in add, modify, or verify mode,
to save a case which has not been completed. You can also have CSEntry automatically partially save cases. Or,
you can explicitly control when partial saves occur by using the SavePartial Function.
Show case tree: There are four options for the case tree selection. There are options to never show a case tree,
to show it only on mobile devices (Android), to show it only on desktop devices, and to show it on all devices. If
shown, CSEntry will display a tree on the left showing each item in the case currently being added, modified, or
verified and its value. The tree can also be used to navigate between parts of the questionnaire.
Use question text: If this box is checked, CSEntry will display the question text window. The top part is for
question text (to be read during the interview). The bottom is for the normal form content.
Always show refusals: If this box is checked, refused values defined in a value set will always be shown to the
operator. If unchecked, the operator can view refused values by selecting the Show Refusal Options menu option.
Center forms on screen: If this box is checked, CSEntry will center forms horizontally in the display window.
Decimal mark is a comma: If this box is checked, CSEntry will use a comma instead of a period when showing
numeric fields with a decimal component. The keyer must also type a comma instead of a period to enter the
values after the decimal mark.
Right-to-left entry: If this box is checked, CSEntry will orient rosters in a right-to-left manner, which is useful for
languages like Arabic. The first column of a roster will be the furthest right in the roster and the roster will scroll
from right to left.
Mobile Options
If you are running CSEntry on a mobile device, there are some options to consider:
Automatically advance on selection: When clicking on a response (when displayed as a radio button),
CSEntry will automatically advance to the next field, rather than requiring the interviewer to swipe or press the
next button.
Show field labels above question text: Each field's label will be displayed on the screen above the field's
Frequency: This is the interval between cases that CSEntry will use for verification. For example, if this value is
10, every 10th case will be verified.
Start: This is the number of the first case in the data file to verify. For example, if this value is 5, and the
frequency is 10, cases number 5, 15, 25, etc. will be verified. The case number is determined by the physical
order of the cases in the data file. The start value must be less than or equal to the frequency value.
Random Start: You may check this box instead of specifying a start value. CSEntry will then choose a random
number for the start value. The random number will be between 1 and the frequency value.
General Options
Automatic partial saves: You can specify the number of minutes after which a case will automatically be
partially saved.
It may be useful to uncheck both options if creating a menu or CAPI program, as these files are mostly useful in key-
from-paper operations.
See also: Data Sources, GetNote Function, PutNote Function, GetOperatorId Function
Simple Synchronizations
Setting the Synchronization Options
To add support for data synchronization to your application, check the Enable synchronization box.
CSWeb: Synchronize with a CSWeb server. This requires a properly configured CSWeb server. The data
dictionary for the application must be uploaded to the CSWeb server. For more information about CSWeb servers,
see the CSWeb help documentation.
Dropbox: Synchronize using the online file sharing service Dropbox. This requires an account with Dropbox.
FTP: Synchronize using an FTP server. This option requires that you have an account configured on an FTP
server.
URL: Specify the URL of the CSWeb server or the URL of the FTP server. For CSWeb servers the URL should
start with http:// or https://. For FTP servers the URL should start with ftp://, ftps:// or ftpes://. The URL is not used
for Dropbox.
Test connection: Click this button to attempt to connect to the server to verify that the URL and settings are
correct.
Synchronize main data file: This setting determines how the main data file is synchronized. There are three
options:
Upload changes to server: Only data that is modified on the device will be sent to the server. No data will
be downloaded from the server. This is the most common option for interviewers when all interviewers will
work on unique assignments.
Download changes from server: Only receive modified data from the server. Do not upload local
changes. This might be used for a supervisor who wants to see what changes interviewers have made but
does not want to make changes themselves.
Sync local and remote changes: Send local changes to the server and download changes from the
server. This option can be used when multiple interviewers need to work on the same assignments. Note
that if both interviewers modify a case at the same time, one will overwrite the changes made by the other.
Simple synchronizations do not support synchronization of external dictionaries or files other than the .pen and .pff files.
To implement these advanced synchronization scenarios, you can create your own synchronization routines using logic
functions.
The synchronization options are used to synchronize data with a server but are not meant for deploying and updating the
application itself. To download an application to a mobile device or update the application files of an existing application
on a mobile device use the Deploy Application tool to package and upload an application to a server. Interviewers can
Pa ge 206 of 958 Cha nge Da ta Entry Cha ra cteris cs
then download the application to their mobile device using Add Application from the Entry Applications screen of
CSEntry. Interviewers can also download to an application using Update Installed Applications from the Entry
Applications screen of CSEntry.
Running Synchronizations
If the synchronization options have been configured, then the operator can launch the synchronization when running the
data entry application. Synchronization may not be run while entering case data.
On mobile devices, the synchronization may be launched from the case listing view by choosing Synchronize from the
menu or tapping the following icon:
On desktop devices, select the Synchronize option off of the File menu.
Downloading Data
In order to download the data that has been uploaded to the server, use the Data Viewer's download function. This will
download all the data on the server into a single CSPro data file that can be used by other CSPro applications and tools.
To enable the map-based case listing screen, select Map Case Listing from the Options menu:
In the Map Case Listing dialog, check the Show the case listing on a map option and choose the variables in your
data dictionary where the coordinates (latitude and longitude) of each case is stored. The variables must be numeric
variables from the main data dictionary with at least one decimal place.
Any cases that have blank values for the latitude or longitude variable will not be displayed on the map. This means, for
example, that a partially-saved case where the GPS coordinates have not yet been captured will not be displayed on the
map.
Using the map case listing is currently only supported on Android. No maps are displayed in the case listing when
running your application on Windows.
By default, the cases will be displayed with a Google Maps base map, which requires that the Android device be
connected to the Internet. You can modify the default base map used, or in cases where no Internet connection is
available, you can specify an offline map file to use in the PFF file.
You can change this by using the Font radio buttons. If you select Choose new default text font, you can then click
on the Choose font button to customize your own font.
If you want to change the font for all text that is already on forms, you must press the Apply to all items button.
See also: Change Field Font, Highlighted Function, Color of Fields in Data Entry User's Guide
Press the Font button to change the font in all the field boxes on all the forms. Changing the size of the font will change
the size of the field boxes. You can change the appearance of the characters by choosing a different script in the font
dialog box.
Press the Reset button to reset the font in all the field boxes on all the forms to the system default.
The computer must have a sound card, with a speaker connected and turned on.
The volume on the sound system must be turned on and sufficiently loud to be heard.
There must be a sound file associated with the Default Sound(Beep) under Control Panel/Sound.
To change the sound, go to Control Panel/Sound and change Default Sound(Beep) to a different sound file.
This is the design stage of the data entry process. This tool allows you to create new forms, add or modify text, enter
lines and/or boxes, add color to the forms or text. If you have a printed questionnaire you will probably want to use it as a
guide when deciding text and field placement, as well as the order of entry for the items.
After you have developed forms to your satisfaction, use CSEntry to input the data.
Method 1, from the Form Designer Tree—right-click over any of the form tree entries (i.e., the Form File, a Level, Form,
or Item), and a popup dialog box will appear. Select the Add Form option.
Method 2, from the Form itself—right-click anywhere over a form. A popup dialog box will appear. Select the "Add Form"
option.
Method 3, from the Form Designer's Menubar—select Edit, and choose the Add Form option.
After you have entered the required (label and name) and desired (color, capture) information on the dialog, pressing OK
will create the (blank) form. You will notice the form has been placed last in the form tree for the current level. You can
change the form order by dragging the form within the form tree.
Expand the dictionary tree so that the desired item is visible. Holding down the left mouse button, select the item ( )
and drag it to the form, releasing the mouse button when the cursor is at the desired location on the form. Depending on
the Drag Options Menu settings, either your item or existing subitems ( ) will be dropped onto the form.
For example, if you have dragged an item from a record with multiple occurrences and had chosen to roster items when
possible from the Drag Options Menu, the item will appear as a one-column roster. Dragging additional items from this
record and dropping them onto the roster will append the items to the roster.
Drag a multiple record ( ) from the data dictionary to a blank form. This will generate a roster containing all the
items in the record.
Otherwise, you can drag an appropriate field from the data dictionary and drop it on the roster. CSPro will add a column
to the end of the roster. If you don't want the field's column to be at the end, you can reposition the column after you add
it by dragging and dropping the field in the desired position on the form, or in the list of fields on the Form tree. Be sure to
drop the data dictionary item on top of the roster; otherwise, you will create a new roster.
Add Text
Right-click on the light gray space in the desired column of the roster and select " Add Text". You will see the Grid Text
Properties window. Note that you can choose the text placement and select whether the text will go only in the cell in
which you clicked, or if it will go at the same position in every cell in the column. You can change this attribute later if
you want.
Add Boxes
Right-click on the gray space in the roster and select "Add Boxes". Note that you can choose whether the boxes will go
only in the cell in which you clicked, or if they will go at the same position in every cell in the column. Drawing boxes in a
roster is essentially the same as drawing boxes on a form.
1. Right-click on the form at the point where you want the text to start.
2. Select Add Text from the popup menu.
3. Type in the text, and press Enter.
When you select multiple items with the mouse, you'll notice during the selection process a box that drags with you to
show what you're including. To draw a box on a form, it seemed logical to have that same mechanism at work, so we've
introduced the Select Items/Boxes button. Click on to toggle between the two states. When you first click on this
button it will appear depressed, and a floating toolbar will appear with the following buttons:
Click To
Toggle states between selecting items and drawing boxes without having to close down the toolbar.
Draw a box with an etched edge.
Draw a box with a raised edge.
Draw a box with a thin edge.
Draw a box with a thick edge.
When you have finished drawing boxes and no longer need the Box-Draw toolbar, close it down by either toggling the
button, or close the Box-Draw toolbar.
To quickly select several fields in their entirety, just grab their data entry boxes. This will cause automatic selection of
any accompanying text, as well. To quickly select just the text portion of several fields, be sure that the selection field
visible on the screen does not touch any of the data entry boxes.
To select several items, hold down the left mouse button while dragging a selection box around the desired items.
Or you can also hold down the Ctrl key while individually clicking on each item (box or text) to be selected with
your left mouse button.
To select both a data entry box and its associated description text, hold down the Shift key while clicking on
either the entry box or its associated text.
To select several data entry boxes and their associated descriptions, hold down both the Shift and Ctrl keys
while individually clicking on either the edit box or its text for each different field.
Move Things
When you drag a dictionary item onto a form, it will be placed on the form at the point where you released the mouse
button. The dictionary label will be used as identifying text for the field, and it will be placed on the form according to the
Drag Options in effect, which may mean the item becomes rostered. Once the field is on a form, you can fine-tune its
placement.
• Move a Field
To move a field, select the box and drag it to the desired location. Each field has a text item associated with it. You
can see the text by holding down the Shift key and clicking on the field. This will select both the field and its text. You
can now move both of them together by dragging and dropping. You can move a field's associated text separately by
simply dragging and dropping only the selected text.
• Move a Roster
To move a roster, select it by clicking on the gray space in any cell or in the small box in the top left corner of the
roster. Drag it to the desired location. You can also resize a roster.
• Move Text
To move any text, simply select and drag it to the desired location.
• Move a Block of Items
First select a block of items. Then, move the mouse over one of the tracker regions selected. When you see the
mouse cursor change from to , you are ready to move the block. Press down with the left mouse button and
drag it to its new location.
A tracker (or tracker region) refers to the item(s) that has(have) been selected with the mouse. Visually, you will see a
heavy dashed line drawn around the item(s).
Left
This will take the left-most item (whether the text of a field, the data entry box of a field, a roster, etc.) and use it as
the basis for aligning all other selected elements. This alignment method works best for fields that have been placed
on the form in a top-to-bottom manner, with text either to the left or right of the respective data entry box.
Center
This will take the [horizontal] mid-point between the left-most and right-most items (whether the text of a field, the
data entry box of a field, a roster, etc.) and use it as the basis for centering all the selected elements. This alignment
method works best to center text items that have been placed in a top-to-bottom manner, or to center the text of a
field over the data entry box.
Right
This will take the right-most item (whether the text of a field, the data entry box of a field, a roster, etc.) and use it as
the basis for aligning all other selected elements. This alignment method works best for fields that have been placed
on the form in a top-to-bottom manner, with text either to the left or right of the respective data entry box.
Top
This will take the top-most item (whether the text of a field, the data entry box of a field, a roster, etc.) and use it as
the basis for aligning all other selected elements. This alignment method works best for fields that are spread out
across the form in a left-to-right manner, with text either above or below the respective data entry box.
Mid
This will take the [vertical] mid-point between the top-most and bottom-most items (whether the text of a field, the
data entry box of a field, a roster, etc.) and use it as the basis for aligning all the selected elements on the mid-point.
This alignment method works best to center text items that have been placed in a left-to-right manner, or to center
the text of a field next to the data entry box.
Bottom
This will take the bottom-most item (whether the text of a field, the data entry box of a field, a roster, etc.) and use it
as a basis for aligning all other selected elements. This alignment method works best for fields that are spread out
across the form in a left-to-right manner, with text either above or below the respective data entry box.
Evenly Horizontal
This will evenly space three or more items (whether the text of a field, the data entry box of a field, a roster, etc.)
horizontally. The left-most and right-most items will not move. This alignment works best to evenly space data entry
boxes across the screen.
Evenly Vertical
This will evenly space three or more items (whether the text of a field, the data entry box of a field, a roster, etc.)
vertically. The top-most and bottom-most items will not move. This alignment works best to evenly space data entry
boxes one above the other.
Please note that aligning items could have unintended results. For example, if your fields are spread across the form
Splitting a Column
Click on the column heading to select it, then right-click and choose Split. If a column already has more than one field in
it (from a previous join), you can Split the column so that there is one column for each field.
To Delete a Form
Click on the form on the forms tree and press Delete, then choose Delete Form from the main menu at the top.
If the application does not match, the system will indicate that discrepancies exist and will ask you to permit the
updating of the application. If you prefer not to accept the update or if you wish to first investigate the cause of the
discrepancy, you may answer No and the system will not open or update the application. You can then verify that you
have the correct dictionary and review any changes that might have been made since the last time the application was
opened.
• Label
This is descriptive text that helps you identify the current forms file. It may contain any characters (including blanks)
and be up to 120 characters long.
• Name
This is the name of the forms file which you would use when writing programming logic. It must consist of letters,
digits and the underscore ('_') character. It must not begin or end with underscore.
You can see either labels or names on the forms tree. Press Ctrl+T to switch back and forth between them.
• Label
This is descriptive text that helps you identify the current level. It may contain any characters (including blanks) and be
up to 120 characters long.
• Name
This is the name of the level which you would use when writing programming logic. It must consist of letters, digits and
the underscore ('_') character. It must not begin or end with underscore.
You can see either labels or names on the forms tree. Press Ctrl+T to switch back and forth between them.
Label
This is descriptive text that helps you identify the current form. It may contain any characters (including blanks) and be
up to 120 characters long.
Name
This is the name of the form which you would use when writing programming logic. It must consist of letters, digits, and
the underscore ('_') character. It must not begin or end with underscore.
You can see either labels or names on the forms tree. Press Ctrl+T to switch back and forth between them.
Color
The button shows the color of the form. To change the form color, click on this button, select a new color and click OK.
You can change the form color back to what it was originally (usually gray) by clicking on the Reset Default Color
button. You can make all forms the same color by clicking on the Apply to All button.
Name
This is the name of the block, which you use when writing programming logic. It must consist of letters, digits, and the
underscore ('_') character. The name must begin with a letter and cannot begin or end with an underscore.
Field Name
Pa ge 220 of 958 Cha nge Form Proper es
This is the name of the dictionary item associated with this field. It is the name you use to refer to this field when writing
logic. Mirror fields will show the dictionary name with three digits appended to it. You cannot change this property.
Screen Text
This is the text that is associated with the data entry box on the form. It is also the text that is displayed on the mobile
case tree for the field. If Linked to dictionary item is checked, then the screen text is synced to the label of the
associated dictionary item. That is, if the dictionary item's label changes, then the screen text will change automatically.
Skip to
This is the name of the field that will be skipped to if the operator presses the plus (+) key on the numeric keypad. If the
"skip to" field it is blank and the plus key is pressed, CSPro skips to the next field in sequence. "Skip to" is available
only in operator-controlled data entry mode.
Capture Type
This attribute allows you to specify a capture type (a popup window that shows entries in the value set) for the field, or to
change the appearance of an alpha field.
Validation Method
This attribute allows you to specify how CSEntry validates the value entered in the field. The default option Use value set
and capture type means that CSEntry will ensure that a value is part of the field's value set (if applicable), and also, for
date and check box capture types, that the value is valid (beyond simply the value set checks). The option Allow out of
range with confirmation means that, if the value is not in the value set or invalid based on the capture type, the
operator will be presented with a confirmation message and the operator can accept the invalid value. The option Allow
out of range without confirmation allows the entry of any value into the field. More information about validation can be
found on the capture types page.
Keyboard Input
This attribute allows you to choose a keyboard ID that specifies what keyboard input to use for the field, which may be
useful in multiple language environments.
Persistent
Check this box to make a field persistent. Persistent fields are ID fields that take the value from the previous case in the
data file as their default. Persistent fields are typically used for geographic IDs that change very rarely from one case to
another. These fields are shown as light gray boxes on the form. In CSEntry, the operator must press a special key (F7)
to change the value of a persistent field. You can make any ID field (except for mirror fields) persistent.
Auto Increment
Check this box to make a field auto increment. Auto increment fields are ID fields that receive an automatic value based
on a calculation using the other cases in a data file. For the first case in the data file, the ID field is set to 1. For
subsequent cases, the field takes the value of the highest value in the data file plus 1. Auto increment fields are similar
to sequential fields except that they work on ID fields across multiple cases, whereas sequential fields work across a
repeating group in a single case.
Sequential
Check this box to make a field sequential. Sequential fields automatically increment at data entry time. They are
commonly used as occurrence-number fields in multiple groups. A sequential field takes the value 1 on the first
occurrence. For subsequent occurrences, CSEntry will use the value of the previous occurrence and add 1. If the field is
not also marked as protected, the operator may change the sequence at any time by simply keying a new value, and
from that point, CSEntry will use this new value to continue the sequential incrementation. You can make any field
(except for mirror fields) sequential. You can define your own kinds of sequential behavior for fields by writing pre-
processing logic. In this case, do not use the sequential field attribute.
Mirror
Mirror fields show the value of a previously entered field on the screen. The cursor never goes to a mirror field during data
entry. Mirror fields are useful to display values from one screen on another screen. Any singly occurring item can be a
mirror field. A common use of mirror fields is to show the geographic IDs on all screens. The first form might contain the
geographic ID fields which the operator keys in, and subsequent forms might contain the geographic ID mirror fields,
which will show the operator the ID values even when the ID form is not on screen. The first time you drag a dictionary
item onto a form you create the normal entry field. On each subsequent occasion that you drag the same dictionary item
onto a form, you create a mirror field.
Upper Case
Check this box to make a field upper case. Alphanumeric fields can be upper case. This means that every alphabetic
character that is keyed will be forced to upper case.
Verify
Check this box if you want to verify the field when the operator is in verification mode. If left unchecked, verification is
skipped. If checked, verification will occur as follows: after each field is keyed, the value entered is compared with the
value currently in the data file. If there is a difference, an error message is displayed, and the field must be reentered.
The Data Capture Type options allow you to change the type of capture type used for the field. It will list the union of
valid possibilities for the selected fields, but if a change is requested it will apply the change only to fields that can
support the specified type. For example, selecting Check Box will only apply that option to alphanumeric fields that can
support checkboxes. The capture type of fields that do not support the selected type will remain unchanged. If you would
like to set the capture type to the default based on the field's item and value set properties, select <default for field>.
If you selected multiple fields on a form to bring up this dialog but would like to apply the changes to all the fields in your
application, select the Apply to all fields option.
You can specify a specific keyboard input method for a field if you would like to avoid making keyers change input
methods manually. The list is populated by currently activate input methods. If an input method is not listed, activate it
first, typically by modifying the Regional and Language Options in the Control Panel.
In the above scenario, the keyboard input method will only be modified for Field3, which will be entered in Armenian.
However, suppose that the keyer manually changes the keyboard from the default keyboard to Arabic while on the
Field2. In that case, Field3 will be entered in Armenian, and then the input method will be changed back to Arabic for
Field4. In other words, the Default Keyboard input method resets the keyboard back to whatever input method was last
active on another field with a keyboard ID of 0.
When CSEntry loads the data entry program, it also loads any keyboard input methods that are not currently active on
the machine. The input methods will be unloaded when CSEntry terminates. However, some input methods require
additional files that do not come in a standard Windows installation. CSEntry can only use input methods that contain all
the required files. If the files do not exist, the Default Keyboard will be used for those fields. Before deploying your
application you will want to ensure that the required input methods are installed on each keyer's machine.
See also: ChangeKeyboard Function, Change Field Properties for Multiple Fields
Roster Label
This is descriptive text that helps you identify the current roster. It may contain any characters (including blanks) and be
up to 120 characters long.
Roster Name
This is the name of the roster which you would use when writing programming logic. It must consist of letters, digits and
Pa ge 224 of 958 Cha nge Form Proper es
the underscore (_) character. It must not begin or end with underscore.
Orientation
This defines whether the cursor will move from left to right or from top to bottom during data entry.
Free Movement
This defines the order in which to enter a record with multiple occurrences: all the items in a record n times or each item
n times before continuing with the next item
You can see either labels or names on the forms tree. Press Ctrl+T to switch back and forth between them.
File
This is the full filename of the templated report.
Name
This is the name of the templated report. The name must be unique and must contain only letters, numbers, or the
underscore character. The name must begin with a letter.
Text
Enter the new text here. It may contain any characters (including blanks) and be up to 120 characters long.
Font
This shows what font is in effect for the selected text. To change the font, select the Use custom font radio button then
click on the Choose font button.
Write Notes
You can add notes to a field, which can be viewed by the operator and/or edited. These notes can be used to display
instructions to the keyer or to elaborate on a particular value. See the putnote, getnote, and editnote functions.
Generate Reports
You can write customized reports to a file. For example, you could create a report to summarize the demographic
characteristics in the household.
Structure Edits
Structure edits can be used to check coverage and to establish that each case has the correct number and type of
records. The tests that make up a structure edit ensure that the questionnaires are complete before beginning the
consistency edit. In a typical Housing and Population census, the structure edits will check that:
For all collective and conventional households within an enumeration area, all required records are present and are
in the proper order.
Each enumeration area (EA) batch has the correct geographic codes.
Where required, each household has one and only one housing record.
Each occupied housing unit has at least one person record, and vacant housing units (where permitted) have no
person records.
Within a household (conventional or collective), there must be one and only one person record for each member of
the household (i.e., no duplicate or missing records) such that the total number of person records is equal to the
recorded count of persons in the household.
Within each conventional household, there is one and only one qualified head of household; within each collective
household, there is no head of household.
Consistency Edits
Consistency edits look at the individual data items within a questionnaire or case, and examine the validity of each item
and the consistency of each item with respect to other related items. For example, the degree of educational attainment
of an individual should have some predictable relationship with the person's age. This means that it is not expected that a
9-year-old child will have progressed much beyond the fourth or fifth year of elementary school, depending on local
standards. If, in the unedited census data, a 9-year-old indicates educational attainment above that level, it is probable
that either the age or the educational level have been incorrectly recorded. Whether the age or the educational level is
modified to produce data consistency is a decision left to the subject-matter specialists, who should know whether age
data or education data are more correctly reported. It is also important to take into account the method of data capture;
some, like scanning, are prone to systemic error (that is, where a "0" is consistently read as a "9," for example). If such
error is not recognized and taken into consideration when assessing the reliability of reported information, it can lead to
even greater error in the final data.
At a minimum, consistency checks should seek to resolve all errors which might eventually lead to doubts about the
quality of the data. That is, the subject-matter specialists must consider the types of tabulations to be produced and the
uses to which the data may be put in the future. For example, if the plan includes tabulations of educational achievement
by age and sex, the edit specifications must include a means of detecting and correcting the data for individuals whose
declared educational achievement is not in line with their declared age (as in the example of the preceding paragraph). If
a published table shows even one 9-year-old having completed secondary school, the quality of the data will be called
into question, simply because (in that particular culture) it is not the norm that a child so young could be so advanced
educationally. It makes no difference if, in fact, the child is a prodigy and did indeed complete secondary school; when it
is a case of one or two "outliers" and the weight of probability is against them, the values must be changed and brought
in line with reasonable expectations. It is not recommended that such changes be made only in the logic which
generates the tables; if the data (even a subset) are to be given out to researchers or other users outside the statistical
office, they must be clean and consistent throughout before distribution.
You can use the same programmed logic that was in effect during data entry to find problems that were left unresolved
by the original keyer, or you can use different logic to check for other conditions.
Improperly identifying errors can waste precious personnel resources, so a precise set of rules should be developed with
input from subject-matter specialists.
During data entry the system automatically displays a message if value for item is out-of-range. However, you might want
to write your own message for missing or out-of-range values. For example, if enumerators had been instructed to record
all persons older than 110 years of age as '110,' the first-pass check for errors might include the following code:
PROC AGE
if AGE in 0:110 then
exit; // the age range is OK, nothing else to do
else
errmsg("Person %d, has incorrect age: %d", $);
endif;
So what does this code do? If a person's age is in the range from 0 to 110 ('0' is for infants born less than 12 months
before the Census reference date), then the value is accepted as valid and program flow exits the procedure. If not, then
the value is either outside this range or missing, in which case the subsequent errmsg statement will be executed,
showing the reported age for Person N.
More involved edits may be needed for other variables. For example, fertility information is only asked of a female of a
certain age. So if fertility information is present, you may wish to confirm the values of other variables. A possible test
could be as follows:
PROC FERTILITY
if FERTILITY in 0:20 then // there are 0-20 children
if SEX = 1 then // if sex = male
errmsg("male has fertility info present"); // message displayed
reenter; // operator must enter valid value
else // sex is not male
if SEX = 2 then // if sex = female, check woman's age
if AGE < 15 then // 15 = minimum age for fertility
errmsg("woman is too young (%d) to have children", AGE);
endif;
endif;
endif;
else // fertility is blank
if SEX = 2 then // a problem if the woman is "of age"
if AGE >= 15 then
errmsg("woman aged %d should have fertility info", AGE);
endif;
endif;
endif;
As you see, the complexity of the logic used to find (and soon, correct!) errors will depend on the specifications provided.
In the case where specifications are minimal, it is important that the programmer consider all situations/paths in
developing the logic.
The screen is divided into three main work areas: the Tree View, the Logic View and the Message View.
Tree View
The window on the left half of the screen displays the data entry tree with the first form ( ) selected.
Logic View
This is the window block in the upper portion of the right half of the screen. It is the programmer's "clean slate," to which
may be added logic for any part of the data file: any item, any section, any record, even the file as a whole. It is up to the
programmer to determine the correct placement and sequence of execution for each logical element. The initial screen
(PROC IDSO_FORM) represents the Identification form or initial form. If you move to the top of the tree ( ), then the logic
view will display:
Pa ge 233 of 958 Wri ng Logic
/* Application 'MYDATAENTRY' logic file generated by CSPro */
PROC GLOBAL
PROC MYDICT_FF
This is the beginning of your program. This two lines of code will always be in your application file. You write the
declaration statements under PROC GLOBAL, then the procedures for the event.
If code has been written for a given edit level, form, roster, or field, a check mark will appear superimposed on the icon for
that entity. This is how, at a quick glance, you can see where you have placed programming logic. Once one line of code
has been written anywhere in the program, a check mark will appear on the Forms File icon.
Message View
This is the window block in the lower portion of the right half of the screen. It is devoted to messages (user-created and
system-generated). As with the Tree View, tabs are available to the programmer; clicking on one of them will make the
contents of that view active. The Compiler Output tab displays errors found during compilation of your program; if the
code compiled successfully, it will state "Compile Successful." The Message tab is used to type in error messages that
will be used in the execution of the program.
If you wish to modify the size of any of these three work areas, just place the mouse over one of the separating bars,
grab it, and drag to resize.
For example, suppose you select AGE from the tree and there is no associated programming logic, you will see in the
logic view:
PROC AGE
Since there is no logic, PROC AGE is generated "on-the-fly" and will not be saved in the logic file. If there was associated
logic, you might see something like this:
PROC AGE
if not ( AGE in 0:99 ) then
errmsg("Invalid age found");
endif;
CSPro is based on the concept of a "case" containing one or more types of "collections of information." The "case" will
usually correspond to the questionnaire used in the survey or census, and the "collections of information" [or groups of
data items] will usually correspond to one or more record types that make up the case/questionnaire. These elements
constitute a hierarchy, and in applying logic, CSPro follows this hierarchy; that is, it begins with any logic that pertains to
the file itself, and works "down the tree" through the various levels. CSPro executes application events one case at a
time. During data entry, preproc, onfocus, onoccchange, killfocus and postproc statements are executed in the
order in which they are encountered.
Note that the natural flow through the fields can also be altered by the use of the cursor or mouse. For example:
Scenario 1
Result: Field A's killfocus would execute, but its postproc would not. Nothing would execute for Field B. Finally,
Field C's preproc and onfocus would execute.
Scenario 2
Given: Form 1, which contains one field, Field 1. Form 2, which also contains one field, Field 2. After keying Field 1,
you are automatically advanced to Form 2, Field 2. You then decide to use the up/left arrow to move back to Form 1.
Assume both forms and both fields have preproc, onfocus, killfocus, and postproc events.
Result: Field 2's killfocus would execute, but its postproc would not. Next, Form 1's onfocus would execute.
Finally, Field 1's onfocus would execute (but its preproc would not). Note that it does not matter how many fields
are on Form 1; the onfocus for Form 1 would always execute.
Essentially, if the programmer uses logic, or if the data entry operator moves backwards or forwards with the mouse or
arrow keys, the natural flow of the program will be altered. If exiting a form, field, or roster prematurely, the killfocus
event will execute but the postproc event will not. Similarly, if entering a form, field, or roster by backing up into it, the
onfocus event will execute but the preproc event for it will not.
See also: CSPro Program Structure, Order of Executing Batch Edit Events
Run as Batch
You might also run the data entry application after you finish entering data for a file. If you select "Run as Batch" under
the File menu, the system will display:
• Skip Structure
If this option is checked, the application will check for entries in items that should be blank when they are skipped
under certain conditions, and will list those items.
• Check Ranges
If this option is checked, the application will list the items with out-of-range values.
After you press "OK" the system will display the following dialog box:
CAPI offers a flexible approach to collecting data, and can result in improved data quality and more efficient interviewing
and processing. Creating good instruments, however, requires training and experience on the same level as creating
good batch edit programs.
CATI (computer-assisted telephone interviewing) is similar to CAPI, but interviews are conducted over the phone instead
of in person.
CAPI Features
Capture Types
CAPI Strategies
Multimedia Features
How to ...
CAPI Features
A CAPI application is similar to a regular data entry application, but involves making use of some additional features.
CSPro offers the following features suited to implementing CAPI surveys:
Feature Description
Question text Customized text for each question can be displayed at the top of the entry form.
Help text A help shortcut (F2 on desktop or the ? button on mobile) can bring up customized help
information for each field.
Multiple languages The CAPI entry application can be developed with question and help text in several
languages; the interviewer can switch among languages as needed.
Response boxes During entry, a response list of valid values for each question can be optionally displayed;
these can make the interview go more smoothly.
Notes Interviewers can enter field notes when needed.
Support for partial save CAPI applications can be developed so that they support partial save. This lets the
interviewer save an incomplete case, then return later to complete it.
Customized branching The entry application can determine on the fly which forms or questions to present based on
the user's previous responses. This is accomplished through program logic.
Immediate editing Responses can be edited, and errors or possible mistakes signaled to the interviewer. This
can help improve data quality.
When dragging an item to a form to create a field, you can indicate that you want to automatically use capture types by
selecting the Capture Types: CAPI Mode option in the Drag Options dialog. If this option is selected, CSPro will
automatically choose a capture type for the field based on the field's first value set.
You can manually change the capture type for a field by editing the field's properties. CSPro allows you to select a
capture type that is suitable for the item's first value set. A warning will appear if the value set is not suitable. In this
case, if the value set is compatible at the time of data entry (because the value set was changed dynamically using the
setvalueset function), it will be used; if not compatible, the field will appear using the base type (generally a Text Box).
The CSPro Designer shows the fields that use capture types by coloring the border of the field in blue. The blue border
does not exist when the data entry application is run in CSEntry. The field border will be a lighter blue color when the
Number Pad capture type is selected.
Capture Types
Barcode - Capture contents of a barcode.
Check Box - Capture a multiple response variable.
Date - Capture a date.
Drop Down / Combo Box - Capture a discrete value as a drop down or a numeric range as a combo box.
Number Pad - Capture a numeric value.
Radio Button - Capture a discrete value.
Slider - Capture a numeric range.
Text Box - Capture numeric or alphanumeric text. The default capture type.
Toggle Button - Capture a discrete value with two states (selected and not selected)
Validation Method
Check Box
Check Boxes are used to capture multiple response variables. Items using Check Boxes must be alphanumeric. Each
value in the value set corresponds to one of the responses and will be displayed as a separate check box. When the
boxes are checked, the corresponding values will be put into the alphanumeric field, from left to right. The length of the
field must be a multiple of the maximum length of a response. For example, if each response code is one character and
you have five responses, then a field of length five would allow for the selection of all responses. A field of length two
would allow for only two responses (e.g., "pick the top two...").
While the Drop Down and Combo Box capture types are visually identical on desktop CSEntry, in the mobile
environment there is a difference between the two options. Drop Down fields, which contain only discrete values, will be
displayed as radio buttons. Combo Box fields, which can include ranges, will appear as text boxes with a corresponding
button that displays the entire value set, allowing users to see the valid ranges as well as to select from discrete values
(such as a Missing code).
Number Pad
Some users find it cumbersome to use the on-screen keyboard while entering data on a tablet using Windows. This
capture type displays a number pad for entering numeric values with a finger or mouse.
Radio Button
The Radio Button capture type can be selected if an item is either numeric or alphanumeric and if the value set has only
discrete values, meaning that there are no "to values" defined.
Slider
The Slider capture type allows the selection of a numeric range. A range can be defined in the "to values" of the item's
value set. Note that this capture type only appears on Android. On Windows a text box is displayed, but only a numeric
value can be entered.
Text Box
The Text Box attribute is the default option for a field and indicates that no capture type will be displayed. On Windows,
tickmarks divide each character. Text boxes with tick marks are not resizable.
Due to the lack of tickmarks, a data entry operator will not immediately know how many characters they have entered
into the field and how many characters are remaining. CSEntry shows, on the status bar at the bottom of the screen, the
number of characters entered, and the total size of the field.
Both of these Text Box options can also be specified for alpha fields in rosters. To resize the field within a roster you
may need to first adjust the roster's row heights or column widths.
Toggle Button
The Toggle Button capture type allows an enumerator to select a single discrete value or to proceed with no selection. To
use the capture type, define a single value set value for a numeric or alphanumeric field. If the user selects the Toggle
Button, that value will be selected. If the user does not select the Toggle Button, then the field will be validated with a
value of notappl for numeric fields and "" for alphanumeric fields.
It is possible to specify labels for the two states (selected and not selected) if the value set contains two values with one
value mapped to notappl or "". Although only the selected state label will appear during data entry, having the other
value defined may be useful for other purposes (e.g., using the invalueset function or creating frequencies/tabulations).
Feature Description
Audio Record audio in the background or in an interactive mode controlled by an enumerator.
Barcode Scan a barcode or QR code.
Camera Take a photo and save it as an image.
Signature Capture a signature and save it as an image.
Media Store
On Android, the Media Store is a mechanism for accessing audio, image, and video content that can be shared across
applications. The media of the given type is not necessarily stored in a single directory. The media can all be accessed
using the following identifiers:
You can use the following actions and functions to retrieve a list of these files:
dirlist
Path.getDirectoryListing
You can use the following actions and functions to show the operator a visual listing of these files:
Path.selectFile (action)
Path.selectFile (function)
Path.showFileDialog
Because of Android security restrictions, CSEntry may not have permission to list all files in the Media Store. The
System.selectDocument action can be used in these cases to gain access to such files.
Using any of the identifiers on Windows will result in an empty list of files.
Camera
Feature Upgrade: Starting with CSPro 7.7, you should no longer use the execsystem method of taking photos, as it
may soon be removed from CSPro. To replicate the behavior of the execsystem function call, use the image.takePhoto
function.
Flip camera icon: Tap to toggle between the front and rear-facing camera.
Camera icon: Tap to take the photo.
When using execsystem to launch the camera, you can include an optional text string that will appear on the mobile
device's screen while the camera is active. The string will not be saved to the actual image file. Specify the text by
following the image filename with a "|" and the overlay text.
Examples
execsystem("camera:" + pathconcat(Application, "photo.jpg"));
execsystem("camera:evaluation.png|Take a photo of your evaluation form.");
Signature
Feature Upgrade: Starting with CSPro 7.7, you should no longer use the execsystem method of capturing signatures,
as it may soon be removed from CSPro. To replicate the behavior of the execsystem function call, use the
image.captureSignature function.
Passing the signature command to execsystem opens the signature widget on mobile devices (i.e., Android; it will have
no effect on applications run under Windows). The signature UI includes two options:
When using execsystem to launch the signature widget, you can include an optional text string that will appear on the
mobile device's screen while the signature screen is active. The string will not be saved to the actual image file. Specify
the text by following the image filename with a "|" and the overlay text, as shown in the second example below.
Examples
execsystem("signature:" + pathconcat(Application, "saved-signature.jpg"));
execsystem("signature:consent.png|Please confirm that you have read the consent statement."));
Consider breaking your application into a series of sections, each of which deals with a topic (earnings, fertility, etc.).
One or more forms are then used for each section's questions.
Avoid scrolling in CAPI applications, since this prevents the interviewer from seeing the entire form (or roster). Also, the
interview environment—laptop, maybe no mouse, possibly poor lighting—often makes scrolling cumbersome.
Also, it is good practice to gather the names of all household members at the start of the interview. Then the interview
can cycle through each member. Doing this minimizes the risk of accidentally omitting household members.
Try to limit the size of your forms so that the interviewer won't have to scroll them. When developing your application, be
sure to test your application using the screen resolution that will be on the laptops used in the field.
Fields
In CAPI data entry, consideration needs to be given to the properties of fields used in the application. The following table
lists certain field properties and how they might be used:
Use enter key This is usually selected, because otherwise the application will automatically advance to the next
field, which might be confusing for the interviewer.
Mirror fields These are very useful in CAPI applications, as they show the contents of fields in other forms. This
can assist the interviewer.
Protected fields CAPI applications use protected fields to show calculated or derived values. These provide useful
feedback to the interviewer.
Force out-of-range This is almost always turned off, since the interviewer should only be allowed to enter valid
responses. However, you should consider including "not applicable", "don't know," and "refused"
response categories.
CAPI applications frequently make greater use of alphanumeric responses than do traditional key-from-paper systems.
This is because of the interactive nature of CAPI, and it also makes the interview more interactive (by capturing names,
for example).
Questions
CSPro shows customized question text in the top part of the entry window. To help the interviewer distinguish between
text for the interviewer and the respondent, consider using different color fonts. For example, things the interviewer should
say to the respondent (for example, "How many children do you have?") might be shown in black. Instructions to the
interviewer (for example, "Ask of each household member") might be shown in blue. CSPro includes customizeable
styles which can facilitate this.
Question text can be customized using fills or text substitutions. These fills can contain CSPro logic expressions which
reference the contents of variables, dictionary items, or user-defined functions. They are identified by the CSPro logic of
the object surrounded by two consecutive tilde characters (~~). During the interview, the logic is evaluated and the value
of the expression is substituted into the question text. For example, "How old was ~~FIRST_NAME~~ on January 1?"
might be transformed into "How old was Edward on January 1?" Fills help customize the question text and frame it for
Your CAPI application can also present different sets of question text based on conditions. For example, the text for
certain questions might differ based on the number of persons in the household. Conditions can also let your application
support multiple kinds of questions, depending on criteria you decide.
To get started, it is a good idea to define sections containing sets of questions related to one topic. The number of
sections will vary from survey to survey. You might need a section to begin the interview and a section to end the
interview. You also might need some help sections with FAQ or roster of persons in household.
Next you need to develop an order of the sections, that is the order of the interview. Some sections like FAQ or person
roster may be independent of the interview sequence, and may best be placed after the last subject matter section or
after the end of the interview section.
Now with a section you need to define the order of questions. Place one item or several items which are related to one
another on separate forms. The forms will be in the sequence the questions are asked.
CSPro supports multiple languages, and lets you add languages and define question text for each. By default, just one
language (marked as English) is available. You can define additional languages and then enter question text for each as
needed.
During the interview, the interviewer can switch among the application's languages on-the-fly. Each question's text will be
displayed at the top of the screen, in the chosen language. So, if an interviewer arrives at a household and finds that the
respondents prefer to conduct the interview in another language, this can be easily done.
When you develop a multi-language application, it is probably easiest to finalize and test all the question texts in one
language. Then, once this is done, language specialists can translate them into the other languages your application will
support. This is easy to do, since the question text editor can display question text for two languages at the same time.
The translator can copy and paste text or bitmaps, if needed. Finalizing all the question text in one language first also
helps avoid version control problems that might arise if things were translated then later modified.
CSPro fully supports partial save, which causes a case to be saved to disk even if it is not yet complete. The case can
be continued at a later time. Partial save is a very useful feature in CAPI applications, and should be used if any of the
interviews might not be completed in a single sitting. Very small applications, like listing operations or a short-form
census, probably would not require partial save ability. To enable partial save, select the box in the data entry options
dialog.
The user function OnStop can be used to trap the stop button ( ) or attempts to exit the interview (for example, by
pressing Alt+F4). The developer might want to include a form that manages the exit process and saves the partial case
Pa ge 248 of 958 CAPI Stra tegies
to disk.
You could also use OnStop() to intervene and prevent an interview from stopping, or to jump to a callback form before
exiting. Your application also could store the field being entered, so that it could jump to that section when the interview
is later continued.
If it is necessary to return later to finish a CAPI interview, you might want to include a form that asks when the
respondent would prefer to do the follow-up visit. In a production CAPI system, a separate case management system
could take advantage of this information and assist the interviewer in tracking and scheduling appointments.
Prefilling Values
In a data entry application, it is possible to prefill fields using several approaches:
1. Make an ID field persistent, which uses the value entered for a previous case to prefill the value for a new case.
The initial values of persistent fields can be specified in a PFF.
2. Make an ID field auto increment, which takes the value entered for a previous case and increments it by one to
prefill the value for a new case. If no previous case has been entered, the value starts at 1.
3. Use the Key attribute of a PFF to specify the initial value of the case's ID items.
4. Use the Parameters section of a PFF to specify the initial values for non-repeating, non-persistent items.
5. Make a repeating field sequential, which automatically increments a field on a roster, incrementing it by one on
each added occurrence.
6. Specify a value in the preproc of the field; for example:
PROC INTERVIEW_END_TIME
preproc
INTERVIEW_END_TIME = timestamp();
Notes:
After enabling question text, the forms screen will be divided horizontally. The top part is for question text (to be
read during the interview), the bottom is for the normal form contents.
Define Languages
A CAPI application can contain question text in multiple languages. The interviewer can switch among available
languages as needed.
1. From the CAPI menu, select Define CAPI Languages. The CAPI Languages dialog box will be displayed,
Pa ge 250 of 958 How to ...
showing the languages currently defined for the application.
2. You can add, remove, or modify the your application's CAPI languages.
3. You can also define multiple languages for your dictionary and message file.
Notes
Language names follow the same rules as names; that is, they must be unique and cannot contain spaces. Try
using abbreviations like EN (English), ES (Spanish), FR (French), or PT (Portuguese). We recommend using ISO
639-1 two digit codes. When those codes are used, on mobile the initial language will be set automatically based
on the language in use on the mobile device.
Language labels can contain any text to describe the language.
During data entry, the interviewer can easily switch among languages.
Organize Forms
Divide your CAPI questionnaire into sections, one for each topic area. Add any special sections, such a begin and end
section or global help sections, like an FAQ. These sections organizing units for defining forms and movement within the
application.
Break up the questions within a section into forms containing one or several responses. Remember, you only have about
half of the screen at the bottom to use for a form, because the question text may take up the top half of the screen.
If the form contains a roster, you should make sure that only the roster scrolls, not the form. Scrolling forms can be
confusing to interviewers.
1. From the View menu, press Question View (or press Ctrl+Q). The question editor will be displayed.
2. Select an item from the tree on the left. Any text already defined for this item will be displayed in the editing
window on the right.
3. Enter text into the editing window. You can format the text using the toolbar, or use the formatting choices shown
in the Question Text menu.
4. When you have finished entering the question's text, you can select a different item or switch to the form view or
logic view.
The question text editor supports copy and paste operations, including pasting formatted text from other documents.
See also: Change Formatting, Create Conditional Questions, Create Fills In Questions, HTML Question Text
Fills may contain any valid CSPro logic expression that evaluates to a string or numeric value. Logic expressions may
include dictionary items, variables, occurrence labels, user-defined functions, as well as any built-in CSPro functions and
operators.
When the entry system comes to this text, it will insert the person's FIRST_NAME value into the question text:
When used with numeric values, the fill uses the value code. For example, ~~SEX~~ might be 1 or 2. If you want to use
the value label, you can use the getvaluelabel function:
HTML in Fills
You can use HTML tags in order to dynamically format fills using logic. If you use HTML tags, you must surround the fill
with three tildes (~~~) instead of two. This tells CSPro not to escape the tags when substituting the fill value. If you use
the standard two tildes ~~, the literal HTML will substituted instead of the formatted value.
~~~householdMembers~~~
householdMembers = "<ul><li>Bouba</li><li>Frank</li><li>Chen</li></ul>";
Or more realistically:
householdMembers = "<ul>";
do numeric ctr = 1 while ctr <= totocc(PERSON_REC)
householdMembers = householdMembers + maketext("<li>%s</li>", encode(strip(NAME(ctr))));
enddo;
householdMembers = householdMembers + "</ul>"
By default, every CSPro application comes with the following default styles: normal, instruction, heading 1, heading 2
and heading 3. These styles appear in a dropdown list in the toolbar of the question text editor.
Applying Styles
To apply a style to text in the question editor:
Customizing Styles
You can modify the default styles or add your own styles:
All question text that uses any of the modified styles are automatically updated to reflect the changes. Any new styles
created are added to the styles dropdown list in the question text editor.
Change Formatting
The question text editor allows you to apply fonts, colors, and formatting to your question text. You can either use the
formatting controls on the toolbar or in the CAPI menu.
For more advanced formatting it also possible to directly edit the HTML code for the question text. To view the HTML
click on the Code button on the question text editor toolbar.
Add Images
Pictures and other graphics can be added to your question text. Most common image formats are supported, including
JPEG, PNG, GIF, and Bitmap formats. You can insert an image by:
1. Clicking on the Insert Image on the toolbar in the question text editor.
2. Selecting Insert Image from the CAPI menu.
3. Right-clicking inside the question window and choosing Insert Image.
4. Using the code view and adding an HTML image tag.
If you wish to manage image storage yourself, uncheck the box Include in pen file as image resource? when
choosing the image file. When this box is not checked, CSPro does not make a copy of the image file but instead stores
the relative path from your application directory to the folder that contains the image file. This means that if you move or
copy the application you will also need to move/copy the image file in such a way that the relative path does not change.
In general, it is easier to allow CSPro to include image files as resources. However, if you want to share the same image
file among multiple applications you may consider managing the image file locations yourself.
Adding high-resolution images, such as digital photos, will increase the size of your application which may make it slow
to install and update the application over the internet. You should consider resizing large images using an image editor
before adding them to the question text.
Text to display: The text that will appear in the question text.
Pa ge 254 of 958 How to ...
URL: The URL that should be accessed if a user clicks on the linked text.
CSPro supports all tags and attributes in standard HTML5, including images, tables, and CSS styles.
The HTML for each question does not include the <html> or <body> tags. The HTML question text is inserted into to a
complete HTML document that already has those tags.
Styles
All styles defined in the Edit Styles dialog are included as CSS classes in the HTML document by CSPro. These styles
can therefore be used in the HTML question text by setting the class attribute of a tag to the name of one of the styles.
For example:
The normal style is applied to the <body> tag by CSPro so that all unstyled text in the question text uses the normal
style.
In addition, the document created by CSPro sets the background color to yellow on Windows Desktop and to gray on
Android.
Finally the document adds some basic styling to tables such as borders and padding.
External Files
References to external files such as images and stylesheets may be included in the HTML question text. All paths must
be relative paths based on the location of the application (.ent or .pen) file. Absolute paths are not supported. When
deploying your application, make sure to copy the external files as well or include them in a resource folder.
<p>
You are entering person ~~curocc()~~.
If all persons have been recorded, <a href="#" onclick="endRoster(); return false;">end the
roster (with a household size of ~~curocc() - 1~~)</a>.
</p>
<script src="/action-invoker.js"></script>
<script>
function endRoster() {
let CS = new CSProActionInvoker();
CS.Logic.evalAsync({
logic: "EndPersonRoster();"
});
}
</script>
Audit Undefined Text: This creates a list of fields and blocks that do not have any question text. For most applications,
you will want to define question text for all fields and blocks that an enumerator will visit. This option shows you which
entities may require question text.
Remove Unused Text: If you define question text for a field or block but then remove that entity from a form, its
question text may remain in the .qsf file. This option will remove any unused—not connected to a form entity—question
text from that file.
Harmonize Occurrences: Increases the maximum occurrence number of a field or block's question text to match that
of the controlling record in the dictionary. This is useful if you increase the number of record occurrences; rather than
having to manually increase each question's occurrences values, you can use this option.
Initialize as Dictionary Label: For any field that does not have question text defined, the question text will be set to
the field's item dictionary label.
Paste from Clipboard: Using one of the two formats specified, a field or block's question text will be set to the text
specified on the clipboard. The allowable formats are:
NAME<tab>Question Text
NAME<tab>LANGUAGE_NAME<tab>Question Text
Resource Folders
There may be times, when deploying an application, especially to a mobile device, that you will want to include some
auxiliary files that the application uses. Such files might include lookup files or value set images. To simplify the
deployment of such an application, these files can be packaged in with the data entry .pen file. The files will be
compressed in the .pen file and then decompressed when the user opens the application. CSEntry will recreate the
folder structure and files contained in the resource folders. Files that already exist on the device will be overwritten only if
the timestamp of the .pen file is newer than the timestamp of the file on the device.
To specify a resource folder, select File -> Add Files and then select a resource folder. Your application may have more
than one resource folder. All files in the resource folder, and its subfolders, will be included in the .pen file, so it is
important to think about how to structure your data entry application so that only relevant files are bundled together in the
.pen file. You might, for example, have an Images folder where you put all the value set images that your application
uses. When decompressing data on mobile devices, files will only be saved in the csentry folder or in any of its
subfolders.
If you no longer want to mark a folder as a resource folder, select File -> Drop Files and select the folder that you no
longer want to use.
If your CAPI application supports multiple languages, consider starting by entering text for all the questions in the first
language. Then use can translate each text into the other languages by putting the first language in the top question
window, and translating in the bottom question window. You can also copy and paste between question text windows.
Select an item for which you want to add a condition (from the left-hand tree).
When the entry application comes to this question, it will evaluate the first condition. If it is true, then the question text
for that condition will be shown to the user. If not, the next condition will be checked, and so on. If no conditions are
satisfied (i.e., they are all false), then no question text will be displayed. It is not necessary to add an actual condition; a
blank condition will always evaluate true.
Note: Conditions can be any CSPro logic expression that evaluates to a numeric value including dictionary items or
variables, and functions. Conditions may be combined using logic operators such as and and or.
For example, to display different question text for a variable in the first row of the roster than in the remaining rows of the
roster simply set the first condition to curocc() = 1 and leave the second condition blank. When the application is on
the first row of the roster where the occurrence number is equal to one, the first question text will be shown. On
subsequent rows, where the current occurrence is greater than one, the first condition will be false so the second
question text will be shown.
Structure Movement
Decide what movements within the case, an interviewer will be allowed to make. For example, will the interviewer only be
allowed to move backwards or forward through the interview questions or will they be allowed to jump around. If they can
jump around, what jumping movements will they be allowed to make. Are there sections that must be completed first?
Are there optional sections that don't have to be filled in? Are there sections that can be completed in any order?
Decide what happened when the interviewer tries to stop the interview before it is completed? Will this be allowed? If it is,
how will the interview be ended? Through an end section, which may collect when the respondent will be free to continue
the interview and where interview notes may be inspected? Or by just remembering the current question being asked?
If an interview can be continued at a later time, how will the interview be restarted? By just advancing to the last question
completed? Or by having the interviewer ask a few questions to reorient the interviewer and respondent.
When you have finished entering the question's text, you can select a different item or switch to the form view or logic
view.
To turn on the display of values for selection during the interview, use the following statement:
The interviewer can turn the responses on or off during the interview by pressing Ctrl+C or going to the options menu and
selecting Show Responses (This Field).
There are three methods that could be used to collect this data in a CAPI application. Two involve defining in the
dictionary a data item with multiple occurrences. For example if there are 10 possible responses, then the item, usually
a single character, would occur 10 items. On the data entry form, the item would be displayed as a roster with 10
occurrences. Response labels can be given on the form by changing the occurrence labels from numbers from 1 to 10 to
the text of the responses, so the enumerator will know, and can read the possible responses.
One way to collect the responses is to create a roster with free movement, or spreadsheet like behavior, so that
enumerator can move the cursor between occurrences to mark the ones to which the respondent gives positive answers.
Another way to collect the data is to protect the roster and have a separate data item to collect the number of the
response. When the number is entered, the corresponding occurrence of the item is marked. If the number is entered
again the corresponding occurrence is unmarked.
A final way to collect the data is to set the item as an alpha item and use a check box to collect data for the item.
To make this happen, a global navigation key needs to be established and handled by the onkey function. The accept
function can be used to collect the enumerators choice of what section to move to and define the first field in the section
to move to. Movement, however, must be made from a location, a field, before any of the sections are encountered in
order maintain the path structure. This field is protected so that no data need to be entered into it.
Below is code for the onkey function to support using F9 to move to another section in the application. The NAVIGATE
data item provides the location of movement.
PROC NAVIGATE
onfocus
$ = "Z"; // need to have a value in the field
postproc
if JumpFlag = 1 then
JumpFlag = 0;
move to JumpField;
endif;
1. Put a form with one alpha item at the end of all forms.
2. Make question text for the item be the help text.
3. Code in the OnKey function a key that will jump to the help form.
4. Code the alpha item on the help form that will be used to jump back.
In the code below, Ctrl+H is used to jump to the general help. The data item X_HELP is on the form with the help text.
PROC X_HELP
reenter lastField;
Test Application
CAPI applications require even more testing than data entry applications from paper forms because of the enumerator's
need to be able to move easily and quickly around the questionnaire.
Go through the case in intended sequence to test skip patterns, range checks, and edit checks.
If breaking off and restarting the interview are allowed, try doing that from different locations. Can you get back to
where you left off easily?
Test moving around within the application, moving backward and forward.
Test moving between sections, if that is allowed.
Test field helps and general helps.
Sharing a single file between multiple simultaneous users is only possible when using non-text data sources such as
CSPro DB. Data files in text format cannot be shared.
By default, each keyer will be able to view, modify, and verify cases in the shared data file entered by other keyers. This
can be restricted by setting the CaseListingFilter in the PFF filter. See Run Production Data Entry for more information.
When using synchronization, each keyer enters data to a separate data file on their computer. After entering data, they
use CSEntry's synchronize functionality to transfer the data that they keyed over the network to a server. The combined
data from all keyers can then be downloaded from the server.
To enable synchronization in your data entry application, use the Simple Synchronizations documentation. After entering
data, keyers select Synchronize from the File menu in CSEntry to send data to the server. To download data from the
server, use the Download function of the Data Viewer tool. This will automatically combine the data from all the keyers
into a single data file that can be used for further processing.
Data synchronization is only possible when using the CSPro DB and Encrypted CSPro DB data sources. Data files in
text format cannot be synchronized.
In the Android environment you will only be able to run binary data entry applications (.pen files). You will not be able to
execute .ent files or any other kind of CSPro application (concatenation, batch processing, etc.). This .pen file, along
with the .pff runtime script, constitute the two files needed to run a data entry application on an Android device.
All applications on the Android device must be stored in the csentry folder on your device. Connect your Android device
to your computer and, via USB transfer, copy your .pen and .pff files to the Android device. Generally the device's
external storage is its SD card. The first time you run the CSEntry application, the csentry folder will be automatically
created for you. The application searches subdirectories located in the csentry folder, so it is possible to add multiple
applications while maintaining a clean directory structure.
Starting with CSPro version 7.5, the csentry directory is located at <external
storage>/Android/data/gov.census.cspro.csentry/files/csentry. In earlier versions it was located at <external
storage>/csentry. If you previously had an older version of CSPro on your Android device, the csentry will not be moved
when you upgrade.
You can also transfer applications to your device by using the Deploy Application tool.
Data Security
As in the Windows environment, the Android application does not encrypt data files by default. Fortunately, it is easy to
encrypt an Android device so that all files stored on it are encrypted. On your Android device:
1. Go to Settings.
2. Under the Personal group of options, select Security.
3. Select the Encrypt Phone option and follow the subsequent instructions.
Encrypting the phone will require that you supply a PIN or password to protect the data on the phone.
See also: Android Limitations, Interacting With Other Android Applications, Multimedia Features
Android Limitations
Pa ge 263 of 958 Android Da ta Entry
As much as possible, CSEntry and other CSPro programs run in the same fashion on Android devices as they do on
Windows machines. However, there are some differences:
Index Data
The interactive modes (View duplicate cases and Prompt to delete duplicates) are not supported.
Other Programs
The following tools do not have any differences:
Compare Data
Concatenate Data
CSView
Pack Application
Paradata Concatenator
Reformat Data
Sort Data
All other programs or tools that make up the CSPro suite are not supported on Android.
Android Navigation
Overview
The CSEntry for Android application is designed to be straightforward to use, with features and options that interviewers
can easily control.
Screen Elements
This illustration showcases the features of the data entry screen.
1. Clicking on the menu icon displays the case tree.
2. This is the name of the survey.
3. Clicking on the pencil and paper icon allows field-specific notes to be
taken.
Field Notes
After clicking on the pencil and paper icon, you will have the opportunity to
type a field-specific note. Click the icon again to close the note.
"CSEntry.Menu.Help"
Whether to show the "Help" menu option. Values: "Yes" (show) or "No" (hide)
"CSEntry.Menu.AddApplication"
Whether to show the "Add Application" menu option. Values: "Yes" (show) or "No" (hide)
"CSEntry.Menu.Settings"
Whether to show the "Settings" menu option. Values: "Yes" (show) or "No" (hide)
/* Settings Options */
"CSEntry.Menu.ShowHiddenApplications"
Whether to show the "Show Hidden Applications" option in the settings. Values: "Yes" (show) or "No" (hide)
"CSEntry.Menu.ReviewAllNotes"
Whether to show the "Review All Notes" menu option. Values: "Yes" (show) or "No" (hide)
"CSEntry.Menu.ShowCaseTree"
Whether to show the "Show Case Tree" menu option on tablets. Values: "Yes" (show) or "No" (hide)
"CSEntry.Menu.ShowRefusals"
Whether to show the "Show Refusal Options" menu option. Values: "Yes" (show) or "No" (hide)
"CSEntry.Setting.ShowNavigationControls"
Whether to display the navigation controls. If this value is set, then the "Show/Hide Navigation Controls" menu option is
hidden. Values: "Yes" (show) or "No" (hide)
"CSEntry.Menu.DeleteOccurrence"
Whether to show the "Delete Occurrence" menu option when clicking on a group. Values: "Yes" (show) or "No"
(hide)
"Setting.ShowCaseTreeInOverlay"
Whether to always show the case tree (as opposed to it being displayed only on user demand). Values:
"BasedOnScreenSize" (generally yes for tablets, no for phones), "Yes" (always), or "No" (hidden until user
demand)
/* Other Options */
"CSEntry.Setting.CameraAspectRatio"
Specifies the aspect ratio (width to height) to use when taking photos; e.g., 16 / 9.
Examples
// prevent the user from adding new applications
savesetting("CSEntry.Menu.AddApplication", "No");
// override the help menu so that it opens the survey documentation
savesetting("CSEntry.Setting.HelpUrl", pathname(Application) + "Enumerator Manual.pdf");
See also: loadsetting Function, savesetting Function, User and Configuration Settings
// get driving directions from the White House to the U.S. Census Bureau using an Organic Maps
deep link
SystemApp organic_maps;
organic_maps.exec(maketext("om://route?sll=%v,%v&saddr=%s&dll=%v,%v&daddr=%s&type=vehicle",
38.897778, -77.036389, encode(PercentEncoding, "White House"),
38.84839, -76.931098, encode(PercentEncoding, "U.S. Census
Bureau")));
Copy a file to the Downloads directory: All applications are able to write to the Downloads directory. To copy a file to
that directory, you can access the directory's path using the pathname or Path.concat functions. For example:
CS.File.copy(source := "file-in-application-directory.jpg",
destination := Path.concat(Downloads, "file-in-downloads-directory.jpg"));
Make a file available to other applications: If you are launching another application using SystemApp.exec, or calling
into CSEntry using the Action Invoker, you may want to create a reference to a file in the gov.census.cspro.csentry
directory and make it available to the other application. You can do this by creating a sharable URI and passing this URI
to the other application. The other application can then use this URI to access the file. For example:
SystemApp other_application;
other_application.setArgument("data", CS.System.getSharableUri(path := "file-in-application-
directory.jpg"));
other_application.exec("com.example.other.application");
See also: Android Development, SystemApp.exec Function, System Action Invoker Namespace
The Batch Edit Designer module allows you to create and modify batch edit applications. A batch edit application is
used to clean (via editing and imputation) your data files.
For examples and methodology on how to develop your edit routines, refer to the United Nations Handbook on Population
and Housing Census Edits.
• Click on the toolbar, or from the File menu, select New. The following dialog box will appear.
• Select the Batch category and the Batch Edit Application type and press OK.
• A file dialog box will appear. Enter the name of the application file. Make sure you are located in the folder where you
want to place the application files. Then press Create. The following dialog box will appear.
• A default name of the data dictionary describing the data file is given. You can use this name or change it. If you give
the name of a dictionary file that already exists, that data dictionary will be used by the application. If you give the
name of a dictionary that does not exist, a new data dictionary will be created.
If you are using an existing CSPro data dictionary, you may begin creating batch edit procedures. If you are creating a
new CSPro data dictionary, you will need to enter information into the dictionary about records, items, and values before
you can create edits.
PROC MYDICT_FF
These two lines of code will always be in your application file. You can delete them, but they will always be
regenerated and placed in your file on open, save, or exit. This is the beginning of your program. You write the
declaration statements under PROC GLOBAL, then the procedures for the event.
• Message View
This is the window block in the lower portion of the right half of the screen. It is devoted to messages (user-created and
system-generated). As with the Tree View, tabs are available to the programmer; clicking on one of them will make the
contents of that view active. The Compiler Output tab displays errors found during compilation of your program; if the
code compiled successfully, it will state "Compile Successful." The Message tab is used to type in error messages
that will be used in the execution of the program.
If you wish to modify the size of any of these three work areas, just place the mouse over one of the separating bars,
grab it, and drag to resize.
See also: Moving Around a Logic Application
The questionnaire view for a batch application displays a non-editable, scrollable view of all dictionary items, presented in
their order of editing. This order may not align with the order in which they are defined in the dictionary, should fields have
been dragged to a new edit order within the batch tree. The questionnaire batch view is virtually identical to the dictionary
questionnaire view, with the exception that any numeric dictionary items with discrete values will not show those values
on the questionnaire.
The questionnaire view for a batch application is comprised of the following parts:
Side menu view: Clicking on the questionnaire view menu will display a list of all dictionary items along the left side
of the questionnaire. Clicking on any item will jump to and highlight that item on the questionnaire, scrolling the
questionnaire view if needed. If the item list is long, a scrollbar for the side menu will also appear. Click on again to
dismiss the menu.
Record view: Each dictionary record will be presented within a white floating box in their edit order. On the left side of
the box's title bar a minus sign will appear. Toggling on this will collapse and re-expand the view for that record, changing
the image from a - to a +. The title bar also displays the label for that record, followed by a list of all record items in their
edit order beneath the title bar.
If the record repeats, this will be indicated by a appearing between the title bar and the record item list. Clicking on
will toggle the roster orientation from horizontal to vertical and back again. Depending on how many items are in the
record, horizontal and/or vertical scroll bars will appear.
• BatchEdit File:
This is the highest level node, i.e., the root node. It is the owner of all code, which is to say [1] level-, record-, and
item-related code, [2] user-defined functions, and the [3] global routine.
• BatchEdit Level:
This is the second-tier tree node, just below the root. It has a 1-to-1 correspondence with the same-named dictionary
level.
• BatchEdit Record:
This is the third-tier tree node, just below its level. It has a 1-to-1 correspondence with the same-named dictionary record.
• BatchEdit Item:
This is the terminal or "leaf"-node; i.e., the lowest accessible level. It has a 1-to-1 correspondence with a dictionary item.
You are free to rename any of the above the unique names via the properties dialog box, but it is recommended that you
retain the original name, so that it is easier for you to see which dictionary entity is being referenced. The batch edit tree
represents the order in which the logic associated with each edit item is executed.
If code has been written for a given edit level, record, or item, a check mark will appear superimposed on the icon for that
entity. This is how, at a quick glance, you can see where you have placed programming logic. Once one line of code has
been written anywhere in the program, a check mark will appear on the root node.
You can never delete edit levels, records, or items (i.e., the entries shown on the edit tab). However, you can change the
order of the logic execution by dragging the items within the Batch Edit tree view. When selecting a new edit item, the
contents of the logic view will change to display the logic for the selected entity.
Pressing Ctrl+T in the batch edit tree will allow you to switch between the labels and the names of the items.
Input Data: This asks for the name of the data file against which you wish to run your batch application. This data
file will not be modified in any way; it will only be opened, read, and closed. You can also select None as your
input data file; useful, for example, when writing menu applications that do not require an input data file.
Output Data: The output file is where the results of correcting your data will be written. If you are not making any
corrections in your program, then the generated file will be an exact copy of the original data file. If you are making
corrections to your data file, then this will be the corrected data file. If you do not need a corrected data file, and
are simply running the program to generate a report, you can select None as the output.
<Listing File>: This asks for the name of the file to which you want to write the results of the run. Results from
errmsg functions will be written here. This file will always be generated, regardless of whether or not your program
includes errmsg commands. Listing files generally have the extension .lst.
The following rows are optional, based on the logic in your application:
<Freq File>: If your program contains any Freq statements, the tabulated frequencies will be written to this file. If
you do not specify a frequency file, the frequencies will be written to the listing file (if possible).
<Impute Freq File>: If your program contains any impute statements, the results of this command will be
written to this file. The default file extension is .impute_freq.lst, but you can use whatever you'd like. This field is
optional; therefore, if your program contains impute commands, but you forget to specify a frequency file, no file
will be generated. Similarly, if you indicate a frequency file but your program does not contain any impute
commands, no file will be generated.
<Impute Stat Data>: If your program includes one or more impute statements that use the stat command, the
imputation statistics will be saved to the data file specified.
<Write File>: If you have any write function calls in your program, the results will be saved to this file. This field
is optional. If no write file is specified, the write function's output is saved to the listing file.
In addition to these rows, there may be rows where you can specify the names of lookup files, external files, and the
paradata log.
The following diagram illustrates the order of operations for a two-level batch edit application. Level 1 has two records (1
and 2) and level 2 has one record (3).
See also: Batch Edit Order, CSPro Program Structure, Order of Executing Data Entry Events
To make your own custom order of the editing items within records, you need to do two things: from the Options menu,
select "Custom Order"; then drag and drop items in the batch edit tree into the order you wish the edits to be performed.
If you rearrange items within a record in the dictionary, the custom order will not change. If you add new items to a
record, the new items will be placed at the end of the record for purposes of editing. If you unselect "Custom Order," the
edit order will return to the order of items in the dictionary.
Using a Batch Edit application to identify errors is a relatively easy task, though care must be taken to do so correctly.
Improperly identifying errors can waste precious personnel resources, so a precise set of rules should be developed with
input from subject-matter specialists.
Just as you have two methods available to you when searching for errors, you have two methods available to you for
correcting errors: manually or automatically.
Manual Correction
Manual correction of a census could take years, and the possibility of human error is great. When large volumes of
data are collected in censuses and surveys, it is not always practical to refer to the original document in order to
correct an error. Often the data recorded on the original questionnaires are wrong or inconsistent.
Automatic Correction
With computer editing, both time and the possibility of human error is reduced significantly (just how much depends
on how well your logic is written!). The high degree of accuracy and uniformity in computer editing cannot be obtained
in manual editing. In computer editing, range checks and within-record consistency checks can easily be made,
between-record edits can be done, and unknown information can be allocated (imputed) automatically. If an allocation
method is used, you should strive to retain as much of the original information as possible. With a computer editing
and imputation system like CSBatch, erroneous data can be corrected immediately and reports can be generated of
all errors found and all changes made.
The programmer should plan and design computer edits to inspect the data and have the computer correct them
according to specifications supplied by a subject-matter specialist. It would most likely be an extension of the original
program written to find the errors—when you reach the point where there is an error, instead of (or in addition to)
printing out an error message, you should now correct it with an appropriate value.
Actual methods of making corrections vary depending upon the item. In most instances, data items can be assigned
valid codes with reasonable assurance that they are correct by using responses for other data items within the record, or
in other records in the questionnaire. When recorded responses are missing, impossible, inconsistent, or unreasonable
and cannot be determined from other responses in the same questionnaire, the hot deck technique can be used to
assign entries.
The fewest number of changes should be made to the originally recorded data. You are only trying to make a
record or questionnaire acceptable, not make it conform to what you think should be acceptable.
If you must change a data value, do so only once. If you change a person's age, then later find this age doesn't
work for another edit, then you didn't write the original edit correctly. Go back and review the first edit.
If the hot deck method of imputation is used, it is important that the edit specifications indicate where, during the
processing, hot decks are to be updated, that is, at which points in the logic the data items can be considered valid.
Imputation
Imputation refers to the process of providing values for missing, erroneous, or inconsistent responses. For example, if a
person's sex code is invalid (i.e., out of range or otherwise unacceptable) or missing; then an appropriate response
should be substituted.
You may decide that for missing data, you'd rather just keep it "missing" and publish your tables with an extra column
(or row) for unknown values. This is a very cumbersome method, however, as the number of missing values will vary for
each data item, and so the number of missing entries will vary from table to table, making the data difficult to analyze.
Inconsistent responses occur when a response yields an impossible situation with respect to another response. For
example, if a 5-year-old female reports having children, either her age is wrong, or her fertility data are wrong (i.e., that
section should be blank). This type of error must be corrected, as your users will place very little faith in the quality of
your data if this type of condition becomes evident in the tabulations. Many users also do not look kindly on "missing" or
unreported data. Of course, nothing can correct for bad data, and if you find that a significant amount of your data are
bad (poorly designed questionnaire, inadequate field procedures, inattentive coders and keyers, etc), you may want to
reconsider whether the data should be released at all.
Procedures have been developed to provide the missing information, thereby avoiding discrepancies and the need to
determine percentages twice (with and without unknowns). For a detailed discussion on using imputation and the
methods available to you, please refer to the United Nations Handbook on Population and Housing Census Edits.
Static Imputation
Static imputation means providing a value from a predetermined set of values. Suppose a person's sex is missing or
invalid (out of range). If we decide to change the response using static imputation, there are two basic methods to use:
hard coded or from a "cold deck."
Hard Coded
Using our example above, we would programmatically set SEX to the value we think it should be. For example:
What we've done above is a very primitive form of imputation. Essentially, when we encounter a bad value for sex, 50% of
the time the variable SEX will be assigned the value "male," and 50% of the time the value "female." Note that no
accommodation was made for other responses; for example, if fertility data were present, you might not wish to make
this person "male." Or if this were an enumeration of a prison where the entire population is male, you would probably not
want to be adding females to this group! So while this method can be used, you need to take into account other
responses. We attempt to do this in our next method of static imputation, where we use a cold deck.
Cold Deck
With the cold deck approach, known information about individuals with similar characteristics (sex, age, relationship to
household head, economic status, etc.) is used to determine the "most appropriate" response to be used when some
piece (or pieces) of related information is invalid.
For example, suppose a person's age is missing or invalid. We might have a table as follows, where the row indices
represent the person's sex (1 = male, 2 = female), and the column indices refers to the person's relationship codes (1-5)
(this table assumes that the relationship and sex codes have already been corrected):
Head (1) Spouse (2) Child (3) Other Relative (4) Non-Relative (5)
Male (1) 35 50 10 41 65
Female (2) 32 48 10 37 68
In the event that a female child was found to have a missing age, she would be given the age of 10. If a female head of
the household had a missing age, then her age would be given as 32. This method is acceptable if you do not need to
use it often; that is, if very little of your data is missing or invalid. Also, if your population is fairly homogeneous (for
example if you were correcting for religion and 90% of the population is Muslim), then this will not result in an unrealistic
portrayal of your country.
However, if you find yourself referring to this table often, or you have a very diverse population where a few static values
do not give an accurate portrayal, then your data will end up skewed. For these reasons (and others), dynamic
imputation is the preferred method.
For example, assume, for a given person, that the age, relationship, and sex codes appear correct and that consistency
checks validate these items. You can use the values from this person to update your "cold deck," thus making it a "hot
deck." Below is the table given in the cold deck example:
Head (1) Spouse (2) Child (3) Other Relative (4) Non-Relative (5)
Male (1) 35 50 10 41 65
Female (2) 32 48 10 37 68
If the person in question is a male 6-year-old child, the table can be updated with new information, giving the following:
You would proceed in this way for every person in the household who had correct age, sex, and relationship values.
Then, when you encounter a person with an invalid or missing age, you can extract from the table, using the sex and
relationship of the person, a value for age. This value is more likely to be appropriate for the person than would be a
purely random value. (The preceding example is clearly a simplification of the hot deck technique, which requires great
care in constructing and updating the tables used for allocation.)
DeckArrays
"DeckArrays" in CSPro is a simplified way of working with hot decks. It is important to understand the hot deck process
well before using DeckArrays, because the functions getdeck and putdeck automatically handle recodes and thus hide
much of the hot deck behavior from the programmer. DeckArrays eliminate the need for the programmer to recode
variables to fit within the boundaries of an array, as the recodes are processed automatically based on values defined
within a value set .
Using DeckArrays makes it very easy to change hot deck parameters. For instance, if a subject-matter specialist
decides that a variable should be hotdecked based on five-year age intervals but later changes the specification to ten-
year age intervals, programming will be trivial if using DeckArrays, whereas with standard hot decks reprogramming the
recodes may be time-consuming.
Declaring a DeckArray
Declare a DeckArray in PROC GLOBAL as you would a normal array, but instead of using numeric dimensions, specify the
name of a value set. The size of the dimension will match the size of the value set. If you make changes to the value set,
the size of the array will automatically reflect the changes.
To create a DeckArray, at least one of the dimensions must be a value set ; however, it is permissible that the other
dimensions are declared with a numeric value. Because the program can only recode values for the dimensions that are
based on value sets, for any dimensions that were declared with a number, it will be necessary to specify those indices
explicitly when making calls to getdeck or putdeck.
Example 1
This is a very simplified edit specification: If the head of household's age is missing or invalid, the value should be
imputed with a hot deck based on the head's sex and the spouse's age. If there is no spouse or the spouse's age is
invalid, the logic will hot deck based on the head's sex and the household size, which we have set to a max of 10. If the
household has more persons than that, we will cap it at 10.
Example 2
Pa ge 286 of 958 Correc ng Errors
SEX_VS has two values: 1 (Male) and 2 (Female)
EDUC_VS has three values: 1 (No schooling), 2 (Primary schooling), 3 (Secondary schooling)
This following is a hot deck for housing type, based on the source of drinking water (H8), the type of toilet (H9), and
whether or not the household has electricity (H10).
At the point that housing type (H6) is edited, none of the dependent variables in the hot deck have been edited, so the
values can be blank or invalid. That is why, in the array definition, a (+) has been added after the value set names. The
(+) gives an extra row for any value that is not in the value set.
When updating the hot deck in cases where the housing type value is valid, adding a (+) after the DeckArray name will
update the "leftover" rows.
This means that when the hot deck is called upon for an edit or imputation, having valid values for H8, H9, or H10 is not
necessary to return a valid value for H6. This fundamentally makes the housing type DeckArray eight hot decks
combined into one. The table below explains what happens when executing a getdeck function call:
impute(H6,getdeck(housingTypeHD));
To reiterate from the top of the page the variables being used:
Row H8 H9 H10 Take the H6 value from the nearest neighbor with the same values
for...
1 Valid Valid Valid H8, H9, and H10
2 Valid Valid Invalid H8 and H9
3 Valid Invalid Valid H8 and H10
4 Valid Invalid Invalid H8 only
5 Invalid Valid Valid H9 and H10
6 Invalid Valid Invalid H9 only
7 Invalid Invalid Valid H10 only
8 Invalid Invalid Invalid The previous valid HH's value
Row 1: All 3 values are valid, the hot deck will use all 3 parameters to retrieve a hot deck value.
Row 2: If electricity is invalid, the hot deck will be based on valid values for water and toilet.
Row 5: If water is invalid, use a hot deck based on electricity and toilet.
Row 6: If water and electricity are invalid, the hot deck will be based on the value for toilet.
Row 8: All 3 values are are invalid, the hot deck value will be based on the previous valid household's values.
After keying or scanning your data, there will be errors in the data file. This is unavoidable, and will be a combination of
human and computer error. It will therefore be necessary to correct the data by writing a series of edit routines
(procedures) to systematically and consistently clean your data files.
The Batch Edit Designer module allows you to create and modify batch edit applications. A batch editing application
contains logic which you can apply against one set of files to produce another set of files and reports. Batch editing
applications can be used to gather information about a data file.
To create these edit routines, you will use CSPro to develop the batch editing application based on the dictionary that
Pa ge 288 of 958 Correc ng Errors
describes your data files. If you received this data file from someone else and do not have a dictionary that describes it,
you will need to create a dictionary before you are ready to develop programming logic for it. You use CSBatch to run the
application. For small surveys and for testing applications, you can run CSBatch directly from CSPro, on the same
computer. For large surveys and censuses, which require a production environment, you can transfer the application files
to other computers and run CSBatch on them.
You can have the following runtime features in your batch editing application:
Automatic Modification
When a census or other large survey is being processed, it would be unduly cumbersome to make most data corrections
by visually examining the errors. CSPro provides the facility for not only finding incorrect or inconsistent data, but also
making modification to the data. Needless to say, modifications are not always corrections. Moreover, any modifications
to data that have been collected must be carefully thought out and monitored through CSPro's edit statistics reports.
Generate Reports
You can write customize reports to a file.
Match Files
CSPro allow for matching two files and gathering information from both. The feature is useful, for example, when a file
must be created which has a combination of data from two other files.
Why bother retyping it each time? You can simply define it once and reference it over and over. To do so, select the
Message tab in the Message View. You will see one line that has been generated for you; it reads: /* Application
... message file generated by CSPro */. Beneath this simply add your error message (we'll give it number
100001):
Then, whenever you want to use this message in your code, simply use the message number:
errmsg(100001, AGE);
Besides simplifying your work, after you run your program, a convenient summary statistic will be generated for each
user-defined error message, indicating how often it was used. A sample listing is shown below:
See the errmsg function for a detailed explanation of all the options available to you.
Such a "custom" report can be generated by using the write function. This command will put the information you want
where you want it in your report. For example, for each questionnaire, you'll want to know the identifying ID values. If this
were a population census, the case ID would likely be composed of levels of geography [Province, District, Village, EA,
etc.] attached to a household identification. The errmsg command could display the IDs as follows:
As you can see, this may be difficult for the non-programmer to decipher. But by using the write command, you can
more clearly display this. One way would be to put the following write statements in the preproc of the first level (in this
way it would only get written out once per questionnaire):
After the execution of the program, the .wrt [report] file would show the following (of course, actual values will vary
depending on the questionnaire IDs):
***************
Province: 1
District: 7
Village : 30
EA : 4
***************
Additional write statements can be included in the batch edit program to generate a customized report.
Once the array has been declared and initialized, you need to add logic to check each occurrence of the variable you
wish to impute using the hot deck. If the value of the variable is valid, update the hot deck by assigning this value to the
appropriate cell in the array. If the value is invalid, set the value of the variable based on the corresponding cell in the hot
deck. A simple usage could be:
Example 1
This example uses the traditional inline method of maintaining hot decks.
PROC GLOBAL
Array HD_Age_SexRel(2, 8); // hot deck for age, uses sex & relationship as indices
PROC AGE
if AGE = notappl then
// if the value for age is invalid:
// assign a valid value from the hot deck based on sex and relationship
impute(AGE, HD_Age_SexRel(SEX, RELATIONSHIP));
else
// otherwise:
// update the value of the hot deck with the good value found
HD_Age_SexRel(SEX, RELATIONSHIP) = AGE;
endif;
Example 2
PROC GLOBAL
// the hot deck for age uses the sex & relationship value sets
// to define the array dimensions
Array HD_Age_SexRel(SEX_VS, REL_VS) save;
PROC AGE
if AGE = notappl then
// if the value for age is invalid:
// assign a valid value from the hot deck based on sex and relationship
impute(AGE, HD_Age_SexRel()); // no parameters needed for HD_Age_SexRel
else
// otherwise:
// update the value of the hot deck with the good value found
HD_Age_SexRel() = AGE; // CSPro uses the current value of sex & rel as the indices
endif;
When an age is missing during the data file's processing, we will use a value from the array HD_Age_SexRel; when an
age is valid, we will "refresh" the age for the person using the current sex and relationship codes as indices into the
array.
For a more detailed explanation of what hot decks are, refer to the United Nations Handbook on Population and Housing
Census Edits.
The following is an example of code that will initialize age values based on sex and relationship:
See also: Dynamic Imputation (Hot Deck), Use Hot Decks, Initialize Hot Decks Using Saved Arrays
PROC GLOBAL
// declare an array initialized from the saved array file
Array AgeSRDeck(2,6) save;
PROC AGE
if AGE = notappl then
// if the value for age is not valid...
// assign the value from the hot deck based on sex and relationship
impute(AGE,AgeSRDeck(SEX,RELATIONSHIP));
else
// otherwise...
// update the value of the hot deck
AgeSRDeck(SEX,RELATIONSHIP) = AGE;
endif;
Interpret Reports
After specifying your file(s), a progress dialog bar will be displayed as CSBatch works its way through your data file, then
Text Viewer is launched and generate the following listing report:
The "CSPro Process Summary" gives you information about the records and cases. In this example:
• 29143 records were read from the input file, which represent 100 % of the input file
• "Ignored" is the sum of "Unknown" and "Erased" cases.
• "Unknown" represents number of cases with invalid record type code.
• "Erased" represents number of records with a "~" character
• The list report contains 47063 messages of which: 36 messages were defined by the user; 9004 are warning messages
generated by the system; and 38023 are error messages generated by the system
• "Level 1" indicates that the following statistics are for Level 1 only. If the application had more than one level, the
statistics will be displayed for each level.
• The input data file included 4872 cases (questionnaires) of which: there were "0" case with bad structure, meaning that
no required records were missing; and 4872 cases were written to the output file ("Level Post").
This assumes that CSPro was installed in the default directory. Your PFF file must have a .pff extension.
You can create a PFF file in one of two ways: either [1] create one with a text editor (such as Notepad or Wordpad), or
[2] have it generated automatically for you by launching your batch application from within the CSPro Designer. The file
will have the same name as your application, but with a .pff extension instead of .bch. For example, if your batch
application was named MyEdits.bch, the generated PFF would be named MyEdits.pff. You can also manipulate PFF
files in logic by using the Pff object.
The following section shows the options available to you in a CSBatch PFF file. A PFF file is not case sensitive, so you
can use any combination of upper and lower case text.
[Run Information]
The [Run Information] block is required and must appear exactly as shown in the example above.
[Files]
The [Files] block is required. A description of the files, not all of which have to be specified, is as follows:
[ExternalFiles]
If the [ExternalFiles] block is present, it means that a second (or more) dictionary was linked to the batch application.
In the example above, LOOKUP_DICT is the dictionary name, and LookupFile.dat is the name of the data file that
contains the lookup codes.
[Parameters]
The [Parameters] block is optional. This section defines parameters for the batch run.
ViewListing=determines whether you see the batch run report. If this entry is missing or set to Always, then you
will see the generated report. Other available options are OnError, in which case you will see the listing report
only if an error occurred during the run, or Never, in which case you will never be shown the generated report.
ViewResults=determines whether or not the impute and/or write file are displayed in Text Viewer at the end of the
run. The available choices are Yes or No. If the entry is missing, the resultant file(s) will be displayed by default.
For more information on these files, see Run a Batch Edit Application.
ListingWidth=allows you to control the number of characters outputted to the listing file before forcing the start of
a new line. This is set to 120 characters by default. If your screen resolution and/or printer permits, it may be
useful to increase the width of the listing file. This only applies to text listing files.
MessageWrap=determines whether or not summary messages displayed at the end of a listing file will be
outputted on several lines when they are too long to fit on one line. The default option is No, in which case the
messages are truncated so that they fit on one line. This only applies to text listing files.
ErrmsgOverride=allows you to override the default behavior of the errmsg function. The override only affects
errmsg functions used in the code without a case or summary specifier. The option No maintains the default
behavior (displaying the messages for each case, as well as in the summary). The option Summary only
displays the message in the summary. The option Case displays the message for each case but not in the
summary.
InputOrder=allows you to override the default order in which cases are processed in a data file. The default option,
Sequential, means that cases will be processed from the first case to the last case, in file order. The option
Indexed overrides this order and cases will be processed in alphabetical order of the case IDs. Text data files
can contain duplicates case IDs if processed in sequential order, but not in indexed order.
Parameter=allows you to pass in a string to your program. The parameter can be any length, although the string
that retrieves the value in your program (via the sysparm function) must be large enough to accommodate it. Once
the parameter is retrieved, it can be parsed by your program for further usage.
Language=specifies the initial language of the program. The parameter must match the name of a language
specified in the dictionary or message file.
OnExit=specifies a PFF file to run after the application closes. This can be useful, for example, if you want to
relaunch a menu program after processing data.
Before coding begins, a complete set of edit specifications and a formatted listing of the data diction ary should be
available. A team leader should be appointed; this person should have a thorough understanding of the CSPro language.
The leader should develop the naming conventions and standards that are to be followed by other members of the team.
During the course of program development, questions will arise about the edit specifications, and it is important to involve
subject-matter specialists to resolve these issues.
This section outlines a step-by-step approach to developing a CSPro program. It assumes that a data dictionary has
been developed. If this is not the case, then the first step is to build the data dictionary using the Data Dictionary module
and to check the dictionary carefully against original specifications.
An editing system may contain more than one CSPro program. It is not unusual to have at least two CSPro programs in
the edit system: the first is used to find and report structure errors which must be resolved before the data moves on to
the next stage. These include missing records, duplicate records, or other incompatibilities with requirements which are
considered essential to the processing. The second program is the more traditional value-validation and consistency
edits.
Typically, during the testing phase, the report by case is very useful, because it permits detailed examination of the
effects of the logic coded. After testing, it is usually not used because of the volume of reports generated.
Names for variables to be defined in the program should have unique prefixes. The standard could be that variables
Team members should code the edit specifications and review the code with the team leader. The team leader should
then incorporate the new code into the CSPro program. All syntax errors should be corrected before more code is added
to the main program. It is important to maintain earlier versions of the program as insurance against problems that may
creep in.
When hotdeck imputations are used to correct invalid or inconsistent items, it is particularly important to ensure that the
hotdeck arrays are being updated under the appropriate circumstances and with valid values. This is the most common
error in program construction, and one way to avoid it is by requiring that the edit specifications explicitly indicate where,
in the sequence of actions, hot decks should be updated.
The output file produced by the Run program step should be "clean," assuming imputations were performed to correct all
invalid and inconsistent data. To verify that the CSPro program does not contain contradictory logic, that it corrects
errors properly, and that it does not introduce any new errors, the Run program step should be rerun with the "clean"
(output) data file as input. In this rerun, no errors should be found and the edit statistics should reflect this. If errors are
found, then the logic of the CSPro program must be corrected.
Remember: Just because the CSPro program is free of syntax and logic errors is no guarantee that all the required
editing is being done and is being done correctly! An error-free CSPro program cannot compensate for incomplete edit
specifications. Among the test most commonly omitted tests when creating edit specifications are: making sure there is
one and only one head of household, and making sure the head of household is of an acceptable age.
As soon as enough batches have been edited to form a larger geographic area (perhaps all enumeration areas within a
district), tabulations should be run at the higher geographic level (in this case, district) to see if any inconsistencies are
apparent. If so, it will be necessary to pause and discover the reason for the inconsistencies. This may involve modifying
and re-testing the CSPro program until the data are producing satisfactory results. Each time the CSPro program is
modified, all previously-edited batches must be re-edited (always starting with the same original data files!) so that final
data will all have been edited and corrected following the same logic.
All the data files to be used in a single run share the same format
A data dictionary exists that describes the data file(s)
When you create your application, you can use an existing data dictionary or you may create one as you create the
application. You can produce most tables by way of the menu-driven, point-and-click, drag-and-drop interface, i.e.,
without using the CSPro programming language. The procedural language is available for the most complex kinds of
tables.
Parts of a Table
Shown below are the terms used by the CSPro software to reference the parts of a table.
Left, Center, Right Header: Optional text printed at the top left, center, and/or right of each printed page (above
the title).
Left, Center, Right Footer: Optional text printed at the bottom left, center, and/or right of each printed page
(below any footnotes).
Secondary Stub Head [Not shown]: When stub text is displayed on both sides [left and right] of the print
table, this text is displayed.
Tally: Characteristics associated with the numbers that appear in a table. These include percents, averages,
medians, etc.
Subtable: When more than one set of categories is crossed with another characteristic, then each is
considered a subtable. A table with only one set of stubs and column headings can also be considered as a
subtable. (See below: a comma in the table title separates subtable item labels.). A subtable is a portion of a
larger table that can have its own settings for universe, weights, value tallied and unit of tabulation different from
other subtables in the same table. When hidden parts in the view menu is enabled, a colored box will be drawn
around each subtable.
This is the highest level node, also known as the root node. It represents the tabulation application.
Table
This is the second-tier tree node, just below the root. It represents each table defined in the application. There will always
be at least one table in a tabulation application, although there is no maximum number. There are three tables in the tree
above.
This is a third-tier tree node, which will appear just below a table tree entry. It will always be present, even if no child row
item has been placed below it. However, if a child column item appears on the table, then a "System Total" entry will
appear as a placeholder, informing you that the column totals will appear in the row (see Table 3's Row Items for an
example of this).
This is a fourth-tier tree node. It can appear in the tree either just below a Row Item parent, or beneath a Row Item child.
This second scenario indicates that the data item is nested—in Table 1, Citizenship is nested below Relationship, and
in Table 2, Occupancy Status is nested below Ownership Status. A Row Item cannot have a depth of more than two
data items. However, it can have any number of data items in sequence. For example, in Table 2 the totals for the
Ownership Status Row Item will appear first, followed immediately by the Type of Housing Unit row totals. The values
of these two Row Items are not dependent on one another, and more data items could have followed in the row.
This is a third-tier tree node, which will appear just below the Row Item tree entries. It will always be present, even if no
child column item has been placed below it. Similar to the behavior of the Row Item parent entry, once a child row item
appears on the table, then a "System Total" entry will appear as a placeholder, informing you that the row totals will
appear in the column (see Table 2's child Column Item for an example of this).
This is a fourth-tier tree node. It can appear in the tree just below a Column Item parent, or beneath a Column Item child.
The behavior of sequential or nested Column Items is identical to the arrangement explained above for Row Items. There
are no nested Column Items in the example tree above, but there are two column data items in sequence in Table 1,
Sex and Marital Status.
Test Edits
Although CSBatch automatically produces edit statistics which report the extent of the editing it performed on a file, the
subject-matter specialist and/or computer programmer has the option of using tabulation applications to analyze a data
file before and after editing to examine the extent of the changes to a file, and to review relationships between data items
in the edited file. Tabulation applications can be used to determine whether the edits did the job they were intended to
do.
Test Tables
Tabulations that are destined for publication and for distribution to outside users must be carefully verified to ensure that
the values presented are without error. Tabulation applications are currently designed for use as a custom tabulation
package but it can also be useful as a means of comparing the results produced by other tabulation software. In this
case, the relative rigidity and transparency of tabulation specifications means that there will be virtually no errors
attributable to programming faults; if differences are encountered between the tables produced by CSPro and tables
produced by other software, the tables produced by CSPro are likely to be closer to the "true" counts. In any case,
tabulation applications can be an effective tool to create publication-quality tabulations or for cross-checking numbers
produced by other software.
For example, this table has Urban/Rural and Mother Alive as independent variables; Sex and Literacy as dependent
variables. In addition, this table could be produced by 'area'; usually this is a geographic item but it could be any item
that meets certain conditions. The 'area' item is basically an extra tabulation variable.
The user can elect to display tabulations in terms of actual counts or as percentages of the total, and has the option of
counting special and/or undefined values. The counts in tabulations may be unweighted or weighted. Users can produce
a table on a subset of a file using the universe option, or select an item or numeric value to be used as a weighting factor
during tabulation.
The selection of an item as a row or column variable will affect the table layout.
See also: Create a Table
Restrict a Universe
When you define a universe, CSPro will only tabulate data records in the questionnaires that meet the conditions
stipulated by you. The universe specification acts as a filter, as the tables produced use only a subset of the data file's
records. Therefore, values in the table may be lower than they would be with no universe specified, since the universe
restricts the data available for tabulation. Note that each table has its own universe definition, but that a given universe
specification may be extended to all tables in an application.
See also: Preferences and Default Formats, Modifying Preferences, Load and Save Formatting Preferences
CSPro Tables (.tbw): Lets you save tables so they can be used later by the CSPro Table Viewer.
Rich Text Format (.rtf): Lets you save your tables so they can be used later by word processors such as Word.
See also: Save Tables for the Table Viewer, Copy Table to Other Formats
See also: Save Tabulations in Different Formats, Select and Copy Table Data to Other Applications
This feature is very useful for moving tables from one application to another. If you have many tables to produce, you can
divide them into several applications each with a small number of tables, then use copy and paste table specification to
assemble them into a single application at the end. If you do this, you must be careful to use the same data dictionary in
each application.
This feature is also useful if you need to add a table in the same application which is very similar to an existing table.
From the Tabulation Tree tab, right-click over any of the tree entries. A popup dialog box will appear. Select Copy
Table Spec or Paste Table Spec.
From the Tabulation menu, select Edit, then Copy Table Spec or Paste Table Spec.
From the table itself, right-click anywhere over the cells of a table. A popup dialog box will appear. Select Copy
Table Spec or Paste Table Spec.
Subtables are created automatically as the user builds the table. Every time an independent variable is dropped onto the
rows or columns of the table, new subtables are created as appropriate.
Subtables are designated as part of the larger tabulation using colored outlines when viewing hidden parts. Each
subtable has the same properties available to the entire tabulation, i.e., universe, weight, value tallied and unit of
tabulation. These properties may be set differently for each subtable within a table.
See Also: Add a Variable to a Tabulation, Using Subtables
• Click on the toolbar, or from the File menu, select New. The following dialog box will appear.
• Select the Tabulation category and the Tabulation Application type and press OK.
• A file dialog box will appear. Enter the name of the application file. Make sure you are located in the folder where you
want to place the application files. Then press Create. The following dialog box will appear.
• A default name of the data dictionary describing the data file is given. You can use this name or change it. If you give
the name of a dictionary file that already exists, that data dictionary will be used by the application. If you give the
name of a dictionary that does not exist, a new data dictionary will be created.
• If you are using an existing CSPro data dictionary, you may now start creating tables. If you are creating a new CSPro
data dictionary, you will need to enter information into the dictionary about records, items, and values before you can
create tables.
Create a Table
To create a table, do the following:
Select the Dictionary [Dicts] tab to make the dictionary file structure visible.
Expand the tree until the item(s) you wish to use for row or column variable(s) appears on the tree.
Drag the desired dictionary item and drop it in the table window. Where you drop it on the table will determine
whether it is used as a row or column variable. For a row item drop it on the left side below the generated "Table
nn". For a column drop it on the top but a little below the generated "Table nn". If you imagine a diagonal line
connecting the top-left corner of the table window to the bottom-right corner, dictionary items dropped below and
to the left of the line will become row variables and items dropped above and to the right of the line will become
row variables.
This can be repeated with additional items. The key to placement for additional items is whether they are dropped
next to or on top of existing items. This is indicated by the "+" or "x" displayed with the item while it is being
dragged.
An item dropped next to an existing item is indicated by the "+" while dragging.
The dropped item will be appended to the existing item, e.g., Total, Male, Female followed by Total, Literate, Illiterate.
The dropped item will be crossed with the existing item to make sub-groupings, e.g., Total, Literate, Illiterate under Total,
Male and Female.
To delete a row/column variable, left-click on one of its value names, then drag and drop it back on the dictionary
tree. In the 'x' example above, if "Sex" is deleted, then "Literacy" will also be deleted. However, "Literacy" can be
deleted without affecting "Sex".
The rows/columns that are created when you add an item to a table come directly from the value set defined in the
dictionary for that item. If you would like to have different rows/columns created for a particular item, you can either
modify the value set in the dictionary or create an additional value set for the item and use the new value set instead. To
use a different value set, rather than dragging the item itself onto the table, drag the value set instead. For items with
more than one value set, the value sets appear underneath the item in the dictionary tree. For more information see
Implications of Data Dictionary Value Sets.
Optional Definitions
• Define the universe for the table.
• Define the area for the table.
• Select the value Item or constant you want to tabulate.
• Select the weight Item or constant
• Add percentages.
When two variables are selected for the same dimension (row or column), the first one selected becomes the
independent variable and the second one becomes the dependent variable. (See the discussion on row/column variables
for more details.)
See also: Tabulations, Add a Variable to a Tabulation, Remove a Variable from a Tabulation
Notice these are like two separate tables side-by-side; 1) Marital Status by Sex and 2) Marital Status by Literacy. There
is a total of 6 columns (3 for Sex plus 3 for Literacy). Note also the wording in the generated title.
Compare the above to the following:
If you choose an item with occurrences as a row or column variable, all occurrences of that item will be tabulated across
all corresponding records in the data file. For example, if you choose MyItem, both MyItem(1) and MyItem(2) would
be tabulated across all records.
If you choose a specific occurrence of an item as a row or column variable (e.g., MyItem(2)), only that occurrence will
be tabulated across all corresponding records.
You may also use items with occurrences as the value or weight item. Note that when the unit of tabulation is not the
The Tally Attributes (Variable) Dialog Box contains two lists: on the left is the list of available calculations and on the
right is the list of calculations selected for the current variable.
To add a new calculation, select the type of calculation in the list on the left by clicking on it and then click the "Add"
button. The selected calculation will appear in the list on the right.
Each calculation has its own set of options such as percent type for percents, number of tiles for n-tiles, etc. To modify
the options for a calculation, first select the calculation by clicking on it in the selected list, and then click the "Options"
button to bring up the options dialog box.
To remove an existing calculation, click on the calculation in the list of selected calculations on the right and click the
"Remove" button. The calculation will be removed from the list of selected calculations.
The order that the calculations appear in the selected list will be the same order in which they appear in the table. That
is, if you have 'Total' before 'Median' in the selected list, then in your table, you will have a "Total" row or column before
the row/column containing the median. To change the order of the calculations, choose a calculation in the selected list
by clicking on it and click either the "Up" or "Down" button to change its position in the list.
The following calculations are available:
Counts: Displays the counts (frequencies) for each value in the value set. Adding counts to the variable will add a row or
column to the table corresponding to each value in the value set for the variable.
Pa ge 319 of 958 Crea ng Ta bles
Total: Displays a single row or column with the total for all values in the value set.
Percents: Displays the counts for the variable as percentages of the row total, column total or subtable total. Adding
percents to the variable will add a row or column to the table for each value in the value set for the variable, but unlike
'Counts', the results are displayed as percentages. Percents have the following options:
Type: Selects how to calculate percents for the selected variable. Specifically, this gives the 'base' (100%) or
denominator for the percent. One of three options can be selected:
Total - use the total count for the subtable as a base for each percent.
Row - use the total count for the subtable row as the base for the percents in each row. If there is a total
column, it will contain '100 %'s.
Column - use the total count for the subtable column as the base for percents in each column. If there is a
total row, it will contain '100 %'s.
Interleaved/Separate: Selects whether or not the percents are alternated with the counts. For percents to be
interleaved, counts must be present directly before or directly after the percents in the selected list. When percents
and counts are interleaved, the order in which the counts and percents appear in the selected list determines
whether the first column/row will be a percent or a count -- i.e., if counts appear first in the selected list, then the
first row or column will be a count followed by a percent.
Interleaved percents
Separate percents
Total Percent: Displays a single row or column with the total for all values in the value set expressed as a percentage of
the row, column or subtable total. Total percent has the following options:
Type: The type of percent (row, column or total as for percents above). You may also choose '(same as
percents)' to force the total percent to use the setting from the percents.
Type: Specifies the type of variable – either discrete or continuous. This should be set to "Discrete" for
discrete variables (such as number of rooms) and to "Continuous" for continuous variables (such as age or
income). The median is approximated using linear interpolation based on a frequency distribution for the
variable. For discrete variables, 0.5 is subtracted from the result to reflect the fact that values in a category
are all equal to the lower limit of the category whereas for continuous variables values in a category are in
between the lower and upper limits of the category.
Calculation ranges: Controls which frequency distribution is used to calculate the median. If "Use value set
ranges for calculation" is checked, then the median will be approximated using a frequency distribution for
the value set that was dropped onto the table. Otherwise, you can specify the ranges to use for the
distribution by entering the min, max and interval. CSPro will generate ranges of width 'interval' starting at
'min' and going up to 'max'. For example, a "min" of 0, "max" of 20 and "interval" of 5 will generate the
following four ranges:
0 up to but not including 5
5 up to but not including 10
10 up to but not including 15
15 up to but not including 20
If the value set you use does not have very many ranges, it is better to generate your own ranges in order to
get a closer approximation of the median. For example, using a value set with only three categories for age
such as 0-14, 15-49 and 49+ will generally result in a very poor approximation of the median, while using 5-
year groupings will generally result in a good approximation. For an even better approximation, turn off "Use
value set ranges for calculation" and specify a min of 0, a max of the largest age in the population and an
interval of 1. For variables such as "income" or "price of a house", you may need to experiment with different
sets of ranges to come up with a good approximation for the median.
Mode: Displays the mode (value with the greatest number of occurrences in the data set) for each row or column.
Standard deviation: Displays the standard deviation for each row or column.
Variance: Displays the variance for each row or column.
N-tiles: Displays percentiles for each row or column. N-tiles has the following options:
Calculation ranges: Controls which frequency distribution is used to calculate the n-tiles. If "Use value set
ranges for calculation" is checked, then the n-tiles will be approximated using a frequency distribution for the
value set that was dropped onto the table. Otherwise, you can specify the ranges to use for the distribution
by entering the min, max and interval. CSPro will generate ranges of width "interval" starting at "min" and
going up to "max". For example, a "min" of 0, "max" of 20 and "interval" of 5 will generate the following four
ranges:
0 up to but not including 5
5 up to but not including 10
10 up to but not including 15
15 up to but not including 20
If the value set you use does not have very many ranges, it is better to generate your own ranges in order to
get a closer approximation of the n-tiles. For example, using a value set with only three categories for age
such as 0-14, 15-49 and 49+ will generally result in a very poor approximation, while using 5-year groupings
will generally result in a good approximation. For an even better approximation, turn off "Use value set
ranges for calculation" and specify a min of 0, a max of the largest age in the population, and an interval of
1. For variables such as 'income' or 'price of a house', you may need to experiment with different sets of
ranges to come up with a good approximation for the n-tiles.
Minimum: Displays the minimum value for each row or column.
Maximum: Displays the maximum value for each row or column.
Proportion: Displays the proportion of a specified subset of the counts for the variable as a percent or ratio of the total
for the variable. You could also use proportion, for example, on the age variable, to display the percentage or fraction of
the population with age between 15 and 49. You could also proportion on a yes/no variable such as 'owns a television' to
show the percentage or fraction of the population that owns a television. The proportion is calculated by taking a subset
of the values in the value set for a variable, computing the total for that subset and then dividing that total by the total for
all values in the value set. The result may be displayed as a percent or as a ratio. The numerator used to calculate the
proportion is the total number of values that match the specified subset of the value set and the denominator is the total
number of counts for all values in the value set. For example, in the case of the proportion of people between 15 and 49,
the numerator would be the total number of people between 15 and 49 and the denominator would be the total number of
people of any age.
Proportion has the following options:
Range: Specifies the set of values whose counts will be used in the numerator of the percent or ratio and as
the total. Range can be a single value (e.g., 3), multiple values separated by commas (e.g., 1, 2, 5, 17) and it
may also include value ranges using colons (e.g., 1, 2, 5:10, 25:30).
To show the percentage of the population between 15 and 49 you would add "proportion" to the age variable, set the type
to "Percent" and set the range to 15:49. To show the fraction of the population that owns a television, add "proportion" to
the variable "owns a television", set the type to "Ratio" and the range to 1 (assuming 1 means "yes").
Note that the values calculated for median, mode and n-tiles are dependent on the value set used. For more information
see Implications of Data Dictionary Value Sets.
See Also: Hide or Change the Position of the Total, Add Percents to a Table, Add Summary Statistics to a Table
Note that if you choose Tally Attributes (Subtable), the subtable that you clicked on will automatically be selected in this
list.
This dialog displays all units that can be applied to all of the subtables. Choose the unit from the drop down and click
"OK". Potential units will not be included if they cannot legitimately be applied to one or more of the subtables. For
example, if one subtable contains an item from a multiple record (e.g., "sex" on the person record), then only the
multiply occurring record, and multiply occurring items on that record, are considered legitimate units to be applied to all
subtables.
Value Tallied: Optional name of a numeric item in the dictionary whose value would be tallied into the data cells instead
of the unit (one) tally. For example, setting the value tallied to 'children ever born' would count the actual number of
children instead of counting the number of cases with a given number of children. This can also be a numeric constant.
Weight: Optional name of a numeric item in the dictionary that contains the inflation factor (weight) for a survey case.
For each tally, this value will be tallied instead of the unit (one) tally. This can also be a numeric constant.
Universe: An expression that restricts the data used for tabulation. When you define a universe, CSPro will tabulate only
those data records in the questionnaires that meet the conditions stipulated by you. The "universe" specification acts as
a filter, as the tables produced use only a subset of the data file's records. Therefore, values in the table may be lower
than they would be with no universe specified, since the universe restricts the data available for tabulation.
Tab Logic: Optional CSPro logic statements that may be used to modify the values of variables in the case during
tabulation. This is used mainly for recodes of existing main dictionary variables into new variables used in the table. For
information see Table Logic (tablogic). Logic may be entered directly in the associated edit box or you can click on the
Edit button to bring up a larger window in which to modify the logic.
PostCalc: Optional CSPro logic statements that may be used to modify values in the table after the tabulation is
complete. This logic can be used to add values to the table calculated from the tabulated data such as ratios. For more
information see Introduction to Table Post Calculation. Logic may be entered directly in the associated edit box or you
can click on the Edit button to bring up a larger window in which to modify the logic.
Special Values: Allows you to customize which special values are counted in the selected table. By default, only
special values included in the value sets being tallied are considered. By checking "use custom special values" you can
specify which, if any special values to include in the tabulation regardless of the special values contained in the value
sets. For example, if the value set used in a subtable contains the special values notappl and missing, by default
undefined and default values will not be included in the tabulation. Enabling custom special values and checking notappl
while leaving the others unchecked will cause only notappl values to be included in the tabulation.
Lowest Break Level: Allows you to limit the geographical areas used for area processing for just the selected table.
The lowest break level is the lowest geographical area that will be used in the table. For example, if your file includes
data at the province, district and village level but you set the lowest break level to district, then only province and district
will appear in the selected table while all three levels will appear in other tables in the file.
See Also: Create Multiple Subtables, Define a Universe for a Table, Add Weights to a Table, Tabulate Values Instead of
Frequencies, Include/Exclude Special Values in a Variable
Any table added to an existing set of tables will always be placed after the last existing table. If you want a new table to
appear in any other position in the table set, you must insert the table.
To add a new table simply press the Add button on the toolbar. You'll notice a new table is created with the name
"Table #" (where # represents the number of the table—if this is the 5th table in your table set, it will initially be
named "Table 5"). Finish the definition of the added table by adding dictionary items and specifying any universe
definitions or other tabulation parameters desired.
You can also add a table by right-clicking anywhere in a table and selecting Add Table from the popup menu.
Alternatively, you can add a table from the Edit menu: select Add Table.
Insert Table
You can insert a table before another table by right-clicking anywhere in a table or on the table name in the table tree,
then selecting Insert Table from the popup menu. Alternately, you can insert a table by clicking on the icon, or
selecting Insert Table from the Edit menu.
Any table inserted into the existing table set will always be placed before the currently displayed table, which we will call
"Table N". You'll notice a new tab is created with the name "Table #A" (where # is N-1). If you insert another table before
this one, it will be created as "Table #AA". If you insert another table before "Table N", it will be created as "Table #B". In
both cases # is N-1. Once created, finish the definition of the inserted table by adding dictionary items and specifying
any universe definitions or other tabulation parameters desired.
Delete Table
The table that is currently on view in the table window is always the one affected when you choose to delete. So if the
table you want to delete is not displayed in the table window, you must first make it visible. Either select it from the table
tree on the left or by using the table paging arrows in the Tabulation toolbar.
You can then delete the table by right-clicking anywhere in the table or on the table name in the table tree, then
selecting Delete Table from the popup menu. Alternately you can use the icon on the toolbar or select Delete
Table from Edit menu. You will need to confirm that you actually want to delete the table.
Press the Run Tabulation button or press Ctrl+R. If the application has been modified, you will need to save the
changes in order to run.
The run will request the following files as appropriate:
Input Data: The data file(s) being tabulated. There is NO required extension for CSPro data files. Multiple input data files
can be selected using the browse button.
Area Names: Only used for applications with area processing. An Area Names File is used to associate the area codes
Pa ge 326 of 958 Crea ng Ta bles
in the data file(s) with their descriptive text. The .ANM extension is required.
Output TBW: The Table Viewer file created by the run. The .TBW extension is required, but does not to be specified by
the user.
During the run, a bar will be displayed showing progress in processing the data file (See below).
Note that you can also stop the processing by using the "Cancel" button.
If there are no warnings or errors, the application will display the resulting tables. If your application has generated
messages, these will be displayed via a listing in Text Viewer but the results will still be shown in your tables.
You can change the name of a table using the table properties dialog. Right-click on the table in the "Tables" tree and
choose "Properties". Edit the name of the table and click "OK". Note that the system will not allow you to have two
tables with the same name.
You can also change the name and label of the table application by right-clicking on the table application in the "Tables"
tree and choosing "Properties". The tables application is always located at the top of the tree. Edit the name and label of
the application and click "OK."
In order to create subgroupings of categories already defined in the table, e.g., by sex, drag and drop the subgroup item
(sex) anywhere on the existing value set. (See 'Sex' in column below)
In order to create an additional set of row/column categories, drag and drop the item or value set below the existing rows
[for additional set of rows] or to the right of the existing columns [for additional set of columns]. (See Place of Birth and
Martial Status below)
If an independent item is removed then the associated dependent item will also be removed.
You can type a universe condition statement, as CSPro logic, in the Universe box. Or, you can double click on an item
name, press a relation button, and double click on a value.
Double click on the item in the left-hand box that you want to use in the universe condition. The item name will
appear appended to the text in the universe condition below.
Click a relationship button ( =, <>, >, >=, <, <= ). The relation will appear appended to the text in the universe
condition below.
Double click on a value in the right-hand box. The value, not the text label, will appear appended to the text in the
universe condition below.
You may enter several conditions using the and / or. You can also add parentheses to modify the order of
evaluation of the conditions.
To delete the universe simply erase the contents of the universe condition.
Press OK when you have completed the universe condition.
You can apply a universe to all the tables, by pressing the Apply All button to the right of the Universe box in the
Tally Attributes dialog box
Examples:
To restrict your table to females of reproductive age, you might state:
P03_SEX = 2 and P04_AGE in 12:49
To restrict your table to heads of households who are economically active, you might state:
P02_RELATION = 1 and ECON_ACTIVE = 1
Use the Apply All button to the right of the box if the weight is for the entire table and you want to propagate it to all
tables currently defined. It will replace any existing weight in other tables.
Notes:
If the value of the weight data item or expression is not numeric when a tally is to be made, the tally is NOT done. This is
equivalent to a tally of zero.
If the weight expression is not valid it must be corrected before the Tally Attributes dialog box can be closed.
See also: Tabulate Values and/or Weights, Tally Attributes for a Table
To activate the Special Values portion of then menu, check the Use custom special values box (as shown).
After that select the types of special values you want to add to/remove from the value sets of each item in the table by
checking the appropriate box.
Once Use custom special values is checked, this setting overrides any special values in the value sets for items in the
table. If Use custom special values is checked, any of the special values that are checked in the tally attributes dialog
will be displayed for every item in the table regardless of whether or not the value set for that item contains the special
value. In addition, only the special values that are checked in the dialog box will be displayed in the table even if they
appear in the value set for the an item in the table. For example, if your value set contains Notappl and you check Use
custom special values but leave Notappl unchecked then the columns/rows corresponding to the Notappl value in
your value set will be removed from the table. If your value set contains no special values, and you check Use custom
special values and Notappl, then a row or column for Notappl will be added for each variable in your table.
Note: Undefined values count includes blanks if Notappl values is not checked. If it is checked then those counts are
taken out of the "Undefined values" count and tallied separately. Similar statements apply to other special values.
To remove the total row or column, select the total by clicking on it in the list of selected calculations on the right hand
side of the dialog, and then click on the Remove button to delete the total.
To move the total after the counts, select the total by clicking on it in the list of selected calculations on the right hand
side of the dialog, and then click on the Down button to move it until it is after the counts.
The default options are set in the Preferences and Default Formats dialog.
Type
Total – Percents are based on total cell for the table (% cell = (associated cell value * 100) / total of all the cells
in the table).
Row – Percents are based on total for the row (%cell = (associated cell value * 100) / total of all the cells in the
row).
Column – Percents are based on total for the column (%cell = (associated cell value * 100) / total of all the cells
in column).
Interleaved/Separate
By default, percents and counts are interleaved; that is, for each value in the value set, the frequency for that value is
listed in the column/row directly preceding or following the percent for that value. Percents may also be separate, in
which case all the frequencies are grouped together and all the percents are grouped together.
Separate Percents
For percents to be interleaved, the percents must directly follow or directly precede the counts in the list of selected
calculations in the tally attributes dialog.
You can change the position of the percents relative to the other selected calculations (including the counts) by selecting
the percents in the list on the right-hand side of the dialog and clicking the "Up" or "Down" buttons.
To show percents only (percents without counts), add the percents as described above and set the options to
"Separate". Then select the counts in the list of selected calculations on the right-hand side of the dialog and click the
"Remove" button to delete the counts. Finally, do the same to remove the "Total".
To show percents only with a number row, add the percents and remove the counts as above, but do not remove the
"Total".
The Defaults are set in the Preferences and Default Formats.
By default, data in rows and columns containing percents will be displayed with one decimal place (e.g., 12.3). To
change the number of decimal places see Change the Number of Decimal Places Displayed.
You can also show the percentage of the counts for a subset of the values in a value set (e.g., percent of people with age
between 15 and 49) using proportions. See the section on proportions under Tally Attributes for Variable for more
information.
It is assumed that users know the meaning and relevance of any statistics that are selected. They are only meaningful
for data that represents a true numeric value, e.g., age, income, hectares, etc.).
To exclude a table from the run, first make sure the table is selected and appears on the screen. From the Edit menu,
select Exclude Table from Run, or right-click on the table name on the table tree on the left and select Exclude from
Run. The icon next to the table in the tree on the left will show a red X when the table is excluded.
If a table is already excluded, follow the same steps to change the setting back to included in the run. The red X will
disappear.
To exclude all the tables but the one currently selected, select the Exclude All But This option. This is a useful during
testing when you want to run only one table at a time. To undo any exclusions, select the Include All Tables option.
Check your value set to make sure that no single value is repeated and that no ranges overlap. Of course, in some
cases, you may want to have overlapping ranges in your value set, for example if you want to show subtotals.
See Also: Implications of Data Dictionary Value Sets, Special Values
The Format (Table Element) Dialog Box has the following settings:
Hide: When checked, the selected element will not be displayed in the table. If a column head or row stub is selected,
then the associated column or row will also be hidden. Note that stub heads, titles, and data cells may not be hidden.
Hide when All Cells in Row are Zero: Available only for stubs. When checked, if all cells in the row contain the value
zero, then the row will be hidden.
Custom Text: When checked, the default text generated by CSPro for the selected element will not be displayed. You
may add your own text for the selected element by double-clicking on the element and typing in the new text. Note that if
you double-click on a table element and add your own text without first checking the custom text box, CSPro will
automatically check it for you. You can uncheck this box to replace your new text with the default CSPro-generated text.
Font: Displays the current font and font size for the selected element. You may switch to a different font and/or font size
by clicking on the change button.
Text Color: Shows the current color used to display the text of the selected element. To change the text color, click on
the square displaying the current color.
Fill Color: Shows the current color used to display the cell background of the selected element. To change the fill color,
click on the square displaying the current color.
Indent: Allows you to set the indentation of the selected element from the right and left edges of the cell. To set the
(Thick lines extended into cells from a stub ('30 to 39 years') and a column head ('Separated'))
Note that the lines between rows and columns are shared between multiple elements. For example, the vertical line
between two columns is both the left edge of one column and the right edge of the other column. It may also be the edge
of one or more spanners. At times, you may need to change the line setting in more than one of these elements in order
to change a line. For example, in order to make the vertical line between two columns disappear, you may have to set
the left line of one column to 'none' and the right line of the other column to 'none'. You may also have to set the left or
right line of one or more spanners to 'none'.
Extend Text Color into Cells: When this is checked for a column head or stub, the text color for the selected element
is applied to all cells in the associated column or row. For a stub, all cells in the row of the stub will share the text color
of the stub. For a column head, all cells in the column underneath the head will share the text color of the column head.
Extend Fill Color into Cells: When this is checked for a column head or stub, the background color for the selected
element is applied to all cells in the associated column or row. For a stub, all cells in the row of the stub will share the fill
color of the stub. For a column head, all cells in the column underneath the head will share the fill color of the column
head.
Extend Indentation into Cells: When this is checked for a column head or stub, the indentation setting of the selected
element is applied to all cells in the associated column or row. For a stub, all cells in the row of the stub will share the
indentation of the stub. For a column head, all cells in the column underneath the head will share the indentation of the
column head.
Span Cells: This setting applies only to captions. When this is checked for a caption, the caption spans the entire row.
By default, captions are placed in the first column of the table along with the stubs, and the cells containing them are the
same size as the cells containing the stubs. This means that there are empty cells in all other columns of the caption
row. When "span cells" is checked, the empty cells in the caption row are removed and the caption is placed in one
Use the right-click to access the Format (Stub) menu. Change the indentation to .5 in. then select OK. The result is
below.
Similar actions can be performed on columns by selecting multiple column heads. You can also select multiple captions
Pa ge 340 of 958 Forma ng Ta bles
or spanners.
Although the formatting option is available for each data cell, it should only be used in the rarest of cases.
When working with sub-groupings (one variable dropped on top of another), any formatting applied to one row or column
in a sub-grouping will automatically be applied to the corresponding row or column in all of the other sub groupings. In the
example below, changing the font for the column "Male" under the spanner "Total" also changes the font for the "Male"
column under the "Urban" and "Rural" spanners.
You cannot change the format for one row or column in only one sub-grouping but not the others. You can, however,
achieve the same result using multiple subtables with universes.
See also: Change the Way Numbers are Displayed
Stub Leadering: Allows you to set a pattern such as '….' or '_ _ _ _' to appear in each row of the table between the end
of the stub text and the start of the next column. You may choose different patterns for the stubs on the left and right
sides of the table. Note that stub leadering is only visible in print preview and on the printed page.
Display Leading Zeros: Controls whether or not zero should be displayed before the decimal point of a decimal number
between zero and one. Leading zeros are displayed by default.
Measurement System: Allows you to switch between US (inches) and metric (centimeters) measurements for page
margins. The measurement is used when specifying margins in the Format Print (Table) dialog as well as indentation in
the Format (Table Element) dialog. The measurement system is set to US by default.
Zero Mask: Allows you to change the text that is displayed for data cells that contain a value of exactly zero. By default
the zero mask is "-", so any data cell containing a value of zero is displayed as "-" rather than "0". If you want zero to be
displayed, remove the zero mask text.
Rounded to Zero Mask: Allows you to change the text that is displayed for data cells that contain a value which is
rounded off to zero because it cannot be displayed using the number of decimal places for that data cell. For example, if
the value in a data cell is calculated to be 0.002 but the number of decimal places for that cell is set to 2, the rounded to
zero mask will be displayed in that cell. Having the zero mask and rounded to zero masks be different makes it clear
which values are exactly zero and which ones are rounded off. By default the rounded to zero mask is "*". If you want
zero to be displayed, remove the rounded to zero mask text. Note that you can change the number of decimal places for
Pa ge 343 of 958 Forma ng Ta bles
a row, column or data cell by using the Format (Table Element) Dialog Box.
Title Template: Sets the text used to automatically generate the first portion of default table titles. When you create a
new table, CSPro automatically gives the new table a title. By default, this title begins with "Table %s." where the table
number replaces %s. You can change this by entering your own text in this edit box. If you put "%s" in your new title
template, it will automatically be replaced with the table number when the table title is generated. As an example, if you
put "Tableau %1" in the edit box, your table titles will begin with "Tableau 1", "Tableau 2", …
Continuation Text: Sets the text added to the end of the table title on the printed page and in print preview to indicate
that the current page is not the first page of the table. By default this text is "(continued)", so that on all but the first
printed page of a table, the title would be, for example, "Table 1: Age by Sex (continued)".
Generated Text: Sets other text (besides title template and continuation text) used by CSPro to generate default text in
table titles, column heads, and stubs. To change a particular text string, first select the default string under "Default
Text" and then enter the new string under "Alternate Text". For example, to replace the string "Percent" used in stubs
and column heads with "%", first select "Percent" from "Default Text" and then type "%" into "Alternate Text". Now any
rows or columns with percents in them will have "%" in the stub or column head.
The Format Print (Table) Dialog Box has the following settings:
Stubs: Controls where stubs will be placed on the printed page. There are four options:
Left side, standard (default): place stubs along the left side of every page. If the table is wide enough so that
some of the columns go onto a second page, stubs will be placed on the left sides of both pages.
Left and right sides, standard: place stubs on both the left and right sides of the page for every page. If the table
is wide enough so that some of the columns go onto a second page, stubs will be placed on the left and right
sides of both pages.
Left and right sides, facing pages: place stubs along the left side the first page of facing pages and on the right
side of the second page of facing pages. If the table is wide enough so that some of the columns go onto a
second page, stubs will be placed on the left side on the first page and the right side of the second page. If the
table columns all fit on one page then this is the same as Left side, standard.
Boxhead Frequency: Controls where the boxheads will be placed on the printed pages. The box head is the area at the
top of the table that contains the stub heads, column heads and spanners. You can set the boxhead frequency to any of
the following:
Top of each page (default): Places a boxhead at the top of every page of the table.
No boxheads: No boxheads will be placed at all.
Top of table only: Only place the boxhead on the first page of the table and not any of the other pages of the
table.
Page Margins: Allows you to set the top, bottom, left and right margins of the printed pages for the selected table. By
default, margins are measured in inches although you can change it to centimeters by choosing "metric measurement"
in the Format (Application) Dialog Box. Use the "Make Equal" button to set all four margins to the currently selected
number.
You can modify the fonts used for the header and footer by clicking the Font buttons. The top Font button applies to the
header and the bottom button applies to the footer.
You can place the current date, current time, page number and file name(s) in any of the header or footer sections by
clicking on the appropriate buttons below the header and footer edit boxes or by adding the following text into the
appropriate header/footer edit box:
By default, CSPro places the filename in the left header, the date in the right header and the page number in the center
footer.
Start Page: Sets the page number to use on the first page for page numbering. If this is set to 1, then the first page of
the table will be page 1; the second page will be page 2, etc… If it is set to default then the first page of the selected
table will be one greater than the last page of the previous table in the file so that the numbers continue from one table to
the next with no gaps. For the first table in the file, if the start page is set to default, then the page numbering for that
table will start at page 1.
Views of Tables
Beside Print Preview, there are two views of every table. However, unless the table has hidden rows or columns, or
multiple subtables, the two views are basically the same. One view, called the "Design view" shows the hidden rows or
columns, and the other view, called the "Display" or "Data" view, does not. Users can switch between the two views by
using Ctrl+D or checking/unchecking "Hidden parts" under the View menu.
When a table is first created, you see the design view of the table. When a table is run, the display view is automatically
shown and hidden parts of the table are no longer visible. In order to switch back the design view (for example, so that
you can select and unhide a part of the table that is hidden), use Ctrl+D or check "Hidden Parts" on the view menu.
In addition to showing hidden parts, the design view also marks subtables with a colored outline while the display view
does not. It is often useful to switch to the design view in order to be able to more easily set the tally attributes for a
subtable. When the colored outline of subtables is displayed, you may right-click inside the outline and choose Tally
Attributes (Subtable).
See Also: Using Print Preview, Hide or Show a Row or Column
You can now change the text of the table title. If you want a second line of text, press Ctlr+Enter to create a new line of
text.
To go back to the original default text, right click on the text you want to change, select Format (table part), uncheck
the Custom Text check box, then press OK.
Note that if you customize the text of a stub or column header in a sub grouping, the text will be changed for all
corresponding rows or columns in the sub grouping. In the example below, the text for the column header Male has been
changed in one column and the change is reflected in the other sub groupings.
If you wish to change the text in only one sub grouping, you will have to use to multiple subtables with universes.
See Also: Change the Automatically Generated Text
Similarly, to hide a column, right-click on the column head for the column you wish to hide, select "Format (Column
Head)"
To have CSPro automatically hide a row if all values in the row are zero, right-click on the stub for the row and choose
"Format (stub)". In the "Format (stub)" dialog, check the box "Hide when All Cells in Row are Zero". When you run the
table, the row will be hidden if all cells are zero. To view the row again, in order to able to select it, switch to the design
view. To switch to the design view, use Ctrl-D or select "Hidden Parts" from the View menu.
You can hide multiple rows if they contain all zeros at the same time by first selecting the rows and then right-clicking
and choosing "Format (Stub)" as above. Multiple selection is done in the usual Windows manner by left-clicking the
mouse while using the Shift or Ctrl key. Using the Ctrl key adds each cell in the table that is clicked on to the selection.
Using the shift key adds all the cells in between the two cells clicked on to the selection.
Click to add a check mark to either the pagenote or endnote and then click OK. This will add a new row at the bottom of
the table. Double click on this new row and type in the text for your footnote.
A pagenote will be displayed at the bottom of every page when the table is printed while an endnote will only be
displayed on the last page of the printed table.
Format (Table) allows you add a pagenote or endnote to an individual table. To add an endnote or pagenote for all tables
in a file, use the Preferences and Default Formats.
The six text boxes can be filled with any text that you type. In addition, you can choose to display any combination of
date, time, page number and file name in the header and/or footer by adding one of the following predefined text strings:
To place predefined text in a text box, you can either type it directly or click in the text box where it should go and then
click the button corresponding to the desired item. Predefined text strings may be mixed with other text, as in the right
header of the example above. To delete text in the header or footer, delete it from the corresponding edit box.
Separate fonts are available for headers and footers. You can set these fonts using the font button to right of the text
boxes.
If page numbering is used you may set the starting page number, the number to use for the first page of the table, in the
"Start Page" text box. By default, the starting page number will be 1 for the first table in the file and for all subsequent
tables in the file it will be one greater than the last page of the preceding table.
Using the Format Print (Table) dialog will set the header and footer text for the current table. You may set the header and
footer text for all tables in the file using the preferences.
Note: Headers and Footers are visible only in Print Preview and on the printed page.
Add a Subtitle
To add a subtitle to a table, right-click anywhere on the table and choose Format (Table) or choose Format (Table) from
the Edit menu to launch the Format (Table) dialog.
Click to add a check mark next to "Subtitle" then click OK. This will add a new row in the table directly underneath the
title. Double click on this new row and type in the text for your subtitle. You can then change the format (font, color,
alignment, etc…) of your subtitle by right-clicking on it and choosing Format (Subtitle).
To remove the subtitle row, uncheck the corresponding box in Format (Table).
By default, no stub leadering is displayed. To add stub leadering to a table, right-click anywhere on the table and choose
Format (Table) or choose Format (Table) from the Edit menu to launch the Format (Table) dialog.
Add Borders
To add borders to a table, right-click anywhere on the table and choose Format (Table) or choose Format (Table) from
the Edit menu. This will launch the Format (Table) dialog.
Borders outline the table on the printed page. Different borders are available for each side of the table.
The options are:
None – no border on this side.
Thin – a normal line border on this side.
Thick – a "double" line border on this side.
Using Format (Table) will set the borders for the current table. To set the borders for all tables in the file, use preferences.
See Also: Add Borders to Cells
The settings that have an effect on the numbers in the rows or columns associated with the stub or column head are in
the "Associated Cells" section. These check boxes allow you to extend the format of the stub/column head into all the
cells in the corresponding row/column. Of course, the number of decimal places affects only the data cells themselves
and not the column head or stub.
See Also: Formatting Row, Column, or Cell Data, Hide or Show a Row or Column
Every occurrence of the default text will be replaced by the alternate text. In the example, every "total" text in every table
will be replaced by "All persons".
If the text is not appropriate in certain places it can be replaced by "custom text ".
Note: Any text can always be replaced by custom text.
Changing the automatically generated text is particularly useful when generating tables in languages other than English.
You can translate all of the automatically generated text into your language in the Format (Application) dialog and will be
updated in all tables in your file.
To change the font, click on the 'Change' button and select the font characteristics from the available list.
To change the text or fill (background) click in the color box and select from the choices given.
Indentation is given in inches (in.) or centimeters (cm.) depending upon the choice of Measurement System in the
Format (Application) dialog. Indentation affects where in the text box, the text starts (Left) and/or ends (Right).
Alignment is the placement of text in the text box. The horizontal options are left(-justified), center, or right(-justified).
Vertical choices (shown) are top, middle, and bottom.
See Also: Preferences and Default Formats
The column header "No" has thick lines set for left and right
and extend into cells is checked
You can also set the left and right borders of a spanner and have them extend into the leftmost and rightmost columns
under the spanner. This is done the same way it is done for individual columns. Right-click on the spanner, choose
Format (Spanner), set the left and right lines and ensure that Extend Lines into Cells is checked.
By default, stubs and columns have no borders, but spanners have thin lines on the left. This means that cells in the
leftmost columns under a spanner will have left borders. You can change these default settings by using the
Preferences.
See Also: Formatting Row, Column, or Cell Data, Add Borders to a Table
The result:
Note: The horizontal alignment of the caption was also changed to "center" to demonstrate the size of the associated
text box.
By default, captions do not span fields. You can make all captions in all tables in the file span fields using Preferences
and Default Formats.
Note: There is NO "undo" for this operation. All custom entries are lost.
Left side, standard (default): place stubs along the left side of every page. If the table is wide enough so that
some of the columns go onto a second page, stubs will be placed on the left sides of both pages.
Left side, facing pages: place stubs along the left side of the page but only for the first page of facing pages. If
the table is wide enough so that some of the columns go onto a second page, no stubs will be placed on the
second page. If the table columns all fit on one page then this is the same as Left side, standard.
Left and right sides, facing pages: place stubs along the left side the first page of facing pages and on the right
side of the second page of facing pages. If the table is wide enough so that some of the columns go onto a
second page, stubs will be placed on the left side on the first page and the right side of the second page. If the
table columns all fit on one page then this is the same as Left side, standard.
Use the Format Print (Table) dialog to set the boxhead frequency for a single table. Use Preferences and Default
Formats to set the default boxhead frequency for all tables in the file.
See Also: Viewing Multiple and Facing Pages
No File Processing: It is also possible to produce tables without creating an area names file. Select the levels of
geography desired but after clicking on the Traffic Light button in CSPro to run your tables, leave the <Area Names> field
blank. CSPro will use codes from the data file instead of names for each level of geography. For example, if province
Gluten's code is 20, the tables will show code 20 instead of the name Gluten. This can be useful for generating a list of
every geographic code found in a data file.
See also: Area Names File,
File Format
The following is an excerpt from the area names file for Popstan, which you can find in the Examples folder. The first
section identifier, [Area Names], indicates the type of file, followed by the CSPro version number.
Pa ge 363 of 958 Crea ng Ta bles by Geogra phic Area
Next, the [Levels] section provides the names of the geographic hierarchy (levels) in major-to-minor order.
Finally, the [Areas] section gives the correspondence of the geographic codes (major-to-minor order) found in the data
with a name for the geographic area. More detail follows the listing of the area name file.
If the data file contains area codes that do not have corresponding names in the area names file then the unmatched
area codes will be displayed as a text string in place of the missing name.
[Area Names]
Version=CSPro 8.0
[Levels]
Name=Province
Name=District
[Areas]
X X = Popstan
1 X = Artesia
1 1 = Dongo
1 2 = Idfu
⋮
2 X = Copal
2 1 = Baja
2 2 = Bassac
⋮
3 X = Dari
3 1 = Argentina
3 2 = Benlata
3 3 = Bristol
⋮
The line following the [Areas] section contains the codes and name of the "total" area ("country" in our case). It is
considered the "Grand Total" level and denoted by 'X' values for each level of the area hierarchy. In the example, the first
'X' represents the Province code and the second 'X' represents the District code. Basically, an 'X' value is similar to a
"wildcard" match, so any value in this field is acceptable (and thus part of the area).
Following the total area name is the set of codes and names for the lowest valued major level, "province" in our example.
The lowest code for a province is the '1' associated with Artesia. Again, an 'X' value is given for the District code since
any code here is acceptable. Next, we must give codes and name for all districts in Artesia starting with the lowest code
value.
Note that each line for this province begins with '1' since the province code must be combined with the district code to
uniquely distinguish this district. Dongo is district '1' of Artesia (province '1'). Data for a questionnaire with Province code
= 1 and District code = 1 will be tallied for Dongo District.
When districts for Artesia are all listed (codes and names), start with the next lowest province code followed by its
districts. The process is repeated for each province.
Area codes must be listed in ascending sort order from major to minor.
If the area name file has only one level, e.g., province, then only one code would be given. If three levels were needed,
e.g., province, district, village, then three codes would be required. As always, 'X' represents the wildcard match.
The indentation associated with the names above is for illustrative purposes only. Area names shown in tables will not be
indented, but indenting the file can make it easier to read.
Also, codes within the [Areas] section can be separated by commas, spaces, or a combination of both. Any of the
3 15 = Sharif
3, 15 = Sharif
3,15 = Sharif
Hiding Tables
To hide tables for certain level of geographies, preface the area name label with a tilde (~). For areas with this label, a
table will still be created (and stored in the .tbw table file), but it will not be displayed and will thus be hidden. For
example, if a table shows states (provinces) and counties (districts) but some states only contain one county, it may be
desirable to suppress the repetition of the data at both the state and county level. For example:
X X = United States
1 X = Maryland
1 1 = Montgomery Country
1 2 = Prince George's County
2 X = District of Columbia
2 1 = ~ District of Columbia
3 X = Virginia
3 1 = Arlington County
3 2 = Fairfax County
Without the tilde, a table would be displayed for District of Columbia as both a state and a county. Adding the tilde leads
to the desirable behavior of only displaying one table for that level of geography.
As an example from above, the original tables [created from the data file] would be an urban table for each district in
each province and a rural table for each district in each province.
Standard Consolidation would:
Add the appropriate urban and rural tables to create the province-district table.
Add the appropriate district tables to create the province table.
Add all province tables to create the 'country' table.
This procedure produces four levels of tables: Urban/Rural, District, Province, and Country (given in minor to major
order).
The Lowest Level allows users to select the most minor level to be produced. Counts at this level and higher will
appear in the tabulation but any lower level counts will be discarded.
Custom option allows some freedom in defining the aggregation or consolidation scheme. See Custom Consolidation for
more information.
See also: Area Processing, Create an Area Names File
Area Captions
Area Captions are, as the name indicates, row captions in which the corresponding area name is placed for each table.
When the table is run, the %AreaName% is replaced by the names from the area names file.
If the table is a 'one-row' table, e.g., it has only column items but no stub groups, the area name caption replaces the
'Total' stub that would otherwise be present and the area caption is 'hidden'.
The area caption has the same formatting options as other captions, available by right clicking on the caption and
choosing Format (Area caption). You can hide area captions, as in the example above, you can change the fonts, make
them span rows, etc…
Custom Consolidation
Custom Consolidation allows the aggregation of lowest level tables to create almost any reasonable higher level. Users
define the consolidation scheme starting from the Standard consolidation, shown below.
Using Custom Consolidation you can also create user-defined schemes for combining the lowest level tables by adding
new rows to the consolidation scheme:
Each row of the scheme must have a CSPro 'name' for the set of tables to be created, listed under Area Level Name
above.
In the example above, the following tables would be created:
One Country table
One urban table and one rural table for the entire country
A Province table for each province
One urban table and one rural table for each province
A District table for each district in each province
One urban table and one rural table for each district in each province.
In addition, you may place conditions in the cells of the consolidation scheme grid. These conditions are used to modify
how the tables replaced for a given level (the column) are consolidated for a particular consolidation scheme (row).
The options are:
Blank – Any code in this position is included.
Each – Each different code in this position creates a separate table.
Single value – One table created for this value of the area level
Replacement formula – One 'summary' is table created for all areas that the meet the condition and the
replacement code is substituted for the area code for the summary table. [start:end = replacement]
Note: When custom consolidation is used it is the user's responsibility to make sure the consolidation scheme is
reasonable and that it works in the desired manner. As usual, every aspect of a data processing system should
be tested for correctness.
The 'All' selection represents the usual display. If area codes are found in the data file that are not defined in the Area
Name File then those codes will be listed. The areas are listed in sort order, i.e., the same order that they are defined in
the area names file.
Note that this only changes which area is currently displayed. Tables are still produced for all areas originally specified
and all of these areas will still appear when the tables are printed or saved. To only produce tables for certain
geographies either set the lowest break level for a table, or use custom consolidation.
The spacing or sizing of rows or columns in Display view is NOT carried over to Print Preview.
See the View menu for other combinations of keys that will allow you to move between tables.
There is also a "Goto ..." option available from the Edit menu and from the right-click menu which allows you to go
directly to a particular page, table or area within a table.
See Also: Print Preview Options
To modify the height of a row place the cursor below the row text until it changes to a vertical double-sided arrow, left
mouse click and drag the (usually invisible) horizontal bar to the new position.
If this option is checked and a change is made to the width of the "Male" column in any of the three panels then the
width of all three will be modified. If the option is unchecked then only the specific column selected will have its width
modified.
Automatically Fit columns across each page
If checked this option will "spread" the table columns for all tables across the entire printed page. If unchecked, the
columns for all tables will be displayed in the minimal width possible given text, font, etc.
An example of checked:
Next page after Page Break applied. This page starts with the "15-19 years row"
Print Setup
This is the usual dialog box for Print Setup. It should be something like the following:
If an action is taken and you want to "undo" it then right click in the Print Preview window. This gives the following menu:
Each "Object Format" on the left has a corresponding menu. Select the object in the tree then you can set the 'default'
settings for each of the available options. The only difference is that 'Use Default ' check box may be missing since this
is the menu that sets those defaults. It is important to note that if a setting is changed here it will be applied to all tables
that use the default settings even the tables that have already been defined.
For example: If you select blue as "Text Color" for Spanner then all spanners that exist in tables already defined (and
use the default setting) will now be displayed in blue as well as spanners in tables yet to be created.
For the meanings of the various options in each menu see the related topic.
See Also: Tally Attributes for a Variable, Formats for a Part of a Table, Formats for a Table, Formatting Row, Column, or
Cell Data , Formats for an Application , Formats for Printing
The Load option is used to change preferences to those in your CSPro Table Format (.tft) file. For this option, enter the
name of the .tft file or browse to find it. Once the file is loaded the revised preferences will be in force.
These "Default" settings are contained in Preferences and Default Formats. In any Tabulation application the initial set of
Preferences is established by CSPro. They can be reset to other settings through "Load Preferences…" under the File
menu.
Sets of user-defined preferences are contained in CSPro Table Format (.tft) files. Once the file has been created by the
"Save Preferences…" option under the File menu, it can made available to other users in the same manner that any
other file is shared.
See Also: Loading and Saving Preferences
Use the Select All button if all tables are needed. Otherwise, select the individual table(s) that you would like to save in
a single Table Viewer file. (Multiple tables are selected in the usual manner with the Shift and/or Ctrl keys.)
After selection press OK.
In the Save As dialog box enter the name of the Table Viewer file to be created or browse to select the file to be
replaced. Table Viewer files must have the .tbw extension.
See Also: Saving Tables as Text, HTML and Rich Text Format
Enter the name of the file to be created or browse to select the name of the file to be replaced.
Note: ONLY ONE table at a time can be in Rich Text (.rtf) or HTML (.htm) format. Tab delimited format supports saving
multiple tables in a single text file.
- Click on the toolbar; or from the Edit menu, select Copy; or press Ctrl+C.
See also: Save Tables for the Table Viewer, Saving Tables as Text, HTML or Rich Text
To copy and paste a single table or part of a table follow the procedure outlined in Select and Copy Table Data to Other
Applications.
To copy multiple tables, use the one of the file format options given for "Save Tables" (Tab Delimited Text, HTML, or Rich
Text). These options are available for single tables or multiple tables. In some cases, you may need to save single tables
in individual files to achieve the desired results.
See also: Select and Copy Table Data to Other Applications, Saving Tables as Text, HTML or Rich Text
There are two ways to add a new column. We can add a new value to the existing value set for the existing variable or we
can drag a new variable onto the table next to the existing one. Adding a new value to the value set creates a new
column under the existing spanner while adding a new variable creates a new column under a new spanner.
Male/Female Ratio column added as new value to value set for the variable Sex. The new column is under the Sex spanner.
Male/Female Ratio column added by dragging a new variable onto the table. The new column is under a separate spanner.
First, we must add the new column to the table as described in Adding Rows and Columns For Post Calculation.
Once the new column has been created, all that is left is to add the postcalc logic. Postcalc logic in CSPro tabulation
applications is similar to working with arrays in a CSPro batch edit or data entry application. To access an individual cell
in a table, use the table name followed by the indices of the row and column in parentheses:
<table name>(<row>, <column>)
where:
<table name> is the name of the table.
To see the names of the tables, click on the Tables tab in the bottom left of the CSPro window to show the
Tables Tree and then select "Names in Trees" from the View menu or press Ctrl+T. This toggles between
showing the table titles and the table names in the Tables Tree.
Note that column and row numbers start at zero, so the first column is column zero, the second column is column is
column 1, etc…
To enter postcalc logic for a table, open the Tally Attributes (Table) dialog. You can then either type postcalc logic
directly into the postcalc area or click on the "Edit" button next to the postcalc area to bring up a larger window to type
in.
Postcalc logic can contain numeric constants as well as table values. For example if you wanted men per 100 women
rather than male to female ratio, you could use the following logic:
TABLE1(0,3) = 100 * TABLE1(0,1) / TABLE1(0,2);
This multiplies the result of the division by 100 to give the number of men per 100 women.
In fact, postcalc logic can contain nearly any of the statements and functions available in program logic in batch edit and
data entry applications.
See also: Post Calculation For Rows, Columns and Ranges, Row and Column Indexing for Post Calculation
For information on how to add the additional column, see the previous section: Adding Rows and Columns For Post
Calculation.
However, that would take a lot of code. Instead, you can specify this one statement using a range or a wild card. To use
a range, give the lower and upper limits separated by a colon:
This means divide the cell in column 1 by the cell in column 2 and put the result in the cell in column 3 for each row from
0 to 20. You can also use a wildcard (an asterisk) to specify an entire row or column:
Using an asterisk in place of the row index means that the operation applies to all rows in the table. In this case it is the
same as specifying the range 0:20 since the table has 21 rows. An asterisk can also be used in place of the column
index to specify every column in a table:
Note that when working with rows, columns and ranges, you must use square brackets "[ ]" rather than parentheses "(
)". Parentheses may only be used when specifying individual cells.
You can only assign ranges or wildcards to each other if the dimensions of the ranges match. For example:
This copies one 3 by 4 region of the table to another 3 by 4 region. However, the following code will fail since it attempts
to copy a 3 by 4 region to a 3 by 3 region:
See also: Post Calculation For Individual Cells, Row and Column Indexing for Post Calculation
When a table includes percents, the row and column indices are a bit more complicated. Although the percent
rows/columns are interleaved with the rows/columns for the counts, the percent rows/columns are numbered after the
counts. In other words the index for the first percent row or column in a subtable always starts after the last count row or
column. For example, in the table below, the rows for the values of marital status under the male caption are counted
one after another as indices 0 through 4 and are then followed by the percent rows for marital status as indices 5 through
9. The first percent row is at index 5 which follows the last count row (Never Married) at index 4.
See also: Post Calculation For Individual Cells, Post Calculation For Rows, Columns and Ranges
This launches the program CSTab.exe to run with the parameters specified in the PFF file MyTabs.pff. Note that using
Start /wait is not strictly necessary; it simply ensures that the command does not terminate until CSTab.exe has
finished processing. This is useful when there are other commands that follow which depend on CSTab completing before
they can be executed.
You can create a PFF file in two ways:
Run the tabulation from CSPro. It will save the *.PFF file it generates in the same folder with your tabulation
application. The *.PFF will have the same name as the application with .PFF appended. Rename and modify this
file with a text editor (such as Notepad or Wordpad).
Create a new *.PFF file using a text editor.
The following shows an example of a tabulation PFF file. Note that a PFF file is not case sensitive. You can use any
combination of upper and lower case text.
[Run Information]
Version=CSPro 8.0
AppType=Tabulation
Operation=All
[Files]
Application=.\MyTabs.xtb
InputData=.\MyData.dat
Listing=.\MyTabs.xtb.lst
AreaNames=.\MyAreaNames.anm
OutputTBW=.\MyTables.xtb.tbw
The [Run Information] block is required and must appear exactly as shown in the example above.
The [Files] block is required and defines all files used in the tabulation run. A description of the files is as follows:
Application = the tabulation edit application you created
InputData = the data file to be tabulated -- If there is more than one input data file, insert multiple InputData
lines.
Listing = a report of the tabulation processing
AreaNames = the areanames file used only if there is area processing
OutputTBW = the output formatted tables
If any required files are not coded or are missing, the file association dialog box will be displayed allowing you to fill in or
change the missing file names.
The [Parameters] block is optional. If allows to specify additional aspects of the tabulation run.
ViewListing = specifies how the tabulation run listing is displayed. If ViewListing is missing, Always is
assumed.
Always - the listing is always displayed
OnError - the listing is displayed only when an error or an invalid subscript warning occurred
Never - the listing is never displayed
ViewResults = specifies whether or not the formatted tables file (*.TBW) is displayed in TableViewer at the end
of the run. If ViewResults is missing, Yes is assumed.
Yes - the tables are displayed
No - the tables are not displayed
Run in parts allows you perform each of these processes separately. Run in parts is also used when you need to save
the intermediate .tab files for later use.
To run in parts interactively, from the File menu, select Run in Parts. Then select the process you want to run. (The
Consolidate process will be grayed out if you are not using area processing in your application.)
See also: Run Tabulate Interactively, Run Consolidate Interactively, Run Format Interactively, Run Tabulate in Batch,
Run Format in Batch, Run Consolidate in Batch
Input Data: The data file(s) being tabulated. There is NO required extension for CSPro data files. Multiple input data files
Pa ge 400 of 958 Run in Pa rts
can be selected using the browse button.
Output TAB: The table matrix file created during tabulation. The *.TAB extension is required. The name should be
associated with the corresponding data file especially if multiple data files are tabulated using the same application.
Listing File: The diary-type report generated by the tabulation run showing record and case counts and any problems
encountered.
This is a sample of a listing file where no problems were encountered during tabulation:
CSPRO Process Summary
+-----------------------------------------------------+
| 29143 Records Read ( 100% of input file) |
| 0 Ignored ( 0 unknown, 0 erased) |
| 0 Messages ( 0 U, 0 W, 0 E) |
+---------+--------------+--------------+-------------+
| Level | Input Case | Bad Struct | Level Post |
+---------+--------------+--------------+-------------+
| 1 | 4872 | 0 | 4872 |
+---------+--------------+--------------+-------------+
Process Messages
This launches the program CSTab.exe to run with the parameters specified in the PFF file MyTabs.pff. Note that using
Start /wait is not strictly necessary; it simply ensures that the command does not terminate until CSTab.exe has
finished processing. This is useful when there are other commands that follow which depend on CSTab completing before
they can be executed.
[Files]
Application=.\MyTabs.xtb
InputData=.\MyData.dat
Listing=.\MyTabs.xtb.tab.lst
[Parameters]
ViewListing=OnError
The [Run Information] block is required and must appear exactly as shown in the example above.
The [Files] block is required and defines all files used in the tabulation run. A description of the files is as follows:
Application = the tabulation application you created
InputData = the data file to be tabulated -- If there is more than one input data file, insert multiple InputData
lines.
Listing = a report of the tabulate process
TabOutputTAB = the output table matrices file
If any required files are not coded or are missing, the file association dialog box will be displayed allowing you to fill in or
change the missing file names.
The [Parameters] block is optional. If allows to specify additional aspects of the tabulation run.
ViewListing = specifies how the tabulation run listing is displayed. If ViewListing is missing, Always is
assumed.
Always - the listing is always displayed
OnError - the listing is displayed only when an error or an invalid subscript warning occurred
Never - the listing is never displayed
See also: Run Consolidate in Batch, Run Format in Batch
Input TAB: The tabulated table matrices file(s) to be consolidated. Multiple input *.TAB files can be selected using the
browse button. The *.TAB extension is required.
Output TAB: The consolidated table matrices file created [or replaced] from the input TAB file(s). This TAB name must
be different from the input name and the extension is required.
Listing File: The report generated for the run showing area codes found in the data and tables available for those codes.
Blank 'codes' indicate summary levels. The .LST extension is not required.
Pa ge 402 of 958 Run in Pa rts
This is a sample of a listing file for a Consolidation process:
CSPro Process Summary
+----------------------------------------------+
| 1568 Slices Read ( 100% of Input file) |
+----------------------------------------------+
Process Messages
This launches the program CSTab.exe to run with the parameters specified in the PFF file MyTabs.pff. Note that using
Start /wait is not strictly necessary; it simply ensures that the command does not terminate until CSTab.exe has
finished processing. This is useful when there are other commands that follow which depend on CSTab completing before
they can be executed.
You can create a PFF file in two ways:
Run the tabulation from CSPro. It will save the *.PFF file it generates in the same folder with your tabulation
application. The *.PFF will have the same name as the application with .PFF appended. Rename and modify this
file with a text editor (such as Notepad or Wordpad).
Create a new *.PFF file using a text editor.
The following shows an example of a PFF file for the consolidation process. Note that a PFF file is not case sensitive.
You can use any combination of upper and lower case text.
[Run Information]
Version=CSPro 8.0
AppType=Tabulation
Operation=Con
[Files]
[Parameters]
ViewListing=OnError
The [Run Information] block is required and must appear exactly as shown in the example above.
The [Files] block is required and defines all files used in the tabulation run. A description of the files is as follows:
Application = the tabulation application you created
ConInputTAB = the input table matrices file – These are the output from the tabulate process. If there are
multiple input table matrices files, insert multiple ConInputTab lines.
ConOutputTAB = the output table matrices file
Listing = a report of the consolidate process
If any required files are not coded or are missing, the file association dialog box will be displayed allowing you to fill in or
change the missing file names.
The [Parameters] block is optional. If allows to specify additional aspects of the tabulation run.
ViewListing = specifies how the tabulation run listing is displayed. If ViewListing is missing, Always is
assumed.
Always - the listing is always displayed
OnError - the listing is displayed only when an error occurred
Never - the listing is never displayed
See also: Run Tabulate in Batch, Run Format in Batch
Input TAB: The tabulated or consolidated matrices file. If application does not have area processing, it was created in
the Tabulate process, if it has area processing was performed, it was created in the Consolidate process. The .TAB
extension is required.
Area Names: Only used for applications with area processing. An Area Names File is used to associate the areas
Process Messages
See also: Run Tabulate Interactively, Run Consolidate Interactively, Introduction To Table Viewer
This launches the program CSTab.exe to run with the parameters specified in the PFF file MyTabs.pff. Note that using
Start /wait is not strictly necessary; it simply ensures that the command does not terminate until CSTab.exe has
finished processing. This is useful when there are other commands that follow which depend on CSTab completing before
they can be executed.
You can create a PFF file in two ways:
Run the tabulation from CSPro. It will save the *.PFF file it generates in the same folder with your tabulation
application. The *.PFF will have the same name as the application with .PFF appended. Rename and modify this
file with a text editor (such as Notepad or Wordpad).
Create a new *.PFF file using a text editor.
The following shows an example a PFF file for the format process. Note that a PFF file is not case sensitive. You can
use any combination of upper and lower case text.
[Run Information]
Version=CSPro 8.0
AppType=Tabulation
Operation=Format
[Files]
Application=.\MyTabs.xtb
FormatInputTAB=.\MyData.dat.con.tab
AreaNames=.\MyAreaNames.anm
Listing=.\MyTabs.xtb.fmt.lst
OutputTBW=.\MyTables.xtb.tbw
[Parameters]
ViewListing=OnError
ViewResults=No
If any required files are not coded or are missing, the file association dialog box will be displayed allowing you to fill in or
change the missing file names.
The [Parameters] block is optional. If allows to specify additional aspects of the tabulation run.
ViewListing = specifies how the tabulation run listing is displayed. If ViewListing is missing, Always is
assumed.
Always - the listing is always displayed
OnError - the listing is displayed only when an error occurred
Never - the listing is never displayed
ViewResults = specifies whether or not the formatted tables file (*.TBW) is displayed in TableViewer at the end
of the run. If ViewResults is missing, Yes is assumed.
Yes - the tables are displayed
No - the tables are not displayed
See also: Run Tabulate in Batch, Run Consolidate in Batch
In the menu subtables are listed as they appear in the "big" table, from left to right then from top to bottom. The "Names"
of the subtables are created from the value sets present. If an item has only one value set then the name of the item
itself appears, e.g., P03_SEX in example. If an item has more than one value set then the name of the value set appears,
e.g., P04_AGE_VS2 in the example.
Any attributes entered in the "Entire Table" menu except "Unit Tallied" are also incorporated into the subtables. Entries
in this menu apply to all subtables in the table.
In the Tally Attributes (Table)
If an item or value is given for "Value Tallied" or "Weight" it is also MULTIPLIED by any corresponding value give
in any subtable.
Any entry in the "Universe" box is combined with any universe in a subtable using "and". In other words, both
universe criteria must be met in order for a tally to be made.
Of course, any checked "Special values" or "Lowest Break Level" (applicable only for area processing) always
refer to the entire table including any subtables.
With the exception of attributes applying to entire table, individual subtables can each be assigned different weights,
universes, etc.
See Also: Create Tabulations with Multiple Variables, Tally Attributes for a Table
If the "unit of tally" is either non-repeating record then only tally is made per case. If the "unit of tally" is the occurring
item AGES, then a tally is made for each occurrence of age.
See Also: Tabulations Using Relations
Complete – piped water inside the unit, and a private toilet inside the unit and bathing facilities inside the unit.
Some but not all –one or more of the three conditions above, but not all three.
None – none of the above conditions.
The variable "complete plumbing" does not exist in the main dictionary. It can be however, be determined based on the
values of the following three variables that are in the dictionary:
Rather than adding new variables to your existing dictionary, you can add new variables to the working storage
dictionary. The working storage dictionary is a second dictionary that is created automatically when you create a
tabulation application. This dictionary is similar to other dictionaries, however there is no data file associated with it. The
variables in the working storage dictionary must be set by program logic.
In this example, we will add the new "complete plumbing variable" to the working storage dictionary. The working storage
dictionary appears just below the main dictionary in the dictionary tree. Adding a new variable to the working storage
Then fill in the label, name and other properties for the new variable.
Now drag the new variable onto the table just as if it were a variable in the main dictionary.
The above logic will be executed once for each housing record to set the value of complete plumbing for that household.
This will result in the following table:
If "Age" value set is dropped for the Person record and the "Work last week?" value set is dropped from the LFS record
then the following table is created.
Since the LFS record is the primary link, the tallies will be done for each occurrence of the LFS record. (This assumes
that every LFS record in the case can be linked to a Person record in the case and that no "universe" has been
specified.)
Note: The "Unit Tallied" must be the relation defined in the data dictionary. CSPro will automatically set the default to the
relation if such a relation exists.
Then drag the modified value set onto the table. For additional clarity you can format the stubs corresponding to the
subtotals to make them standout. In the table below, the font for the subtotal stubs is set to bold.
To create such a table, we need a value set that contains only the two categories divorced and not divorced. Creating the
category for "divorced" is simple, it includes only the value 2. The "not divorced" category, however, needs to contain the
value 1 (Married) plus the values 3, 4 and 5 (Separated, Widowed, Never Married). These values do not make up a single
range. In order to create the category you must create two entries in the value set, one that contains the value 1 and the
second that contains the values 3 through 5. The first entry must contain the label for the category and the label for the
second entry must be a single space character. CSPro recognizes the single space as a continuation of the previous
category rather than a separate category. In this case it will merge the value range in the second entry with that of the
It is important that you use a space rather than no text at all since CSPro will treat an empty label all as a new category
in the value set. You can tell when CSPro has combined the entries by the absence of the notes box in the second
entry.
You can combine any number of entries in the value set into a single category.
See also: Implications of Data Dictionary Value Sets
One way to work around this is to modify the value set for Sex to remove the Male category. Note that removing the Male
category will also affect the Total (since males will no longer be counted). To fix this, add your own category to the Sex
value set called Total, which includes the values for Male and Female. Finally hide the system generated total in the
table (see Hide or Change the Position of the Total). The result is the following table:
A second approach is to use multiple subtables rather subgrouping. In our example you would drop the Literacy variable
twice onto the rows to make two separate subtables. This would create the following table:
Then edit the universe for the second subtable to only include males (see Restrict a Universe). In this case set the
universe to SEX=1. Next edit the universe for the third subtable to include only females (SEX=2). Note that you do not
need to edit the universe for the first subtable since you want to include both males and females (the entire population)
which is the default universe. Next, edit the captions of the subtables to be "Total", "Male" and "Female" (see Customize
Table Text). Finally right-click on the Literacy stub in the first (Total) subtable and set the font to bold. This results in the
following table:
Create a new value set that regroups the original values for marital status into these new categories.
Complete – piped water inside the unit (source of water = 1), and a private toilet inside the unit (type of toilet = 1)
and bathing facilities inside the unit (type of bathing = 1).
Some but not all – any one of the three variables (piped water, flush toilet, bathing facilities) inside the unit but
not all three.
None – all other cases.
Drag this new value set onto the table 4 times, once for each of three possible values of complete plumbing and once for
the total.
Since we only need one row for each subtable, hide the system generated total in each of the four subtables (see Hide or
Change the Position of the Total). Also hide the captions for each of the subtables (see Formats for a Part of a Table).
Now set the universes for the subtables to correspond to the appropriate values of the complete plumbing recode. The
first subtable will be the total so it should use the default universe, which includes all cases. The second subtable
represents "complete plumbing" and must include only those cases where piped water, flush toilet AND bathing facilities
all equal 1. The third subtable represents "some but not all" and must include the cases where one or two of the
variables are equal to 1 but not all of them. The fourth subtable represents "none" and must include all cases where none
of the variables are equal to 1. For more information on setting the universe on a subtable see Restrict a Universe. This
produces the following table:
Note that often it is preferable to create recoded variables in a batch edit program rather than during tabulation. This
recode could have been accomplished by adding a new variable to the dictionary for complete plumbing and writing a
batch edit program to set the value of this variable for each case. Then the new complete plumbing variable could be
dropped on the table directly rather than creating multiple subtables with universes. This makes the creation of the table
much simpler although it involves creating a batch edit application and writing a small amount of logic. Using batch edit
is best when the recoded variable will be used in multiple tables.
Another alternative would be to create the recoded variable in the working storage dictionary and use tablogic to set its
Universe
Tabulate only households where at least one child was born last year with the following universe (assuming that
CHILDREN_BORN_LAST_YEAR is a variable on the person record):
count(CHILDREN_BORN_LAST_YEAR) > 0
Count only households with "married couple families," i.e. a household with both a head of household and a spouse
present, with the following universe:
Restrict a table to only households with total household income of greater than $20,000 by using the following universe:
This assumes that PERSONAL_INCOME is a variable on the person record. The sum of the incomes of each person in
the household is the total income for the entire household.
Restrict a table to only households where the head of household is female with the following universe:
SEX(1) = 2
This assumes that the head of the household is always the first person record (occurrence 1). This will only be true if
your data entry program and/or edit program ensure this. If this is not true, then you would need a more complicated
expression such as:
This will be true only if there is a person in the household who is the head of household and is female. This assumes that
there is only one head of household in the household, which should be the case for properly edited data.
Value Tallied
Often fertility information is captured separately for male and female children and you wish to tabulate it for both sexes.
For example, you have variables for MALE_CHILDREN_BORN and FEMALE_CHILDREN_BORN but no variable for total children
born and you want to count the total number of children born. You can use the sum of the two variables in the value
tallied:
MALE_CHILDREN_BORN + FEMALE_CHILDREN_BORN
Note that if one or more of the variables is a special value, the counts will not be correct. This is because the sum of a
special value and a number is a special value.
See also: Restrict a Universe, Tabulate Values Instead of Frequencies, Tally Attributes for a Table
The structure of the SQLite database is based on the dictionary. Each record in the dictionary corresponds to a table in
the database. The database tables have the same name as the record in the dictionary. Each item in the record
corresponds to a column in the table with the same name as the dictionary item. Because the CSPro DB data source is
a SQLite database, it is possible to query the data using SQL statements.
The CSPro DB data source is used when a file has the extension .csdb. An encrypted version of this data source,
Encrypted CSPro DB, is used if a file has the extension .csdbe.
Functionality
The CSPro DB data source supports the following features:
Feature Supported
Reading cases ✔
Writing cases ✔
Notes, case labels, and case statuses ✔
Storage of more than one kind of record ✔
Binary data items ✔
Deleting cases ✔
Undeleting cases ✔
Syncing data ✔
Cases with duplicate keys ✔
Case identification via UUID ✔
Contains an embedded dictionary ✔
Allows record sorts ✘
Binary Data
The CSPro DB data source stores binary data as blobs in a binary-data table. When reading case data, binary data is
loaded asynchronously, read from the SQLite database only when needed by the application.
Customizable Behavior
The following behavior can be customized by specifying properties in the connection string. The default behavior is
marked with ⁺⁺⁺.
"cache" Determines if cases are cached in memory. This may be useful to advanced users who
For example, the following connection string, specified in a data entry PFF, would attach to an external dictionary a
CSPro DB file with caching enabled:
CENSUS_2024_DICT=.\Census.csdb|cache=true
See also: Data Sources, CSPro DB File Format, Encrypted CSPro DB Data Source
The Encrypted CSPro DB data source is used when a file has the extension .csdbe. A version of this data source
without encryption, CSPro DB, is used if a file has the extension .csdb.
Functionality
The Encrypted CSPro DB data source supports the following features:
Feature Supported
Reading cases ✔
Writing cases ✔
Notes, case labels, and case statuses ✔
Storage of more than one kind of record ✔
Binary data items ✔
Deleting cases ✔
Undeleting cases ✔
Syncing data ✔
Cases with duplicate keys ✔
Case identification via UUID ✔
Contains an embedded dictionary ✔
Allows record sorts ✘
Encryption Password
Upon opening an Encrypted CSPro DB data source, CSPro requires the specification of a password. There are two ways
to specify a password:
Password entry: A dialog box will appear allowing the user to enter the password. The password must be at least four
characters. If the data file does not exist and is being created for the first time, the user must enter the password twice
to ensure that the password is entered correctly. You can reduce the number of times that a user must enter the
password by allowing the password to be cached for a specified duration on the machine. When opening an existing file,
if the password is not correct, the user will be prompted to enter the password again.
Connection string: The password can be specified in a connection string used in a PFF file or by setfile. If the
password is specified in the connection string, then the user will not be prompted to enter a password. If the data file
does not exist and is being created for the first time, the specified password will be used to encrypt the file. When
opening an existing file, if the password is not correct, the opening of the file will fail. For example, the following
To encrypt the entire drive where the CSPro application and data files reside, using encryption such as Windows
BitLocker or Android's full-disk encryption.
Not to store passwords in plaintext anywhere (such as in a CSPro logic file or in a PFF file, as is done in the
above image).
To synchronize your data using a secure protocol (such as CSWeb over https). If you encrypt your data file on a
tablet but then transfer the data over http using syncdata, that defeats much of the purpose of encrypting.
Customizable Behavior
The following behavior can be customized by specifying properties in the connection string. The default behavior is
marked with ⁺⁺⁺.
"cache" Determines if cases are cached in memory. This may be useful to advanced users who
want to optimize programs that do a lot of case lookups.
true Cases are cached, meaning that a case is only read from the data source once.
false ⁺⁺⁺ Cases are not cached.
For example, the following connection string, specified in a data entry PFF, would attach to an external dictionary an
Encrypted CSPro DB file with caching enabled and a password specified:
CENSUS_2024_DICT=.\Census.csdbe|cache=true&password=jiw~d_fpF9
See also: Data Sources, CSPro DB File Format, CSPro DB Data Source
For a description of how cases are represented in text format, see Data File Type Structure.
The Text data source is used when a file has the extension .dat, or when it has an extension not associated with
another data source. In other words, most extensions will map to a Text data source.
Functionality
The Text data source supports the following features:
Feature Supported
Reading cases ✔
Writing cases ✔
Notes, case labels, and case statuses ✔
Storage of more than one kind of record ✔
Binary data items ✘
Deleting cases ✔
Undeleting cases ✘
Syncing data ✘
Cases with duplicate keys ✘
Case identification via UUID ✘
Contains an embedded dictionary ✘
Allows record sorts ✔
Associated Files
The Text data file only contains information about the data as defined by a dictionary. Associated case data is written to
the following files:
Notes: Notes entered by the operator are written to a text file with the extension .csnot.
Statuses: Information such as whether a case has been partially saved or verified is written to a text file with the
extension .sts. The file also contains information about case labels.
Index: The index stores information about where cases are located in the data file, allowing CSPro to quickly
lookup cases. Because the index is a SQLite database, it is possible to query the index using SQL statements.
Line 1Line 2
Customizable Behavior
The following behavior can be customized by specifying properties in the connection string. The default behavior is
marked with ⁺⁺⁺.
"cache" Determines if cases are cached in memory. This may be useful to advanced users who
want to optimize programs that do a lot of case lookups.
true Cases are cached, meaning that a case is only read from the data source once.
false ⁺⁺⁺ Cases are not cached.
For example, the following connection string, specified in a data entry PFF, would attach to an external dictionary a Text
file with caching enabled:
CENSUS_2024_DICT=.\Census.dat|cache=true
The JSON data source reads and writes UTF-8 text, and treats all files as UTF-8, even those without a BOM (byte order
mark).
The JSON data source is used when a file has the extension .json.
Functionality
The JSON data source supports the following features:
Feature Supported
Reading cases ✔
Writing cases ✔
Notes, case labels, and case statuses ✔
Storage of more than one kind of record ✔
Binary data items ✔
Deleting cases ✔
Undeleting cases ✔
Syncing data ✘
Cases with duplicate keys ✔
Case identification via UUID ✔
Contains an embedded dictionary ✘
Allows record sorts ✘
Associated Files
The JSON data source stores all case-related information in the file, but also has one associated file:
Index: The index stores information about where cases are located in the data file, allowing CSPro to quickly
lookup cases. Because the index is a SQLite database, it is possible to query the index using SQL statements.
Saved to the disk: By default, binary data files are saved in a subdirectory, located in the same directory as the
JSON file, with the suffix " (files)". Files are named using the MD5 of the binary data, followed by the file
extension, if known. For example, binary data carn03.jpg, collected as part of memory.json, might be saved as:
memory.json (files)/244358f4725ac956bb74b3a17a588eb9.jpg. When reading case data, binary data on the disk
is loaded asynchronously, read from the disk only when needed by the application.
Embedded: Alternatively, the binary data can be embedded in the JSON file, encoded as a data URL. This option
will result in larger data files, but results in a single file containing all case data.
Customizable Behavior
The following behavior can be customized by specifying properties in the connection string. The default behavior is
marked with ⁺⁺⁺.
"binaryDataDirectory" By default, binary data saved to the disk is stored in a subdirectory with the suffix "
(files)". This property allows you to specify a different directory where you want to
read and write binary data. The property is evaluated relative to the path of the data
file.
"cache" Determines if cases are cached in memory. This may be useful to advanced users who
want to optimize programs that do a lot of case lookups.
true Cases are cached, meaning that a case is only read from the data source once.
false ⁺⁺⁺ Cases are not cached.
"verbose" Determines if cases are written in verbose mode, outputting all case details rather
than only those with defined, non-default, values.
true Cases are written in verbose mode.
false ⁺⁺⁺ Cases are not written in verbose mode.
"writeBlankValues" Determines if items without a value (notappl numbers, blank strings, etc.), are
written.
true Blank values are written as objects without content.
false ⁺⁺⁺ Blank values are not written.
"writeLabels" Determines if the value set label associated with the item is written along with the
code.
true Both codes and labels are written.
false ⁺⁺⁺ Only codes are written.
For example, the following connection string, specified in a data entry PFF, would attach to an external dictionary a
CENSUS_2024_DICT=.\Census.json|writeLabels=true&binaryDataDirectory=Images
The initial behavior of the None data source is as if a file were opened with no cases. However, even after writing a case,
the data source reports that it is empty. That is, loading specific cases will always fail, and writing cases will always
succeed, even though the contents of the case are ignored. A None data source shares similarities with Working
Storage dictionaries.
A similar data source, In-Memory, is also not associated with a data file, but cases written persist in memory until the
data source is closed.
Typically CSPro uses a file extension to determine what kind of data source to open, but because there is no file
associated with a None data source, you must use the connection string to specify that you want to use a None data
source. For example, the following connection string, specified in a data entry PFF, would result in the main dictionary
being attached to a None data source:
InputData=|type=None
Functionality
The None data source supports the following features:
Feature Supported
Reading cases ✔
Writing cases ✔
Notes, case labels, and case statuses ✔
Storage of more than one kind of record ✔
Binary data items ✔
Deleting cases ✔
Undeleting cases ✘
Syncing data ✘
Cases with duplicate keys ✔
Case identification via UUID ✔
Contains an embedded dictionary ✘
Allows record sorts ✔
The initial behavior of the In-Memory data source is as if a file were opened with no cases. After writing a case, the data
source will report that it has a case and loading that specific case will succeed. When used as the data source attached
to the main dictionary of a data entry application, cases added will show in the case listing, but these cases will not
exist once the program closes.
A similar data source, None, is also not associated with a data file, but cases do not persist in memory.
Typically CSPro uses a file extension to determine what kind of data source to open, but because there is no file
associated with an In-Memory data source, you must use the connection string to specify that you want to use an In-
Memory data source. For example, the following connection string, specified in a data entry PFF, would result in the
main dictionary being attached to an In-Memory data source:
InputData=|type=Memory
Functionality
The In-Memory data source supports the following features:
Feature Supported
Reading cases ✔
Writing cases ✔
Notes, case labels, and case statuses ✔
Storage of more than one kind of record ✔
Binary data items ✔
Deleting cases ✔
Undeleting cases ✔
Syncing data ✘
Cases with duplicate keys ✔
Case identification via UUID ✔
Contains an embedded dictionary ✘
Allows record sorts ✘
Because CSV files can be read by Microsoft Excel and many other programs, using this data source allows you to share
data with a large number of users in an open, text-based, format.
This data source is similar to the other delimited text data sources, Semicolon Delimited and Tab Delimited. Many
applications that read delimited text can also read Excel files, and using the Excel data source may an option in many
scenarios.
The Comma Delimited data source is used when a file has the extension .csv.
Feature Supported
Reading cases ✘
Writing cases ✔
Notes, case labels, and case statuses ✘
Storage of more than one kind of record ✘
Binary data items ✘
Deleting cases ✘
Undeleting cases ✘
Syncing data ✘
Cases with duplicate keys ✘
Case identification via UUID ✘
Contains an embedded dictionary ✘
Allows record sorts ✘
For example, a value like "She said, \"Hello\"" would be written as:
Customizable Behavior
The following behavior can be customized by specifying properties in the connection string. The default behavior is
marked with ⁺⁺⁺.
"decimalMark" Determines how the decimal mark is written for numeric items with decimals.
"comma" Values are written with a comma (1,23).
"period" ⁺⁺⁺ Values are written with a period (1.23).
"header" Determines if a header row is written and the value of the column heading.
"default" ⁺⁺⁺
"mappedSpecialValues" Determines how the special values missing and refused are written.
"codes" ⁺⁺⁺ The value of the mapped code is written. For example, if missing is mapped to
-99, then -99 is written.
"suppress" No value is written.
"record" If the name of a record is provided, only items from that record are written.
For example, the following connection string, specified in a batch PFF, would result in a CSV file containing the codes
and labels of the HOUSING_REC record:
OutputData=housing.csv|writeLabels=true&record=HOUSING_REC
This data source is similar to the other delimited text data sources, Comma Delimited (CSV) and Tab Delimited. Many
applications that read delimited text can also read Excel files, and using the Excel data source may an option in many
scenarios.
The Semicolon Delimited data source is used when a file has the extension .skv.
Functionality
The Semicolon Delimited data source supports the following features:
Feature Supported
Reading cases ✘
Writing cases ✔
Notes, case labels, and case statuses ✘
Storage of more than one kind of record ✘
Binary data items ✘
For example, a value like "She said; \"Hello\"" would be written as:
Customizable Behavior
The following behavior can be customized by specifying properties in the connection string. The default behavior is
marked with ⁺⁺⁺.
"decimalMark" Determines how the decimal mark is written for numeric items with decimals.
"comma" Values are written with a comma (1,23).
"period" ⁺⁺⁺ Values are written with a period (1.23).
"header" Determines if a header row is written and the value of the column heading.
"default" ⁺⁺⁺ The item's label is written unless writing both codes and labels, in which case the
item's name is written for code columns and the label is written for label columns.
"suppress" No header row is written.
"names" The item's name is written.
"labels" The item's label is written.
"mappedSpecialValues" Determines how the special values missing and refused are written.
"codes" ⁺⁺⁺ The value of the mapped code is written. For example, if missing is mapped to
-99, then -99 is written.
"suppress" No value is written.
For example, the following connection string, specified in a batch PFF, would result in a semicolon-separated values file
containing the codes and labels of the HOUSING_REC record:
OutputData=housing.skv|writeLabels=true&record=HOUSING_REC
This data source is similar to the other delimited text data sources, Comma Delimited (CSV) and Semicolon Delimited.
Many applications that read delimited text can also read Excel files, and using the Excel data source may an option in
many scenarios.
The Tab Delimited data source is used when a file has the extension .tsv.
Functionality
The Tab Delimited data source supports the following features:
Feature Supported
Reading cases ✘
Writing cases ✔
Notes, case labels, and case statuses ✘
Storage of more than one kind of record ✘
Binary data items ✘
Deleting cases ✘
Undeleting cases ✘
Syncing data ✘
Cases with duplicate keys ✘
Case identification via UUID ✘
Contains an embedded dictionary ✘
Allows record sorts ✘
For example, a value like "She said\t \"Hello\"" would be written as:
Customizable Behavior
The following behavior can be customized by specifying properties in the connection string. The default behavior is
marked with ⁺⁺⁺.
"decimalMark" Determines how the decimal mark is written for numeric items with decimals.
"comma" Values are written with a comma (1,23).
"period" ⁺⁺⁺ Values are written with a period (1.23).
"header" Determines if a header row is written and the value of the column heading.
"default" ⁺⁺⁺ The item's label is written unless writing both codes and labels, in which case the
item's name is written for code columns and the label is written for label columns.
"suppress" No header row is written.
"names" The item's name is written.
"labels" The item's label is written.
"mappedSpecialValues" Determines how the special values missing and refused are written.
"codes" ⁺⁺⁺ The value of the mapped code is written. For example, if missing is mapped to
-99, then -99 is written.
"suppress" No value is written.
"record" If the name of a record is provided, only items from that record are written.
For example, the following connection string, specified in a batch PFF, would result in a tab-separated values file
containing the codes and labels of the HOUSING_REC record:
Because Excel files can be read by both Microsoft Office and other programs, using this data source allows you to share
data with a large number of users in a format that they are likely familiar with.
The Excel data source is used when a file has the extension .xlsx.
Functionality
The Excel data source supports the following features:
Feature Supported
Reading cases ✘
Writing cases ✔
Notes, case labels, and case statuses ✘
Storage of more than one kind of record ✔
Binary data items ✘
Deleting cases ✘
Undeleting cases ✘
Syncing data ✘
Cases with duplicate keys ✘
Case identification via UUID ✘
Contains an embedded dictionary ✘
Allows record sorts ✘
Customizable Behavior
The following behavior can be customized by specifying properties in the connection string. The default behavior is
marked with ⁺⁺⁺.
"header" Determines if a header row is written and the value of the column heading.
"default" ⁺⁺⁺ The item's label is written unless writing both codes and labels, in which case the
item's name is written for code columns and the label is written for label columns.
"suppress" No header row is written.
"names" The item's name is written.
"labels" The item's label is written.
"mappedSpecialValues" Determines how the special values missing and refused are written.
"codes" ⁺⁺⁺ The value of the mapped code is written. For example, if missing is mapped to
-99, then -99 is written.
"suppress" No value is written.
For example, the following connection string, specified in a batch PFF, would result in an Excel file containing the codes
and labels of the HOUSING_REC record:
OutputData=housing.xlsx|writeLabels=true&record=HOUSING_REC
R Data Source
Overview
The R data source allows writing, but not reading, data to a R file, written natively in the R Data Format (.RData). By
default, each record is written as a data frame containing the values of each variable as vectors. The data frame is named
after the record. You can also categorize the variables using CSPro's value set labels by outputting factors in addition, or
instead of, the variable codes.
This data source is similar to the other data sources that write to formats used by statistical software: SAS, SPSS, and
Stata.
The R data source is used when a file has the extension .Rdata or .rda.
Functionality
The R data source supports the following features:
Feature Supported
Reading cases ✘
Writing cases ✔
Notes, case labels, and case statuses ✘
Storage of more than one kind of record ✔
Binary data items ✘
Deleting cases ✘
Undeleting cases ✘
Syncing data ✘
Cases with duplicate keys ✘
Case identification via UUID ✘
Contains an embedded dictionary ✘
Allows record sorts ✘
Customizable Behavior
"factorRanges" Determines if factors are created for numeric items that contain ranges (i.e., contain
non-discrete values). This property only applies when writing factors.
true A factor is written for items with ranges.
false ⁺⁺⁺ A factor is not written for items with ranges.
"mappedSpecialValues" Determines how the special values missing and refused are written.
"codes" ⁺⁺⁺ The value of the mapped code is written. For example, if missing is mapped to
-99, then -99 is written.
"suppress" No value is written.
"record" If the name of a record is provided, only items from that record are written.
"writeFactors" Determines if the item's label is written as a factor. If writing both codes and factors,
the factor will be named as the code vector, followed by .f.
true A factor of labels is written.
false ⁺⁺⁺ A factor of labels is not written.
For example, the following connection string, specified in a batch PFF, would result in a R file containing the values of
the HOUSING_REC record written as codes and factors:
OutputData=housing.RData|writeFactors=true&record=HOUSING_REC
This data source is similar to the other data sources that write to formats used by statistical software: R, SPSS, and
Stata.
The SAS data source is used when a file has the extension .xpt.
Functionality
The SAS data source supports the following features:
Feature Supported
Reading cases ✘
Writing cases ✔
Customizable Behavior
The following behavior can be customized by specifying properties in the connection string. The default behavior is
marked with ⁺⁺⁺.
"encoding" Determines the text encoding of the SAS program (.sas) syntax file.
"ANSI" The contents are encoded as part of the Windows code page. On Android this
value is ignored and "UTF-8-BOM" is used instead.
"UTF-8" The contents are encoded as UTF-8 and written without a byte order mark
(BOM).
"UTF-8-BOM" ⁺⁺⁺ The contents are encoded as UTF-8 and written with a three-byte BOM.
"mappedSpecialValues" Determines how the special values missing and refused are written.
"codes" ⁺⁺⁺ The value of the mapped code is written. For example, if missing is mapped to
-99, then -99 is written.
"native" The value is mapped to SAS's special missing values: missing is mapped to .A
and refused is mapped to .B.
"suppress" No value is written.
"record" If the name of a record is provided, only items from that record are written.
"syntaxPath" By default, the SAS program (.sas) syntax file is written in the same directory as the
SAS transport file (.xpt), with the same name as the transport file, followed by .sas.
This property allows you to give a custom name for the program file. The property is
evaluated relative to the path of the data file.
For example, the following connection string, specified in a batch PFF, would result in a SAS file containing the values of
the HOUSING_REC record written using SAS's special missing values, with an overridden name for the SAS program file
(rather than the default housing.xpt.sas).
OutputData=housing.xpt|mappedSpecialValues=native&syntaxPath=housing-sas-
export.sas&record=HOUSING_REC
This data source is similar to the other data sources that write to formats used by statistical software: R, SAS, and
Stata.
The SPSS data source is used when a file has the extension .sav.
Functionality
The SPSS data source supports the following features:
Feature Supported
Reading cases ✘
Writing cases ✔
Notes, case labels, and case statuses ✘
Storage of more than one kind of record ✘
Binary data items ✘
Deleting cases ✘
Undeleting cases ✘
Syncing data ✘
Cases with duplicate keys ✘
Case identification via UUID ✘
Contains an embedded dictionary ✘
Allows record sorts ✘
Customizable Behavior
The following behavior can be customized by specifying properties in the connection string. The default behavior is
marked with ⁺⁺⁺.
"mappedSpecialValues" Determines how the special values missing and refused are written.
"codes" ⁺⁺⁺ The value of the mapped code is written. For example, if missing is mapped to
-99, then -99 is written.
"suppress" No value is written.
"record" If the name of a record is provided, only items from that record are written.
For example, the following connection string, specified in a batch PFF, would result in a SPSS file containing the values
of the HOUSING_REC record:
OutputData=housing.sav|record=HOUSING_REC
This data source is similar to the other data sources that write to formats used by statistical software: R, SAS, and
SPSS.
The Stata data source is used when a file has the extension .dta.
Functionality
The Stata data source supports the following features:
Feature Supported
Reading cases ✘
Writing cases ✔
Notes, case labels, and case statuses ✘
Storage of more than one kind of record ✘
Binary data items ✘
Deleting cases ✘
Undeleting cases ✘
Syncing data ✘
Cases with duplicate keys ✘
Case identification via UUID ✘
Contains an embedded dictionary ✘
Allows record sorts ✘
Customizable Behavior
The following behavior can be customized by specifying properties in the connection string. The default behavior is
marked with ⁺⁺⁺.
"mappedSpecialValues" Determines how the special values missing and refused are written.
"codes" ⁺⁺⁺ The value of the mapped code is written. For example, if missing is mapped to
-99, then -99 is written.
"suppress" No value is written.
"record" If the name of a record is provided, only items from that record are written.
For example, the following connection string, specified in a batch PFF, would result in a Stata file containing the values
of the HOUSING_REC record:
OutputData=housing.dta|record=HOUSING_REC
Typically CSPro uses a file extension to determine what kind of data source to open, but because there is no file
associated with a CSPro Export data source, you must use the connection string to specify that you want to use a
CSPro Export data source. For example, the following connection string, specified in a batch PFF, would result in cases
being written using the JSON data source, wrapped by the CSPro Export data source:
OutputData=.\census-2024.json|type=CSProExport
Because multiple OutputData entries can be provided for batch applications, it is possible to use the CSPro Export data
source more than once during a batch run. For example:
OutputData=.\census-2024-person.json|type=CSProExport&record=PERSON_REC
OutputData=.\census-2024-housing.json|type=CSProExport&record=HOUSING_REC
This would result in two output JSON files, one containing only the data from PERSON_REC, with a corresponding
dictionary census-2024-person.json.dcf, and another file with the data from HOUSING_REC, with a corresponding
dictionary census-2024-housing.json.dcf.
Functionality
The CSPro Export data source inherits the functionality of the data source it wraps. For example, if the wrapped data
source supports binary data, then binary data will be written by CSPro Export. However, because the CSPro Export data
source can only be used for writing, any reading functionality supported by the wrapped data source cannot be used.
Customizable Behavior
The following behavior can be customized by specifying properties in the connection string. In addition to these
properties, any properties supported by the wrapped data source are also handled.
"dictionaryPath" By default, the dictionary file is written in the same directory as the data file, with
the same name as the data file, followed by .dcf. This property allows you to give a
custom name for the dictionary. The property is evaluated relative to the path of the
data file.
"record" If the name of a record is provided, only items from that record are written.
For example, the following connection string, specified in a batch PFF, would result in cases from the SCHOOL_REC
record being written using the CSPro DB data source with an overridden name for the dictionary (rather than the default
school.csdb.dcf).
OutputData=.\school.csdb|type=CSProExport&record=SCHOOL_REC&dictionaryPath=school-export.dcf
When compiling an application, CSPro keeps track of items that are referenced in logic. These are the items that are
Data entry applications: All items for the main dictionary are read.
Batch applications: All items for the main dictionary are read when outputting data (as specified in the PFF or
using setoutput).
External dictionaries: All items are read if they may be written (e.g., using writecase).
Other logic functions: All items are read when logic functions are used that depend on having all items (e.g.,
Case.view).
Optimization Override
The default behavior is suitable for most applications, but sometimes you may want to turn off case read optimization.
For example, if using an action such as Data.getCase, the CSPro compiler does not know which dictionary will be
bound to that action at runtime, so the optimization may lead to items not being read that you will eventually want at
runtime.
There are two ways to override this behavior, which is set on a per-dictionary basis. You can use the dictionary property
panel to disable Read Optimization. This setting is applicable for every application that uses the dictionary.
Alternatively, to control this on a per-application basis, you can use the preprocessor to disable the setting:
Function/Statement Description
abs Returns the absolute value of a numeric expression.
accept Returns the number of a choice from a list made by the data
entry operator.
adjlba Adjusts the lower bound of the CMC of an event based on an
age.
adjlbi Adjusts the lower bound of the CMC of an event offset by a
number of months.
adjuba Adjusts the upper bound of the CMC of an event based on an
age.
adjubi Adjusts the upper bound of the CMC of an event offset by a
number of months.
advance Moves forward field by field to a specified field during data
entry.
alias Creates an aliased name for a dictionary item, typically to
shorten or standardize names.
Data.getCase (CS) Returns a specific case, or the current case, associated with a
dictionary.
dateadd Calculates a new date from a starting date and a period of
elapsed time.
datediff Calculates the difference between two dates.
datevalid Determines whether a date in the format YYYYMMDD is
valid.
key Returns the key (ID string) of the case's IDs as they existed
when the case was last loaded or written.
keylist Returns a list containing the keys (ID strings) of cases in a file.
killfocus Declares that the following statements are executed after
the object stops being active.
next Ends a do, while, or for loop early and continues execution
with the next iteration of the loop.
nmembers Returns the number of cases selected during a selcase
operation.
noccurs Returns the number of occurrences for a repeating form or
roster.
noinput Prevents input for the current field during data entry.
numeric Declares numeric variables used in the application.
warning Displays a "soft check" message only when the operator is not
advancing in the case.
when Executes a statement based on the value of one or more
other variables.
while Executes one or more statements repeatedly while a logical
condition remains true.
write Write to a text file.
writecase Writes a case from memory to an external file.
In addition to the list of reserved words below, there are a few reserved words used internally by CSPro. When you are
writing logic, reserved words are shown in blue, so if you attempt to create a variable using one of these reserved words,
you will know this name is not available when it turns blue.
In the table below, reserved words have been linked to the function of the same name, if one exists. If no link exists for a
word, it is either because there was more than one association for the word or the word is for internal usage only.
Deprecated Features
As part of a process to simplify and make the CSPro programming language more efficient, some features are going to
be deprecated. In future versions, these features may no longer be supported and in fact may be removed from CSPro
altogether. When compiling code, you will see deprecation warnings if you are using these features. To turn off these
warnings, use the Deprecation Warnings choices on the Options menu.
* These features do not have workarounds. If you think that you need this functionality, email [email protected]
and describe why this feature should not be deprecated.
Description
The numeric statement declares temporary numeric variables used in applications. They will not be saved to a data file
defined by a dictionary. A numeric variable is an integer or decimal number significant to 15 digits. Upon declaration a
numeric variable's initial value will be 0.
Local variables, with a limited scope, can also be declared in functions and PROCs. The variable will only exist and be
accessible from within the function or PROC where it is declared. (In the case of a PROC, it is available in all events
within that PROC after its declaration. For example, a numeric declared in the preproc will still be accessible in the
postproc.)
While a locally-declared variable cannot have the same name as a globally-declared variable, the same local variable
name can be reused in other PROCS associated with individual variables.
Variable Modifiers
The following variable modifiers apply to numeric variables:
Example
PROC GLOBAL
numeric NumOfKids, NumOfMoms;
PROC CHILDREN
numeric x;
NumOfKids = NumOfKids + 1;
x = NumOfKids + NumOfAdults;
PROC BIOLOGICAL_MOTHER
numeric x; // redeclaring a variable named "x", which is okay
NumOfMoms = NumOfMoms + 1;
x = NumOfMoms + NumOfDads;
String Statement
Format
Pa ge 462 of 958 Decla ra on Sta tements
string variable1 , variable2, ..., variableN ;
Description
The string statement is used to define alphanumeric variables temporarily used in the application. It is similar to the
alpha statement but, unlike variables created with that statement, variables created as strings have no fixed length.
Strings can be used anywhere an alpha variable can be used. Strings start out with a length of 0 and then automatically
resize to match whatever is assigned to it. This feature make strings the preferred text variable to use, unless the length
of the string is needed for formatting and calculation purposes.
Variable Modifiers
The following variable modifiers apply to string variables:
Example
alpha (10) myAlpha;
string myString;
// myString starts out empty, with length 0
myString = "This is a test." // myString's length is now 15
myAlpha = "Hello";
myString = myAlpha; // myString's length is now 10: "Hello "
myString = "Hello"; // myString's length is now 5: "Hello"
Alpha Statement
Feature Upgrade: Since CSPro 6.0, you can now use variable-length strings. You are encouraged to use the string
declaration instead of fixed-width alpha variables whenever possible.
Format
alpha (length) var1 , var2, ..., varN ;
Description
The alpha statement is used to define alphanumeric variables within an application. The length is the number of
characters in the variable. The length applies to all variables declared in the same alpha statement. If no length is given,
16 is assigned. The maximum string length that can be declared is 8,192.
If you attempt to assign a string that is longer than the variable's size, the string will be truncated from the right.
Conversely, it you assign a string that is shorter than the variable's size, the trailing character positions will be blank-
filled.
Variable Modifiers
The following variable modifiers apply to alphanumeric variables:
persistent: to persist the variable's value from one run of an application to another.
Example 2
PROC GLOBAL
alpha (3) reply;
alpha flag;
PROC Q5
if Q5 = 1 then
reply = "Yes";
flag = "Y"; // flag will equal "Y "
// 1234567890123456
else
reply = "Not Reported"; // reply will equal "Not"
// 123
endif;
Description
The config variable modifier is used when declaring a variable to indicate that the variable's initial value should come
from a value specified in the configuration settings. If there is no value defined in the configuration settings and no initial
value is provided in logic, the compiler will issue a warning message. When looking for the initial value, the case of the
variable name must match the case of the attribute defined in the configuration settings.
numeric
string
If no value exists in the configuration settings, numeric values will default to the value notappl and strings will default to
"".
Example 1
// if no attribute named "serverUrl" exists in the configuration settings,
// the compiler will issue a warning and the variable's value will start as ""
config string serverUrl;
syncconnect(CSWeb, serverUrl);
Example 2
Pa ge 464 of 958 Decla ra on Sta tements
// if an attribute named "censusYear" exists in the configuration settings, its value will
initialize censusYear;
// if no attribute exists, censusYear will start as 2024
config numeric censusYear = 2024;
See also: User and Configuration Settings, ensure Variable Modifier, persistent Variable Modifier
Description
The ensure variable modifier allows for the conditional creation of numeric variables in the PROC GLOBAL section of logic.
One or more variable names are specified, and if the name of the variable exists (because of being declared previously in
logic, or defined in a dictionary), then it will not be created. If it does not exist, a temporary variable is created just as if it
were a declared numeric variable. The initial value of the variable is 0.
This statement is useful when working with applications that reuse blocks of logic with different dictionaries. If a certain
routine depends on a dictionary variable, you can use this statement to ensure that the logic compiles without issue. It is
important to make sure that your logic works regardless of whether the variable is defined in a dictionary or from the
ensure statement.
In versions of CSPro prior to 7.2, you could simulate the behavior of ensure by using set implicit mode.
Example
PROC GLOBAL
ensure numeric SUPERVISOR_CODE;
PROC DATA_TRANSMISSION
// assuming that 0 is never a valid value for SUPERVISOR_CODE, then
// you could have two synchronization routines in your code, one for
// surveys where there are supervisors (and SUPERVISOR_CODE is defined
// in a dictionary), and another for surveys where interviewers directly
// send data to headquarters
if SUPERVISOR_CODE = 0 then
SyncWithHeadquarters();
else
SyncWithSupervisor();
endif;
See also: Numeric Statement, config Variable Modifier, persistent Variable Modifier
Description
Pa ge 465 of 958 Decla ra on Sta tements
The persistent variable modifier is used when declaring a variable to indicate that the variable's value should retain its
value from one run of an application to another.
The variable's initial value can be specified in logic. This value will be used to initialize the variable when no value exists
from a previous application run. Otherwise, the variable's initial value will come from its value at the end of the previous
application's run. If no initial value is given and no previous value exists, the variable starts in its initial default state (e.g.,
0 for numeric variables, "" for string variables, etc.). The storage of values is case-sensitive by variable name, so a
variable named x will not be initialized with a value from a variable named X.
The file from which these values are saved and loaded can can be modified by altering the CommonStore attribute of a
PFF file. Because the CommonStore file is not an encrypted file, it is best not to store sensitive information using
persistent variables.
If the CommonStore has a value for a persistent variable but that value is not appropriate for the variable type, a runtime
error message will display and the value will not be applied. This could occur, for example, if a persistent string is
modified to a persistent numeric and the previous value, while valid for a string, may not be valid for a numeric variable.
Persistent variables declared locally (not in PROC GLOBAL) are not reset upon revisiting the procedure, function, or scoped
block, which is the default behavior for non-persistent variables. If using a persistent variable locally, that name cannot be
reused for another persistent variable elsewhere in logic.
numeric
string, alpha
Array, Audio, Document, Geometry, HashMap, Image, List, SystemApp, ValueSet
Example 1
PROC EA
preproc
persistent string lastSelectedEA;
EA = lastSelectedEA;
postproc
lastSelectedEA = EA;
Example 2
do numeric ctr = 1 while ctr <= 5
persistent numeric baseValue = 100;
errmsg("%d", inc(baseValue));
enddo;
// expected output on the first run: 101, 102, 103, 104, 105
// expected output on the second run: 106, 107, 108, 109, 110
Under these conditions, referencing this numeric item in logic will return the special value notappl (not applicable). To
get the value displayed in the field, even if that field is skipped, you want the "visual value" for the field, which can be
accessed using the visualvalue function.
PROC AGE_AT_FIRST_MARRIAGE
preproc
// only ask if the person is married, separated, or divorced
ask if MARITAL_STATUS in 2, 4, 5;
In an enumerator enters an age of 15, indicates that the person is married (2), and then goes back to modify the age to
10, the MARITAL_STATUS field is skipped. However, the value for that field was 2 from the previous entry. When executing
the logic for AGE_AT_FIRST_MARRIAGE, because MARITAL_STATUS was skipped, the value used in logic is notappl
instead of 2 and the ask if control statement works as expected.
ask if visualvalue(MARITAL_STATUS) in 2, 4, 5;
The question would be asked because the visual value, the value shown on the screen during data entry, indicates that
MARITAL_STATUS is 2 because of the prior entry. If CSPro already returned visual values, logic such as this would have to
be rewritten to keep track of the field's entry status. For example:
PROC INTERVIEW_START_DATE
preproc
// do not overwrite the start date if modifying the case
if visualvalue(INTERVIEW_START_DATE) = notappl then
INTERVIEW_START_DATE = sysdate("YYYYMMDD");
endif;
Relation Statement
Format:
relation relation-name primary to secondary-1 method
[to secondary-2 method] ... [to secondary-n method];
where method is
parallel | linked by arith-exp | where condition
Description:
The relation statement allows you define additional relations beyond those defined in the data dictionary.
The relation-name is a unique CSPro name which contains only letters, numbers, or the underscore ('_') character. It
must begin with a letter.
The primary is the name of a multiply occurring record or item. Items defined as secondary are linked to the primary
by the method specified.
The secondary is the name of a multiply occurring record or item which is linked to the primary.
The method type is specified by one of the keywords parallel, linked by, or where.
In the parallel method corresponding occurrences of the primary record or item and secondary record or item are
linked, that is first occurrences are linked, second occurrences are linked and so on.
In the linked by method the value of the arithmetic expression containing values from one record item is a pointer to
the occurrence in the other record or item.
In the where method the value of an item on the primary record is compared to the value of an item on the secondary
record. If the values are equal, the records are linked.
Example 1:
PROC GLOBAL
relation PERSON POP1 to POP2 parallel
Example 2:
PROC GLOBAL
relation MOTHER-CHILD CHILD to MOTHER linked by MOTHER_LINE;
Example 3:
PROC GLOBAL
relation MOTHER-ALL PERSON to MOTHER
where PERSON_LINE = MOTHER_LINE;
For example, the ValueSet.add function allows you to specify the filename of an image to associate with a value:
Multiple named arguments can be supplied in any order. Both of these statements are identical:
For functions that use named arguments, the arguments that can be specified will be documented in the help page for
that function.
Action Invoker
When using the Action Invoker from CSPro logic, named arguments are used to identify each argument. For example:
Function Statement
Format
function return_type function_name( parameter1_type parameter1_name, ...,
parameterN_type parameterN_name )
// statements
function_name = return_value;
end;
Description
The function statement defines a user-defined function with the name function_name. Once defined, the function can
be called in other user-defined functions or in procedures throughout your application.
The names used in the parameter list of a function are local to the function. They may not be the same as names that
are defined in any dictionary or in PROC GLOBAL, but the names can be reused in other functions or procedures.
Numeric, string, and alphanumeric variables are local to the function. That is, if a variable is passed as an argument, its
value in the rest of the application will not be changed by actions within the function (this is called "pass by value"). On
the other hand, objects (such as arrays and file handlers) passed as arguments refer to the source variable and
interactions on the variable affect the source variable (this is called "pass by reference"). If you want to pass a numeric or
string variable by reference, you can use the ref keyword to signify that changes made in the function should affect the
source variable.
Other than arrays, parameters are defined the same way you would in other parts of logic. However, with arrays, you do
not define the size of the array because the array will match the size of the array passed as an argument. By default, an
array is one-dimensional. To specify more than one dimension, use parentheses with the number of dimensions specified
using commas. For example, a three-dimensional array must include (,,) after the parameter name. Within the
function, the function length returns the dimension sizes of the passed array.
Functions always return a value, either a numeric, alphanumeric, or string value. If return_type is not specified, the
function will by default return a numeric value. To assign the function's return value, assign a value to function_name. If
no return value is specified, the value default or a blank string is returned, depending on the return type. The return
value can also be specified using the exit statement.
When using functions in logic, CSPro will check that the function call is valid at during compilation. However, advanced
users may find it useful to program function calls where the function name is only known at runtime. You can use the
invoke function to execute such functions using runtime binding.
Example 1
PROC GLOBAL
function CompareValues(numeric value1, numeric value2)
if value1 <> value2 then
errmsg("The values entered, %d and %d, are not equal.", value1, value2);
reenter;
endif;
end;
PROC BIRTH_DATE
CompareValues(BIRTH_DATE, BIRTH_DATE_FROM_PREVIOUS_ROUND);
Example 2
PROC GLOBAL
function string GetNameOfFirstFemale()
numeric female_index = seek(SEX = 2);
if female_index > 0 then
GetNameOfFirstFemale = NAME(female_index);
endif;
end;
Example 3
Example 4
PROC GLOBAL
function string CapitalizeFirstLetters(string text)
do numeric counter = 1 while counter <= length(text)
if counter = 1 or text[( counter - 1 ):1] = " " then
text[counter:1] = toupper(text[counter:1]);
endif;
enddo;
CapitalizeFirstLetters = text;
end;
See also: User-Defined Functions, Optional Function Parameters, Passing Function Arguments by Reference,
Additional Examples of User-Defined Functions, Exit Statement
Description
User-defined functions can have optional parameters, which you can specify in two ways. The first way is to use the
optional keyword before the parameter type. This works with all variable types (numerics, strings, and objects) except
for arrays, which cannot be used as optional parameters. The second way is by using an = sign when specifying the
parameter. This works for numeric and string parameters only.
When you call the function, you do not need to supply arguments for optional parameters. If not otherwise defined with
the = sign, a number will be set to notappl and a string will be set to a blank string. Any object (such as a HashMap,
List, etc.) will be set to its default state (an empty HashMap, a blank List, etc.). Once you specify that a parameter is
optional, then all parameters after it must also be optional.
Using an = Sign
Using an = sign is for numeric and string parameters only and cannot be used for objects. It is useful for assigning a
numeric constant or string literal as the default value:
When using the = sign, you do not need to use the optional keyword, but you can specify it if you want.
Example 1
PROC GLOBAL
function string GetName(optional numeric person_occurrence)
// if the argument for the occurrence number (person_occurrence) is not passed
// to the function, person_occurrence will be notappl and the function will
// return the name from the current record; otherwise, person_occurrence will
// be defined and the function will return the name for the specified record
if person_occurrence = notappl then
person_occurrence = curocc(POPULATION_RECORD);
endif;
exit strip(PERSON_NAME(person_occurrence));
end;
PROC AGE
errmsg("%s is %d years younger than the head of household (%s)",
GetName(), AGE(1) - AGE, GetName(1));
Example 2
Description
By default, numeric and string variables that are passed as an argument to a function are not changed by actions within
the function. This is called "pass by value." On the other hand, objects (such as arrays and file handlers) passed as
arguments refer to the source variable and interactions on the variable within the function affect the source variable. This
is called "pass by reference."
If you want to pass a numeric or string variable by reference, you can use the ref keyword to signify that changes made
in the function should affect the source variable. You cannot use ref with expressions, only with numeric and string
variables (such as dictionary items, array cells, list cells, etc.).
Example 1
Example 2
function numeric ReadGPS(optional numeric latitude, optional numeric longitude)
numeric successful_reading = false;
if gps(open) then
// attempt to read the GPS for up to two minutes
if gps(read, 120) then
successful_reading = true;
latitude = gps(latitude);
longitude = gps(longitude);
endif;
gps(close);
endif;
exit successful_reading;
end;
// ...
// because HH_LATITUDE and HH_LONGITUDE are passed by reference (ref),
// they will contain the values as updated in the function
if not ReadGps(ref HH_LATITUDE, ref HH_LONGITUDE) then
errmsg("GPS reading error");
endif;
Recursive Functions
Function Pointers
(The invoke function may provide an alternative to some uses of function pointers.)
PROC ANALYSIS
numeric cntTeenagers = FilteredCountInHH(IsTeenager);
numeric cntFertileWomen = FilteredCountInHH(IsFertileWoman);
See also: Function Statement, Optional Function Parameters, Passing Function Arguments by Reference
variable_name.function_name();
The following objects have functions that can be called on the object:
One way to understand dot notation is to think of it as a shorthand way to specify what variable should be used when
performing an operation. For example, here are two ways to work through the elements of a list:
Unlike other CSPro functions, the functions that are associated with an object will not show as blue and they are not
reserved words.
Using a dot specifies that you are accessing a function or variable (property) of the object. For example, a value set
object contains two internal variables, codes and labels, both of which are lists, that can be accessed as in:
Similarly, many programming languages have the concept of namespaces, often used to group related functionality. In
CSPro logic, some functions are defined in namespaces, and the Action Invoker makes heavy use of namespaces. To
execute functions within a namespace, you must use dot notation. For example:
Description
The Symbol.getName function returns the name of a symbol. Typically the name of the symbol is identical to the name
as it appears written in logic, but when called on an object passed to a function by reference, the name of the original
symbol is returned.
Return Value
The function returns the symbol name.
Example
function ResampleImage(Image my_image)
if my_image.width() = default then
errmsg("You cannot resample '%s' because it does not contain an
image.", my_image.getName());
exit;
endif;
my_image.resample(maxWidth := 800, maxHeight := 600);
end;
PROC EXAMPLE
Image image_without_content;
// the function will display: You cannot resample 'image_without_content' because it does
not contain an image.
ResampleImage(image_without_content);
Symbol.getLabel Function
Format
s = symbol_name.getLabel( language := language_name );
Description
The Symbol.getLabel function returns the label for a symbol. Many symbols do not have a label, in which case the
name is returned. However, when the function is used with a dictionary item, the label, as defined in the dictionary, is
returned. When called on an object passed to a function by reference, the label of the original symbol is returned.
Return Value
The function returns the symbol label.
Example
errmsg("%s", BIRD_NAME.getLabel()); // Bird Name
errmsg("%s", BIRD_NAME.getLabel(language := "FR")); // Nom de l'oiseau
// set the current language to French
setlanguage("FR");
errmsg("%s", BIRD_NAME.getLabel()); // Nom de l'oiseau
errmsg("%s", BIRD_NAME.getLabel(language := "EN")); // Bird Name
Symbol.getJson Function
Format
s = symbol_name.getJson( serializationOptions := serialization_options );
Description
The Symbol.getJson function returns the JSON representation of a symbol. The symbol's metadata is always returned,
and when a symbol supports representing its value as JSON, the value is also returned. The optional
serialization_options argument allows you to specify how the symbol should be serialized, potentially overriding the
default application settings.
You can use the Symbol.getValueJson function if you only want to work with the symbol's value. You can also use the
Logic.getSymbol action to get a symbol's metadata and value.
All symbols support the serialization of the symbol metadata. The following table describes the value-related serialization
routines available for CSPro objects and contains links to the description of the JSON representation for each object.
Documentation about JSON representations feature will come in a future release. In the meantime you can see if the
documentation is updated at:
https://www.csprousers.org/help/CSPro/symbols_json_representation.html
Return Value
The function returns the JSON representation of the symbol's metadata, and the value when applicable.
Example
List string usmca_countries = "Canada", "Mexico", "United States";
errmsg("%s", usmca_countries.getJson());
{
"name": "usmca_countries",
"type": "List",
"contentType": "string",
"value": [
"Canada",
"Mexico",
"United States"
]
}
Symbol.getValueJson Function
Format
s = symbol_name.getValueJson( serializationOptions := serialization_options );
Description
The Symbol.getValueJson function returns the JSON representation of a symbol's value. The optional
serialization_options argument allows you to specify how the symbol should be serialized, potentially overriding the
default application settings.
You can use the Symbol.getJson function if you want to work with the symbol's metadata, or both the metadata and
value. You can also use the Logic.getSymbolValue action to get a symbol's value.
The following table describes the value-related serialization routines available for CSPro objects and contains links to the
description of the JSON representation for each object.
Documentation about JSON representations feature will come in a future release. In the meantime you can see if the
documentation is updated at:
Return Value
The function returns the JSON representation of the symbol's value. If the function is called on a symbol that does not
support the serialization of its value as JSON, a runtime error is issued and the function returns a blank string.
Example
List string usmca_countries = "Canada", "Mexico", "United States";
errmsg("%s", usmca_countries.getValueJson());
[
"Canada",
"Mexico",
"United States"
]
Symbol.updateValueFromJson Function
Format
b = symbol_name.updateValueFromJson(json);
Description
You can also use the Logic.updateSymbolValue action to update a symbol's value.
The following table describes the value-related serialization routines available for CSPro objects and contains links to the
description of the JSON representation for each object.
Documentation about JSON representations feature will come in a future release. In the meantime you can see if the
documentation is updated at:
https://www.csprousers.org/help/CSPro/symbols_json_representation.html
Return Value
The function returns a logical value of 1 (true) if the symbol's value was successfully updated from its JSON
representation and 0 (false) otherwise.
Example
List string usmca_countries
usmca_countries.updateValueFromJson("[ \"Canada\", \"Mexico\", \"United States\" ]");
// 3 countries are part of USMCA, including Canada and United States.
errmsg("%d countries are part of USMCA, including %s and %s.",
usmca_countries.length(),
usmca_countries(1), usmca_countries(usmca_countries.length()));
https://www.csprousers.org/help/CSPro/Item_getValueLabel_function.html
Item.hasValue Function
Documentation about this feature will come in a future release. In the meantime you can see if the documentation is
updated at:
https://www.csprousers.org/help/CSPro/Item_hasValue_function.html
Item.isValid Function
Documentation about this feature will come in a future release. In the meantime you can see if the documentation is
updated at:
https://www.csprousers.org/help/CSPro/Item_isValid_function.html
Format 1
Array array_type array_name(dim1 , ..., dimN ) save = dim1_value , ..., dimN_value ;
Format 2
Array array_type array_name(dim1 , ..., dimN ) save = dim1_value , dim2_value , ... ;
Description
The Array statement creates an Array with the name array_name. Only one array at a time can be declared with the
Array statement. The array name must be unique and must contain only letters, numbers, or the underscore character.
The name must begin with a letter. You can declare arrays in PROC GLOBAL or locally in functions or procedures.
Array objects can be numeric, alphanumeric or string. By default an array is numeric, but the type can be modified by
specifying the array_type. If creating an alphanumeric array, the length of each array element can be specified by
definining the array_type as follows:
alpha (array_length)
Array Size: The size of each dimension is specified by supplying a constant positive numeric value, dimension1 to
dimensionN. An array must have at least one dimension. The starting position of each dimension is 1, not 0. CSPro
supports arrays of an unlimited number of dimensions. A previously-defined numeric value can also be used to specify
the dimension size. The Array.length function can be used to query the size of a dimension (see Example 3 below for
both these conditions).
Initializing Arrays: The initial values of the array elements can be assigned when declaring the array by listing each
value you wish to use. If some values are defined followed by ..., the values that have been defined to that point will be
used over and over until the entire array has been initialized (see Example 4 below).
Array Start Values: With a numeric array, each element starts with the value 0. For alphanumeric and string arrays,
each element starts as a blank string. If using a numeric saved array, the initial array contents are default.
Saved Arrays
The optional keyword save indicates that the array values should be saved to a file and loaded from that file when the
program is run again. This allows you to maintain the values of the arrays across multiple runs of the same program.
When one or more arrays in the program are marked with save, the first time the application is run, a saved array file is
created and the values of the arrays are written to the file at the end of program execution. On consecutive runs of the
program, the initial values of the arrays are read in from the file. This is particularly useful for setting the initial values of
hot decks. In this scenario, the program is run twice. The first run fills the hot deck and saves the hot deck array to the
file. The second run loads the values saved from the first run and uses them as the initial values for the hot deck for
imputation. See Initialize Hot Decks in Program Logic for more information.
Example 1 (Numeric)
By including the save option, the contents of the MinAgeMarriage array will be saved to an external .sva file.
PROC GLOBAL
Array numeric MinAgeMarriage(2) save = 15, // male
12; // female
PROC MARRIAGE_AGE
if MARRIAGE_AGE < MinAgeMarriage(SEX) then
errmsg("The minimum age of marriage is %d", MinAgeMarriage(SEX));
reenter;
endif;
Example 2 (String)
PROC GLOBAL
Array string Months(12) = "Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec";
function string FormatDate()
FormatDate = maketext("%d %s %d", sysdate("DD"), Months(sysdate("MM")), sysdate("YYYY"));
end;
Example 3 (Assignment)
PROC GLOBAL
numeric NumberProvinces = 12;
Array numeric SexCountsByProvince(NumberProvinces, 2); // province by sex
PROC SEX
inc(SexCountsByProvince(PROVINCE, SEX));
PROC DISPLAY_COUNTS
do numeric counter = 1 while counter <= SexCountsByProvince.length(1)
errmsg("Province %d has %d males and %d females", counter,
SexCountsByProvince(counter, 1), SexCountsByProvince(counter, 2));
enddo;
See also: Array Object, Saved Arrays File (.sva), DeckArrays, DeckArray Leftover Rows, HashMap Object, List Object,
Numeric Statement, Alpha Statement, String Statement
Array.length Function
Format
i = array_name.length( dimension );
Description
The Array.length function returns the size of an array dimension. When applied to a one-dimensional array, the
dimension does not need to be specified.
Return Value
The function returns the length of the array dimension.
Example
Array string usmca_countries(3) = "Canada", "Mexico", "United States";
usmca_countries.length(); // returns 3;
// ...
Array AgeSexDeckArray(AGE_VS, SEX_VS);
do numeric age_counter = 1 while age_counter <= AgeSexDeckArray.length(1)
do numeric sex_counter = 1 while sex_counter <= AgeSexDeckArray.length(2)
// ...
enddo;
enddo;
Array.clear Function
Format
b = array_name.clear();
Return Value
The function returns a logical value of 1 (true).
Example
Array string HouseholdMemberNames(100);
// clear the array of household member names so that
// any previously stored names are removed
HouseholdMemberNames.clear();
do numeric counter = 1 while counter <= count(NAME)
HouseholdMemberNames(counter) = NAME(counter);
enddo;
numeric selection = showarray(HouseholdMemberNames, title("Select a Household Member"));
Description
The Audio statement creates an Audio object with the name audio_name. The Audio name must be unique and must
contain only letters, numbers, or the underscore character. The name must begin with a letter. You can declare Audio
objects globally in PROC GLOBAL or locally in functions or procedures.
Variable Modifiers
The following variable modifiers apply to Audio objects:
persistent: to persist the variable's value from one run of an application to another.
Example
Audio.load Function
Format
b = audio_name.load(audio_filename);
Description
The Audio.load function reads the audio file named audio_filename and stores the audio data contained in the file in
an Audio object. The loaded audio can then be played back using Audio.play or combined with other audio using
Audio.concat.
Return Value
The function returns a logical value of 1 (true) if the file was loaded and 0 (false) if the file could not be loaded.
Example
Audio recording;
if recording.load("myrecording.m4a") then
recording.play();
endif;
Audio.save Function
Format
b = audio_name.save(audio_filename);
Description
The Audio.save function saves the audio recording in an Audio object to the file specified by audio_filename. If the
audio file already exists, the recording will be appended to the existing audio.
Audio recorded using the functions Audio.record and Audio.recordInteractive is stored in m4a format (AAC
encoded in an MPEG-4 container). Audio in this format should be saved with the extension .m4a so that it will be
recognized by media players.
Return Value
The function returns a logical value of 1 (true) if the file was successfully saved or 0 (false) otherwise.
Example
PROC GLOBAL
Audio recordingQ1;
PROC Q1
preproc
recordingQ1.record();
postproc
recordingQ1.stop();
string audioFilename = maketext("recording%v.m4a", HOUSEHOLD_ID);
recordingQ1.save(audioFilename);
Audio.play Function
Format
Pa ge 489 of 958 Audio Object
b = audio_name.play( message );
Description
The Audio.play function launches an audio player to play the audio in an Audio object. Before calling this function, the
Audio object must contain audio data recorded using Audio.recordInteractive, Audio.record, or loaded using
Audio.load. If the optional argument message is provided, the message text is displayed over the audio player.
CSPro can load and play most audio files in any of the following formats: m4a, mp4, mp3, wav, 3gp, flac, ogg, mkv.
However, only m4a files (AAC encoded audio in an MPEG-4 container) can be used with the functions Audio.concat,
Audio.length, Audio.record, and Audio.recordInteractive.
Return Value
The function returns a logical value of 1 (true) if the audio can be played and a logical value of 0 (false) otherwise.
Example
Audio recording;
if recording.load("myrecording.m4a") then
recording.play();
endif;
See also: Audio Object, Audio.load Function, Audio.record Function, Audio.recordInteractive Function
Audio.recordInteractive Function
Format
d = audio_name.recordInteractive( message );
Description
The Audio.recordInteractive function launches an interactive audio recorder that stores a recording to an Audio
object. When the function is called, the audio recorder screen is displayed. It contains record, save, and clear buttons
that control the audio recording. If the optional string argument message is specified, the message will be displayed at
the top of the recorder screen. The Audio.recordInteractive function does not return until the user has finished
recording and taps the save button. This is useful for synchronous recording, for example to have the interviewer record
the response to a single question. To record the audio in the background while the user continues to interact with the
survey, use the function Audio.record.
The recorded audio is stored in the Audio object and can be played back using Audio.play or saved to a file using
Audio.save. If the Audio object already contains an audio recording, the recorded audio will be appended to the existing
recording. To replace the existing recording rather than adding to it, call the Audio.clear function before calling
Audio.recordInteractive.
Recorded audio is stored in m4a format (AAC encoded in an MPEG-4 container). Files should be saved with the
extension .m4a so that they will be recognized by media players.
Audio recording is only supported on Android. This function will do nothing on Windows.
Return Value
The function returns the length of the recorded audio in seconds (and fractional seconds) or default if there was an error
during recording.
Example
Audio.record Function
Format
b = audio_name.record( seconds );
Description
The Audio.record function starts recording audio in the background and stores the recorded audio in an Audio object.
The call to record begins audio recording and returns immediately. Recording continues until the Audio.stop function is
called. If the optional parameter seconds is specified, recording will stop after the specified number of seconds have
elapsed—or Audio.stop—is called, whichever action comes first.
The recorded audio is stored in the Audio object and can be played back using Audio.play or saved to a file using
Audio.save. If the Audio object already contains an audio recording, the recorded audio will be appended to the existing
recording. To replace the existing recording rather than adding to it, call the Audio.clear function before calling
Audio.record.
Recorded audio is stored in m4a format (AAC encoded in an MPEG-4 container). Files should be saved with the
extension .m4a so that they will be recognized by media players.
Audio recording is only supported on Android. This function will do nothing on Windows.
Return Value
The function returns a logical value of 1 (true) if the recording is started successfully and 0 (false) otherwise.
Example
PROC GLOBAL
Audio recordingQ1;
PROC Q1
preproc
recordingQ1.record();
postproc
recordingQ1.stop();
string audioFilename = maketext("recording%v.m4a", HOUSEHOLD_ID);
recordingQ1.save(audioFilename);
See also: Audio Object, Audio.stop Function, Audio.recordInteractive Function, Audio.clear Function
Audio.stop Function
Format
d = audio_name.stop();
Description
The Audio.stop function ends the background recording session for an Audio object. Background recording is started
with the function Audio.record. The call to Audio.stop should be made to finish the recording session started with
Audio.record. This function is not used for interactive recording with Audio.recordInteractive.
Audio recording is only supported on Android. This function will do nothing on Windows.
Return Value
The function returns the duration of the recorded audio in seconds (and fractional seconds) or default if the audio failed
to record.
Example
Audio.concat Function
Format
b = audio_name.concat(audio_filename audio_object);
Description
The Audio.concat function appends an audio recording stored in a file specified by the argument audio_filename or an
Audio object specified by the argument audio_object to the current recording in an Audio object. The result is a new
recording that combines both recordings and is stored in the initial Audio object.
The Audio.concat function only works with audio files stored in m4a format (AAC encoded audio stored in an MPEG-4
container). This is the format of files recorded in CSPro using the Audio.record and Audio.recordInteractive
functions. Audio files that come from sources other than CSPro will most likely not work with Audio.concat.
Return Value
The function returns a logical value of 1 (true) if the recordings were concatenated successfully and a logical value of 0
(false) if there was an error combining the recordings.
Example 1
Audio recording;
recording.load("recording1.m4a");
recording.concat("recording2.m4a");
recording.save("combined.m4a");
Example 2
Audio.length Function
Format
d = audio_name.length();
Description
The Audio.length function returns the length in seconds of the recording in an Audio object.
The Audio.length function only supports audio recorded as AAC encoded audio in an mp4 container (.m4a). This is the
format used for audio recorded by CSPro so it will work correctly for audio recorded using the Audio.record or
Audio.recordInteractive. The length function will return default for audio files recorded by other tools that use a
different format such as mp3 or wav.
Return Value
The function returns the duration in seconds (and fractional seconds) of the audio recording or default if the duration
cannot be computed.
Example
Audio recording;
numeric seconds = recording.recordInteractive();
if seconds > 0 then
recording.save("recording.m4a");
else
errmsg("No audio recorded. Please try again");
reenter;
endif;
Description
The Audio.clear function removes the current recording from an Audio object making it empty.
Return Value
The function returns a logical value of 1 (true) on success, or 0 (false) if called on an occurrence of a binary dictionary
item that does not exist.
Example
Functionality
Function Description
Barcode.read Reads a barcode and returns its value as a string. (Android only.)
Barcode.createQRCode Creates an image file of a QR code representing a text string.
In addition to Barcode functions accessible using logic, you can generate a QR code that can be used to install
applications on mobile devices.
You can also read barcodes using the Barcode capture type.
Example
PROC BLOOD_SAMPLE
preproc
if BLOOD_SAMPLE = "" then
BLOOD_SAMPLE = Barcode.read("Scan the blood sample barcode");
endif;
Barcode.read Function
Format
s = Barcode.read( message );
Description
The Barcode.read function starts an Android device's camera and allows the operator to scan a barcode. The barcode
can be in several formats, including QR codes. An optional string expression, message, is displayed on top of the
camera view and can be used to display instructions to the operator.
This function only works on Android devices and returns a blank string if used on another device.
Return Value
The function returns a string value containing the barcode's value. If the operator canceled before a barcode could be
successfully read, the function returns a blank string.
Example
Barcode.createQRCode Function
Format
b = Barcode.createQRCode(image_filename, qr_code_text,
errorCorrection := ecc,
scale := scale,
quietZone := quiet_zone,
darkColor := dark_color,
lightColor := light_color );
Description
The Barcode.createQRCode function creates a QR code and saves the image of the QR code to a file specified by the
string expression image_filename. The text for the QR code, qr_code_text, can be specified using a string or numeric
expression.
Using named arguments, you can control how the QR code is created:
errorCorrection := error correction level, specified as a string expression evaluating to one of four levels:
"low" ‖ "medium" ‖ "quartile" ‖ "high". The higher the level, the larger the dimensions of QR code, as well
as the increased likelihood that a partially corrupted QR code can be read. In addition to the words, the level can
be specified using single letters: "L" ‖ "M" ‖ "Q" ‖ "H". (Default setting: medium.)
scale := the number of pixels per "module," specified as a numeric expression. The value cannot be less than 1,
and the higher the value, the larger the dimensions of the QR code. (Default setting: 4.)
quietZone := the "quiet zone" (margin) around the QR code, specified as a numeric expression in "modules."
The value cannot be less than 4. (Default setting: 4. Using the default scale and quiet zone results in a margin of
4 x 4 = 16 pixels.)
darkColor := the color of the dark areas, specified as a string expression evaluating to a HTML color name (like
"red") or a hex color code (like "#ff0000"). (Default: black.)
lightColor := the color of the light areas, specified as a string expression. (Default: white.)
The dimensions of the created QR code image are not known prior to creation as they depend in part on the length of the
input text, as well as the error correction level.
Return Value
The function returns a logical value of 1 (true) if the QR code was successfully generated and the image was saved, or 0
(false) on error.
Example 1
Barcode.createQRCode("cspro-80-barcode.png", "Thanks for using CSPro 8.0!");
Description
The Case.view function displays the questionnaire view for the case held by the Case object, presenting the
questionnaire within an embedded window. As of CSPro 8.0, a dictionary is considered a Case object.
Viewer Arguments
Optional named arguments can be used to control how the embedded web browser displays on Windows:
If either the height or width is specified, then both values must be provided. Hiding the Close button also removes the
margin around the web browser, so the browser will fill the entire embedded window.
Return Value
The function returns a logical value of 1 (true) if the case was displayed, 0 (false) if there was an error viewing the case.
Example
PROC HOUSEHOLD_FORM
// view the contents of the current case
CENSUS_DICT.view();
Description
The Document statement creates a Document with the name document_name. The Document name must be unique
and must contain only letters, numbers, or the underscore character. The name must begin with a letter. You can
declare Documents globally in PROC GLOBAL or locally in functions or procedures.
Variable Modifiers
The following variable modifiers apply to Document objects:
persistent: to persist the variable's value from one run of an application to another.
Example
Document manual;
manual.load("Farmers Markets Survey.pdf");
manual.view();
Document.load Function
Format
b = document_name.load(document_filename);
Description
The Document.load function reads the text or binary file given by the string expression document_filename and stores
the contents in the Document object. The file's entire contents are read at once and will reside in memory as long as the
Document object exists.
Return Value
The function returns a logical value of 1 (true) if the file was loaded and 0 (false) if the file could not be loaded.
Example
Document manual;
manual.load("Farmers Markets Survey.pdf");
manual.view();
Description
The Document.save function writes the contents of the Document object to a file specified by the string expression
document_filename.
Return Value
The function returns a logical value of 1 (true) if the file was saved, 0 (false) if there was an error writing the file, and
default if the Document object was empty.
Example
Document dna_readings;
// ...
dna_readings.save("DNA Readings.dnax");
Document.view Function
Format
b = document_name.view( viewer_arguments );
Description
The Document.view function displays the contents of the file stored in a Document object.
If the Document contains data that can be displayed using an embedded web brower, the content is shown in an
embedded window. For other types of data, an external application is launched to display the data using the system's
default viewer for that file type.
Viewer Arguments
Optional named arguments can be used to control how the embedded web browser displays on Windows:
If either the height or width is specified, then both values must be provided. Hiding the Close button also removes the
margin around the web browser, so the browser will fill the entire embedded window.
Return Value
The function returns a logical value of 1 (true) if the file was displayed, 0 (false) if there was an error viewing the file,
Example
Document manual;
manual.load("Farmers Markets Survey.pdf");
manual.view();
Document.clear Function
Format
b = document_name.clear();
Description
The Document.clear function clears the contents of the Document object, leaving the Document empty.
Return Value
The function returns a logical value of 1 (true) on success, or 0 (false) if called on an occurrence of a binary dictionary
item that does not exist.
Description
The File statement creates a File handler that is used to read from and write to text files that are not not associated
with data dictionaries. file_handler1 to file_handlerN are CSPro names that must be unique and must contain only
letters, numbers, or the underscore character. The names must begin with a letter. You can declare File objects globally
in PROC GLOBAL or locally in functions or procedures.
If declared globally, the physical name of the file can be specified in the Define File Associations dialog when the
application is run. The name can also be specified in a PFF file or at runtime by using the File.open, open, or setfile
functions.
Example
PROC GLOBAL
File VacantHouseholdsReportFile;
File.open Function
Format
b = file_handler.open(file_name , update append create );
Description
The File.open function associates the File file_handler to a text file on the disk. The file_name argument is a string
expression containing the file name of the file to be associated with the file. This function is equivalent to the setfile
function.
Using the keyword update, append or create is optional. If no keyword is used, the file is opened in update mode.
If update is used, you are positioned at the beginning of the file. If append is used, the file's contents are not changed
and you are positioned at the end of the file. If create is used, all previous content in the file is removed and you are
positioned at the beginning of the file.
If create or append is used and the file does not already exist, a new empty file will be created. If update is used and
the file does not already exist, the function will fail and return 0.
Return Value
The function returns a logical value of 1 (true) if the new file is successfully assigned and 0 (false) otherwise.
File.close Function
Format
b = file_handler.close();
Description
The File.close function closes the text File associated with file_handler. You must close a file before using it in any
other application. If you do not close the file explicitly, it will be closed when the CSPro application terminates. This
function is equivalent to the close function.
Return Value
The function returns a logical value of 1 (true) if successful and 0 (false) otherwise.
Example
File report_file;
// ...
report_file.close();
view(filename(report_file));
File.read Function
Format
b = file_handler.read(string_variable string_list);
Description
The File.read function reads one or more lines of text from the File associated with file_handler. After the read the file
pointer is positioned to the next line in the file. This function reads lines sequentially. This function is equivalent to the
fileread function.
If a string_variable is provided as a argument, a single line of text is read and placed in the variable, which is either a
temporary string variable or an alphanumeric dictionary item. If the dictionary item is longer than the line of text, blanks
will be added at the end. If the item is shorter, the line of text will be truncated.
Alternatively, a string List can be used as an argument. In this case, all remaining lines in the file are read and stored in
string_list.
File text can also be read using the File.readText and File.readLines actions.
Example
File occupation_codes_file;
occupation_codes_file.open("Occupation Codes.txt");
// approach 1
string code;
while occupation_codes_file.read(code) do
// do something with the single code
enddo;
// approach 2
List string all_codes;
occupation_codes_file.read(all_codes);
// do something with all of the codes
occupation_codes_file.close();
See also: File Object, File.write Function, FileRead Function, File.readText Action, File.readLines Action
File.write Function
Format
b = file_handler.write(message , argument1, ..., argumentN );
Description
The File.write function writes one or more lines of text to the File object associated with file_handler. This function is
equivalent to the filewrite function.
The message is either a string expression or a numeric message number that contains the text that is written to the file.
If the text contains any message formatters, the optional arguments argument1 to argumentN will be inserted into the
text. There are some additional options for file output:
If you want to break a line of text into two lines, place '\n' (newline) where you want the line divided.
If you want a text line to begin on a new page, place '\f' (form feed) at the beginning of the text string.
If using the Original logic version, to output \n or \f as text instead of a new line or a new page, use a double
backslash (e.g., "\\n").
Alternatively, the message can be a string List. If a List is provided, then each string contained in the List is written to
the file, allowing for the output of multiple lines of text with one function call.
File text can also be written using the File.writeText and File.writeLines actions.
Return Value
The function returns a logical value of 1 (true) if successful and 0 (false) otherwise.
Example
See also: File Object, File.read Function, FileWrite Function, File.writeText Action, File.writeLines Action, Message
Formatting Options, Encode Function
Description
The Freq statement creates a Freq object with the name freq_name. The Freq name must be unique and must contain
only letters, numbers, or the underscore character. The name must begin with a letter. You can declare Freq objects
globally in PROC GLOBAL or locally in functions or procedures.
The Freq object is used to create frequencies that will be written to the frequencies file (using Freq.save) or displayed in
an embedded web browser (using Freq.view).
Freq objects are similar to unnamed frequencies except that you control when they are tallied (using the Freq.tally
function). Because of this, the universe and weight commands, which are part of the unnamed frequencies
specification, are not available. You can control the universe (using an if statement) and you can control the weight by
passing an argument to the Freq.tally function.
The optional exclude command is used to specify variables that should be removed from the inclusion list. The
variables_not_to_tabulate is a list of variables as defined above. The exclude command is particularly useful when
including records. For example, if you want to tabulate most items on a record with a couple exceptions, you might
code:
include(PERSON_REC)
exclude(P25_RELIGION, P26_TRIBE)
When including or excluding a name that may contain more than one variable—dictionaries, records, forms, groups, and
blocks—CSPro uses a rule to determine whether items contained in that grouping should be included in the list of
variables to tabulate:
Default rule: Include the item if it has a value set; if no value set is defined, then include the item if it has length 1 - 4.
You can override the default selection by adding one or more of these flags to the include/exclude list:
These six flags will never include items that have subitems. You can use a combination of flags; for example, this would
include all items from PERSON_REC with the exception of items that have subitems (though the subitems would be
included).
Leaving the include list empty is as if you coded the primary dictionary name. For example:
include()
// may be translated to:
include(CENSUS_DICT)
If you do not need to exclude any variables, the include command is optional. For example, these unnamed frequency
statements are the same:
Freq include(P03_SEX);
Freq(P03_SEX);
Freq include(P03_SEX);
If the first house is vacant, then no sex values are tallied; if the second house has three people, then three sex values are
tallied; and so on.
If you would like to tally a specific occurrence, you can specify the occurrence in the include/exclude list. For
example, this would create two tables, one for all sex occurrences, and one for the head's sex (assuming that the head
is the first occurrence):
You can specify occurrence values when using items or records. PERSON_REC(1), for example, would create tables for
the first occurrence of the items in PERSON_REC. If you specify an occurrence, the value will be tallied regardless of
whether the occurrence exists. For example, while P03_SEX would not tally vacant households, P03_SEX(1) will include
tallies of blank values for vacant households.
An optional command, disjoint, is a shortcut way of indicating that a frequency table should be created for every
occurrence of a variable. For example, this code would create a table for each of the occurrences of P03_SEX, resulting in
50 tables (for occurrence 1, occurrence 2, and so on until occurrence 50):
Freq include(P03_SEX)
disjoint;
When using disjoint, you can use (*) as an occurrence to specify that you would like to ignore the disjoint setting.
For example, this code would create 49 tables (for the combined occurrences, for occurrence 3, occurrence 4, and so on
until occurrence 50).
Alphanumeric Breakdown
The optional command breakdown allows you to control how alphanumeric items and string variables are tallied. A
positive numeric constant, length, specifies a number used to split these values before tallying. This can be useful when
creating frequencies for data collected using checkboxes. For example, assuming CHECKBOX_FIELD occurs twice, first
as "AB" and then as "BC":
Additional Commands
Optional formatting options allow you to control how the frequency tables are generated. The formatting options include
the following commands: valueset, distinct, vset, heading, stat, percentiles, nofreq, decimals, sort,
nonetpercents, and pagelength.
Example
PROC GLOBAL
// create a Freq object that will tally the sex and age of
// the first occurrence (the head)
Freq head_sex_age_freq(P03_SEX(1), P04_AGE(1));
PROC CENSUS_DICTIONARY_FF
// save the frequency, formatting the ages using a
// 5-year value set
head_sex_age_freq.save()
valueset(P04_AGE_5YEAR_VS);
PROC QUEST
// only tally households that are not vacant
if count(PERSON_REC) > 0 then
head_sex_age_freq.tally();
endif;
See also: Freq Object, Freq Statement (Unnamed), Frequency Formatting Options
Any options specified as part of a call to Freq.save or Freq.view will override options specified when declaring the
named frequency.
When creating the frequency table, CSPro tries to find a label to associate with each value in the table. By default, an
item's primary value set is used for unnamed frequencies and the current value set is used for named frequencies. To
instead specify a specific value set to use to lookup the labels, use the valueset command and supply one or more
value set names. The names of the value sets must match the items that are part of the frequency.
distinct
When using the valueset command, the frequency table is generated showing only the labels of values. If you would
like to see the values in addition to the labels, you can use the distinct command, which will result in each value
corresponding to a row in the frequency table. Without this option, a value set range such as 0 - 4 would have resulted in
all values between 0 and 4 being displayed in the row with the label "0 - 4." With this option, the table would have up to
five rows ("0 | 0 - 4," "1 | 0 - 4," and so on).
vset
The vset command typically results in multiple frequency tables being created for each item and is generally used
instead of the valueset or distinct commands. When used, a frequency table is generated using the primary value set
with the distinct setting and then frequency tables are generated using each of an item's value sets with the not distinct
setting (unless distinct was explicitly specified). For example, if an item has three value sets, four tables would be
generated (value set 1 distinct, value set 1 not distinct, value set 2 not distinct, value set 3 not distinct).
Specifying a Heading
heading(heading_text1 , ..., heading_textN )
The command heading results in the string expressions heading_text1 to heading_textN being displayed as a heading
to the frequency tables. These headings are only used in HTML and text frequencies.
The command stat indicates that statistics will be displayed along with the frequency table. These statistics include a
count of how many unique values are part of the frequencies table. If running a numeric frequency, the statistics include
values such as the minimum and maximum values, the mean, the standard deviation and variance, the mode, and the
median and interpolated median.
percentiles(number_percentiles)
The percentiles command means that percentiles will be displayed along with the frequency table. The numeric
constant number_percentiles must be a value between 2 and 20. For example, 4 will show quartiles and 10 will show
deciles.
nofreq
The command nofreq, when used with stat, indicates that the frequency table should not be shown. With this
combination, only the statistics (and/or percentiles) are shown. This option is only used in HTML and text frequencies.
Formatting Options
decimals(number_decimals)
The sort command allows you to control the order in which each row of the frequency table appears. The options
include:
by valueset: the rows will appear in the order that the values are defined in an item's value set.
by code: the rows will appear in order sorted by each row's value.
by label: the rows will appear in order sorted by each row's label as defined in an item's value set.
by Freq: the rows will appear in order based on the frequency of each row's value.
nonetpercents
If your frequency table contains blank values, two columns will be added to the frequency table, displaying the net
percents (of the frequencies and cumulative frequencies). These net percent columns exclude the blank values from the
percent calculations. If you use the nonetpercents command, these columns will not be added to the frequency table.
pagelength(number_lines)
The pagelength command specifies the number of lines that should be written to a frequency file before inserting a page
break. The numeric constant number_lines must be a non-negative value. This option is only used in text frequencies.
Freq.tally Function
Format
i = freq_name.tally( weight );
Description
The Freq.tally function tallies the frequency values that are part of a Freq object. An optional numeric expression,
weight, can be used to specify a weight; if not provided, a weight of 1 is used during the tallying.
If using Freq.tally in a data entry application, note that a value's visual value is used in the tally.
Return Value
The function returns the number of values that were tallied. If an invalid weight is provided, the function returns default.
Example
Freq hh_status_freq(HH_STATUS);
forcase LISTING_DICT where FIPS = 69 do
hh_status_freq.tally();
endfor;
hh_status_freq.view()
heading("Household Status - Northern Mariana Islands");
Description
The Freq.clear function resets all of the tallied frequencies in a Freq object, setting each tally to 0.
Return Value
The function returns a logical value of 1 (true).
Example
Freq hh_status_freq(HH_STATUS);
// do something with hh_status_freq
hh_status_freq.clear();
// do something else with hh_status_freq
Freq.save Function
Format
b = freq_name.save( frequencies_filename report_name ) formatting_options ;
Description
The Freq.save function generates frequencies based on the values in a Freq object and saves the frequency tables to a
frequencies file or to a templated report using the following rules:
Optional formatting options allow you to control how the frequency tables are generated. The formatting options include
the following commands: valueset, distinct, vset, heading, stat, percentiles, nofreq, decimals, sort,
nonetpercents, and pagelength.
Return Value
The function returns a logical value of 1 (true) if the frequencies are successfully saved, and 0 (false) otherwise.
Example
Freq.view Function
Format
b = freq_name.view( viewer_arguments ) formatting_options ;
Description
The Freq.view function generates HTML frequencies based on the values in a Freq object and displays the frequency
tables in an embedded web browser.
Optional formatting options allow you to control how the frequency tables are generated. The formatting options include
the following commands: valueset, distinct, vset, heading, stat, percentiles, nofreq, decimals, sort,
nonetpercents, and pagelength.
Viewer Arguments
Optional named arguments can be used to control how the embedded web browser displays on Windows:
If either the height or width is specified, then both values must be provided. Hiding the Close button also removes the
margin around the web browser, so the browser will fill the entire embedded window.
Return Value
The function returns a logical value of 1 (true) if the frequencies are successfully displayed, and 0 (false) otherwise.
Example
Freq hh_status_freq(HH_STATUS);
forcase LISTING_DICT where FIPS = 69 do
hh_status_freq.tally();
endfor;
hh_status_freq.view()
heading("Household Status - Northern Mariana Islands");
Description
The Geometry statement creates a Geometry object with the name geometry_name. The Geometry name must be
unique and must contain only letters, numbers, or the underscore character. The name must begin with a letter. You can
declare Geometry objects globally in PROC GLOBAL or locally in functions or procedures.
Variable Modifiers
The following variable modifiers apply to Geometry objects:
persistent: to persist the variable's value from one run of an application to another.
Example
// Declare a geometry
Geometry mygeometry;
// Capture polygon
mygeometry.tracePolygon();
// Compute the area of the captured polygon
AREA = mygeometry.area();
// Save the geometry to a file
mygeometry.save("polygon.geojson");
Geometry.area Function
Format
d = geometry_name.area();
Description
The Geometry.area function computes the area, in square meters, of the polygons contained in the Geometry object
named geometry_name. If the Geometry object contains multiple polygons, this function returns the sum of the areas of
all of these polygons. If the polygons overlap, the results will be incorrect. Points and lines in the geometry are ignored,
so if the geometry contains only points and lines, the area will be zero.
The Geometry.area function uses the Haversine formula to approximate the area of the polygon and makes certain
assumptions about the diameter and shape of the earth which may give slightly different results than the area calculated
by other software packages.
Example
// Declare a geometry
Geometry mygeometry;
// Capture polygon
if mygeometry.tracePolygon() then
// Compute the area of the captured polygon
AREA = mygeometry.area();
endif;
Geometry.clear Function
Format
b = geometry_name.clear();
Description
The Geometry.clear removes all data in the Geometry object named geometry_name. Any polygons, points, or lines
that were stored in the Geometry object by loading a file or tracing a polygon are deleted, leaving the geometry empty.
Return Value
The function returns a logical value of 1 (true) on success, or 0 (false) if called on an occurrence of a binary dictionary
item that does not exist.
Example
Geometry mygeometry;
// Capture polygon
mygeometry.tracePolygon();
// Store the area
AREA = mygeometry.area();
// Clear the polygon and capture a new one
mygeometry.clear();
mygeometry.tracePolygon();
Geometry.load Function
Format
b = geometry_name.load(filename);
Loading very large GeoJSON files can be slow and may exceed the memory of the device. In some cases it may be
necessary to break up large GeoJSON files into smaller files. For example, rather than using a single file containing
geometry for an entire country, create smaller files for the geometry in each district and then load only the file for the
district that the interviewer is currently working in. Alternatively, rather than using geometry you can save the vector data
in a custom base map.
Return Value
The function returns a logical value of 1 (true) if the file was loaded and 0 (false) if the file could not be loaded.
Example
// Declare a map
Map mymap;
// Load geometry from a file
Geometry boundary;
boundary.load("boundary.geojson");
// Add geometry to the map
mymap.addGeometry(boundary);
// Show the map
mymap.show();
Geometry.maxLatitude Function
Format
d = geometry_name.maxLatitude();
Description
The Geometry.maxLatitude function finds the largest latitude value of any point on any element in the Geometry object
named geometry_name. Together with the Geometry.minLatitude, Geometry.minLongitude, and
Geometry.maxLongitude functions it is possible to find the full extent of the geometry.
Return Value
The function returns the largest latitude value of any point or any point on a line or polygon in the geometry. If the
Geometry object is empty, the function returns default.
Example
Geometry.maxLongitude Function
Format
d = geometry_name.maxLongitude();
Description
The Geometry.maxLongitude function finds the largest longitude value of any point on any element in the Geometry
object named geometry_name. Together with the Geometry.minLongitude, Geometry.minLatitude, and
Geometry.maxLatitude functions it is possible to find the full extent of the geometry.
Return Value
The function returns the largest longitude value of any point or any point on a line or polygon in the geometry. If the
Geometry object is empty, the function returns default.
Example
// Declare a map
Map mymap;
// Load geometry from a file
Geometry geom;
geom.load("geom.geojson");
// Add geometry to the map
mymap.addGeometry(geom);
// Zoom map to fit the bounds of the geometry with 5% padding
mymap.zoomTo(geom.minLatitude(), geom.minLongitude(), geom.maxLatitude(), geom.maxLongitude(), 5
);
// Show the map
mymap.show();
Geometry.minLatitude Function
Pa ge 518 of 958 Geometry Object
Format
d = geometry_name.minLatitude();
Description
The Geometry.minLatitude function finds the smallest latitude value of any point on any element in the Geometry
object named geometry_name. Together with the Geometry.maxLatitude, Geometry.minLongitude, and
Geometry.maxLongitude functions it is possible to find the full extent of the geometry.
Return Value
The function returns the smallest latitude value of any point or any point on a line or polygon in the geometry. If the
Geometry object is empty, the function returns default.
Example
// Declare a map
Map mymap;
// Load geometry from a file
Geometry geom;
geom.load("geom.geojson");
// Add geometry to the map
mymap.addGeometry(geom);
// Zoom map to fit the bounds of the geometry with 5% padding
mymap.zoomTo(geom.minLatitude(), geom.minLongitude(), geom.maxLatitude(), geom.maxLongitude(), 5
);
// Show the map
mymap.show();
Geometry.minLongitude Function
Format
d = geometry_name.minLongitude();
Description
The Geometry.minLongitude function finds the smallest longitude value of any point on any element in the Geometry
object named geometry_name. Together with the Geometry.maxLongitude, Geometry.minLatitude, and
Geometry.maxLatitude functions it is possible to find the full extent of the geometry.
Return Value
The function returns the smallest longitude value of any point or any point on a line or polygon in the geometry. If the
Geometry object is empty, the function returns default.
Example
Geometry.perimeter Function
Format
d = geometry_name.perimeter();
Description
The Geometry.perimeter function computes the perimeter, in meters, of the polygons contained in the Geometry object
named geometry_name. If the Geometry object contains multiple polygons, this function returns the sum of the
perimeters of all of these polygons. Points and lines in the geometry are ignored, so if the geometry contains only points
and lines, the perimeter will be zero.
The Geometry.perimeter function uses the Haversine formula to approximate the distance between points of the
polygon and makes certain assumptions about the diameter and shape of the earth which may give slightly different
results than the perimeter calculated by other software packages.
Return Value
The function returns the sum of perimeters of all polygons in the Geometry object in meters or default if the Geometry
object is empty.
Example
// Declare a geometry
Geometry mygeometry;
// Capture polygon
mygeometry.tracePolygon();
// Compute the perimeter of the captured polygon
PERIMETER = mygeometry.perimeter();
Geometry.save Function
Format
Description
The Geometry.save function saves the vector data (points, lines, and polygons) in the Geometry object named
geometry_name to the file specified by the string expression filename. The data is saved in GeoJSON format.
Return Value
The function returns a logical value of 1 (true) if the file was successfully saved or 0 (false) otherwise.
Example
// Declare a geometry
Geometry outline;
// Have the user walk the outline of a polygon
if outline.walkPolygon() then
// Save the outline to a GeoJSON file
outline.save("outline.geojson");
endif;
Geometry.tracePolygon Function
Format
b = geometry_name.tracePolygon( map_name );
Description
The Geometry.tracePolygon function displays a map that the user taps on to place the vertices of a polygon. While
tracing the polygon on the map, the user may also drag vertices of the polygon by long pressing on them in order to
modify the polygon. The function returns when the user has finished drawing the polygon on the map and taps the save
button.
The optional argument map_name is the name of a Map object that will provide the display parameters used for the map
that is shown while the user traces the polygon. You can use this parameter to set the base map, title, and
location/zoom level of the map. You can also use the map parameter to display markers and geometry on the map,
however any callbacks for clicking on markers or on the map itself are ignored while tracing the polygon. Any buttons on
the map are replaced by buttons for saving, clearing, and deleting the last point placed while the polygon is being traced.
If the argument map_name is omitted, a map with default settings is displayed while tracing the polygon.
After tracing the polygon, you can save the geometry to a file, compute the area of the polygon, or compute the
perimeter of the polygon.
If geometry_name already contains a polygon, this polygon will be displayed and the user will be able to modify it by long
pressing on the vertices to drag them. If the geometry contains more than one polygon, only the first polygon is shown.
All entities in the geometry other than polygons are ignored. If the geometry was loaded from GeoJSON, any polygons in
entities of type MultiPolygon are ignored. If you wish to capture a new polygon rather than editing the existing geometry,
use the Geometry.clear function before calling Geometry.tracePolygon.
Return Value
The function returns a logical value of 1 (true) if the user traced a polygon and 0 (false) if the file user canceled polygon
tracing by tapping the back button.
Pa ge 521 of 958 Geometry Object
Example 1
// Declare a geometry
Geometry outline;
// Have the user trace the outline of a polygon
if outline.tracePolygon() then
// Save the outline to a GeoJSON file
outline.save("outline.geojson");
endif;
Example 2
// Declare a geometry
Geometry plot;
// Declare a map
Map mymap;
// Set map display parameters
mymap.setBaseMap("basemap.mbtiles");
mymap.setTitle("Tap points on the map to outline the plot");
// Have the user trace the outline of a polygon using the map
if plot.tracePolygon(mymap) then
// Capture the plot area
PLOT_AREA = plot.area();
endif;
Geometry.walkPolygon Function
Format
b = geometry_name.walkPolygon( map_name );
Description
The Geometry.walkPolygon function displays an interactive map-based interface allowing the user to create a polygon
by walking the perimeter of an area and recording their location using the GPS. The interface is similar to that used by
Geometry.tracePolygon except that rather than tapping on the map to place the vertices of the polygon, there is an add
vertex button that places a vertex at the user's current location as determined by GPS. While walking the outline, the
user may also drag vertices of the polygon by long pressing on them in order to modify the polygon. The function returns
when the user has finished creating the polygon on the map and taps the save button.
The optional argument map_name is the name of a Map object that will provide the display parameters used for the map
that is shown while the user walks the polygon. You can use this parameter to set the base map, title, and
location/zoom level of the map. You can also use the map parameter to display markers and geometry on the map,
however any callbacks for clicking on markers or on the map itself are ignored while walking the polygon. Any buttons on
the map are replaced by buttons for adding a vertex, saving, clearing, and deleting the last point placed while the polygon
is being walked. If the argument map_name is omitted, a map with default settings is displayed while walking the
polygon.
After walking the polygon, you can save the geometry to a file, compute the area of the polygon, or compute the
perimeter of the polygon.
Return Value
The function returns a logical value of 1 (true) if the user created a polygon and 0 (false) if the file user canceled polygon
walking by tapping the back button.
Example 1
// Declare a geometry
Geometry outline;
// Have the user walk the outline of a polygon
if outline.walkPolygon() then
// Save the outline to a GeoJSON file
outline.save("outline.geojson");
endif;
Example 2
// Declare a geometry
Geometry plot;
// Declare a map
Map mymap;
// Set map display parameters
mymap.setBaseMap("basemap.mbtiles");
mymap.setTitle("Tap points on the map to outline the plot");
// Have the user walk the outline of a polygon using the map
if plot.walkPolygon(mymap) then
// Capture the plot area
PLOT_AREA = plot.area();
endif;
Geometry.getProperty Function
Format
s = geometry_name.getProperty(property_name);
Description
The Geometry.getProperty function returns a string containing the current value associated with the Geometry object's
property specified by the string expression property_name. If a Geometry object contains multiple features, the function
returns the value of the first feature that contains a value for property_name. Property names are case sensitive.
Property values may be set using the Geometry.setProperty function. When reading a GeoJSON file using the
Geometry.load function, property names and values are read from the properties section of GeoJSON features.
Example
// Load geometry from a file
Geometry geom;
geom.load("geom.geojson");
// Read the name property
string feature_name = geom.getProperty("name");
errmsg("This feature is named %s", feature_name);
Geometry.setProperty Function
Format
b = geometry_name.setProperty(property_name, property_value);
Description
The Geometry.setProperty function modifies the value associated with the Geometry object's property specified by the
string expression property_name. The property will be modified to the value given in the string or numeric expression
property_value. Properties may not be applied to empty Geometry objects so you must first call the Geometry.load,
Geometry.tracePolygon, or Geometry.walkPolygon functions to add items to the Geometry before setting properties.
Property names are case sensitive.
When a geometry item contains multiple features, the property is set to property_value in ALL of the features of the
geometry. When a geometry item is saved to a GeoJSON file using the Geometry.save function, the properties are
written to the GeoJSON file.
When displaying the geometry on a map, the following properties may be set to change the visual styling of the vector
items:
Name Value
stroke Color used to draw lines and polygon outlines as an HTML color string (e.g. "#FF0000").
stroke-width Width of the lines and outlines of polygons in display pixels.
fill Color used to draw the interior of polygons as an HTML color string (e.g. "#FF0000").
Return Value
The function returns a logical value of 1 (true) because it will always successfully set a property.
Example 1
Example 2
// Declare a map
Map mymap;
// Load geometry from a file
Geometry boundary;
boundary.load("boundary.geojson");
// Set the polygon fill color to purple
boundary.setProperty("fill", "#94219");
// Set the outline color to red
boundary.setProperty("stroke", "#ff0000");
// Set the outline width to 3
boundary.setProperty("stroke-width", 3);
// Add geometry to the map
numeric geometryId = mymap.addGeometry(boundary);
// Show the map
mymap.show();
Description
The HashMap statement creates a HashMap with the name hashmap_name. The HashMap name must be unique and
must contain only letters, numbers, or the underscore character. The name must begin with a letter. You can declare
HashMap objects globally in PROC GLOBAL or locally in functions or procedures.
HashMap values can be numeric or string. By default a HashMap is numeric, but the type can be modified by
specifying the value_type.
Unlike an Array, a HashMap's dimensions are not of fixed size because HashMap objects dynamically grow or shrink in
size as values are added or removed from the HashMap. A HashMap can have one or more dimensions, and when
declaring the HashMap you must specify the type of each dimension. Each dimension_type can be:
If no dimensions are specified, then the HashMap is created with a single dimension of type all.
When assigning a value to a HashMap, all keys will be created as necessary to store the value. However, when retrieving
a value, if the keys do not exist, you will get a runtime error and the value default or a blank string will be returned. If
you want to assign a default value for undefined keys, you can specify a default_value, which must be either a numeric
constant or a string literal (based on the value type).
Variable Modifiers
The following variable modifiers apply to HashMap objects:
persistent: to persist the variable's value from one run of an application to another.
Example 1
HashMap string simple_hashmap;
simple_hashmap("Kwanzan") = "Cherry Tree";
simple_hashmap(1603) = "Beginning of Edo period";
errmsg("%s", simple_hashmap(1868)); // runtime error (1868 is an undefined key)
Example 2
HashMap.getKeys Function
Format
i = hashmap_name.getKeys(list_name , key_value1, ..., key_valueN );
Description
The HashMap.getKeys function fills a List with the keys at a specific location in the HashMap. Each key_value
argument must be a numeric or string expression matching the type specified when declaring the HashMap. If no
arguments are provided, the first-dimension keys are returned; if one argument is provided, the second-dimension keys
are returned; and so on.
The argument list_name is a numeric or string List whose contents will be cleared and then filled with the HashMap's
keys. The type of the List must correspond to the type of keys at the specified location. If the dimension type is
numeric, then the List must be a numeric List. If the dimension type is string or all, then the List must be a string
List. In the case of all, any numeric values added as keys to the HashMap will be converted to strings before being
inserted in the string List.
Return Value
The function returns the number of keys added to the List.
Example
HashMap.contains Function
Format
b = hashmap_name.contains(key_value1 , ..., key_valueN );
Description
The HashMap.contains function returns whether or not a specific key exists in a HashMap. Each key_value argument
must be a numeric or string expression matching the type specified when declaring the HashMap.
Return Value
The function returns a logical value of 1 (true) if the HashMap contains the key, and 0 (false) otherwise.
Example
HashMap.length Function
Format
i = hashmap_name.length( key_value1, ..., key_valueN );
Description
The HashMap.length function returns the number of keys at a specific location in the HashMap. Each key_value
argument must be a numeric or string expression matching the type specified when declaring the HashMap. If no
arguments are provided, the number of first-dimension keys is returned; if one argument is provided, the number of
second-dimension keys is returned; and so on.
Return Value
The function returns the number of keys or 0 if no keys exist at the specified location.
Example
HashMap.remove Function
Format
b = hashmap_name.remove(key_value1 , ..., key_valueN );
Description
The HashMap.remove function removes a specific key from a HashMap. Each key_value argument must be a numeric or
string expression matching the type specified when declaring the HashMap.
Return Value
The function returns a logical value of 1 (true) if the HashMap contained the key and it was removed, and 0 (false) if the
key did not exist.
Example
HashMap.clear Function
Format
b = hashmap_name.clear();
Description
The HashMap.clear function removes all values from a HashMap.
Return Value
The function returns a logical value of 1 (true).
Example
Description
The Image statement creates an Image with the name image_name. The Image name must be unique and must contain
only letters, numbers, or the underscore character. The name must begin with a letter. You can declare Image objects
globally in PROC GLOBAL or locally in functions or procedures.
Variable Modifiers
The following variable modifiers apply to Image objects:
persistent: to persist the variable's value from one run of an application to another.
Example
Image roof_photo;
if roof_photo.takePhoto("Take a photo of the household's roof.") then
// in case the device's camera takes photos with an unnecessarily
// large resolution, resample the image to a more reasonable size
roof_photo.resample(maxWidth := 1600, maxHeight := 1200);
// save the image using the household key...
string base_filename = Path.concat(application, "Roof Photos", key(HH_DICT));
// ...with 90 quality to prevent the JPEG from being too large
roof_photo.save(base_filename + ".jpg", quality := 90);
endif;
Image.load Function
Format
b = image_name.load(image_filename);
b = image_name.load(valueset_name, value);
Description
The Image.load function reads an image from a file and stores its contents in the Image object. In the first version of the
function, the string expression image_filename specifies the location of the image on the disk.
The second version simplifies loading value set images. It is equivalent to calling:
Pa ge 533 of 958 Ima ge Object
image_name.load(getimage(valueset_name, value));
The following types of images can be loaded: JPEG (.jpg/.jpeg), PNG (.png), BMP (.bmp), and GIF (.gif). Although GIF
files can be loaded, the Image.save function cannot files in the GIF format.
Return Value
The function returns a logical value of 1 (true) if the image was loaded and 0 (false) if the image could not be loaded.
Example
// create thumbnails for every image in the Photos directory,
// placing the thumbnails in the Thumbnails directory
List string image_listing;
dirlist(image_listing, "Photos", "*.jpg;*.png");
do numeric counter = 1 while counter <= image_listing.length()
Image thumbnail_image;
if thumbnail_image.load(image_listing(counter)) then
// create a thumbnail at 25% of the original image size
thumbnail_image.resample(thumbnail_image.width() / 4, thumbnail_image.height() / 4);
// prefix the thumbnail filename with the text "tn"
string thumbnail_filename = Path.concat("Thumbnails", "tn" + Path.getFileName(image_listing(coun
ter)));
thumbnail_image.save(thumbnail_filename);
endif;
enddo;
Image.save Function
Format
b = image_name.save(image_filename , quality := quality );
Description
The Image.save function writes the contents of the Image object to a file specified by the string expression
image_filename. The image can be saved in three formats, with the format determined by the file extension: JPEG
(.jpg/.jpeg), PNG (.png), and BMP (.bmp). Although GIF files can be loaded by Image.load, images cannot be saved to
the GIF format.
When saving to JPEG format, the quality can be specified using a named argument. The numeric expression quality
must be a value from 0 to 100, with 100 being the best quality. If not specified, a value of 95 is used. The file size will be
bigger the higher the quality number. This value is ignored if not saving to JPEG format.
Return Value
The function returns a logical value of 1 (true) if the image was saved, 0 (false) if there was an error writing the file, and
default if the image object does not contain an image.
Image.width Function
Format
i = image_name.width();
Description
The Image.width function returns the width, in pixels, of the image held by the Image object.
Return Value
The function returns the width in pixels, or default if the Image object does not contain an image.
Example
// create thumbnails for every image in the Photos directory,
// placing the thumbnails in the Thumbnails directory
List string image_listing;
dirlist(image_listing, "Photos", "*.jpg;*.png");
do numeric counter = 1 while counter <= image_listing.length()
Image thumbnail_image;
if thumbnail_image.load(image_listing(counter)) then
// create a thumbnail at 25% of the original image size
thumbnail_image.resample(thumbnail_image.width() / 4, thumbnail_image.height() / 4);
// prefix the thumbnail filename with the text "tn"
string thumbnail_filename = Path.concat("Thumbnails", "tn" + Path.getFileName(image_listing(coun
ter)));
thumbnail_image.save(thumbnail_filename);
endif;
enddo;
Description
The Image.height function returns the height, in pixels, of the image held by the Image object.
Return Value
The function returns the height in pixels, or default if the Image object does not contain an image.
Example
// create thumbnails for every image in the Photos directory,
// placing the thumbnails in the Thumbnails directory
List string image_listing;
dirlist(image_listing, "Photos", "*.jpg;*.png");
do numeric counter = 1 while counter <= image_listing.length()
Image thumbnail_image;
if thumbnail_image.load(image_listing(counter)) then
// create a thumbnail at 25% of the original image size
thumbnail_image.resample(thumbnail_image.width() / 4, thumbnail_image.height() / 4);
// prefix the thumbnail filename with the text "tn"
string thumbnail_filename = Path.concat("Thumbnails", "tn" + Path.getFileName(image_listing(coun
ter)));
thumbnail_image.save(thumbnail_filename);
endif;
enddo;
Image.resample Function
Format
b = image_name.resample(width, height);
b = image_name.resample( width := width,
height := height );
b = image_name.resample( maxWidth := max_width,
maxHeight := max_height );
Description
The Image.resample function resamples the image held by the Image object. Resampling modifies the dimensions of
the image by either downsampling or upsampling the image. A loss of image quality may occur during the resampling
In the first version of the function, two numeric expressions, width and height, specify the new dimensions, in pixels, of
the image. If one of the arguments is notappl, then the other dimension will be calculated by maintaining the original
image's aspect ratio (the ratio of the width to the height). For example, if an image is 800 x 600, each of the following
function calls results in a 400 x 300 image:
image_name.resample(400, 300);
image_name.resample(400, notappl);
image_name.resample(notappl, 300);
The second and third versions of the function, accessed by using named arguments, provide additional ways to control
how the image is resampled. Specifying both width and height is equivalent to the first version of the function; specifying
only one of the arguments is as if notappl were specified for the other argument. Providing a max_width and/or
max_height will conditionally resample an image only if the image's width or height exceeds the provided maximum.
Using the 800 x 600 example from above:
image_name.resample(maxWidth := 400);
image_name.resample(maxHeight := 1200);
The first function call results in a resampling to 400 x 300. The second function call does not result in a resampling
because the original height, 600, does not exceed 1200. In this case, the function still returns 1 even though the image
was not resampled.
Return Value
The function returns a logical value of 1 (true) if the image was resampled, 0 (false) if there was an error, and default
if the image object does not contain an image.
Example 1
// create thumbnails for every image in the Photos directory,
// placing the thumbnails in the Thumbnails directory
List string image_listing;
dirlist(image_listing, "Photos", "*.jpg;*.png");
do numeric counter = 1 while counter <= image_listing.length()
Image thumbnail_image;
if thumbnail_image.load(image_listing(counter)) then
// create a thumbnail at 25% of the original image size
thumbnail_image.resample(thumbnail_image.width() / 4, thumbnail_image.height() / 4);
// prefix the thumbnail filename with the text "tn"
string thumbnail_filename = Path.concat("Thumbnails", "tn" + Path.getFileName(image_listing(coun
ter)));
thumbnail_image.save(thumbnail_filename);
endif;
enddo;
Example 2
Image.createQRCode Function
Format
b = image_name.createQRCode(qr_code_text,
errorCorrection := ecc,
scale := scale,
quietZone := quiet_zone,
darkColor := dark_color,
lightColor := light_color );
Description
The Image.createQRCode function creates a QR code and sets the contents of the Image object to this image. The text
for the QR code, qr_code_text, can be specified using a string or numeric expression.
Using named arguments, you can control how the QR code is created:
errorCorrection := error correction level, specified as a string expression evaluating to one of four levels:
"low" ‖ "medium" ‖ "quartile" ‖ "high". The higher the level, the larger the dimensions of QR code, as well
as the increased likelihood that a partially corrupted QR code can be read. In addition to the words, the level can
be specified using single letters: "L" ‖ "M" ‖ "Q" ‖ "H". (Default setting: medium.)
scale := the number of pixels per "module," specified as a numeric expression. The value cannot be less than 1,
and the higher the value, the larger the dimensions of the QR code. (Default setting: 4.)
quietZone := the "quiet zone" (margin) around the QR code, specified as a numeric expression in "modules."
The value cannot be less than 4. (Default setting: 4. Using the default scale and quiet zone results in a margin of
4 x 4 = 16 pixels.)
darkColor := the color of the dark areas, specified as a string expression evaluating to a HTML color name (like
"red") or a hex color code (like "#ff0000"). (Default: black.)
lightColor := the color of the light areas, specified as a string expression. (Default: white.)
The dimensions of the created QR code image are not known prior to creation as they depend in part on the length of the
input text, as well as the error correction level.
Return Value
The function returns a logical value of 1 (true) if the QR code was successfully generated, or 0 (false) on error.
Example 2
Image csentry_apk_url;
csentry_apk_url.createQRCode("https://play.google.com/store/apps/details?
id=gov.census.cspro.csentry",
errorCorrection := "quartile",
scale := 6,
quietZone := 8,
darkColor := "white",
lightColor := "green");
csentry_apk_url.view();
Image.takePhoto Function
Format
b = image_name.takePhoto( message );
Description
Flip camera icon: Tap to toggle between the front and rear-facing camera.
Camera icon: Tap to take the photo.
The optional string expression message will appear on the Android device's screen while the camera is active. The string
will not be saved to the image.
The aspect ratio of photos taken using the Android device's camera can be modified using the
CSEntry.Setting.CameraAspectRatio setting.
Return Value
The function returns a logical value of 1 (true) if a photo was successfully taken and 0 (false) if there was an error
taking a photo or if the operator canceled the operation.
Example
Image roof_photo;
if roof_photo.takePhoto("Take a photo of the household's roof.") then
// in case the device's camera takes photos with an unnecessarily
// large resolution, resample the image to a more reasonable size
roof_photo.resample(maxWidth := 1600, maxHeight := 1200);
// save the image using the household key...
string base_filename = Path.concat(application, "Roof Photos", key(HH_DICT));
// ...with 90 quality to prevent the JPEG from being too large
roof_photo.save(base_filename + ".jpg", quality := 90);
endif;
Image.captureSignature Function
Format
b = image_name.captureSignature( message );
Description
The Image.captureSignature function allows the drawing of a signature and stores the captured signature in the Image
object. This function only works on Android devices. The signature UI includes two options:
Return Value
The function returns a logical value of 1 (true) if a signature was successfully captured and 0 (false) if there was an
error capturing a signature or if the operator canceled the operation.
Example
PROC CONSENT
// have the respondent sign to confirm that they agreed to this interview
string consent_filename = Path.concat("Consent Signatures", key(SURVEY_DICT) + ".png");
// if the file exists, then they must have already consented on a previous
// household visit so only take the signature if the file does not exist
if not fileexist(consent_filename) then
string consent_message = "Please sign your name, indicating that you consent to be
interviewed for this survey.";
Image consent_signature;
if not consent_signature.captureSignature(consent_message) then
errmsg("The respondent must consent before you can continue.");
reenter;
endif;
consent_signature.save(consent_filename);
endif;
Image.view Function
Format
b = image_name.view( viewer_arguments );
Description
The Image.view function displays the image held by the Image object. The image will be show in an embedded web
brower. If you prefer to display the image using the system's default viewer for the image type, you can use the following
syntax:
view(filename(image_name));
This approach will only work if the image has been saved to the disk.
If either the height or width is specified, then both values must be provided. Hiding the Close button also removes the
margin around the web browser, so the browser will fill the entire embedded window.
Return Value
The function returns a logical value of 1 (true) if the image was displayed, 0 (false) if there was an error viewing the
image, and default if the Image object does not contain an image.
Example
Image tree_photo;
// ... load or take photo
tree_photo.view();
when accept("Are you satisfied with the photo of the tree?", "Yes", "No");
1 -> tree_photo.save("Tree Photo.jpg");
2 -> tree_photo.clear();
endwhen;
Image.clear Function
Format
b = image_name.clear();
Description
The Image.clear function clears the contents of the Image object, resulting in the object not holding any image.
Return Value
The function returns a logical value of 1 (true) on success, or 0 (false) if called on an occurrence of a binary dictionary
item that does not exist.
Example
Description
The List statement creates a List with the name list_name. The List name must be unique and must contain only
letters, numbers, or the underscore character. The name must begin with a letter. You can declare List objects globally
in PROC GLOBAL or locally in functions or procedures.
List objects can be numeric or string. By default a List is numeric, but the type can be modified by specifying the
list_type.
The initial elements of a List can be set on definition by listing each value, separated by a comma. A List can also be
initialized to the values of another List.
Variable Modifiers
The following variable modifiers apply to List objects:
persistent: to persist the variable's value from one run of an application to another.
Example
// numeric List objects
List DaysPerMonthTypical = 31, 28, 31, 30, 31, 30,
31, 31, 30, 31, 30, 31;
List numeric DaysPerMonthLeapYears = DaysPerMonthTypical;
DaysPerMonthLeapYears(2) = 29;
// string List
List string MonthNames = "Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec";
See also: List Object, Array Object, HashMap Object, ValueSet Object
List.add Function
Format
i = list_name.add(value list_name);
Description
The List.add function adds a single value (the numeric or string expression value) or a List of values (list_name) to the
end of a List. The type of the added value or List must match the type of the receiving List.
Return Value
Pa ge 544 of 958 Lis t Object
The function returns the number of the values added to the List. If the List is read-only, the function returns default.
Example
List string eligible_head_names;
do numeric counter = 1 while counter <= count(PERSON_REC)
if AGE(counter) >= 15 and USUAL_MEMBER(counter) = 1 then
eligible_head_names.add(NAME(counter));
endif;
enddo;
List.insert Function
Format
i = list_name.insert(index, value list_name);
Description
The List.insert function inserts a single value (the numeric or string expression value) or a List of values (list_name)
at the position in the List referenced by the numeric expression index. The type of the inserted value or List must match
the type of the receiving List. List index values are one-based, so the index must be between 1 and one past the length
of the List. If the index is 1, the values are inserted at the beginning of the List. If the value is List.length() + 1, the
values are inserted at the end of the List (as would happen with the List.add function).
Return Value
The function returns the number of the values inserted into the List. The function returns 0 if the index is not valid. If the
List is read-only, the function returns default.
Example
List string eligible_head_names;
do numeric counter = 1 while counter <= count(PERSON_REC)
if AGE(counter) >= 15 and USUAL_MEMBER(counter) = 1 then
// insert the names in sorted order
numeric insert_index;
do insert_index = 1 while insert_index <= eligible_head_names.length()
and eligible_head_names(insert_index) <= NAME(counter)
enddo;
eligible_head_names.insert(insert_index, NAME(counter));
endif;
enddo;
List.seek Function
Format
Pa ge 545 of 958 Lis t Object
i = list_name.seek(value, starting_index @nth_occurrence );
Description
The List.seek function returns the one-based index of the first occurrence in the List of value. The type of the value
must match the type of the List. If the numeric expression starting_index is provided, then the function starts searching
the for value starting at the index provided. Alternatively, if the @ symbol precedes the numeric expression
nth_occurrence, the function searches for the nth occurrence of the value.
Return Value
The function returns the one-based index of the value, if found, and 0 if no such value is in the List.
Example
List string keys_to_process;
// ...
if keys_to_process.seek(key(DICT_NAME)) = 0 then
skip case;
endif;
List.remove Function
Format
b = list_name.remove(index);
Description
The List.remove function removes the value at the position in the List referenced by the numeric expression index. List
index values are one-based, so the index must be between 1 and the length of the List.
Return Value
The function returns a logical value of 1 (true) if the value is successfully removed, and 0 (false) otherwise, which
indicates that the index is not valid. If the List is read-only, the function returns default.
Example
List string eligible_heads;
// ...
numeric eligible_head_index = eligible_heads.show("Select the head");
if eligible_head_index <> 0 and eligible_heads.length() > 1 then
eligible_heads.remove(eligible_head_index);
numeric secondary_head_index = eligible_heads.show("Select someone who could also be a
head");
endif;
See also: List Object, List.clear Function, List.removeDuplicates Function, List.removeIn Function
Pa ge 546 of 958 Lis t Object
List.removeDuplicates Function
Format
i = list_name.removeDuplicates();
Description
The List.removeDuplicates function removes duplicate values from a List, leaving the first instance of any duplicate in
the List.
Return Value
The function returns the number of duplicates removed from the List. If the List is read-only, the function returns default.
Example
List string women_names;
for POPULATION_RECORD where HH_SEX = 2 and HH_AGE in 12:95 do
women_names.add(HH_NAME);
enddo;
women_names.show("Women in Household");
// possible results: Maria, Maria, Linda, Maria, Pamela, Linda, Maria
numeric duplicates_removed = women_names.removeDuplicates();
women_names.show(maketext("Women in Household (%d duplicates removed)", duplicates_removed));
// possible results (4 duplicates removed): Maria, Linda, Pamela
See also: List Object, List.clear Function, List.remove Function, List.removeIn Function
List.removeIn Function
Format
i = list_name.removeIn(in_list);
Description
The List.removeIn function removes from a List any values that are specified in an in list. The values in in_list must be
numeric for a numeric List and string for a string List. Note that the in operator is case sensitive, so when using a string
List, specifying "Cindy" will not remove "cindy".
Return Value
The function returns the number of values removed from the List. If the List is read-only, the function returns default.
Example 1
List household_ages;
// ...
// values: 69, 57, 55, 33, 22, 44, 34, 5
household_ages.removeIn(0:15, 50:99);
// result: 33, 22, 44, 34
See also: List Object, List.clear Function, List.remove Function, List.removeDuplicates Function
List.clear Function
Format
b = list_name.clear();
Description
The List.clear function removes all values from a List, setting the length to 0.
Return Value
The function returns a logical value of 1 (true). If the List is read-only, the function returns default.
Example
PROC GLOBAL
List possible_ages;
PROC AGE
possible_ages.clear();
do numeric counter = 1 while counter <= curocc()
possible_ages.add(AGE);
enddo;
See also: List Object, List.remove Function, List.removeDuplicates Function, List.removeIn Function
List.length Function
Format
i = list_name.length();
Description
The List.length function returns the size of a List, indicating the number of values contained by the List.
Return Value
The function returns the length of the List.
List.show Function
Format
i = list_name.show( heading );
Description
The List.show function displays the values from a List and returns the index of the operator's selection. An optional
string expression, heading, specifies the title of the window that displays the values. The function is similar to the
accept function but with the options taken from the List's values.
Return Value
The function returns the index of the item selected: 1 for the first value, 2 for the second value, etc. The value 0 is
returned if the escape key (or back button) is pressed and none of the values is chosen.
Example
List string drink_options = "Water", "Milk", "Soda", "Coffee", "Tea";
numeric favorite_drink_index = drink_options.show("What is your favorite drink?");
if favorite_drink_index <> 0 then
errmsg("You like %s the most!", drink_options(favorite_drink_index));
endif;
See also: List Object, List.sort Function, Accept Function, Show Function, ShowArray Function, ValueSet.show
Function
List.sort Function
Format
b = list_name.sort( ascending descending );
Description
The List.sort function sorts the values within a List. An optional argument, ascending or descending, allows for the
specification of the sort order. If not specified, the default sort order is ascending. String values are sorted in case
sensitive order, so "c" is recognized as different from "C".
Return Value
Example
List string children_names;
for POPULATION_RECORD where HH_RELATIONSHIP = 3 do
children_names.add(HH_NAME);
enddo;
children_names.show("Children in Household (before sort)");
// possible results: Betty, Ellen, Charlene, Donna, Danny, Donnie, Cindy, Elaine
children_names.sort();
children_names.show("Children in Household (after ascending sort)");
// possible results: Betty, Charlene, Cindy, Danny, Donna, Donnie, Elaine, Ellen
children_names.sort(descending);
children_names.show("Children in Household (after descending sort)");
// possible results: Ellen, Elaine, Donnie, Donna, Danny, Cindy, Charlene, Betty
Description
The Map statement creates a Map object with the name map_name. The map_name must be unique and must contain
only letters, numbers, or the underscore character. The name must begin with a letter. You can declare Map objects
globally in PROC GLOBAL or locally in functions or procedures.
Example
// Declare a map
Map mymap;
// Add a marker to the map at latitude 38.84839, longitude -76.931098
mymap.addMarker(38.84839, -76.931098);
// Display the map
mymap.show();
Map.show Function
Format
b = map_name.show();
Description
The Map.show function displays the Map object named map_name. The function call replaces the active view (generally
either a question or a different map) and displays the map. The map will continue to be displayed until the user taps on
the back button or the Map.hide function is called from within a callback function.
The Map.show function will not finish execution until the user has finished interacting with the map. For this reason, you
should do all initial map setup (adding markers, buttons, base map, etc.) before calling Map.show. If any map functions
are given after the call to Map.show, they will not be executed until after the map has been hidden. You can, however,
make modifications to the map while it is showing from logic in a callback function supplied to one of the map functions
such as Map.setOnClick, Map.addTextButton, Map.addImageButton, Map.setMarkerOnClick,
Map.setMarkerOnClickInfoWindow, or Map.setMarkerOnDrag.
Return Value
The function returns a logical value of 1 (true) if the map was shown successfully and 0 (false) if there was an error.
Example
Map.hide Function
Format
b = map_name.hide();
Description
The Map.hide function hides the Map object named map_name and returns to the application. The Map.hide function
should be used in a callback function supplied to one of the map functions such as Map.setOnClick,
Map.addTextButton, Map.addImageButton, Map.setMarkerOnClick, Map.setMarkerOnClickInfoWindow, or
Map.setMarkerOnDrag. Calling Map.hide will cause the earlier call to Map.show to complete and return control to the
statement following the call to Map.show.
Return Value
The function returns a logical value of 1 (true).
Example
Map.clear Function
Format
b = map_name.clear();
Description
The Map.clear function resets all properties for the Map object named map_name, clearing buttons, geometry, and
markers; resetting the base map and title; etc.
Return Value
The function returns a logical value of 1 (true).
Example
function buildMap(Map myMap)
// clear all properties
myMap.clear();
// build the map
myMap.setBaseMap("Maps/Suitland.mbtiles");
// ...
end;
See also: Map Object, Map.clearButtons Function, Map.clearGeometry Function, Map.clearMarkers Function
Map.setTitle Function
Format
b = map_name.setTitle(title);
Pa ge 553 of 958 Ma p Object
Description
The Map.setTitle function sets the text that is displayed directly above the map to the value of the string expression
title. This can be used to display an instruction to the user such as "Tap on the map at the location of the household."
By default the instruction is empty and is not shown. To remove the title call Map.setTitle("") function with an empty
string.
Return Value
The function returns a logical value of 1 (true).
Example
// Declare a map
Map mymap;
// Set the title text above the map
mymap.setTitle("Tap on the map to place a household");
mymap.setOnClick(placeHousehold);
// Display the map
mymap.show();
Map.setBaseMap Function
Format
b = map_name.setBaseMap(base_map);
Description
The Map.setBaseMap function changes the base map that is displayed when the Map object named map_name is shown.
Maps can use online base maps, which require an Internet connection to load, or can use offline base maps, which
requires a map file stored on the device.
To specify an online map, use one of the following names as the base_map:
Name Description
Normal Standard road map showing streets and outlines of some buildings.
Satellite Satellite imagery.
Hybrid Features from the street map overlaid on satellite imagery.
Terrain Physical map based on terrain information.
None Empty base map. Only markers and buttons are shown.
To use an offline map, specify base_map using a string expression containing the filename of the offline map.
When no base map is set, the default base map will be calculated using defined rules.
Return Value
The function returns a logical value of 1 (true) if the base map was changed successfully and 0 (false) otherwise (for
example, if the offline map is not found).
Map.zoomTo Function
Format (Point)
b = map_name.zoomTo(latitude, longitude , zoom_level );
Format (Rectangle)
b = map_name.zoomTo(min_latitude, min_longitude, max_latitude, max_longitude , padding );
Description
The Map.zoomTo function pans and zooms a Map to center the map on a given point, or to fit a rectangular region of the
map to the screen. The Map.zoomTo function may be used before the map is displayed to set the initial view, or it may be
used in a callback function to change the view while the map is showing.
The first format example (point) moves the map so that the point with coordinates (latitude, longitude) is at the center of
the screen. If the optional zoom_level is specified, the map is also zoomed to the specified zoom level. zoom_level is
a number representing the level of detail to show. Zoom level one fits the entire world on the screen. Each consecutive
zoom level is twice as detailed as the preceding level. Zoom level 15 shows streets, and zoom level 20 shows individual
buildings. The minimum and maximum zoom levels supported will depend on the base map being used. If no zoom level
is specified, the current zoom level is maintained.
The second format example (rectangle) pans and zooms the map to fit the rectangular region of the map with corners at
(min_latitude, min_longitude) and (max_latitude, max_longitude). If the optional padding is specified, the map will
be zoomed less so that the rectangular region will fit onto the screen with extra padding on each side. This can be used
so that the edges of the rectangle do not line up exactly with the edge of the screen. The padding is specified as a
percentage of the width of the screen. A padding of 5 would add padding equal to 5% of the device screen width.
If Map.zoomTo is not called before the map is shown, then the initial view is determined in the order listed:
If there are any markers, the view is set to fit all of the markers onto the screen.
Next, if an offline map file that specifies an extent is used as a base map, the view is set to the extent of the
offline map file.
Return Value
The function returns a logical value of 1 (true) if the map is zoomed/panned and 0 (false) if there is an error (for example,
if the rectangle is invalid).
Example 1 (Point)
// Declare a map
Map mymap;
// Set initial view to center on the point 38.84839, -76.931098 at street level
mymap.zoomTo(38.84839, -76.931098, 15);
// Display the map
mymap.show();
Example 2 (Rectangle)
// Declare a map
Map mymap;
// Set initial view to fit a rectangular region with 15% padding
mymap.zoomTo(38.841546, -76.937428, 38.853679, -76.911550, 15);
// Display the map
mymap.show();
Map.showCurrentLocation Function
Format
b = map_name.showCurrentLocation(show_condition);
Description
The Map.showCurrentLocation function enables or disables display of the device's current location on the Map object
map_name. If show_condition is non-zero, the current location is displayed on the map as a blue dot. As the user moves
around, the blue dot also moves to follow the user's position.
In addition, there is a button on the right side of the map (shown below) that allows the user to zoom to their current
location. If show_location is zero, both the blue dot and associated button are hidden. Display of the current location is
enabled by default.
Zoom To Button
Return Value
The function returns a logical value of 1 (true).
Example
Map.saveSnapshot Function
Format
b = map_name.saveSnapshot(filename);
Description
The Map.saveSnapshot function saves the currently displayed map as an image. The image is specified by the string
expression filename and must have an extension associated with either JPEG or PNG formats. The map must be
currently displayed when this function is called, so it must be executed via a callback function association with a marker
or button.
Return Value
The function returns a logical value of 1 (true) if the map snapshot image was successfully saved and 0 (false) otherwise.
Example
PROC GLOBAL
function SaveMap(Map m, string image_filename)
m.saveSnapshot(image_filename);
end;
PROC EXAMPLE
Map capitals_map;
// ...
capitals_map.addTextButton("Save Image", SaveMap(capitals_map, "Capitals.png"));
Map.setOnClick Function
Format
b = map_name.setOnClick(callbackFunction);
Description
The Map.setOnClick function sets the function that is called when the user taps on the base map away from any
markers. The callbackFunction is the name of a user function defined in the global procedure that will be called when
the user taps on the map. The function name may optionally be followed by function arguments which will be passed to
the function when it is run. These arguments are evaluated at the time that Map.setOnClick is called rather than at the
To retreive the coordinates of the map location that was tapped, use the functions Map.getLastClickLatitude and
Map.getLastClickLongitude.
If the user taps on a marker rather than on the map itself, callbackFunction is not called. To capture taps on markers
use the Map.setMarkerOnClick function.
Return Value
The function returns a logical value of 1 (true).
Example
PROC GLOBAL
// Declare a map
Map mymap;
// Declare id for map marker
numeric markerId;
// This function is called when user taps on map.
// It moves the marker to the location that the user tapped.
function mapClicked()
numeric lat = mymap.getLastClickLatitude();
numeric lon = mymap.getLastClickLongitude();
mymap.setMarkerLocation(markerId, lat, lon);
end;
PROC SHOW_MAP
preproc
// Add a marker to the map at latitude 38.84839, longitude -76.931098
markerId = mymap.addMarker(38.84839, -76.931098);
// Set function that is called when the user taps on the map to move the marker
// to the new position
mymap.setOnClick(mapClicked());
// Display the map
mymap.show();
Map.getLastClickLatitude Function
Format
lat = map_name.getLastClickLongitude();
Description
The Map.getLastClickLatitude function retrieves the latitude of the last point on the map that the user tapped. This is
often used in the callback function passed to Map.setOnClick to get the coordinates of the point that was just tapped.
The tapped latitude is only recorded if a user taps on the map itself rather than on a marker.
Return Value
The function returns the latitude of the tapped point in degrees or notappl if the user has not tapped a point on the map.
Pa ge 558 of 958 Ma p Object
Example
PROC GLOBAL
// Declare a map
Map mymap;
// Declare id for map marker
numeric markerId;
// This function is called when user taps on map.
// It moves the marker to the location that the user tapped.
function mapClicked()
numeric lat = mymap.getLastClickLatitude();
numeric lon = mymap.getLastClickLongitude();
mymap.setMarkerLocation(markerId, lat, lon);
end;
PROC SHOW_MAP
preproc
// Add a marker to the map at latitude 38.84839, longitude -76.931098
markerId = mymap.addMarker(38.84839, -76.931098);
// Set function that is called when the user taps on the map to move the marker
// to the new position
mymap.setOnClick(mapClicked());
// Display the map
mymap.show();
Map.getLastClickLongitude Function
Format
long = map_name.getLastClickLongitude();
Description
The Map.getLastClickLongitude function retrieves the longitude of the last point on the map that the user tapped. This
is often used in the callback function passed to Map.setOnClick to get the coordinates of the point that was just tapped.
The tapped longitude is only recorded if a user taps on the map itself rather than on a marker.
Return Value
The function returns the longitude of the tapped point in degrees or notappl if the user has not tapped a point on the
map.
Example
Map.addMarker Function
Format
markerId = map_name.addMarker(latitude, longitude);
Description
The Map.addMarker function creates a new marker at the position defined by latitude and longitude and adds the new
marker to the Map object named map_name. Initially the marker will have the default red and black marker icon and no
description.
You can customize the marker icon using the function Map.setMarkerText or Map.setMarkerImage. You can add a
description of the marker using Map.setMarkerDescription. The description will appear in the marker list and in a
popup when the user taps on the marker.
Return Value
The function returns the identifier of the new marker which may be used in subsequent calls to Map.removeMarker,
Map.setMarkerText, Map.setMarkerImage, Map.setMarkerDescription Map.setMarkerOnClick,
Map.setMarkerOnClickInfoWindow, Map.setMarkerOnDrag, Map.setMarkerLocation, Map.getMarkerLatitude, or
Map.getMarkerLongitude.
Example
Map.removeMarker Function
Format
b = map_name.removeMarker(markerId);
Description
The Map.removeMarker function removes a marker from the Map object named map_name. The markerId should be the
id returned by Map.addMarker function when the marker was added to the map.
Return Value
The function returns a logical value of 1 (true) if the marker was found and was successfully removed and 0 (false) if there
is an error.
Example
Map.clearMarkers Function
Format
b = map_name.clearMarkers();
Description
The Map.clearMarkers function removes all the markers currently on the Map object named map_name.
Return Value
The function returns a logical value of 1 (true).
Example
See also: Map Object, Map.addMarker Function, Map.clear Function, Map.clearButtons Function
Map.setMarkerImage Function
Format
b = map_name.setMarkerImage(markerId, pathToImage);
Description
The Map.setMarkerImage sets the icon for the marker with id markerId on Map map_name. markerId is the id that was
returned by Map.addMarker when the marker was added to the map. pathToImage is the path to a file containing the
image to display as the marker icon. Standard image files (PNG, JPEG, BMP) are supported.
If the marker icon was previously set with Map.setMarkerText, calling Map.setMarkerImage will replace the marker text
with the image.
Return Value
The function returns a logical value of 1 (true) if the marker was found and the image was set successfully and 0 (false) if
there is an error.
Example
// Declare a map
Map mymap;
// Add a marker to the map at latitude 38.84839, longitude -76.931098
numeric markerId = mymap.addMarker(38.84839, -76.931098);
// Set the icon
mymap.setMarkerImage(markerId, "resources/marker_icon.png");
// Display the map
mymap.show();
Map.setMarkerText Function
Pa ge 563 of 958 Ma p Object
Format
b = map_name.setMarkerText(markerId, text , backgroundColor, textColor ]);
Description
The Map.setMarkerText sets the icon for the marker with id markerId on Map map_name to an icon with the specified
text and color. The icon will contain the text surrounded by a small outline. markerId is the id that was returned by
Map.addMarker when the marker was added to the map. text is the phrase to display as the marker icon. You can
optionally set the color of the text and the background color of the icon by specifying the backgroundColor and
textColor. Colors can be given by the names of common colors ("blue", "red", etc.) or using an HTML RGB color
specification that starts with "#" such as "#404040". If no colors are specified the text will be black on a white
background.
Map.setMarkerText sets the text used in the marker icon. The icon text should be kept short to avoid making the map
crowded. To associate a longer description with a marker use Map.setMarkerDescription instead to display additional
text in the marker list and in a popup on the map when the user taps the marker.
If the marker icon was previously set with Map.setMarkerImage, calling Map.setMarkerText will replace the marker
image with the new text.
Return Value
The function returns a logical value of 1 (true) if the marker was found and the text was set successfully and 0 (false) if
there is an error.
Example
// Declare a map
Map mymap;
// Add a marker to the map at latitude 38.84839, longitude -76.931098
numeric markerId = mymap.addMarker(38.84839, -76.931098);
// Set the icon
mymap.setMarkerText(markerId, maketext("%v", HH_NUMBER), "white", "black");
// Display the map
mymap.show();
Map.setMarkerDescription Function
Format
Pa ge 564 of 958 Ma p Object
b = map_name.setMarkerDescription(markerId, description);
Description
The Map.setMarkerDescription function associates the string expression description with the given markerId. The
description will appear in a popup box next to the markerId's map location when the user taps the marker. The text box
will disappear when the popup box is closed.
Return Value
The function returns a logical value of 1 (true) if the marker was found and the description was set successfully, or 0
(false) if there was an error.
Example
// Declare a map
Map mymap;
// Add a marker to the map at latitude 38.84839, longitude -76.931098
numeric markerId = mymap.addMarker(38.84839, -76.931098);
// Set the popup text when marker is tapped to
// display name of head of household and number of household
// members
string popupText = maketext("Head: %s %s Males: %d Females %d",
strip(HEAD_FIRST_NAME),
strip(HEAD_LAST_NAME),
MALE_MEMBERS, FEMALE_MEMBERS);
mymap.setMarkerDescription(markerId, popupText);
// Display the map
mymap.show();
Map.setMarkerOnClick Function
Format
b = map_name.setMarkerOnClick(markerId, callbackFunction);
Description
The Map.setMarkerOnClick function sets the function that is called when the user taps on the marker identified by
markerId. When the user taps on the marker the user-defined function callbackFunction will be called.
If no on-click function is set for a marker then when the marker is clicked, the default behavior is to center the view on the
marker and to display the marker's info window. After setting an on-click function with Map.setMarkerOnClick function,
the popup info window is not shown when the marker is clicked. If you wish to still display the popup window and also
handle taps on the marker you can use the function Map.setMarkerOnClickInfoWindow().
Return Value
The function returns a logical value of 1 (true) if the marker was found and the callback function was set successfully and
0 (false) if there is an error.
Example 1
PROC GLOBAL
function clickedOnMarker()
errmsg("You clicked on a marker");
end;
PROC SOMEITEM
// Declare a map
Map mymap;
// Add a marker to the map at latitude 38.84839, longitude -76.931098
numeric markerId = mymap.addMarker(38.84839, -76.931098);
// Set function that is called on marker click
mymap.setMarkerOnClick(markerId, clickedOnMarker());
// Display the map
mymap.show();
Example 2
Map.setMarkerOnClickInfoWindow Function
Format
b = map_name.setMarkerOnClickInfoWindow(markerId, callbackFunction);
Description
The Map.setMarkerOnClick function sets the function that is called when the user taps on the popup info window for the
marker identified by markerId. The popup info window is shown when the user taps on the marker and it displays the
marker description set by calling Map.setMarkerDescription. After tapping on the marker to display the info window,
when the user then taps on the popup, the user-defined function callbackFunction will be called.
The callbackFunction is the name of a user function defined in the global procedure. The function name may optionally
be followed by function arguments which will be passed to the function when it is run. These arguments are evaluated at
the time that Map.setMarkerOnClickInfoWindow is called rather than at the time the callback is run. This allows you to
reuse the same callback function for multiple markers and to customize the behavior of the callback by passing different
arguments to the callback function for each marker.
Example 1
PROC GLOBAL
function clickedOnMarkerInfoWindow()
errmsg("You clicked on a marker popup");
end;
PROC SOMEITEM
// Declare a map
Map mymap;
// Add a marker to the map at latitude 38.84839, longitude -76.931098
numeric markerId = mymap.addMarker(38.84839, -76.931098);
// Set function that is called on marker info window click
mymap.setMarkerOnClick(markerId, clickedOnMarkerInfoWindow());
// Display the map
mymap.show();
Example 2
See also: Map Object, Map.addMarker Function, Map.setMarkerOnClick Function, Map.setMarkerDescription Function
Map.setMarkerOnDrag Function
Format
b = map_name.setMarkerOnDrag(markerId, callbackFunction);
Description
The Map.setMarkerOnDrag function sets the function that is called when the user drags the marker on the map marker
identified by markerId. Markers may be dragged by first long pressing on them and then sliding them to a new position.
The callbackFunction is called at the end of the drag when the user lifts up their finger to release the marker.
The callbackFunction is the name of a user function defined in the global procedure. The function name may optionally
be followed by function arguments which will be passed to the function when it is run. These arguments are evaluated at
the time that Map.setMarkerOnDrag is called rather than at the time the callback is run. This allows you to reuse the
same callback function for multiple markers and to customize the behavior of the callback by passing different arguments
to the callback function for each marker.
Return Value
Example
PROC GLOBAL
function onDragMarker(Map dragMap, numeric markerId)
numeric lat = dragMap.getMarkerLatitude(markerId);
numeric lon = dragMap.getMarkerLongitude(markerId);
errmsg("Marker was moved to: %f, %f", lat, lon);
end;
PROC SHOW_MAP
preproc
// Declare a map
Map dragMap;
// Add a marker to the map at latitude 38.84839, longitude -76.931098
numeric markerId = dragMap.addMarker(38.84839, -76.931098);
// Set function that is called on marker drag
dragMap.setMarkerOnDrag(markerId, onDragMarker(dragMap, markerId));
// Display the map
dragMap.show();
See also: Map Object, Map.addMarker Function, Map.setMarkerOnClick Function, Map.getMarkerLatitude Function,
Map.getMarkerLongitude Function
Map.setMarkerLocation Function
Format
b = map_name.setMarkerLocation(markerId, latitude, longitude);
Description
The Map.setMarkerLocation function moves the marker identified by markerId to a location on the map with
coordinates latitude and longitude. latitude and longitude should be given in degrees.
Return Value
The function returns a logical value of 1 (true) if the marker was found and the location was set successfully and 0 (false)
if there is an error.
Example
Map.getMarkerLatitude Function
Format
lat = map_name.getMarkerLatitude(markerId);
Description
The Map.getMarkerLatitude function retrieves the latitude of the marker identified by markerId.
Return Value
The function returns the latitude of the marker in degrees if the marker was found and returns default if the marker id is
invalid.
Example
Map.getMarkerLongitude Function
Format
long = map_name.getMarkerLongitude(markerId);
Description
The Map.getMarkerLongitude function retrieves the longitude of the marker identified by markerId.
Return Value
The function returns the longitude of the marker in degrees if the marker was found and returns default if the marker id
is invalid.
Example
Map.addGeometry Function
Format
geometryId = map_name.addGeometry(geometry_name);
Description
The Map.addGeometry function adds the vector data (points, lines, and polygons) contained in geometry_name to the
Map object named map_name. The vector data will be drawn on the map in a layer on top of the base map. Points are
rendered as markers while lines and polygons are drawn as lines and polygons. The vector data may be loaded from a
GeoJSON file using the function Geometry.load or traced by the interviewer using the Geometry.tracePolygon or
Geometry.walkPolygon functions.
Loading very large GeoJSON files can be slow and may exceed the memory of the device. In some cases it may be
necessary to break up large GeoJSON files into smaller files. For example, rather than using a single file containing
geometry for an entire country, create smaller files for the geometry in each district and then load only the file for the
district that the interviewer is currently working in. Alternatively, rather than using geometry you can save the vector data
in a custom base map.
Return Value
The function returns the identifier of the new geometry which may be used in subsequent calls to Map.removeGeometry
to delete the geometry from the map.
Example
See also: Map Object, Geometry Object, Map.removeGeometry Function, Map.clearGeometry Function
Map.removeGeometry Function
Format
b = map_name.removeGeometry(geometryId);
Description
The Map.removeGeometry function removes Geometry from the Map map_name. geometryId should be the id returned by
Map.addGeometry when the Geometry was added to the Map.
Return Value
The function returns a logical value of 1 (true) if the geometry was found and was successfully removed and 0 (false) if
there is an error.
Example
See also: Map Object, Geometry Object, Map.addGeometry Function, Map.clearGeometry Function
Map.clearGeometry Function
Format
b = map_name.clearGeometry();
Description
The Map.clearGeometry function removes all the Geometry currently on the Map object named map_name. Note that this
clears only Geometry added using the Map.addGeometry function. Markers added to the map using Map.addMarker
should be cleared using the function Map.clearMarkers.
Return Value
The function returns a logical value of 1 (true).
Example
See also: Map Object, Geometry Object, Map.addGeometry Function, Map.removeGeometry Function, Map.clear
Function
Map.addTextButton Function
Format
buttonId = map_name.addTextButton(text, callbackFunction);
Description
The Map.addTextButton function adds a new button to the map with the label text. Map buttons are displayed on the
right-hand side of the map. The new button will be added below any existing buttons. When the user taps on the button
the user-defined function callbackFunction will be called.
The callbackFunction is the name of a user function defined in the global procedure. The function name may optionally
be followed by function arguments which will be passed to the function when it is run. These arguments are evaluated at
the time that Map.addTextButton is called rather than at the time the callback is run. This allows you to reuse the same
callback function for multiple buttons and to customize the behavior of the callback by passing different arguments to the
callback function for each button.
Return Value
The function returns the identifier of the new button which may be used in subsequent calls to Map.removeButton.
Example
Map.addImageButton Function
Format
buttonId = map_name.addImageButton(pathToImage, callbackFunction);
Description
The Map.addImageButton function adds a new button to the Map, using the image in the pathToImage file as the
button's icon. The pathToImage argument is the path to a file containing the image to display on the button. Standard
image files (PNG, JPEG, BMP) are supported. Map buttons are displayed on the right hand-side of the map. The new
button will be added below any existing buttons. When the user taps on the button, the user-defined function
callbackFunction will be called.
The callbackFunction is the name of a user function defined in the global procedure. The function name may optionally
be followed by function arguments which will be passed to the function when it is run. These arguments are evaluated at
the time that Map.addTextButton is called rather than at the time the callback is run. This allows you to reuse the same
callback function for multiple buttons and to customize the behavior of the callback by passing different arguments to the
callback function for each button.
Return Value
The function returns the identifier of the new button which may be used in subsequent calls to Map.removeButton.
Example
Map.removeButton Function
Format
b = map_name.removeButton(buttonId);
Description
The Map.removeMarker function removes a marker from the Map map_name. buttonId should be the id returned by
Map.addTextButton or Map.addImageButton when the button was added to the Map.
Return Value
The function returns a logical value of 1 (true) if the button was found and was successfully removed and 0 (false) if there
is an error.
Example
PROC GLOBAL
// Declare a map
Map mymap;
// Id of button that will be shown on map
numeric buttonId;
// Function to remove a button from a map
function removeButton()
mymap.removeButton(buttonId);
end;
PROC SHOW_MAP
preproc
// Add a button that removes itself when it is clicked
buttonId = mymap.addTextButton("remove me", removeButton());
// Display the map
mymap.show();
Map.clearButtons Function
Format
b = map_name.clearButtons();
Description
The Map.clearButtons function removes all the buttons currently on the Map object named map_name.
Return Value
The function returns a logical value of 1 (true).
Example
PROC GLOBAL
numeric showAddHousehold = true;
numeric showFilter = true;
// User function that will be called on button click
// to update the buttons
function updateButtons(Map myMap)
// Clear existing buttons
myMap.clearButtons();
if showAddHousehold then
myMap.addTextButton("Add", addHousehold(myMap));
endif;
if showFilterButton then
myMap.addTextButton("Filter", filterHouseholds(myMap));
endif;
myMap.addTextButton("Done", closeMap(myMap));
end;
See also: Map Object, Map.addTextButton Function, Map.addImageButton Function, Map.clear Function,
Map.clearMarkers Function
Name Description
Normal Standard road map showing streets and outlines of some buildings.
Satellite Satellite imagery.
Hybrid Features from the street map overlaid on satellite imagery.
Terrain Physical map based on terrain information.
None Empty base map. Only markers and buttons are shown.
When specifying an online base map name, you can use the name directly or use it as a string expression. For
Map my_map;
string desired_base_map = "Terrain";
my_map.setBaseMap(Terrain);
my_map.setBaseMap(desired_base_map);
Offline Maps
The default base map shown is the Google Maps road map which requires an Internet connection. You can instead use
an offline map from a file stored on your device. Offline map files store map tiles which are images of pieces of a map at
various levels of detail. Rather than downloading map images from Google Maps, CSPro will read the images directly
from an offline map file.
Supported Files
CSPro supports the following formats for offline map files:
MBTiles An open format orginally developed by Mapbox but now widely used by many other systems.
MBTiles can be exported from QGIS. You can also download MBTiles files created from Open
Street Map data from the Humanitarian Open Street Maps project at
https://www.hotosm.org. Only MBTiles containing image tiles (PNG or JPEG) are supported.
Vector tiles are not supported.
ArcGIS Tile Package Tile packages exported from ArcGIS. See the ArcGIS Help for details. Tile packages (.tpk files)
must be created using the ArcGIS Online/Bing Maps/Google Maps tiling scheme to be
compatible with CSPro.
Level 20 is detailed enough to see individual buildings. At level 20 the entire world requires over a trillion tiles. By
removing the last level of detail from your map, you reduce the size of the file by close to two-thirds.
Since offline map files may contain hundreds or thousands of images, they can become very large. The file size will
depend on the extents of the map and the level of detail. It is not possible to store a map of the entire world, or even of an
entire country, at a high level of detail on most devices. When creating your map files, you will need to adjust the extents
and level of detail to ensure that the map files will not exceed the available storage space on your device. If your survey
will be conducted over a large geographic area, you may need to provide separate maps for each interviewer or each
team that only covers their assigned area.
Functionality
Function Description
Path.concat Combines multiple strings into one string representing a file path.
Path.getDirectoryName Extracts the directory name from a file path.
Path.getExtension Extracts the file extension from a file path.
Path.getFileName Extracts the file name from a file path.
Path.getFileNameWithoutExtension Extracts the file name without its extension from a file path.
Path.getRelativePath Returns a relative path based on a path's location relative to a
directory.
Path.selectFile Shows the operator a visual listing of the file system and returns the
path of the file the operator selected.
Example
string data_directory = "C:\CSPro Data Files";
string survey_data_path = Path.concat(data_directory, "Region 1", "COVID-19 Survey.csdb");
// result: C:\CSPro Data Files\Region 1\COVID-19 Survey.csdb
string region_data_directory = Path.getDirectoryName(survey_data_path);
// result: C:\CSPro Data Files\Region 1\
string survey_data_filename = Path.getFileName(survey_data_path);
// result: COVID-19 Survey.csdb
string survey_data_extension = Path.getExtension(survey_data_path);
// result: .csdb
string survey_data_filename_without_extension = Path.getFileNameWithoutExtension(survey_data_pat
h);
// result: COVID-19 Survey
string survey_data_path_relative_to_data_directory = Path.getRelativePath(data_directory, survey
_data_path);
// result: Region 1\COVID-19 Survey.csdb
Path.concat Function
Format
s = Path.concat(path_string1 , ..., path_stringN );
Description
Pa ge 582 of 958 Pa th
The Path.concat function concatenates the values of multiple string expressions (path_string1 + ... + path_stringN)
into one string representing a file path. The first argument can be either a string expression or one of the path types
documented in the pathname function. The combined paths are returned as an absolute, not relative, path.
Return Value
The function returns the concatenated path string.
Example
string image_filename = Path.concat(Application, "../Images", maketext("%v%v.jpg", CLUSTER, HHNO
));
Path.getDirectoryName Function
Format
s = Path.getDirectoryName(path_string);
Description
The Path.getDirectoryName function returns the directory name for the path specified in the string expression
path_string.
Return Value
The function returns a string with the directory name extracted from the full path.
Example
string data_directory = "C:\CSPro Data Files";
string survey_data_path = Path.concat(data_directory, "Region 1", "COVID-19 Survey.csdb");
// result: C:\CSPro Data Files\Region 1\COVID-19 Survey.csdb
string region_data_directory = Path.getDirectoryName(survey_data_path);
// result: C:\CSPro Data Files\Region 1\
string survey_data_filename = Path.getFileName(survey_data_path);
// result: COVID-19 Survey.csdb
string survey_data_extension = Path.getExtension(survey_data_path);
// result: .csdb
string survey_data_filename_without_extension = Path.getFileNameWithoutExtension(survey_data_pat
h);
// result: COVID-19 Survey
string survey_data_path_relative_to_data_directory = Path.getRelativePath(data_directory, survey
_data_path);
// result: Region 1\COVID-19 Survey.csdb
Path.getExtension Function
Pa ge 583 of 958 Pa th
Format
s = Path.getExtension(path_string);
Description
The Path.getExtension function returns the file extension for the path specified in the string expression path_string.
The extension will begin with a ".". If the file does not have an extension, a blank string is returned.
Return Value
The function returns the extension extracted from the full path.
Example
string data_directory = "C:\CSPro Data Files";
string survey_data_path = Path.concat(data_directory, "Region 1", "COVID-19 Survey.csdb");
// result: C:\CSPro Data Files\Region 1\COVID-19 Survey.csdb
string region_data_directory = Path.getDirectoryName(survey_data_path);
// result: C:\CSPro Data Files\Region 1\
string survey_data_filename = Path.getFileName(survey_data_path);
// result: COVID-19 Survey.csdb
string survey_data_extension = Path.getExtension(survey_data_path);
// result: .csdb
string survey_data_filename_without_extension = Path.getFileNameWithoutExtension(survey_data_pat
h);
// result: COVID-19 Survey
string survey_data_path_relative_to_data_directory = Path.getRelativePath(data_directory, survey
_data_path);
// result: Region 1\COVID-19 Survey.csdb
Path.getFileName Function
Format
s = Path.getFileName(path_string);
Description
The Path.getFileName function returns the file name for the path specified in the string expression path_string. The file
name will include the extension of the file; to get the file name without the extension, use the
Path.getFileNameWithoutExtension function.
Return Value
The function returns a string with the directory name removed from the full path.
Example
Pa ge 584 of 958 Pa th
string data_directory = "C:\CSPro Data Files";
string survey_data_path = Path.concat(data_directory, "Region 1", "COVID-19 Survey.csdb");
// result: C:\CSPro Data Files\Region 1\COVID-19 Survey.csdb
string region_data_directory = Path.getDirectoryName(survey_data_path);
// result: C:\CSPro Data Files\Region 1\
string survey_data_filename = Path.getFileName(survey_data_path);
// result: COVID-19 Survey.csdb
string survey_data_extension = Path.getExtension(survey_data_path);
// result: .csdb
string survey_data_filename_without_extension = Path.getFileNameWithoutExtension(survey_data_pat
h);
// result: COVID-19 Survey
string survey_data_path_relative_to_data_directory = Path.getRelativePath(data_directory, survey
_data_path);
// result: Region 1\COVID-19 Survey.csdb
Path.getFileNameWithoutExtension Function
Format
s = Path.getFileNameWithoutExtension(path_string);
Description
The Path.getFileNameWithoutExtension function returns the file name for the path specified in the string expression
path_string. The file name will not include the extension of the file; to get the file name with the extension, use the
Path.getFileName function.
Return Value
The function returns a string with the directory name and extension removed from the full path.
Example
Pa ge 585 of 958 Pa th
string data_directory = "C:\CSPro Data Files";
string survey_data_path = Path.concat(data_directory, "Region 1", "COVID-19 Survey.csdb");
// result: C:\CSPro Data Files\Region 1\COVID-19 Survey.csdb
string region_data_directory = Path.getDirectoryName(survey_data_path);
// result: C:\CSPro Data Files\Region 1\
string survey_data_filename = Path.getFileName(survey_data_path);
// result: COVID-19 Survey.csdb
string survey_data_extension = Path.getExtension(survey_data_path);
// result: .csdb
string survey_data_filename_without_extension = Path.getFileNameWithoutExtension(survey_data_pat
h);
// result: COVID-19 Survey
string survey_data_path_relative_to_data_directory = Path.getRelativePath(data_directory, survey
_data_path);
// result: Region 1\COVID-19 Survey.csdb
Path.getRelativePath Function
Format
s = Path.getRelativePath(relative_to, path);
Description
The Path.getRelativePath function returns a relative path based on the string expression path's location relative to a
directory specified by relative_to. The relative_to argument can be either a string expression or one of the path types
documented in the pathname function.
Return Value
The function returns a relative path.
Example
string data_directory = "C:\CSPro Data Files";
string survey_data_path = Path.concat(data_directory, "Region 1", "COVID-19 Survey.csdb");
// result: C:\CSPro Data Files\Region 1\COVID-19 Survey.csdb
string region_data_directory = Path.getDirectoryName(survey_data_path);
// result: C:\CSPro Data Files\Region 1\
string survey_data_filename = Path.getFileName(survey_data_path);
// result: COVID-19 Survey.csdb
string survey_data_extension = Path.getExtension(survey_data_path);
// result: .csdb
string survey_data_filename_without_extension = Path.getFileNameWithoutExtension(survey_data_pat
h);
// result: COVID-19 Survey
string survey_data_path_relative_to_data_directory = Path.getRelativePath(data_directory, survey
_data_path);
// result: Region 1\COVID-19 Survey.csdb
Pa ge 586 of 958 Pa th
See also: Path Namespace, Path Adjuster Dialog
Path.selectFile Function
Format
s = Path.selectFile( message );
s = Path.selectFile( title := message,
filter := wildcard,
startDirectory := start_directory_path,
rootDirectory := root_directory_path,
showDirectories := show_directories_flag );
Description
The Path.selectFile function shows the operator a visual listing of the file system and returns the path of the file the
operator selected. Hidden and system files are not shown in the visual listing.
In the first version, an optional string expression message specifies the title of the dialog that shows the file listing. The
operator will initially see files starting in the directory where the currently running application is located, and will have
access to other files on that drive.
The second version, accessed by using named arguments, gives you control over the location and kind of files that the
operator can choose. The string expression message specifies the title of the dialog that shows the file listing.
You can specify a string expression, wildcard, that is applied to filter the files shown in the visual listing. For example,
"*.csdb" would show only CSPro DB files. You can specify multiple wildcard filters by separating each filter with a
semicolon. The filter "*.jpg;*.jpeg;*.bmp" would show both JPEG and BMP files. Instead of using a string
expression, you can also use a predefined wildcard expression:
FileType.Audio: Files that the Audio object can read and write.
FileType.Geometry: Files that the Geometry object can read and write.
FileType.Image: Files that the Image object can read and write.
To specify the initial directory shown to the operator, you can specify a start_directory_path. You can also specify a
root_directory_path. Specifying a root directory prevents the operator from moving to a location above the root directory.
If neither are provided, the operator will initially see files starting in the directory where the currently running application is
located, and will have access to other files on that drive. If a root directory is provided without a start directory, the start
directory will be set to the root directory. If both a start and root directory are provided, the root directory must be equal
to or above the start directory. Both directory paths can be one of the following:
By default, both files and directories are shown to the operator. To hide directories, set the numeric expression
show_directories_flag to false.
The Path.selectFile action can also be used to show a visual listing of the file system to the operator.
Return Value
The function returns a string with the path of the selected file, or a blank string is no file was selected.
Example 1
Pa ge 587 of 958 Pa th
string pff_filename = Path.selectFile(title := "Select an Application to Execute",
filter := "*.pff");
if pff_filename <> "" then
execpff(pff_filename);
endif;
Example 2
string data_directory = Path.concat(application, "../Data");
string current_region_data_directory = Path.concat(data_directory, maketext("%v", REGION));
string data_filename = Path.selectFile(title := "Select a Data File To Process",
filter := "*.csdb",
rootDirectory := data_directory,
startDirectory := current_region_data_directory);
Example 3
string image_filename = Path.selectFile(title := "Select Your Favorite Image",
rootDirectory := Media.Images);
Pa ge 588 of 958 Pa th
Pff Object
Pff Statement
Format
Pff pff_name;
Description
The Pff statement creates a dynamic Pff with the name pff_name. The Pff name must be unique and must contain only
letters, numbers, or the underscore character. The name must begin with a letter. You can declare Pff objects globally in
PROC GLOBAL or locally in functions or procedures.
Example
PROC INTERVIEWER_MENU
// run the listing program in the interviewer's assigned cluster
if INTERVIEWER_MENU = 1 then
Pff listing_pff;
listing_pff.load("Listing.pff");
listing_pff.setProperty("Key", maketext("%v", CLUSTER));
listing_pff.exec();
endif;
Pff.load Function
Format
b = pff_name.load(pff_filename application_name);
Description
The Pff.load function loads the contents from an existing PFF file into a Pff object. If supplying a string expression,
pff_filename, the properties from that PFF will be loaded. If supplying an application_name (the name of your
application, which generally ends with _FF), then the PFF used to run the current application will be loaded.
Return Value
The function returns a logical value of 1 (true) if the PFF file exists and was successfully loaded and 0 (false) otherwise.
Example 1
// run the household data entry application but change the name
// of the data file to the current cluster
Pff household_pff;
household_pff.load("Household.pff");
household_pff.setProperty("InputData", maketext("%v.csdb", CLUSTER));
household_pff.exec();
Pff.save Function
Format
b = pff_name.save(pff_filename);
Description
The Pff.save function saves the contents of the Pff object to the disk to a PFF file with the name supplied by the string
expression pff_filename. Because Pff objects can be executed without saving them, this function is not necessary, but
may be useful if you want a copy of your PFF file on the disk.
Return Value
The function returns a logical value of 1 (true) if the PFF was successfully saved and 0 (false) otherwise.
Example
// create PFFs for running the listing application for each province
Pff listing_pff;
listing_pff.load("Listing.pff");
do numeric counter = 1 while counter <= PROVINCE_VS.length()
listing_pff.setProperty("Description", maketext("List in %s", PROVINCE_VS.labels(counter)));
listing_pff.setProperty("Key", maketext("%02d", PROVINCE_VS.codes(counter)));
string new_pff_filename = maketext("Listing%02d.pff", PROVINCE_VS.codes(counter));
listing_pff.save(new_pff_filename);
enddo;
Pff.getProperty Function
Format
s = pff_name.getProperty(property_name , string_list );
Description
Pa ge 590 of 958 Pff Object
The Pff.getProperty function returns a string containing the current value associated with the Pff's property specified
by the string expression property_name. PFF properties all have default values, so even if a property was not explicitly
defined in the PFF file, it may have a default value. Some properties, such as input data filenames for batch applications,
can have multiple values, and if you want to retrieve all of these values, you must supply a string_list, which will contain
zero, one, or more strings with the values.
Properties names can be prefixed with the section name, as explained in Pff.setProperty, but it is generally not
necessary to do so when using this function.
The function can be used similarly to sysparm to retrieve properties defined in a PFF's [Parameters] section.
Return Value
The function returns a string with the property information. If the property is invalid, a blank string is returned.
Example
// show our custom report unless the PFF specifies ViewListing=Never
Pff this_application_pff;
this_application_pff.load(CENSUS_FF);
if this_application_pff.getProperty("ViewListing") <> "Never" then
view("Disability Statistics.csv");
endif;
Pff.setProperty Function
Format
b = pff_name.setProperty(property_name, property_value string_list);
Description
The Pff.setProperty function modifies the value associated with the Pff's property specified by the string expression
property_name. The property will be modified to the value given in the numeric or string expression property_value. If
the property_value is blank, the property will be reset to its default value. Alternatively, a string_list can be supplied
containing values for properties that have multiple values (such as input data filenames).
Property names can be prefixed with the section name. For example, if you load an existing PFF that has a persistent ID
value defined for the item PROVINCE, you can code:
pff_name.setProperty("PROVINCE", 50);
However, if no such property was defined in the PFF, the Pff.setProperty function will not know whether you are
modifying a value in the [DataEntryIds] section, the [ExternalFiles] section, or another section. To avoid this ambiguity,
when setting new custom properties, you can specify the section name when setting the property:
pff_name.setProperty("DataEntryIds.PROVINCE", 50);
Return Value
The function returns a logical value of 1 (true) because it will always successfully set a property. If the property name is
unknown, then the value is assigned to a new parameter (defined in a PFF's [Parameters] section).
Example 1
PROC INTERVIEWER_MENU
// run the listing program in the interviewer's assigned cluster
if INTERVIEWER_MENU = 1 then
Pff listing_pff;
listing_pff.load("Listing.pff");
listing_pff.setProperty("Key", maketext("%v", CLUSTER));
listing_pff.exec();
endif;
Example 2
PROC REPORT_SELECTION
// run the batch application to generate a report on...
Pff report_pff;
report_pff.load("../Report/Report.pff");
// ...the data file for the selected province and region
if REPORT_SELECTION = 1 then
report_pff.setProperty("InputData", maketext("../Data/%v%v.csdb", PROVINCE, REGION));
// ...the data files for all the regions in the selected province
elseif REPORT_SELECTION = 2 then
report_pff.setProperty("InputData", maketext("../Data/%v*.csdb", PROVINCE));
// ...the data files for the entire country
else
List string data_files_listing;
dirlist(data_files_listing, "../Data", filter := "*.csdb", recursive := true);
report_pff.setProperty("InputData", data_files_listing);
endif;
report_pff.exec();
Pff.exec Function
Format
b = pff_name.exec();
Description
The Pff.exec function starts another CSPro application using the properties defined in the Pff object. If you modified any
of the Pff object's properties, it is not necessary to save the file to disk when running it, as this function will save a
temporary file to the disk with the defined properties.
For data entry PFFs, the function executes the application and immediately closes the current application (without
saving any data). This is the same as running execpff with the stop argument. For other PFFs, the function executes
Pff my_pff;
// ...
if my_pff.getProperty("AppType") = "Entry" then
execpff(filename(my_pff), stop);
else
execpff(filename(my_pff), wait);
endif;
If you want to execute a data entry PFF without closing the current application, you can code:
execpff(filename(my_pff), wait);
Return Value
The function returns a logical value of 1 (true) if the new application was started successfully and 0 (false) otherwise.
Example
PROC INTERVIEW_SELECTION_MENU
Pff application_pff;
// conduct the main household interview
if INTERVIEW_SELECTION_MENU = 1 then
application_pff.load("../Household/Household.pff");
// conduct the agriculture interview
else
application_pff.load("../Agriculture/Agriculture.pff");
endif;
// set the key to the household the user selected
application_pff.setProperty("Key", SELECTED_HOUSEHOLD_KEY);
// run the program
application_pff.exec();
Description
The SystemApp statement creates a SystemApp object with the name system_app_name. The SystemApp name must
be unique and must contain only letters, numbers, or the underscore character. The name must begin with a letter. You
can declare SystemApp objects globally in PROC GLOBAL or locally in functions or procedures.
Variable Modifiers
The following variable modifiers apply to SystemApp objects:
persistent: to persist the variable's value from one run of an application to another.
Example
// play the training video in Windows Media Player
SystemApp windows_media_player;
windows_media_player.setArgument(pathconcat("../Videos/Census Training.mp4"));
windows_media_player.exec("wmplayer.exe");
SystemApp.setArgument Function
Format
b = system_app_name.setArgument(argument , value );
Description
The SystemApp.setArgument function adds an argument to a SystemApp object. The argument will later be used when
the system application is executed. The string expression argument and the optional string or numeric expression
value are processed differently on Android and Windows platforms.
Return Value
The function returns a logical value of 1 (true).
Android Example
On Android, a system application is typically an Android activity. Each argument will be part of the "extras" passed in
the Intent Bundle that opens the activity. If value is a string expression, it will be put as a String extra associated with
the name argument. If value is a numeric expression, it will be put as a double extra associated with the name
argument. If value is not specified, a null String extra will be used. There is special processing for three argument
types:
Pa ge 594 of 958 Sys temApp Object
"action": The value is used as the action when calling Intent.setAction.
"data": The value (which should be URI-encoded) is used as the data when calling Intent.setData.
"type": The value is used as the MIME data type when calling Intent.setType.
References to files can be shared with the other application by calling the System.getSharableUri action and passing
the resulting URI as the "data" argument.
Windows Example
On Windows, a system application is an executable program. On Windows, every argument is turned into a command
line argument passed to the executable. If an argument is provided without a corresponding value and the argument
contains spaces and is not wrapped in quotes, the argument will be surrounded by quotes so that it is processed as a
single argument by the executable. If a value is provided, then the argument and value are concatenated and will not be
surrounded by quotes. If value is numeric, it will be converted to a string.
SystemApp.exec Function
Format
// Android format
b = system_app_name.exec( package_name , activity_name );
// Windows format
b = system_app_name.exec(executable_name);
Description
The SystemApp.exec function executes a system application associated with the SystemApp object. Any arguments
set using the SystemApp.setArgument function are passed to the system application. On Android, a system application
can return results which can be queried with the SystemApp.getResult function.
Return Value
The function returns a logical value of 1 (true) if the system application is started successfully and 0 (false) otherwise.
Android Limitations
If you want to execute an application not in the above list, you can sideload a non-Google Play version of CSEntry. This
version can query for all applications. To get this version, you must contact the CSPro development team. Alternatively,
you can request that the developers add your desired application to the specified list.
One workaround to this limitation is to use deep links instead of a package name. If the package name cannot be
resolved, CSPro will attempt to "view" the argument used for the package name. Because deep links are handled by
Intent.ACTION_VIEW, you can use this to open applications not explicitly specified by CSEntry.
Android Example
On Android, the optional string expression package_name specifies the name of the Android application (package) that
will be executed. An optional string expression activity_name specifies the name of the activity within the package that
should be opened. If no arguments are provided, then the arguments specified using SystemApp.setArgument will be
processed by the Android operating system and, if there is a way to handle these arguments, then an appropriate
application will be opened.
// get driving directions from the White House to the U.S. Census Bureau using an Organic Maps
deep link
SystemApp organic_maps;
organic_maps.exec(maketext("om://route?sll=%v,%v&saddr=%s&dll=%v,%v&daddr=%s&type=vehicle",
38.897778, -77.036389, encode(PercentEncoding, "White House"),
38.84839, -76.931098, encode(PercentEncoding, "U.S. Census
Bureau")));
Windows Example
On Windows, a system application is an executable specified by the string expression executable_name. Typically the
name is the full path of the executable, but for applications that have registered their name in the Windows Registry, you
only need to provide the executable file name.
See also: SystemApp Object, SystemApp.setArgument Function, SystemApp.getResult Function, Interacting With
Other Android Applications
SystemApp.getResult Function
Format
s = system_app_name.getResult(argument);
Description
Return Value
The function returns a string value with the result associated with the string expression argument. If no result exists,
then the function returns a blank string.
Android Example
SystemApp fingerprint_reader;
fingerprint_reader.setArgument("prompt", maketext("Please take the fingerprints for
%s", strip(NAME)));
fingerprint_reader.exec("com.example.entry_add_ons", "com.example.entry_add_ons.FingerPrintReade
rActivity");
FINGERPRINT_FILENAME = fingerprint_reader.getResult("filename");
SystemApp.clear Function
Format
b = system_app_name.clear();
Description
The SystemApp.clear function clears any stored arguments and results associated with a SystemApp object.
Return Value
The function returns a logical value of 1 (true).
Example
PROC GLOBAL
SystemApp google_maps;
PROC LOCATION
// clear any previously used arguments
google_maps.clear();
// show barber shops near the location
google_maps.setArgument("action", "android.intent.action.VIEW");
google_maps.setArgument("data", maketext("geo:%f,%f?q=barber+shop", LATITUDE, LONGITUDE));
google_maps.exec("com.google.android.apps.maps");
Description
The ValueSet statement creates a dynamic value set with the name valueset_name. The ValueSet name must be
unique and must contain only letters, numbers, or the underscore character. The name must begin with a letter. You can
declare ValueSet objects globally in PROC GLOBAL or locally in functions or procedures.
ValueSet objects can be numeric or string. By default a value set is numeric, but the type can be modified by
specifying the valueset_type. When associating a value set with an item using setvalueset, the type must match the
item type (numeric for numeric items, and string for alphanumeric items).
Variable Modifiers
The following variable modifiers apply to ValueSet objects:
persistent: to persist the variable's value from one run of an application to another.
Example
PROC MENU
onfocus
ValueSet menu_valueset;
// interviewer options
if USER_ROLE = 1 then
menu_valueset.add("Add New Household", 1);
menu_valueset.add("View Existing Households", 2);
// supervisor options
else
menu_valueset.add("View Household Report", 3);
endif;
menu_valueset.add("Quit", 99);
setvalueset(MENU, menu_valueset);
ValueSet.add Function
Format
Description
The ValueSet.add function adds one or more values to the end of a ValueSet object. The type of the added code or
value set must match the type of the receiving value set.
In the first version, you provide a string expression label and either a numeric or string expression from_code, which
must match the type of the value set. For numeric value sets, it is possible to specify a numeric expression to_code,
which creates a range, or a special_value, which is then associated with the from_code. Using named arguments, you
can provide a string expression, image_filename, to specify the filename of an image to be shown as a value set image.
You can also specify the text color of the value by providing a string expression color that contains a HTML color name
(like "red") or a hex color code (like "#ff0000").
In the second version, you provide a valueset_name. This adds all of the values from that value set to the receiving value
set. If you specify a from_code or to_code, then only the values in that range will be added to the receiving value set.
Return Value
The function returns the number of the values added to the value set. If the value set is read-only, the function returns
default.
Example 1
PROC SUPERVISOR_MENU
onfocus
ValueSet string menu_valueset = SUPERVISOR_MENU_VS;
if CAN_SYNC = 1 then
menu_valueset.add(SYNC_MENU_VS);
endif;
forcase HOUSEHOLD_DICT do
menu_valueset.add("Review " + getcaselabel(HOUSEHOLD_DICT), key(HOUSEHOLD_DICT));
endfor;
setvalueset(SUPERVISOR_MENU, menu_valueset);
Example 2
PROC OCCUPATION_MINOR
onfocus
numeric first_occupation_code = OCCUPATION_MAJOR * 100;
numeric last_occupation_code = first_occupation_code + 99;
ValueSet occupation_minor_valueset;
occupation_minor_valueset.add(OCCUPATION_MINOR_VS1, first_occupation_code, last_occupation_code)
;
setvalueset(OCCUPATION_MINOR, occupation_minor_valueset);
Description
The ValueSet.remove function removes all values from a ValueSet object that have a code matching the specified
numeric or string expression code. The type of the code must match the type of the value set.
When using a numeric value set with ranges—both from and to codes are defined—or defined special values, the
function will remove a value only if it is the from value or if it is the special value.
Return Value
The function returns the number of values with the matching code that were removed from the value set. If the value set is
read-only, the function returns default.
Example
PROC SECOND_FAVORITE_DRINK
preproc
ValueSet drink_valueset = FAVORITE_DRINK_VS;
drink_valueset.remove(FAVORITE_DRINK);
setvalueset(SECOND_FAVORITE_DRINK, drink_valueset);
ValueSet.clear Function
Format
b = valueset_name.clear();
Description
The ValueSet.clear function removes all values from a ValueSet object.
Return Value
The function returns a logical value of 1 (true). If the value set is read-only, the function returns default.
Example
ValueSet.length Function
Format
i = valueset_name.length();
Description
The ValueSet.length function returns the number of values defined in the ValueSet object. When multiple value codes
are linked to a single label, each multiple set counts as a single value.
Return Value
The function returns the length of the value set.
Example
PROC HOUSEHOLD_SELECTION
onfocus
ValueSet households_vs;
// ...
if households_vs.length() = 0 then
errmsg("There are no households to select");
reenter MAIN_MENU;
endif;
ValueSet.randomize Function
Format
b = valueset_name.randomize( exclude(exclude_code1, ..., exclude_codeN) );
Description
The ValueSet.randomize function scrambles the order of values in the ValueSet object. The function is useful when
using capture types in a data entry application. Some survey applications choose to display the possible response
categories in a randomized way so as to minimize an enumerator or respondent's selection bias.
You can use the seed function to initialize the random number generation.
Return Value
The function returns a logical value of 1 (true).
Example
FAVORITE_FOOD_GROUP_VS1.randomize(exclude(5));
becomes
See also: ValueSet Object, Random Function, RandomIn Function, Seed Function, ValueSet.sort Function
ValueSet.show Function
Format
d = valueset_name.show( heading );
Description
The ValueSet.show function displays the labels from a ValueSet object and returns the code (or index) of the operator's
selection. An optional string expression, heading, specifies the title of the window that displays the values. The function
is similar to the accept function but with the options taken from the value set's labels. For numeric value sets, the
returned value corresponds with the selected label's code. For a string value set, the returned value is the index of the
selected label.
Return Value
The function returns the code (or index) of the item selected. If the selected value contains a special value, then that
value is returned. The value 0 is returned if the escape key (or back button) is pressed and none of the values is chosen.
Example
ValueSet respondent_query;
do numeric counter = 1 while counter <= count(NAME)
respondent_query.add(NAME(counter), LINE_NUMBER(counter));
enddo;
numeric respondent_line_number = respondent_query.show("Who in the household is responding to
questions?");
ValueSet.sort Function
Format
b = valueset_name.sort( ascending descending by code label );
Description
The ValueSet.sort function sorts the order of entries in the ValueSet object by either label or code. An optional
argument, ascending or descending, allows for the specification of the sort order. Another optional argument, by code
or by label allows you to specify whether to sort the value set's entries by code or label. By default the value set will be
sorted in ascending order by label.
Labels are sorted in case insensitive order, so "c" is considered the same as "C". On the other hand, codes for
alphanumeric value sets are sorted in case sensitive order, so "c" is recognized as different from "C".
Return Value
The function returns a logical value of 1 (true).
Example
ValueSet enumerators_vs;
forcase STAFF_DICT where STAFF_ROLE = 1 do
enumerators_vs.add(STAFF_NAME, STAFF_CODE);
endfor;
enumerators_vs.sort();
setvalueset(ENUMERATOR_LOGIN, enumerators_vs);
Description
The break statement exits a do, while, for, or forcase loop early and continues execution with the first statement after
the enddo.
Example
// find the spouse
numeric ptrSpouse;
for numeric ctr in PERSON do
if P02_REL = 2 then
ptrSpouse = ctr;
break;
endif;
enddo;
Do Statement
Format:
do [[varying] var = expression] while/until condition [by expression]
statements;
enddo;
In the varying clause, the variable must be a numeric variable. The variable assignment is performed once, before the
first repetition of the loop. The varying keyword has no effect on the command, and so may be omitted. It is possible
to declare a numeric variable after the varying keyword, in which case the numeric variable's scope is the duration of
the do loop.
You can exit the loop early by using break and you can continue execution with the next iteration of the loop by using
next.
Example:
HEAD = 0;
do varying i = 1 until HEAD > 0 or i > totocc(PERSON)
if RELATIONSHIP(i) = 1 then
HEAD = i;
endif;
enddo;
This same example could be rewritten using the while condition as follows:
HEAD = 0;
do varying i = 1 while HEAD = 0 and i <= totocc(PERSON)
if RELATIONSHIP(i) = 1 then
HEAD = i;
endif;
enddo;
Exit Statement
Format
exit return_value ;
Description
The exit statement terminates a procedure or user-defined function before normal processing is expected to end. When
the statement is executed, processing stops for the current procedure or function, and control is passed to the next
procedure or function.
When utilized in a user-defined function, an optional argument, return_value, sets the function's return value before
exiting the function. The type of the argument, either a numeric or string expression, must match the function's return
type.
Example 1
Example 2
function string QueryForString(string message)
while 1 do
string response = prompt(message);
if response = "" then
errmsg("You cannot enter a blank value");
else
exit response;
endif;
enddo;
end;
// ...
errmsg("The non-blank value is %s", QueryForString("Enter a non-blank value"));
See also: Universe Statement, Skip Case Statement, Stop Function, EndCase Statement
For Statement
Format
for counter in multiple_occurring_group where condition do
// statements
endfor;
Description
The for statement executes one or more statements repeatedly within a loop for each occurrence of a multiply occurring
group. The multiple_occurring_group can be a form, roster, record, item, relation, or even a dictionary (following a
selcase function call). The multiply occurring group controls how many times the for loop is executed. An optional
logical condition, referencing items in the group, can be supplied to restrict the cases processed by the loop.
The numeric variable counter contains the number of the current occurrence being examined. It cannot be changed
inside the loop, but it can be referenced. Its starting value is 1 and its ending value is determined by the number of
occurrences of the group. It is possible to declare a variable local to the loop by adding numeric before the counter
variable.
If the group name is a record, item, or relation, then the appropriate keyword Record, Item, or Relation can be used
before the name.
Pa ge 606 of 958 Progra m Control Sta tements
The for statement should be coded outside of the group it references. In the example below, note that the code is
executed in PROC QUEST. It should not be located in PROC PERSON_REC_EDT or in a procedure for any of the data items
within the person record.
Example
PROC QUEST
numeric pointer_spouse;
numeric pointer_oldest_child;
for numeric occurrence_number in PERSON_REC_EDT do
if RELATIONSHIP = 2 then
pointer_spouse = occurrence_number;
elseif RELATIONSHIP = 3 then
if pointer_oldest_child = 0 or AGE > AGE(pointer_oldest_child) then
pointer_oldest_child = occurrence_number;
endif;
endif;
endfor;
See also: ForCase Statement, For (Dictionary) Statement, Do Statement, While Statement
ForCase Statement
Format
forcase dictionary_name where condition do
// statements
endfor;
Description
The forcase statement executes one or more statements repeatedly within a loop for each case in a file opened as
external dictionary dictionary_name. An optional logical condition, referencing items in the external dictionary, can be
supplied to restrict the cases processed by the loop.
It is possible, by specifying dictionary access parameters after the dictionary name, to limit the cases that the forcase
loop processes.
Example
numeric incomplete_households;
forcase CENSUS_DICT where INTERVIEW_STATUS = 3 do
inc(incomplete_households);
endfor;
See also: For Statement, For (Dictionary) Statement, CountCases Function, LoadCase Function
Description
The for (dictionary) statement executes one or more statements repeatedly within a loop for each selection made during
a selcase function call. This allows an operator to select some number of cases and then allows you to load each case
and perform some analysis on the selected cases. Unlike the forcase loop, which operates on all cases in a data file,
this loop only operates on selected cases.
The dictionary_name must be supplied and refers to an external dictionary associated with your application. An optional
argument, mark_type, indicates what kinds of cases to process, and can be one of the following values:
mark_type Description
marked Process only the cases selected by the operator during the selcase function call.
unmarked Process the cases not selected by the operator.
all Process all of the cases that could have been selected by the operator.
Example
selcase(OCCUPATION_DICT,"Plantation") multiple;
numeric maxEducation;
for OCCUPATION_DICT do
maxEducation = high(maxEducation,MAXIMUM_EDUCATION);
endfor;
If Statement
Format:
if condition then [ ] indicates that this part is optional.
statements;
[elseif condition then
statements;]
[else
statements;]
endif;
Description:
The if statement executes different statements based on the value of "condition". The condition following the if
command is evaluated. If the condition is true, then the statements following it are executed and execution moves to
the first statement after the endif keyword. If the condition is false, execution moves to the first elseif keyword or the
else keyword (if there are no elseif keywords).
The elseif blocks are evaluated in the same way as the first if block. When CSPro finds a condition that is true it
executes the statements following it and moves to the first statement after the endif keyword. If all the conditions are
false, the statements following the else keyword are executed. If none of the conditions are true and there is no else
keyword, execution moves to the first statement after the endif keyword without the execution of any statements
within the if statement.
Every if statement must contain an endif keyword. However, if multiple elseif keywords are nested within an if block,
they may be terminated with a single endif keyword. The statements within the if statement can be any number of
Next Statement
Format
next;
Description
The next statement ends a do, while, for, or forcase loop early and continues execution with the next iteration of the
loop. If the next iteration results in the termination of the loop, then execution will begin with the first statement after the
enddo.
Note: Prior to CSPro 7.6, if you were within a data entry application's roster and wrote next to skip to the next iteration
of the roster, it would compile, but did not work. Checking is more stringent now, and an error message will be
generated. You must write skip to next to accomplish the skip.
Example
// fill an array with the occurrence numbers of all spouses
spouseNumber = 0;
for numeric ctr in PERSON do
if P02_REL <> 2 then
next;
endif;
inc(spouseNumber);
spouseIndices(spouseNumber) = ctr;
enddo;
Universe Statement
Format
universe condition case ;
Description
The universe statement determines whether to allow normal execution of a procedure or function based on the value of
Pa ge 609 of 958 Progra m Control Sta tements
condition. The condition following the universe command is evaluated. If the condition is true, then the statements
following it are executed. If the condition is false, processing stops for the current procedure or user-defined function, and
control is passed to the next procedure or user-defined function.
In batch editing mode, if the optional case keyword is specified and the condition is false, the program will stop
processing the case but will still write it to the output file.
Example 1
PROC FERTILITY
universe SEX = 2 and AGE in 12:49;
Example 2
PROC ROOF_TYPE
universe HHTYPE = 1 case;
// the universe is equivalent to:
if not HHTYPE = 1 then
endcase;
endif;
When Statement
Format
when expression1 :: expression2 :: expressionN ;
value1 :: value2 :: valueN -> statement;
-> else_statement;
endwhen;
Description
The when program control statement executes a statement based on the value of one or more other variables, combining
if statements with the power of recode. The statement is similar to statements in other programming languages (like
switch in C or when in Kotlin).
One or more expressions, expression1 to expressionN, are given, with each expression separated by two colons ::.
These expressions must evaluate to either a number or string. Based on the values of each expression, CSPro evaluates
each line between the when and endwhen, trying to match a line's values, value1 to valueN, with the evaluated
expressions. Once a line matches, a statement, which is given after the arrow ->, is executed and program control
moves to statements following the endwhen. Only a single statement can be provided per line.
Each value provided must evaluate to the same type (number or string) as its respective expression. A value omitted is
considered a match, and if no values are provided, then the optional else_statement is executed (assuming no preceding
line matched).
Example 2
PROC EMPLOYMENT_STATUS
when EMPLOYMENT_STATUS;
1:2 -> skip to UNEMPLOYMENT;
<= 6 -> skip to INFORMAL_EMPLOYMENT
>= 7 -> skip to FORMAL_EMPLOYMENT;
endwhen;
While Statement
Format
while condition do
// statements
enddo;
Description
The while statement executes one or more statements repeatedly, in a loop, while the logical condition is true. Unlike
a do loop, a counter is not automatically incremented, so you must ensure the termination of the loop. The condition is
evaluated on each repetition of the loop before any of the statements are executed.
You can exit the loop early by using break and you can continue execution with the next iteration of the loop by using
next.
Example
setfile(inputFile, "Countries.txt");
string countriesLine;
while fileread(inputFile, countriesLine) do
// ...
enddo;
Description
The assignment statement sets a variable equal to the value of an expression. If the expression is numeric or conditional,
then the variable must be numeric. If the expression is a string expression, then the variable must be alphanumeric.
Examples
AGE = 10;
Q102 = PREV_AGE;
Y = sqrt(X);
NAME = "John Doe";
NAME = "John " + toupper("Doe");
Recode Statement
(Prior to CSPro 7.4, a different version of the recode/box command function existed. That version can no longer be used
as it was removed in CSPro 8.0.)
Format
recode expression1 :: expressionN -> destination_variable1 :: destination_variableN ;
value1 :: valueN -> result1 :: resultN ;
-> else_result1 :: else_resultN ;
endrecode;
Description
The recode statement assigns a value to one or more output variables based on the value of one or more other input
variables. It can be used to rescale variables, to assign values to variables, or to create a composite variable from
existing variables. In many instances it is easier to use than writing multiple if statements.
One or more expressions, expression1 to expressionN, are given, with each expression separated by two colons ::.
These expressions must evaluate to either a number or string. Based on the values of each expression, CSPro evaluates
each line between the recode and endrecode, trying to match a line's values, value1 to valueN, with the evaluated
expressions. Once a line matches, one or more results, result1 to resultN, which are given after the arrow ->, are
assigned to destination_variable1 to destination_variableN, which can be dictionary items, working variables, array
values, list values, or the return values of a user-defined function. A destination variable can also be included among the
expressions. It is possible to declare a new numeric, alpha, or string destination variable as part of the recode
statement (see Example 2 below).
Each value provided must evaluate to the same type (number or string) as its respective expression, and each result
Pa ge 612 of 958 As s ignment Sta tements
must be the same type as the destination variable. A value omitted is considered a match, and if no values are provided,
then the optional else_result1 to else_resultN are used in the assignment (assuming no preceding line matched).
Example 1
recode AGE -> AGE_GROUP;
0:19 -> 1;
20:29 -> 2;
30:39 -> 3;
40:49 -> 4;
>= 50 -> 5;
-> 9;
endrecode;
Example 2
PROC AGE
recode RELATIONSHIP :: AGE(1) - AGE -> numeric valid_age_difference_with_head;
3, 4 :: < 12 -> false; // biological and step children must be 12+
years younger
6 :: > -12 -> false; // parents must be 12+ years older
7 :: < 24 -> false; // grandchildren must be 24+ years younger
-> true;
endrecode;
Example 3
function string GetDisplayName()
recode NAME -> GetDisplayName;
"" -> "(Undefined)";
-> strip(toupper(NAME));
endrecode;
end;
Example 4
recode INDUSTRY_SECTION -> min_division :: max_division;
"A" -> 1 :: 3;
"B" -> 5 :: 9;
"C" -> 10 :: 33;
// ...
endrecode;
For example, this shows the differences between using recode prior to CSPro 7.4 and using it starting with CSPro 7.4:
Format:
recode var-1 [:var-2 [:var-n]] => var-out;
[range-1] [:range-2 [:range-n]] => exp;
[range-1] [:range-2 [:range-n]] => exp;
: : :
[: [:]] => other-exp;
endrecode;
Example 2:
recode ATTEND : ED_LEVEL => EDUC;
2,notappl : => 1;
1:1 => 2;
1 : 2,3 => 3;
: => 9;
endrecode;
Example 3:
recode UNITS : NUMBER => DAYS;
: notappl => notappl;
: missing => missing;
1: => NUMBER;
Impute Function
Format
d = impute(item_name, new_value)
title(frequency_table_title)
valueset(valueset_name)
specific
stat( item_name1, ..., item_nameN ) ;
Description
The impute function assigns a new value to an item. The item_name is a dictionary item, either numeric or
alphanumeric, and new_value is an expression that matches the type of the item. The function is similar to using the
assignment operator:
item_name = new_value;
However, unlike using the assignment operator, the impute function keeps track of these assignments and generates a
report on the frequency of values used in the imputations. These imputation statistics are useful when cleaning data in a
batch application. If your program contains any impute statements, the results of this function will be written a
frequencies file. The default file extension is .impute_freq.lst, but you can use whatever extension you prefer.
Specify a frequency title (title): If supplying a string expression as a frequency_table_title, this title will be used
when the frequency writer creates the imputation frequencies. If no title is specified, a default title such as "Imputed Item
SEX: Sex" will be used.
Specify a frequency value set (valueset): By default, when the frequency writer creates the imputation frequencies, it
shows each value imputed and it looks at the item's primary value set, if one exists, to find a label that matches the
value. If you would prefer to use a different value set when creating the imputation frequencies, you can specify a
valueset_name that belongs to the item.
Create a specific frequency table (specific): Typically, if you have multiple impute statements for one item (with the
same valueset setting), only one frequency table will be written, with the frequencies for all imputations combined. Even
if differing titles are specified, one table will be written, with the title coming from the last executed imputation. If you
would like a frequencies table for a particular imputation statement, you can use the specific command to indicate that
a frequency table should be created for that imputation.
impute(SEX, 2)
stat();
This would result in a data file with a record, IMPUTE_SEX_REC, with three items: IMPUTE_SEX_INITIAL (the initial value of
SEX), IMPUTE_SEX_IMPUTED (the imputed value; in this case 2), and IMPUTE_SEX_LINE_NUMBER (the line number of the
imputation).
If you would like to see the value of other items that might be useful during analysis, you can specify item_name1,
item_name2, and so on. The values of these items will be included in the stat data file. For example:
impute(EDUCATION, getdeck(educationHotdeckBySexAge))
stat(SEX, AGE);
By default, the only entries written to the stat data file are imputations where stat is included as part of the impute
statement. Alternatively, you can specify an override:
on: automatically be included in the stat data file as if stat() were coded.
off: any stat commands will be ignored.
default: behave using the default behavior, where the stat data file only includes entries for imputations with stat
commands.
Imputation Files
Applications using the impute function can generate up to three files:
You can specify the names of these data files in the File Associations dialog or in your application's PFF file.
Categories: Lists the values that were assigned during the imputations and a value set label for the value (if
applicable). For example: "2 Female."
Frequency: Shows the frequency (that is, the total number of times) each value was assigned. For example: 241
(code 2 assigned 241 times).
Pa ge 617 of 958 As s ignment Sta tements
CumFreq: Displays the cumulative totals of the Frequency column.
%: Indicates what percentage each imputation represents from the total number of imputations made. For
example: 47.1 (code 2 assigned 47.1% of the total number of imputations of SEX made).
Cum %: Displays the cumulative totals of the % column.
Return Value
When imputing a numeric item, the function returns the numeric expression new_value. When imputing an
alphanumeric item, the function returns 1 (true).
Example
PROC SEX
if not invalueset(SEX) then
// set all heads to men and everyone else to the opposite of the head's sex
// (note that this is not a good imputation but is just a simple example)
if curocc() = 1 then
impute(SEX, 1)
title("Head's Sex")
specific;
else
impute(SEX, 3 - SEX(1));
endif;
SetValue Function
Format
b = setvalue(variable_name, value , occurrence1, ..., occurrence3 );
Description
The setvalue function executes an assignment when the name of the variable to be assigned to is not known at
compilation time (when writing the application). The function searches for a variable with a name stored in the string
expression variable_name, and if such a variable is found, the function assigns to it the value stored in value. If the
variable is numeric, then value should be a numeric expression, and if the variable is alphanumeric, then it should be a
string expression. Optional arguments, occurrence1 to occurrence3, allow you to pass occurrence numbers to the
function. This function is especially useful when combined with a userbar button or an OnKey character sequence.
Return Value
The function returns a logical value of 1 (true) if the variable name was found and the value was successfully changed.
The function returns 0 (false) if the variable was not found, if a string expression was assigned to a numeric variable, or if
a numeric expression was assigned to an alphanumeric variable.
Examples
GetValue Function
Formats
d = getvalue(variable_name , occurrence1, ..., occurrence3 );
d = getvaluenumeric(variable_name , occurrence1, ..., occurrence3 );
s = getvaluealpha(variable_name , occurrence1, ..., occurrence3 );
Description
The getvalue function returns the value of a variable when the variable name is not known at compilation time (when
writing the application). The function searches for a variable with a name stored in the string expression variable_name,
and if such a variable is found, the function returns the value of that variable.
The functions getvalue and getvaluenumeric return the value of numeric variables. The function getvaluealpha
returns the value of an alphanumeric variable. Optional arguments, occurrence1 to occurrence3, allow you to pass
occurrence numbers to the function.
Return Value
The function returns the variable's value if the variable name was found. If a numeric variable was not found, the functions
getvalue and getvaluenumeric return default. If an alphanumeric variable was not found, getvaluealpha returns a
blank string.
Example
errmsg("The current field's value is %d", getvalue(getsymbol()));
Format 2
i = accept(heading, choices_list choices_array);
Description
The accept function displays a menu with a heading and a list of choices. The operator can use the down- or up-arrow
keys to select the desired choice and press Enter. The operator can also use the mouse to click on the desired choice.
The heading text is a string expression. In the first version of the function, each choice (choice1 to choiceN) is provided
as a string expression. In the second version of the function, the choices can be provided using a string List or a string or
alphanumeric Array. With an array, the number of choices will be calculated dynamically. Each element of the array will
be displayed until a blank string is found in the array.
Return Value
The function returns the index of the choice selected: 1 for the first choice, 2 for the second choice, etc. The value 0 is
returned if the Escape key (or back button) is pressed and none of the choices is selected.
Example 1
numeric manual_choice = accept("Open which manual?", "Supervisor", "Interviewer");
if manual_choice = 1 then
view("../Manuals/Supervisor.pdf");
elseif manual_choice = 2 then
view("../Manuals/Interviewer.pdf");
endif;
Example 2
List string household_names;
do numeric ctr = 1 while ctr <= count(NAME)
household_names.add(NAME(ctr));
enddo;
numeric interview_index = accept("Select a Person to Interview", household_names);
Description
The advance statement moves forward, field by field, to the specified field, executing logic in fields' preproc and
postproc events as it proceeds. It acts as though the Enter key were pressed repeatedly until either the specified field
appears or one of the procedures executed during the advance goes to a different field.
The optional field_name is either the name of a field or is a string variable specifying the name of the field. If the
field_name is not specified, the program attempts to advance to the end of the level.
The target field can be located in any record at the same level as the current field, but it cannot be located at a different
level. The field must be later on the path than the current field, meaning that it is a field that has not yet been entered. If
the field has already been entered, an error message will be displayed during data entry. If you do not know whether the
field is earlier in the data path, use the move statement.
Note that the advance statement behaves differently from the skip statement, moving over some number of fields, rather
than skipping past the fields.
If you want to conditionally execute logic based on whether or not the program is advancing, the inadvance function
indicates if an advance is in progress.
Example
PROC CEB
preproc
// for girls aged less than 15, prefill in 0 for children ever born, but
// keep the information on path in case the keyer wants to change it
if AGE < 15 then
CEB = 0;
CEB_M = 0;
CEM_F = 0;
advance to MARITAL_AGE;
endif;
See also: InAdvance Function, Ask Statement, Move Statement, NoInput Statement, Reenter Statement, Skip
Statement
Ask Statement
Format
ask if condition;
Description
The ask statement determines whether a field, roster, or form is eligible for data entry. The statement must be coded in a
preproc. The condition is evaluated, and if true, any additional logic is executed until the appropriate field is reached
and entered. If the condition is false, then control moves to the next field, roster, or form.
The ask statement is an inversion of the skip statement and can be written as:
Example
PROC MARRIAGE_AGE
preproc
ask if MARITAL_STATUS in 2:5;
See also: Advance Statement, Move Statement, Reenter Statement, Skip Statement
ChangeKeyboard Function
Feature Upgrade: Starting with CSPro 7.1, you should no longer use this function as it may soon be removed from
CSPro. To replicate the behavior of the function, you can use the setproperty function with the argument "Keyboard".
Format
i = changekeyboard(dictionary_symbol ,keyboard_id );
Description
The changekeyboard function modifies the keyboard input associated with a field on a form. The value
dictionary_symbol may be an item, group, form, or an entire dictionary. The numeric expression keyboard_id refers to
a keyboard ID (which can be determined using the Change Keyboard Input dialog box). A keyboard ID of 0 will reset the
field to the default keyboard for the application.
Return Value
The function returns the number of items whose capture positions were successfully changed. If a keyboard ID is not
specified, the function will instead return the current keyboard ID associated with a given field.
Example
PROC NAME
onfocus
// use the Dvorak keyboard to key in the name
changekeyboard(NAME,66569);
Connection Function
Format
b = connection( WiFi Mobile );
Description
Return Value
The function returns a logical value of 1 (true) if a connection exists and 0 (false) otherwise. The presence of a connection
does not guarantee access to the Internet, however. For example, a device could be connected to a Wi-Fi router that
does not have an Internet connection. The function would still return 1 in that case.
Example
// only sync when connected on Wi-Fi
if connection(WiFi) then
if syncconnect(Dropbox) then
syncdata(PUT, HOUSEHOLDQUESTIONNAIRE_DICT);
syncdisconnect();
endif;
endif;
DeMode Function
Format
i = demode();
Description
The demode function returns the data entry mode and is often used to limit the execution of certain statements to a
specific mode. For example, a variable may need initialization when the operator invokes add or verify mode, but can be
left unaltered for modify mode.
Return Value
The function returns an integer but there are also aliased values for the modes. There are three data entry operator
modes:
Example
if demode() = add then
INTERVIEW_START_DATE = sysdate("YYYYMMDD");
endif;
Display Orientation
Display Orientation
In a data entry application that uses a rich visual interface, you may want to exert programmatic control over the
Format:
b = getorientation();
Description:
The getorientation function returns the current display orientation. The function will return one of four values:
0: The natural orientation of the display device
90: The display orientation is rotated 90 degrees from the natural orientation
180: The display orientation is rotated 180 degrees from the natural orientation
270: The display orientation is rotated 270 degrees from the natural orientation
SetOrientation Function
Format:
b = setorientation(numeric-expression);
Description:
The setorientation function changes the orientation of the display. The numeric expression must be one of the four
values listed above. The function returns 1 if the display orientation was successfully changed, 0 otherwise.
Example:
function rotateScreen()
setorientation(nextOrientation);
end;
EditNote Function
Format
s = editnote( dictionary_symbol ,operator_id );
Description
The editnote function displays the note entry dialog box for adding or changing the note for a field or other dictionary
symbol. You can use this function to force the collection of note text. The operator can always create or edit a note
manually by pressing Ctrl+N (on desktop CSEntry) or by clicking on the Notes button on mobile CSEntry.
If no arguments are supplied, the note for the current field is displayed for editing. The optional argument
dictionary_symbol allows you to edit the note for a dictionary item, record, or level. If using the dictionary name, the
case note is edited. Another optional string argument, operator_id, allows you to edit the note for a particular operator. If
no operator ID is supplied, then the note for the current operator will be edited.
Example
PROC COOKING
if COOKING = 9 then
COOKING_OTHER = editnote();
endif;
EndLevel Statement
Format
endlevel;
Description
The endlevel statement ends data entry for the current level of the current questionnaire. The effect of this statement
depends on where it is used. If it is used in a field, roster, or form procedure, all remaining procedures within that level
are skipped and control passes to the level postproc.
If the statement is executed in a level preproc or postproc, control passes to the postproc of the next-highest level. If it
is used in the highest-level postproc, control passes to the form file's postproc (if there is one), and then data entry is
terminated for the current case.
In system-controlled applications, CSPro will continue to add cases at the lowest level of a multiple-level dictionary until
it is told to stop by endlevel. Therefore, the statement should be used in the postproc of the lowest level to end data
entry at that level.
Example
if MORE_WOMEN = 0 then
endlevel;
endif;
EndGroup Statement
Format
endgroup;
Description
The endgroup statement finishes data entry for the current group (roster or multiply-occurring form) in a data entry
application. It cannot be used in a batch application. If the statement is used in an item procedure, it causes an
automatic skip to the postproc of the current group/record. If the statement is executed in the preproc of the
group/record, the entire group/record is skipped and control passes to the group/record's postproc.
This function has superseded the endsect statement. Where endsect exists in an application, it will continue to work,
Example
if KIDSBORN = 0 then
endgroup;
endif;
Enter Statement
Format
enter form_file_name;
Description
The enter statement allows the use of a secondary form file to capture data in a secondary data file.
The form_file_name is the name of the secondary form file that you want to use. The secondary form file must be part of
your data entry application.
Example
if V108 = 6 then
enter OTHERS_FF;
endif;
GetCaptureType Function
Feature Upgrade: Starting with CSPro 7.1, you should no longer use this function as it may soon be removed from
CSPro. To replicate the behavior of the function, you can use the getproperty function with the argument
"CaptureType".
Format
i = getcapturetype(field_name);
Description
The getcapturetype function returns the capture type currently associated with a field on a form. The field_name must
be located on one of the application's forms.
Return Value
The function returns the capture type, which is one of the following values:
Example
PROC SEX
onfocus
// change SEX from a radio button to a drop down box
if getcapturetype(SEX) = 1 then
setcapturetype(SEX,3);
endif;
GetCaseLabel Function
Format
s = getcaselabel(dictionary_name);
Description
The getcaselabel function returns the label for the case currently associated with the dictionary dictionary_name. The
dictionary can be either the main input dictionary of a data entry application or an external dictionary.
Return Value
The function returns the label if one has been set, or a blank string if there is no label for the case.
Example
PROC LAST_FIELD
string end_query = maketext("Are you finished entering '%s'?", getcaselabel(CENSUS_DICT));
if accept(end_query, "Yes", "No") <> 1 then
reenter;
endif;
GetDeviceID Function
Format
Pa ge 627 of 958 Da ta Entry Sta tements a nd Func ons
s = getdeviceid();
Description
The getdeviceid function returns a string that can be used to uniquely identify a device. As currently programmed, it
returns a MAC address on Windows and an ANDROID_ID on Android, but this may change in the future. It is
theoretically possible that this ID is not unique, but the chance of this happening without deliberate user invention is
virtually impossible.
Return Value
The function returns a string with the unique ID. If you choose to serialize this value to a dictionary, you should declare
an alpha variable of length 100.
Example
PROC USER_NAME
if not loadcase(USER_PERMISSIONS_DICT,USER_NAME) then
errmsg("The entered user name is not in the database of users.");
reenter;
elseif USER_ALLOWED_DEVICE <> getdeviceid() then
errmsg("You, %s, do not have permission to use device
%s.",strip(USER_NAME),getdeviceid());
reenter;
endif;
GetImage Function
Format
s = getimage(item_name valueset_name, value);
Description
The getimage function returns the filename of a value set image. Based on the provided item or value set, the image
filename associated with the value will be returned. The value is either a numeric or string expression, based on the
type of the item. If an item_name is used instead of a valueset_name, then the function will search for the relevant
image in the item's current value set.
Return Value
The function returns a string containing the image filename, or a blank string if there is no value set image for the
provided value or if the provided value does not exist in the value set.
Example
PROC IMAGE_SELECTOR
string image_filename = getimage(IMAGE_SELECTOR_VS1, IMAGE_SELECTOR);
view(image_filename);
GetNote Function
Format
s = getnote( dictionary_symbol ,operator_id );
Description
The getnote function returns a string containing the note for a field or other dictionary symbol. If no arguments are
supplied, the note for the current field is returned. The optional argument dictionary_symbol allows you to query the
note for a dictionary item, record, or level. If using the dictionary name, the case note is returned. Another optional string
argument, operator_id, allows you to query the note for a particular operator. If no operator ID is supplied, then the note
for the current operator will be returned.
Return Value
The function returns a string containing the note text. If there is no note, the length of the string will be 0.
Example
string caseInformation = getcaselabel(CENSUS_DICT);
if length(getnote(CENSUS_DICT)) > 0 then
// add the case note to the case label for a full description of the case
caseInformation = caseInformation + " - " + getnote(CENSUS_DICT);
endif;
GetOperatorId Function
Format
s = getoperatorid();
Description
The getoperatorid function returns the operator ID for the current operator. The operator ID may have been entered by
the operator or passed as a parameter in the PFF file for the run.
Return Value
The function returns a string containing the operator ID assigned to or entered by the current operator. In batch mode it
returns a blank string.
Example
LF_USER_ID = getoperatorid();
if not loadcase(LOGINS_DICT, LF_USER_ID) then
errmsg("You do not have access to this system");
stop(1);
endif;
GetOS Function
Format
i = getos( detailed_information );
Description
The getos function returns a code that indicates what operating system is running the program. The codes are:
It is also possible to get more detailed information about the operating system. If the optional argument
detailed_information is a string variable, the string will be filled with the operating system name and the version
number. Alternatively, if passed a one-dimensional string HashMap, the HashMap will be filled with several values:
Key Value
"name" Name (e.g., "Windows")
"version" Version number (e.g., "10.0")
"build" Build number (Windows only; e.g., "22000")
Windows version numbers do not necessarily match the official release numbers. For example, Windows 8.1 has a
version number of 6.3.
Return Value
The function returns the operating system code and, optionally, more details about the operating system.
Example
string operating_system_name;
getos(operating_system_name);
errmsg("Code = %d, Text = %s", getos(), operating_system_name);
// the above code might display, for example:
// Code = 10, Text = Windows;6.1
// Code = 20, Text = Android;4.2.2
GetRecord Function
Format
s = getrecord(item_name_string);
Description
The getrecord function returns the name of the record that contains the item identified by the string expression
Return Value
The function returns a string with the name of the record. If the item does not exist, the function returns a blank string.
Example
errmsg("SEX belongs to %s",getrecord("SEX")); // SEX belongs to POPULATION
errmsg("WATERSOURCE belongs to %s",getrecord("WATERSOURCE")); // WATERSOURCE belongs to
HOUSING
GetUserName Function
Format
s = getusername();
Description
This getusername function returns the login of the current user. On Windows this is the name of the user currently
logged in, whereas on Android this is the first account registered on the device.
Return Value
The function returns a string containing the user name.
Example
PROC USER_NAME
preproc
USER_NAME = getusername();
noinput;
See also: GetDeviceID Function, GetOperatorId Function, GetOS Function, GetBluetoothName Function
GPS Function
It is possible to take advantage of the functionality of a Global Positioning System (GPS) receiver when designing an
application for use on either a laptop or tablet with a GPS receiver. Manipulating the GPS receiver is done from within the
program's logic or by using one of the interactive GPS modes.
Basic Example
Before using the device's GPS receiver, it is necessary to open a connection to the GPS unit. After making all necessary
GPS readings, close the connection. The function returns 1 if successful, 0 otherwise. If using CSPro on a Windows
laptop or tablet, it is necessary to specify the hardware settings of the GPS unit, specifically the number of the COM port
and the baud rate (see the above example).
The readlast command obtains the last successful GPS reading, a reading that might be very old. If the GPS unit has
been turned on for some time and the device is being used outdoors, it is likely that the reading is very fresh (recent), but
if, for example, an enumerator walks inside a building to conduct an interview, the reading may be minutes or hours old,
from the last time that the enumerator was outside. The function returns 1 if there was a successful previous reading, 0
otherwise.
The read command obtains a new GPS reading in a specified time period. The time period can be provided by supplying
a numeric expression duration_in_seconds. If no time period is specified, the program will pause for up to three
seconds to obtain a reading. A reading time of up to ten minutes (600 seconds) may be specified. An optional third
argument, the string expression message, displays a message while the program attempts to obtain a GPS reading. The
message box has a cancel button and if the user cancels the operation, the function returns -1. Otherwise the function
returns 1 if a reading was successful, 0 otherwise. Unlike the readlast command, a successful function call with read
guarantees a fresh GPS reading.
It is possible on Android devices to specify a desired level of accuracy for the reading. When specified, the function will
continue to take GPS readings until a reading at or below the level of accuracy is achieved. The function will still return 1
if, though timing out, a successful reading at an accuracy level greater than specified was achieved during the allotted
time period. This ensures that a GPS reading will be as accurate as possible, but with the assumption that any reading
is better than no reading. Use a second numeric expression to specify the level of the accuracy.
Latitude and longitude return coordinates in degrees. Altitude returns the number of meters above sea level of the
reading. Satellites returns the number of satellites used to calculate the values in the last reading. Generally, the greater
number of satellites, the better the quality of the reading. Accuracy is a calculation of the precision of the last reading.
On Windows devices, an accuracy value of 1 is the most accurate and 50 is the least accurate reading. On Android
devices, the value signifies the accuracy of the reading, measured in meters. Readtime returns, in local time, the time of
the last successful reading. If the queried value (other than latitude and longitude) is not available, or if the last GPS read
was unsuccessful, the function will return default.
Calculating Distances
The gps function can also calculate great-circle distances between two sets of GPS coordinates. Great-circle
calculations give a rough approximation of the distance between two points. The function returns the distance as
measured in meters.
For example:
Satellite Mode
Displays a widget with a satellite image and a message. The satellite image can be tapped to take a GPS reading. The
latitude, longitude, and accuracy are displayed in the bottom-left corner. The message is displayed across the top. Exit
the widget by pressing the CLOSE button.
b = gps(readInteractive , message,
baseMap := None,
readDuration := duration_in_seconds,
message := message );
The gps function must be passed the readInteractive command with the named argument baseMap set to None. The
numeric expression duration_in_seconds may be used to set the read duration If it is not specified, the read duration
will default to 15 seconds. A message can be provided as a string expression as the optional second argument, or via
the message named argument.
The gps function must be passed the readInteractive command. The optional named argument base_map can be set
to one of four map types (Normal, Satellite, Hybrid, and Terrain), or a filename. The filename can specify a TPK or
MBTile, so an offline map can be displayed. If no base_map is specified, then the base map will be calculated using
defined rules. A message can be provided as a string expression as the optional second argument, or via the message
named argument.
b = gps(select , message,
baseMap := base_map,
message := message );
The gps function must be passed the select command. The optional named argument base_map can set to one of five
map types (Normal, Satellite, Hybrid, Terrain, and None), or a filename. The filename can specify a TPK or MBTile,
so an offline map can be displayed. If no base_map is specified, then the base map will be calculated using defined
rules. A message can be provided as a string expression as the optional second argument, or via the message named
argument.
Return Value
When using these interactive modes, the gps function returns a logical value of 1 (true) if successful, 0 (false) if
unsuccessful, and -1 if the read is cancelled by pressing the close button. If the function is run on Windows, the function
returns default.
Examples
// Satellite Mode
gps(readInteractive,
baseMap := None,
readDuration := 60,
message := "Click on the satellite to take a GPS reading for up to one minute:");
// Map Mode: Current Location
gps(readInteractive, "Take a GPS reading at your current location:");
// Map Mode: Select Location
gps(select, "Select your current location on the map:",
baseMap := "Suitland.mbtiles");
HideOcc Function
Format
b = hideocc(roster_name form_name (occurrence_number) );
Description
The hideocc function hides a roster entry or form occurrence from appearing in the mobile CSEntry case tree. It will also
Pa ge 634 of 958 Da ta Entry Sta tements a nd Func ons
hide the roster entry when using the desktop CSEntry. If no numeric occurrence_number is supplied, then the current
roster or form occurrence will be hidden.
Return Value
The function returns a logical value 1 (true) if successful and 0 (false) otherwise.
Example
PROC KEEP_PERSON
if KEEP_PERSON = 0 then
hideocc(PERSON000);
endif;
Highlighted Function
Format
b = highlighted(field_name);
Description
The highlighted function is used to determine whether a field, field_name, is on the path (green) in system-controlled
mode, or has been passed through (green or yellow) either directly or by skips in operator-controlled mode. This can be
used to determine whether an item has been entered or skipped because of logic in system-controlled mode, or whether
it is before or after the high water mark in operator-controlled mode.
Return Value
The function returns 1 (true) if the field has been passed (green or yellow) and 0 (false) if the field is yet to be entered
(white).
Example
if highlighted(HOURS_WORKED) then
errmsg("Hours Worked = %d",HOURS_WORKED);
else
errmsg("Skipped or not entered yet!");
endif;
See also: VisualValue Function, Operator vs. System Controlled, Field Colors
InAdvance Function
Format
b = inadvance();
Description
The inadvance function indicates if an advance is in progress in a data entry application, allowing for the conditional
execution of logic based on whether an enumerator has directly entered a field. Advances generally occur when the
advance statement is executed in logic, when resuming from a partial save, or when operators move from one field to
A common requirement is to execute some logic only when not advancing. For example, as with the warning function,
you may want to display a "soft check" error message when the operator directly entered the field, not when resuming
from a partial save. These two sets of logic are the same:
warning("...");
if not inadvance() then
errmsg("...");
endif;
Return Value
The function returns a logical value of 1 (true) if an advance is being evaluted and 0 (false) otherwise. The function
always returns 0 for batch and tabulation applications.
Example
PROC SURVEY_CONFIRMATION
// always require the enumerator to confirm that the survey is complete
if inadvance() then
SURVEY_CONFIRMATION = notappl;
reenter;
endif;
IsPartial Function
Format
b = ispartial( dictionary_name );
Description
The ispartial function determines, for data entry input dictionaries whether a case was opened from a partial case, and
for external dictionaries where the case is currently marked as a partial save. By default the function looks at the case
loaded by the main data entry input dictionary, but an optional argument, dictionary_name, allows you to determine the
partial save status of cases in external dictionaries.
Return Value
The function returns a logical value of 1 (true) if the case was opened from a partial case or if it has been partially saved
during the data entry session and 0 (false) otherwise.
Example
if ispartial() then
errmsg("Entering a partially saved case");
endif;
IsVerified Function
Pa ge 636 of 958 Da ta Entry Sta tements a nd Func ons
Format
b = isverified(dictionary_name);
Description
The isverified function determines whether a case has been verified by double-keying. The function, with argument
dictionary_name, can look at cases in external dictionaries or in batch edit input dictionaries.
The isverified function cannot be used on input dictionaries within a data entry application. In that situation, use the
demode function to ascertain whether the mode of entry is in verification.
Return Value
The function returns a logical value of 1 (true) if the case was verified and 0 (false) otherwise.
Example
PROC CASE_MENU
if CASE_MENU = 1 then // verify case
if isverified(SURVEY_DICT) then
errmsg("The case has already been verified.");
reenter;
else
// ...
endif;
endif;
Move Statement
Format
move to field_name advance skip ;
Description
The move statement allows movement to a field without regard to whether it is before or after the current field. This is
particularly useful in an OnKey or userbar function because you may not know at what point the function will be called.
The field_name is either the name of a field or is a string variable specifying the name of the field.
Movement to a field before the current field acts exactly like a reenter statement. The action of move to a field after the
current field depends on the optional keywords advance or skip. If no keyword is specified, or if skip is coded, then
forward movement acts exactly like a skip statement, skipping past fields. If advance is coded, then forward movement
acts exactly like an advance statement, moving over fields.
Example
See also: Advance Statement, Ask Statement, Reenter Statement, Skip Statement
NoInput Statement
Format
noinput;
Description
The noinput statement prevents input of a field during data entry. This command can be coded only in a preproc or
onfocus procedures.
When the statement is executed in a preproc, control passes directly from the field's preproc to the field's postproc,
executing the onfocus and killfocus procedures (if present) and performing the item range check, but not permitting
input of the field.
When the statement is executed in an onfocus, control passes directly from the field's onfocus to the field's postproc,
executing the killfocus procedure if present and performing the item range check, but not permitting input of the field.
The field is on the data entry path even though entry is prevented.
The effect of the noinput statement is similar, but not identical, to that of a protected field. If a noinput statement is
used, it is possible to back-tab to the field. It is not possible to back-tab to a field that is protected.
Example
PROC MARITAL_STATUS
preproc
if AGE < 12 then
MARITAL_STATUS = 1;
noinput;
endif;
Description
The OnChar global function allows you to trap characters in order to perform special actions or to change the action of
the character. It can also be used to disable or remap characters. This function must be placed in PROC GLOBAL.
If an OnChar function is defined, every character the operator types is sent to the function for processing. If the function
returns a value, then the return value is processed by the field as the character. If a statement in the function causes
movement to another field within the case, then the movement is executed. If no function is defined, then characters are
unmodified.
The parameter key_value is a numeric code identifying what character was typed using the keyboard. Its value can be
used within the function.
You can use the OnKey Character Map to determine the value of characters.
The OnChar function also returns values different from the OnKey function for some Latin keystrokes. For example, with
Caps Lock off, if a keyer holds down Shift and types 'M,' OnKey will return 1077 (1000 for the shift, 77 for 'm'). OnChar, on
the other hand, will return 77, the character code for 'M.' For a lowercase 'm,' OnKey returns 77 and OnChar returns 109,
the character code for 'm.'
The OnChar function does not return any information about whether any of the Shift, Ctrl, or Alt keys were held down
when the character was typed.
Return Value
The OnChar function must return an integer value. The value should be either the value of the character pressed (the
Pa ge 639 of 958 Da ta Entry Sta tements a nd Func ons
same as the value passed to the function), a substituted character value (remapping the character), or zero (0) to
indicate that the character is to be ignored.
Example
function OnChar(numeric keystroke)
if keystroke = 24110 then // 帮 (bang)
move to HELP_FORM;
else
OnChar = keystroke;
endif;
end;
See also: OnKey Global Function, OnKey Character Map, User-Defined Functions
Description
The OnKey global function allows you to trap keystrokes in order to perform special actions or to change the action of the
key. It also can be used to disable or remap keys. This function must be placed in the Global procedure.
If an OnKey global function is coded, every keystroke the operator types is sent to the OnKey function for processing. If
the OnKey function returns a value, then the return value is processed by the field as the keystroke. If a statement in the
OnKey function causes movement to another field within the case, then the movement is executed. If no OnKey function
is coded, then keystrokes are unmodified.
The key value is a number code identifying what key was pressed on the keyboard. Its value can be used within the
function. See detailed description below.
You can use the OnKey Character Map to determine the value of characters.
Return Value
The OnKey function must return a number. The value should be either the value of the key pressed (the same as the value
passed to the function), a substituted key value (remapping the key), or zero (0) to indicate that the key is to be ignored.
Example
Numbers
For the number keys across the top of the keyboard or on the numeric keypad when the "NumLock" button is
depressed, the value 48 should be added to the number. For example, the keyboard key value returned for the range 0-9
is 48-57 respectively.
Letters
For the 26 a-z letters the code range 65-90 will be returned. If uppercase letters are sought, then you must add the Shift
key value (1000) to the 65-90 range, yielding 1065-1090. If the Ctrl and/or Alt keys are being held down that will impact
the value returned too; however, the CapsLock key does not impact the code returned.
Control Keys
If the control keys Shift, Ctrl, or Alt are pressed in isolation, i.e., are not combined with any other keystroke, they will
have the following key values:
Key Code
Shift 1016
Ctrl 2017
Alt 4018
If the control keys Shift, Ctrl, and/or Alt are pressed in combination with another key, the following base values should be
added to the code of the other key.
Keys Add
Shift 1000
Ctrl 2000
Shift+Ctrl 3000
Alt 4000
Alt+Shift 5000
Alt+Ctrl 6000
Alt+Shift+Ctrl 7000
Keys Code
a 65
Shift+a 1065
Ctrl+a 2065
Shift+Ctrl+a 3065
Alt+a 4065
Alt+Shift+a 5065
Alt+Ctrl+a 6065
Alt+Shift+Ctrl+a 7065
Function Keys
Key Code
NumLock 144
* 106 (with or without NumLock)
+ 107 (with or without NumLock)
- 109 (with or without NumLock)
. 110 (with or without NumLock)
/ 111 (with or without NumLock)
Miscellaneous Keys
Key Code
SysReq no code returned
Bksp 8
Tab 9
Enter 13 (with or without NumLock)
Break 19
Caps 20
Escape 27
Space 32
Page Up 33
Page Down 34
End 35
Home 36
Left Arrow 37
Up Arrow 38
Right Arrow 39
Down Arrow 40
Insert 45
Delete 46
Wnd 91 (the flying window)
Scroll Lock 145
; 186
= 187
Pa ge 642 of 958 Da ta Entry Sta tements a nd Func ons
, 188 (comma)
- 189 (dash/minus)
. 190 (dot/period)
/ 191
` 192 (accent)
[ 219
] 221
\ 220
' 222 (regular quote)
See also: CSPro Program Structure, User-Defined Functions, OnKey Character Map
Description
OnStop is a special global function. It has no return value and must be placed in the PROC GLOBAL section just like any
other user-defined function.
When defined, it provides control over what happens when the data entry operator tries to stop data entry by pressing the
ESC key, the Stop button, Ctrl+S, or attempting to exit data entry. When any of the above events occur, the OnStop
function is executed, with no stop dialog (discard, save, cancel) appearing.
The OnStop function can be used to prevent the operator from stopping data entry (see Example 1 below) or to allow
stopping data entry only under certain conditions (see Example 2 below).
Be aware that if you have added an OnStop function to your data entry application, then when a partial case is resumed,
no resume dialog ("Do you want to go to last...") appears. Therefore if you wish for this feature to be available to your
interviewers, you must code it yourself (see Example 3 below).
Similarly, if special actions are required when resuming a partial case, check whether a partial case has been entered by
using the ispartial function, and then add the appropriate logic.
The OnStop function is not executed when the stop function is executed.
Example 1
PROC GLOBAL
function OnStop()
reenter;
end;
Example 2
Example 3
As mentioned above, when OnStop is defined in an entry application, you must write your own logic to resume from a
partial save. However, this is only possible in one-level applications, as the name and occurrence number of the last field
entered is not retrievable in two-level entry applications.
See also: User-Defined Functions, Function Statement, Stop Function, SavePartial Function, IsPartial Function,
EndLevel Statement
Description
OnSystemMessage is a special global function. It is a function that gets called when a system message is issued. This is
similar to the OnKey or OnStop functions, which get called automatically by the running CSPro application, not because
of a call to the function in your logic. A system message is a message such as "Invalid subscript," not a user message
that comes from an errmsg statement.
The function must return a numeric value and you can provide from one to three parameters. If one numeric parameter is
provided, then it will receive the message number. If two numeric parameters are provided, the second numeric parameter
will get the message type (1 = error, 2 = warning). If a string parameter is provided, then it will receive the message text.
Return Value
Return 0 (false) to suppress the message. Returning anything other than 0 means that the message will be issued
(displayed to the enumerator in a data entry application or written to the listing file in a batch application).
Example 1
Example 2
function OnSystemMessage(numeric message_number, string message_text)
// modify the displayed message for invalid subscript errors
if message_number = 1008 then
errmsg("Subscript Error (%d). Most likely cause is no children in household.
%s", message_number, message_text);
// suppress the system message
exit false;
endif;
// issue the message in all other cases
exit true;
end;
Prompt Function
Format
s = prompt(message , initial_value , prompt_type );
Description
The prompt function displays a dialog box showing the string expression message and provides a text box for an
operator to enter a string value. An optional string expression initial_value determines the starting value displayed to the
operator. Another optional argument, prompt_type, provides a way to customize the kind of entry permitted. Types
include:
The password and multiline options are not compatible so when using one of these options, the other option cannot be
used. If an initial_value is specified that contains newline characters, but the multiline option is not used, the newlines
are converted to spaces.
Return Value
The function returns a string value containing the entered value. If the operator canceled without entering a string, the
function returns a blank string (even if an initial value was provided).
Example 2
if ROOF_TYPE = 9 then // other (specify)
ROOF_TYPE_OTHER = prompt("Specify the kind of roof on the dwelling
unit:", ROOF_TYPE_OTHER, multiline);
endif;
Protect Function
Format
i = protect(symbol, protect_property);
Description
The protect function modifies the protected property of the field symbol. If symbol is a block, group, form, or dictionary,
the function will try to apply the protected property to all fields belonging to that symbol. The numeric expression
protect_property turns the protected property off (if zero) or on (if nonzero).
Return Value
The function returns the number of items whose protected property was successfully changed.
Example
PROC RELATIONSHIP
onfocus
// automatically set the first person to be the head of the household
// and protect the field so that it is not shown to the enumerator
if curocc() = 1 then
RELATIONSHIP = 1;
protect(RELATIONSHIP, true);
else
protect(RELATIONSHIP, false);
endif;
PutNote Function
Format
b = putnote(note_text ,dictionary_symbol ,operator_id );
Description
The putnote function sets the note for a field or other dictionary symbol, replacing the note with the text found in the
string expression note_text. If the note text is an empty string, the note will be removed. The optional argument
dictionary_symbol allows you to set the note for a dictionary item, record, or level. If using the dictionary name, the
Pa ge 646 of 958 Da ta Entry Sta tements a nd Func ons
case note is set. Another optional string argument, operator_id, allows you to set the note for a particular operator. If no
operator ID is supplied, then the note for the current operator will be set.
Return Value
The function returns a logical value of 1 (true) if successful and 0 (false) otherwise.
Example
PROC STATUS
// set the case note to a description of the interview status
putnote("Interview Status: " + getlabel(STATUS,STATUS),CENSUS_DICT);
RandomizeVS Function
Feature Upgrade: Starting with CSPro 7.5, you are encouraged to use the ValueSet.randomize function.
Format
i = randomizevs(dictionary_symbol , exclude(exclude_code1, ..., exclude_codeN) );
Description
The randomizevs function scrambles the order of values in a value set. The function is useful when using capture types
in a data entry application. Some survey applications choose to display the possible response categories in a
randomized way so as to minimize an enumerator or respondent's selection bias.
The dictionary_symbol may be the name of a value set, item, group, form, or an entire dictionary. If randomizing the
value set for an item, an optional exclusion list, exclude_code1, ..., exclude_codeN, allows you to prevent certain
values from being given a random order. This is useful for variables like Don't Know, which, after the randomization, would
remain at the bottom of the list of values.
Return Value
The function returns the number of items for which the value sets were successfully randomized.
Example
randomizevs(FAVORITE_FOOD_GROUP, exclude(5));
becomes
See also: Random Function, RandomIn Function, Seed Function, ValueSet.randomize Function
Description
The reenter statement is used to force the entry operator to reenter the contents of the current field or of a field that was
entered earlier. The optional field_name is either the name of a field or is a string variable specifying the name of the
field. If the field_name is not specified, the current field is reentered. The field to be reentered must be earlier on the data
path than the current variable. If it is not, an error message will be displayed during data entry. If you do not know
whether the field is earlier in the data path, use the move statement.
When a reenter statement is executed, the preproc of the reentered field will not be executed. The postproc of the
field will be executed normally after the field has been reentered. If the field is on a different form than the current field,
that form will be displayed automatically.
Example 1
PROC RELATIONSHIP
if curocc() = 1 and RELATIONSHIP <> 1 then
errmsg("The head of household must be entered on the first row.");
reenter;
endif;
Example 2
PROC DOB_YEAR
if DOB_YEAR = CensusYear and DOB_MONTH > CensusMonth then
errmsg("The date of birth cannot be after the census date. Reenter the month and
year.");
reenter DOB_MONTH;
endif;
See also: Advance Statement, Ask Statement, Move Statement, Skip Statement
SavePartial Function
Format
b = savepartial( clear );
Description
The savepartial function saves the current case as a partially added, modified or verified case. It is useful in a large
data entry application to perform intermediate backups. It can also be used to automatically perform a partial save when
the keyer stops the case before completing it. You can also have CSEntry automatically partially save cases.
The function can be coded only in the preproc or postproc of a field. The function cannot be used before all ID values for
the case have been entered. You can get the field name where the last partial save occurred by coding
getsymbol(savepartial).
An optional argument, clear, results in the removal of visual values before the data is saved. This behavior is the same
as would happen if the case was completed in a system controlled application. Generally you will want to maintain
Return Value
The function returns a logical value of 1 (true) if the case was successfully saved as a partial case and 0 (false)
otherwise.
Example
PROC LINE_NUMBER
preproc
savepartial();
SelCase Function
Format:
b = selcase([heading,]ext-dict-name,alphanumeric-expression[,offset])
[include(dictionary-item])] [where logical-expression];
Description:
The selcase function allows a data entry operator to select and load a case from an external file. This function can
only be used in data entry applications. It searches the index of the external file named by "ext-dict-name" for all
cases whose keys match the criterion specified by "alphanumeric-expression." If two or more matching keys are
found, they will be presented to the entry operator in a display box. Using a highlight bar, the operator can select one
of the keys. The case identified by that key is then read into memory.
The "offset" tells CSPro the number of characters, beginning with the first character of the ID items for the external
file, that should be suppressed if multiple matches are found.
• alphanumeric-expression: can be a literal or a CSPro expression. The matching is case sensitive. If an empty string
is passed, all cases in the external file are returned.
• include: tells CSPro to list additional items from the specified dictionary in the display box.
• where: applies the logical expression to all cases returned by the selcase statement. The resulting display box will
only show cases in which the logical expression evaluated to true (returning a nonzero value).
It is possible, by specifying dictionary access parameters after the dictionary name, to limit the cases that the selcase
function processes.
Return value:
The function returns a logical value of true (1) if a case is found or selected by the entry operator and false (0)
otherwise.
Example 1:
OK = selcase(LOOKUP,concat(PROV, DIST));
Example 2:
OK = selcase(OCCUPATION_DICT, "Plantation");
will return cases whose key begins with "Plantation."
Example 4:
OK = selcase(OCCUPATION_DICT, "")
include(OCCUPATION_CODE, OCCUPATION_SUMMARY_LEVEL)
where OCCUPATION_CODE >= 631 and OCCUPATION_CODE <= 633;
will result in the same screen as appeared in Example 3.
Format 1:
set attributes (field-1[, field-2, ..., field-N])
display | visible | autoskip | return | protect | hidden | native;
Format 2:
set attributes(field-1[, field-2, ..., field-N])
assisted on|off [(question, responses)];
One or more dictionary items can be named in the field list. If the dictionary name is used, all the fields in the
dictionary are affected. If a form name is used, all the fields on the form are affected.
visible If a field is hidden, its value will now be visible; if it was already visible, the setting
has no effect
autoskip This is equivalent to leaving the statically-set field property "Use Enter Key"
unchecked. If this option is used, the cursor automatically advances to the next field,
after the maximum number of characters have been entered. This option will override
any statically-set field property settings.
return This is equivalent to checking the statically-set field property "Use Enter Key." If this
option is used, the operator must press the <Enter> key to advance from the listed
field(s). This option will override any statically-set field property settings.
protect This is identical to the statically-set field property "protected." If a field is set to
'protect', the operator will not be able to enter it. If the field was already statically set
to "protected," the setting has no effect.
hidden If a field is visible, its value will now be hidden from view; if it was already hidden, the
setting has no effect.
native Regardless of what settings have been made dynamically in the program, if a field is
set to native, all field settings will revert to their initial, statically-set properties.
Example of Format 1:
set attributes (total_HH_income) protect;
Description of Format 2:
The set attributes statement with the assisted keyword switches on or off a popup responses box during data entry.
The values in the responses box come from the first value set in the data dictionary for that field. The user can either
select a response or type a response. This behavior is true in any CSPro data entry application.
One or more dictionary items can be named in the field list. If the dictionary name is used, all the fields in the
dictionary are affected. If a form name is used, all the fields on the form are affected.
By default, the responses are taken from the first value set of the item. You can modify the values and responses
using the function setvalueset.
Description of Format 2 in CAPI applications
This statement has further meaning in CAPI data entry applications. Note that when you create a CAPI data entry
application, the question text for each item is automatically shown during data entry, but NOT the responses box.
There are two ways to make the responses box appear (or disappear):
1. Use this statement in the application's logic. For example:
set attributes(MYDICT) assisted on;
set attributes(MYDICT) assisted off;
set attributes(REL, SEX, EDUC) assisted on;
To show or hide responses for all fields, press Ctrl+K or from the Options menu, select Show Responses (All Fields).
The operator can also move the response box around on the screen using the mouse.
Use the following forms of this command to get the desired behavior in your program logic for CAPI applications:
// show both questions and responses
set attributes(MYDICT) assisted on;
See also: Change Field Properties, Change Data Entry Options, Introduction to CAPI
Format 1:
set behavior([field-1, ..., field-N]) canenter(notappl|outofrange) on
(confirm|noconfirm);
Format 2:
set behavior([field-2, ..., field-N]) canenter(notappl|outofrange) off;
Description:
The set behavior canenter statement allows the entry of blanks (notappl) for numeric data items during data entry or
to bypass the system 'Out of Range' message during data entry. You may wish to enter blanks when answers are
missing from the form. You may wish to bypass the system 'Out of Range' message in order to code your own
message.
If no arguments are specified, then the set behavior statement affects all data items from the point where it is executed
onward. To limit its scope, it must be turned on and off at appropriate times. It is possible, however, to specify the
name of a field, group, record, form, or dictionary to narrow the scope of the behavior to only fields that fall within the
specified object.
In operator-controlled applications, notappl defined as a value in the value set for the item usually allows blank to be
accepted. In system-controlled applications the set behavior function must be used to allow blanks even if notappl is in
the value set.
The keywords confirm or noconfirm must be coded when on is used. Confirm means that a message box is
displayed asking if it OK to enter this value. Noconfirm means that no message box is displayed.
Example 1:
set behavior() canenter(notappl) on (noconfirm);
Example 2:
set behavior(AGE,AGE_FIRST_MARRIAGE) canenter(outofrange) on (noconfirm);
set behavior(RELIGION) canenter(notappl) on (noconfirm);
SetCapturePos Function
Feature Upgrade: Starting with CSPro 7.1, you should no longer use this function as it may soon be removed from
CSPro. To replicate the behavior of the function, you can use the setproperty function with the argument
"CapturePosX" or "CapturePosY".
Format
Description
The setcapturepos function modifies the capture position for the capture types associated with a field on a form. The
symbol_name may refer to a field, group, form, or an entire dictionary. The two numeric expressions x_coord and
y_coord refer to the x (horizontal) and y (vertical) positions of the top-left corner of the capture type window. This position
is relative to the form window, not the whole CSEntry window, with (0,0) referring to the top-left corner of the form. If the
position given for a field is greater than the size of the form, CSEntry will ignore the argument when displaying the
capture type window. This function is useful for CAPI applications in which a part of the screen is left blank specifically
for capture type windows. Calls to this function are ignored when executed on mobile devices.
Return Value
The function returns the number of items whose capture positions were successfully changed.
Example
setcapturepos(CAPI_DICT, 700, 20); // draw all windows on the right side of the form
SetCaptureType Function
Feature Upgrade: Starting with CSPro 7.1, you should no longer use this function as it may soon be removed from
CSPro. To replicate the behavior of the function, you can use the setproperty function with the argument
"CaptureType" or "CaptureDateFormat".
Format
i = setcapturetype(symbol_name, capture_type , date_format );
Description
The setcapturetype function modifies the capture type currently associated with a field on a form. The symbol_name
may refer to a field, group, form, or an entire dictionary. The numeric expression capture_type refers to a capture type
code, listed in the table below. If specifying a date, the format can be specified with the optional string expression
date_format.
Return Value
The function returns the number of items that were successfully changed to the specified capture type. An item's capture
type can be successfully changed if the current value set associated with the item supports the requested capture type.
Pa ge 653 of 958 Da ta Entry Sta tements a nd Func ons
For instance, if an item's value set contains ranges, the capture type cannot be changed to a radio button. The success
of changing a field to a date picker does not depend on the date format, so if the date format is not valid for the field the
capture type will be changed to the default date format for the item.
Example
setcapturetype(DATE_OF_BIRTH, 5, "YYYYMMDD");
errmsg("%d fields changed to radio buttons on the housing form",setcapturetype(HOUSING_FORM,1));
SetCaseLabel Function
Format
b = setcaselabel(dictionary_name, case_label);
Description
The setcaselabel function sets the label to case_label for the case currently associated with the dictionary
dictionary_name. The dictionary can be either the main input dictionary of a data entry application or an external
dictionary. By default, CSEntry will show the case label instead of the ID items when listing the cases in a data source.
(A menu option allows CSEntry to show the case IDs instead.)
Return Value
The function returns 1 (true) if successful or 0 (false) if the function failed.
Example
PROC HEAD_HH_NAME
setcaselabel(CENSUS_DICT, maketext("Household %d headed by
%s", HH_NUMBER, strip(HEAD_HH_NAME)));
Description
CSPro data entry applications have two operating modes: operator- and system-controlled modes. Each mode has a
different style error message box. System-controlled mode uses a standard Windows dialog box whereas operator-
controlled mode uses a customized yellow box. The set errmsg statement allows the user to choose which kind of box
to use. The first argument, message_style, is one of the following:
default: Reset the box to the default style for the data entry mode.
operator: Use the operator-controlled box.
system: Use the system-controlled box.
Examples
set errmsg(system); // use the system-controlled style
set errmsg(operator); // use the operator-controlled style
set errmsg(default); // use the default style for the data entry mode
// defines the error message and defaults to F8 to close the box
set errmsg(operator,"Appuyez sur F8 pour fermer");
// 67 (C) is the key that will close the box
set errmsg(operator,"Appuyez sur C pour fermer",67);
// 67 (C) is the key that will close the box
// but the default error message text is used
set errmsg(operator,67);
SetFont Function
Setting Format
b = setfont(ErrMsg ValueSets NumberPad UserBar Notes All, font_name, font_size , bold,
italics );
Resetting Format
b = setfont(ErrMsg ValueSets NumberPad UserBar Notes All, default);
Description
In a data entry application, the setfont function allows you to modify the font that CSPro uses to display text in:
ErrMsg: The font that appears in boxes generated by the errmsg function.
ValueSets: The font that appears in capture type popup windows (other than the number pad).
NumberPad: The font that is used by the number pad.
UserBar: The font that appears in buttons and text strings on the userbar.
Notes: The font that appears when a user edits a field note.
All: The font is changed for all of the four above entities.
The font is changed to the font indicated by the string expression font_name and the numeric expression font_size, or if
the resetting format is used, the font is restored to CSPro's default font selection. The user must ensure that the desired
font is installed on the machine that will run the data entry application. Optional bold and italics markers may be
indicated. Calls to this function are ignored when executed on mobile devices.
Return Value
The function returns 1 (true) if the font(s) were changed successfully, and 0 (false) otherwise.
Example
Pa ge 655 of 958 Da ta Entry Sta tements a nd Func ons
function majorError(string message)
setfont(ErrMsg, "Arial", 24, bold, italics);
errmsg("%s", message);
end;
function minorError(string message)
setfont(ErrMsg, "Arial", 12, bold);
errmsg("%s", message);
end;
function minorWarning(string message)
setfont(ErrMsg, "Arial", 12, italics);
errmsg("%s", message);
end;
PROC AGE
if AGE > 95 then
minorWarning(maketext("Age (%d) is over 95, set to 95", AGE));
AGE = 95;
elseif not AGE in 12:95 then
minorError(maketext("Age (%d) is invalid for this survey, reenter", AGE));
reenter;
endif;
SetOperatorId Function
Format
b = setoperatorid(operator_id);
Description
The setoperatorid function sets the operator ID to the string expression operator_id for the current data entry session.
The operator ID is generally entered by the operator or passed as a parameter in the PFF file, but for some programs,
such as menu systems, it may be useful to set the operator ID in logic.
Return Value
The function returns 1 (true) if successful or 0 (false) if the function failed or was executed in batch mode.
Example
Show Function
Format
i = show( heading, group_name,item_list ,where condition ,title(text_list) );
Description
The show function displays items from a roster in the form of a menu that looks like a roster. The group_name specifies
which group contains the items to be displayed, one or more of which are specified in the item_list. This function is
similar to the show and accept functions, and is useful as a menu or simply as a way to show roster values in another
part of the questionnaire. An optional string expression, heading, defines the title of the grid. An optional where clause,
with a specified condition, allows you to only specify that only some occurrences of the roster should be displayed. If
you want to override the column headings, you can specify them with string expressions in text_title.
Return Value
The function returns the number of the item selected: 1 for the first item, 2 for the second item, etc. This is the number of
the item on the display, not in the roster. The value 0 is returned if the escape key (or back button) is pressed and none
of the options is chosen.
Example 1
if RELATIONSHIP = 2 and SEX = SEX(ptrHead) then
show("Sex of spouse is the same as the sex of head!",PERSON_REC,NAME,RELATIONSHIP,SEX,AGE,
title("Name","Rel","Sex","Age"));
endif;
Example 2
if ctrHead > 1 then // more than 1 head in the household
errmsg("More than 1 head of household (count=%d)",ctrHead);
numeric headToDelete = show(PERSON_REC, NAME, RELATIONSHIP, SEX, AGE, where RELATIONSHIP = 1);
// ...
endif;
ShowArray Function
Format
i = showarray( heading, array_name , row_count , column_count , title(text_titles) );
Description
The showarray function, similar to the show and accept functions, displays items from an Array in a grid. An optional
string expression, heading, defines the title of the grid, which contains the items in array_name. The function is useful
as a menu or simply as a way to show values that are relevant to data collection. If the optional numeric expressions
row_count and column_count are not specified, then the function will parse the Array, determining the size of the
menu based on where the first blank alphanumeric element is found. If you want to override the column headings, you
can specify them in with string expressions in text_titles.
Return Value
The function returns the number of the item selected: 1 for the first item, 2 for the second item, etc. The value 0 is
returned if the escape key (or back button) is pressed and none of the options is chosen.
Example 1
PROC GLOBAL
Array string unitedNationsCountryCodes(5,3) =
"004", "Afghanistan", "AFG",
"248", "Åland Islands", "ALA",
"008", "Albania", "ALB",
"012", "Algeria", "DZA",
"016", "American Samoa", "ASM",
// ...
;
PROC EXAMPLE
numeric countrySelection = showarray("Select a Country", unitedNationsCountryCodes,
title("Numerical Code", "Country or Area Name", "ISO ALPHA-3 Code"));
Example 2
numeric countrySelection = showarray(unitedNationsCountryCodes, 3, 2);
ShowOcc Function
Format
b = showocc(roster_name form_name (occurrence_number) ,show_condition );
Description
The showocc function shows an occurrence of a roster or form in the mobile CSEntry case tree. It will also show the row
on a roster on desktop CSEntry. If no numeric occurrence_number is supplied, then the current occurrence for the
roster or form will be shown.
By default, all occurrences of a roster and form are shown by CSEntry, but occurrences may be hidden with the hideocc
function. Alternatively, an optional numeric argument show_condition, allows the showocc function to conditionally hide
occurrences, based on whether the condition is true. The occurrence will be hidden if show_condition is 0; the
occurrence will be shown for any other value.
Return Value
The function returns a logical value 1 (true) if successful and 0 (false) otherwise.
Example
PROC MYSURVEY_QUEST
preproc
// fill in and potentially hide occurrence labels for the household roster
do numeric ctr = 1 while ctr <= totocc(PERSON_ROSTER)
showocc(PERSON_ROSTER(ctr),KEEP_PERSON(ctr));
setocclabel(PERSON_ROSTER(ctr),strip(NAME(ctr)));
enddo;
Skip Statement
Formats
skip to field_name;
skip to next multiply_occurring_field_name ;
skip;
The next keyword skips to the next occurrence of multiply_occurring_field_name. If the target field is on the same
repeating form or roster as the current field, control will move to the next occurrence of the target field. If not, control will
move to the first occurrence of the target field. Occurrence numbers cannot be used with the next keyword.
When using the next keyword without the optional target field, control passes to the next occurrence of the current
repeating form or roster, with the target field as the first field in that form or roster. This is a useful way to skip to the
beginning of the next occurrence.
If using skip without specifying a target field, then control passes to the next field in the application. This targetless skip
can only occur in the preproc of a field, roster, form, or user-defined function. CSPro will automatically figure out what
the target field should be, as it does with an ask statement.
The target field can be located in any record at the same level as the current field, but it cannot be located at a different
level. The field must be later on the path than the current field, meaning that it is a field that has not yet been entered. If
the field has already been entered, an error message will be displayed during data entry. If you do not know whether the
field is earlier in the data path, use the move statement.
When a skip statement is executed, the preproc of the target field will be executed but none of the statements between
the skip statement and the preproc of the target field will be executed. Skipped fields are assigned the special value of
notappl.
Note that the skip statement behaves differently from the advance statement, skipping past some number of fields,
rather than moving over the fields.
Example 1
PROC ATTENDED_SCHOOL_YN
if ATTENDED_SCHOOL_YN = 2 then
skip to REASON_NEVER_ATTEND;
endif;
Example 2
PROC CHILDREN_EVER_BORN
preproc
if SEX = 1 or AGE < 12 then
skip to next;
endif;
Example 3
PROC MARRIAGE_AGE
preproc
if MARITAL_STATUS = 1 then
skip;
endif;
See also: Advance Statement, Ask Statement, Move Statement, Reenter Statement
PROC USERBAR_FF
preproc
userbar(clear);
userbar(add text,"Enter two values and select an operation:");
leftOperatorRID = userbar(add field," ");
rightOperatorRID = userbar(add field," ");
userbar(add button,"Addition",performMathOperation(ADD_OP));
userbar(add button,"Subtraction",performMathOperation(SUBTRACT_OP));
userbar(add button,"Multiplication",performMathOperation(MULT_OP));
userbar(add button,"Division",performMathOperation(DIVIDE_OP));
userbar(add button,"Modulo",performMathOperation(MOD_OP));
userbar(add button,"Exponentiation",performMathOperation(EXP_OP));
userbar(add spacing,50);
resultsRID = userbar(add text," ");
userbar(show);
VisualValue Function
Format
d = visualvalue(field_name);
Description
The visualvalue function is used to access the contents of a numeric data item before the data item has been entered,
what is known as the "visual value." When an item is on a form as a field, CSPro will give its value in logic as notappl
until the item has been entered. If you know that the field has been previously filled, perhaps because the operator is in
modify mode or is resuming from a partial save, you can use this function to get the value stored in the item that is on
the form and represented as field_name.
If you exclusively need to refer to a field using its visual value, you can also use the Always Visual Value field property to
indicate that CSPro should always return the field's visual value (without the need for the visualvalue function).
This function is for use only with numeric fields. Refering to alphanumeric fields will always result in the evaluation of the
field's visual value.
Return Value
The function returns the numeric value of the field.
Example
PROC INTERVIEW_START_DATE
preproc
// do not overwrite the start date if modifying the case
if visualvalue(INTERVIEW_START_DATE) = notappl then
INTERVIEW_START_DATE = sysdate("YYYYMMDD");
endif;
Description
The endcase statement ends batch editing for the current questionnaire (case). All remaining procedures beyond where
the statement is executed will be skipped. The statement is similar to the skip case command, but in the latter
command the case is not saved to the output file. When using endcase the case will be saved to the output file.
Example
if HHTYPE = 2 then
endcase;
endif;
Export Statement
Format
export to file_name
rec_name(record_name | alpha_exp)
rec_type(record_name | alpha_exp)
case_id ( item_list] )
record_item_list;
Description
The export statement writes a record to an export file. Export statements can only be coded in level procedures.
In the to phase, the file_name is a name declared in the File Statement in PROC GLOBAL.
The rec_name, rec_type, and case_id phrases can each be coded only once, but can be coded in any order. They all
must be coded before record_item_list. The order in which rec_type and case_id are coded determines the order of
output of the record type and case ids in the exported record.
The rec_name phrase is optional and is only needed when data are exported to CSPro format. When used, the label and
name from the record name in the input dictionary is used for the label and name of the record type created in the
exported dictionary. If an alpha_exp is coded, then the label of the record type in the exported data dictionary is the
result of the alphanumeric expression and the name is derived from the label. If rec_name is not coded, the labels and
record names in the newly-created dictionary will be RECORD001, RECORD002, etc.
The rec_type phrase is optional. When coded it places a record type on the exported data record. If a record_name is
coded, then the record type value from the record name in the input data dictionary is placed on the exported data file. If
an alpha_exp is coded, then the value of the expression is placed on the exported data file.
The case_id phrase is optional. When coded it is used to place case identifiers on the exported data record. If case_id()
The record_item_list specifies the contents of the exported data record. This can be any combination of record names
or item names.
Where possible users are encouraged to use the Export Data tool instead of the export statement.
Example
// Export fertility data for women 15 to 54 years old
PROC GLOBAL
File SPSS_EXPORT;
PROC CENSUS_2000_DICTIONARY_FF
PROC QUEST // export done at LEVEL procedure
set behavior() export(SPSS, ItemOnly);
do numeric i = 1 until i > totocc(PERSON)
if P03_SEX(i) = 2 and P04_AGE(i) in 15:54 then
export to SPSS_EXPORT
case_id(PROVINCE, DISTRICT, EA, HU, HH)
LINE(i), P18_BORN(i), P19_LIVING(i), P20_BORN12(i);
errmsg("Record exported for female ages 15-54") summary;
endif;
enddo;
See also: Newline Handling, Set Behavior Export Statement, File Statement, SetFile Function, Introduction to Export
Data
Description
The Freq statement is used to define a frequency table that will be written to the frequencies file. Unlike named
frequencies, which allow for control over when frequencies are tallied, frequencies generated using the Freq statement
are tallied at the location where they are defined. Due to this, the statement cannot be located in PROC GLOBAL, in user-
defined functions, or in application procedures.
The Tabulate Frequencies tool generates Freq statements automatically, so one way to learn about how to use the
statement is to select items to tabulate in that tool and then use the View -> Batch Logic option to see the commands
used to generate the specified frequencies.
The optional exclude command is used to specify variables that should be removed from the inclusion list. The
variables_not_to_tabulate is a list of variables as defined above. The exclude command is particularly useful when
including records. For example, if you want to tabulate most items on a record with a couple exceptions, you might
code:
include(PERSON_REC)
exclude(P25_RELIGION, P26_TRIBE)
When including or excluding a name that may contain more than one variable—dictionaries, records, forms, groups, and
blocks—CSPro uses a rule to determine whether items contained in that grouping should be included in the list of
variables to tabulate:
Default rule: Include the item if it has a value set; if no value set is defined, then include the item if it has length 1 - 4.
You can override the default selection by adding one or more of these flags to the include/exclude list:
These six flags will never include items that have subitems. You can use a combination of flags; for example, this would
include all items from PERSON_REC with the exception of items that have subitems (though the subitems would be
included).
Leaving the include list empty is as if you coded the primary dictionary name. For example:
include()
// may be translated to:
include(CENSUS_DICT)
If you do not need to exclude any variables, the include command is optional. For example, these unnamed frequency
statements are the same:
Freq include(P03_SEX);
Freq(P03_SEX);
Freq include(P03_SEX);
If the first house is vacant, then no sex values are tallied; if the second house has three people, then three sex values are
Pa ge 667 of 958 Ba tch Edit Sta tements
tallied; and so on.
If you would like to tally a specific occurrence, you can specify the occurrence in the include/exclude list. For
example, this would create two tables, one for all sex occurrences, and one for the head's sex (assuming that the head
is the first occurrence):
You can specify occurrence values when using items or records. PERSON_REC(1), for example, would create tables for
the first occurrence of the items in PERSON_REC. If you specify an occurrence, the value will be tallied regardless of
whether the occurrence exists. For example, while P03_SEX would not tally vacant households, P03_SEX(1) will include
tallies of blank values for vacant households.
An optional command, disjoint, is a shortcut way of indicating that a frequency table should be created for every
occurrence of a variable. For example, this code would create a table for each of the occurrences of P03_SEX, resulting in
50 tables (for occurrence 1, occurrence 2, and so on until occurrence 50):
Freq include(P03_SEX)
disjoint;
When using disjoint, you can use (*) as an occurrence to specify that you would like to ignore the disjoint setting.
For example, this code would create 49 tables (for the combined occurrences, for occurrence 3, occurrence 4, and so on
until occurrence 50).
Alphanumeric Breakdown
The optional command breakdown allows you to control how alphanumeric items and string variables are tallied. A
positive numeric constant, length, specifies a number used to split these values before tallying. This can be useful when
creating frequencies for data collected using checkboxes. For example, assuming CHECKBOX_FIELD occurs twice, first
as "AB" and then as "BC":
Additional Commands
The optional command universe allows you to specify a condition under which the frequency should be tallied. The
values will be tallied when the condition evaluates to true.
The optional command weight allows you to weight each tally. The weight_value can be a constant number (like 10), a
dictionary item (like HH_WEIGHT) or any other numeric expression. If no weight is provided, a weight of 1 is used during
the tallying.
Optional formatting options allow you to control how the frequency tables are generated. The formatting options include
the following commands: valueset, distinct, vset, heading, stat, percentiles, nofreq, decimals, sort,
nonetpercents, and pagelength.
Example 1
Example 2
PROC QUEST
// create frequency tables for the default selection of items in
// the PERSON_REC record, tallying only the first record occurrence
// universe is used to make sure that we do not tally empty households
// weight is 20 because we are creating frequencies on a 5% sample file
// distinct means that the frequency tables will show all values,
// not combining values if the value sets have ranges (such as age 0-4)
Freq
include(PERSON_REC(1))
universe(totocc(PERSON_REC) > 0)
weight(20)
distinct;
Example 3
PROC QUEST
// create a frequency table for the item H15_ASSETS, which
// was collected using a checkbox with each value of length 2
Freq(H15_ASSETS)
breakdown(2);
See also: Freq Object, Freq Statement (Named), Frequency Formatting Options
GetDeck Function
Format
f = getdeck(array_name ,override_dim1, override_dim2, override_dim3] );
Description
The getdeck function returns the value stored in the DeckArray hot deck by using the current value(s) of the value set
items that were defined as dimensions in the DeckArray declaration. The function automatically recodes the values and
accesses the proper cell in the hot deck. If any of the DeckArray dimensions are not associated with a value set, then
you must specify the desired numeric index when calling the function.
If (+) was specified after any of the array_name dimensions, the "leftover" rows for that dimension will be retrieved
whenever an invalid value for that dimension is given.
Return Value
The function returns the value in the hot deck or DEFAULT in the event that the values supplied are not valid entries in
the value sets and thus could not be recoded to a proper cell in the hotdeck. Note that DEFAULT will never be returned if
Example
Array education_HD_SexAge(SEX_VS, AGE_FOR_EDUCATION_HD_VS) save;
// more code ...
PROC EDUCATION
EDUCATION = getdeck (education_HD_SexAge); // use current values for sex and age
EDUCATION = getdeck (education_HD_SexAge, 1); // override sex only
EDUCATION = getdeck (education_HD_SexAge, ,28); // override age only
EDUCATION = getdeck (education_HD_SexAge, 1,28); // override both sex and age
PutDeck Function
Format
b = putdeck(array_name, numeric_expression , override_dim1, override_dim2, override_dim3 );
Description
The putdeck function updates the value being stored in the DeckArray hot deck by using the current value(s) of the value
set items that were defined as dimensions in the DeckArray declaration. putdeck automatically recodes the value set
items and accesses the proper cell in the hot deck, where it stores the value of the numeric_expression. If any of the
DeckArray dimensions are not associated with a value set, then you must specify the desired numeric index when
calling the function.
If (+) was specified after any of the array_name dimensions, the "leftover" rows for that dimension will be updated
whenever an invalid value for that dimension is given.
Return Value
The function returns 1 if successful or DEFAULT in the event that the values supplied are not valid entries in the value
sets and thus could not be recoded to a proper cell in the hot deck.
Example
Array education_HD_SexAge (SEX_VS, AGE_FOR_EDUCATION_HD_VS) save;
// more code ...
PROC EDUCATION
putdeck(education_HD_SexAge, EDUCATION); // use current values for sex and age
putdeck(education_HD_SexAge, EDUCATION,1); // override sex only
putdeck(education_HD_SexAge, EDUCATION, ,28); // override age only
putdeck(education_HD_SexAge, EDUCATION,1,28); // override both sex and age
Description:
The set behavior export statement is coded before the first export statement.
The model is required. It is one of the keywords SPSS, SAS, Stata, R, All, CSPro, TabDelim, CommaDelim, or
SemiColonDelim, indicating the type of file being exported.
Item-type is optional. It is one of the keywords ItemOnly, SubitemOnly, or ItemSubitem, indicating how subitems
and their parent item are handled when entire records are exported. If not coded, SubitemOnly is assumed.
Text-encoding is optional. It is either ANSI or Unicode, and specifies the text encoding of the exported data file and
any description or script files. If not coded, ANSI is assumed. The Unicode option will output UTF-8 files.
Decimal-mark is optional. If specified with the keyword CommaDecimal, decimal marks will use commas instead of
periods in the exported data file.
See also: Export Statement
SetOutput Function
Format
b = setoutput(file_name);
Description
The setoutput function redirects the output cases of a batch application to the data file specified in the string
expression file_name. All data will be appended to (added to the end of) the file. If the file exists prior to the application
run, you may, depending on the circumstances, want to use the filedelete function to remove the file.
You can use a single file name as an argument or you can specify a string List. Using a List allows you to specify
multiple output files. Cases will be output to each of the output files specified.
Return Value
The function returns a logical value of 1 (true) if at least one physical file is successfully assigned and 0 (false) otherwise.
Example
PROC PROVINCE
// split the contents of the input data file into one file for each province code;
// the output files will be put in a directory called "split"
string output_path = Path.concat("split", maketext("%02d.dat", PROVINCE));
setoutput(output_path);
Example
// remove any vacant households
if totocc(PERSON_REC) = 0 then
skip case;
endif;
Description
The abs function returns the absolute value of the numeric expression value.
Return Value
The function returns the absolute value. If the value of the numeric expression is a special value, the function returns the
special value.
Example
if abs(X - target) < abs(Y - target) then
// ...
endif;
CMCode Function
Format
i = cmcode(month, year);
Description
The cmcode function returns the century month code (CMC) of the given date using the month and year numeric
expressions. The CMC is the number of months since January 1900. (The CMC for January 1900 is 1.) It is calculated by
multiplying the number of years between the argument year and 1900 by twelve, then adding the value of argument
month.
The function returns the value 9999 if the month is less than one or greater than 12, or if either the month or year are
equal to a special value. The function accepts either 2- or 4-digit years. If a 2-digit year is used, the function assumes
that the year is in the 20th century (i.e., 19xx). Four-digit years can be used for years in the 20th or 21st century.
Return Value
The function returns the CMC of the date.
Example 1
XMONTH = 6;
XYEAR = 82;
DATE = cmcode(XMONTH, XYEAR);
The value of DATE for the given arguments (June 1982) would be ( 82 * 12 ) + 6 = 990.
See also: DateAdd Function, DateDiff Function, DateValid Function, SysDate Function
CountNonSpecial Function
Format
i = countnonspecial(item_name record_name array_name numeric_expression , ... );
Description
The function countnonspecial counts the number of non-special values within the passed arguments. Special
arguments include missing, refused, notappl, and default. The function can receive multiple numeric arguments,
including items, records, arrays, and numeric expressions. This function can greatly simplify some programming tasks;
for example, the following two lines of code are the same:
If an Array object is passed, the function will count the non-special values among all the values in the array. For a
multiply occurring item or record, to count the non-special values for all the items or records instead of just the current
occurrence, include (*) after the item or record name.
Example 1
PROC GLOBAL
numeric tempVal = notappl;
Array tempArray(2, 3) = 1, 2, 3, notappl, missing, default;
PROC EXAMPLE
countnonspecial(5, tempVal, default, 28 + 31, 3 / 0); // returns 2
tempVal = 0.123456789;
countnonspecial(5, tempVal, default, 28 + 31, 3 / 0); // returns 3
countnonspecial(5, tempVal, default, 28 + 31, 3 / 0, tempArray); // returns 6
tempArray(2, 1) = 0;
countnonspecial(5, tempVal, default, 28 + 31, 3 / 0, tempArray); // returns 7
Example 2
Example 3
numeric numDefinedValues = countnonspecial(SEX(*), AGE(*));
numeric numPossibleValues = 2 * totocc(POPULATION);
errmsg("%d% of sex and age values are
missing", 100 * ( 1 - ( numDefinedValues / numPossibleValues ) ));
Exp Function
Format
d = exp(numeric_expression);
Description
The exp function raises the value of e (2.7182818...) to the power given by numeric_expression. This value e is called
Napier's constant or Euler's number and is the basis of natural logarithms.
Return Value
The function returns a decimal number. If the value of numeric_expression is a special value, the function returns that
value.
Example
X = exp(Y);
High Function
Format
d = high(number1 ,number2...numberN );
Description
The high function returns the maximum (highest) value in a group of numbers represented by numeric expressions
number1 ... numberN. The function ignores special values.
Return Value
The function returns the highest value, or default in the case that no valid values were passed.
Example
Inc Function
Format
i = inc(numeric_item ,increment_value );
Description
The inc function increments numeric_item, which is either a dictionary item or a numeric variable. If the optional
numeric expression increment_value is present, then the value of that expression is added to numeric_item. If no
expression is present, 1 is added to numeric_item. The increment value can be negative or nonnegative. inc(X) is
essentially shorthand for X = X + 1;
Return Value
The function returns the sum of the numeric item and the increment value.
Example
X = 5;
inc(X);
// X is 6 after X = X + 1;
inc(X,4);
// X is 10 after X = X + 4;
inc(X,-5);
// X is 5 after X = X + (-5);
X = 5 + inc(X,inc(X));
// X is 17 after X = X + 1; X = X + X; X = 5 + X;
Int Function
Format
i = int(numeric_expression);
Description
The int function returns the integer portion of the decimal value numeric_expression.
Return Value
The function returns an integer value. If the value of numeric_expression is a special value, the function returns that
value.
Example
X = int(5 / 3); // X will be 1
Log Function
Format
d = log(numeric_expression);
Description
The log function calculates the base-10 logarithm of numeric_expression. The number numeric_expression should be
a positive value.
Return Value
The function returns a decimal number logarithm. If the value of the number is a special value, the function returns the
special value given. If the value of the number is negative, the function returns default.
Example
numeric incomeLog = log(INCOME);
Low Function
Format
d = low(number1 ,number2...numberN );
Description
The low function returns the minimum (lowest) value in a group of numbers represented by numeric expressions
number1 ... numberN. The function ignores special values.
Return Value
The function returns the lowest value, or default in the case that no valid values were passed.
Example
errmsg("Lowest value is %f",low(50,-123.45,1982.0605,20)); // displays -123.45
errmsg("Highest value is %f",high(50,-123.45,1982.0605,20)); // displays 1982.0605
Random Function
Format
i = random(min_value, max_value);
Description
The random function returns a uniformly distributed random number between the number expressions min_value and
Pa ge 677 of 958 Numeric Func ons
max_value inclusive.
By default the sequence of random numbers generated by repeated calls to random will always be the same. You can
use the seed function to generate a different sequence.
Return Value
The function returns an integer random value. The function will return a value of default if min_value is greater than
max_value or if either value is equal to one of the special values.
Example
NUMBER = random(1, 100);
See also: RandomIn Function, ValueSet.randomize Function, Seed Function, UUID Function
RandomIn Function
Format
d = randomin(in_list);
Description
The randomin function returns a random number from a grouping of numeric values expressed as an in list. You can use
the seed function to initialize the random number generation. A non-integer can appear as part of the in list, but if it is
part of a range, both the low and high values of the range will be converted to integers and the function will return a
uniformly distributed random integer in that range.
Return Value
The function returns a random value from the values of the in list. The function will return default if there were no
applicable values to construct a group of valid numbers from which to pick a random number. If a value appears more
than once in the in list, it will have a higher probability of being selected by the function.
Examples
errmsg("Random tribe code: %d", randomin(TRIBE_VS1));
errmsg("Non-continuous random number: %d", randomin(-100:-50, 50:100, 999));
errmsg("After many calls, 1.23 will be selected 75% of the time:
%d", randomin(1.23, 1.23, 1.23, 8));
errmsg("Random month: %d", randomin(1:12)); // same as random(1, 12)
Round Function
Format
i = round(numeric_expression);
Description
Return Value
The function returns the rounded value. If the value of the numeric expression is a special value, the function returns the
special value.
Example
// round a price to the nearest nickel (five cents)
numeric roundedPrice = round(PRICE * 20) / 20;
Seed Function
Format
b = seed(numeric_expression);
Description
The seed function is used to determine the first value generated by the random function. If you want to reproduce a series
of random numbers, then for best results, the numeric_expression should be set to a prime number, such as 1009.
However, if you want different random numbers for each run of your program, the systime and timestamp functions
return good seed values.
Versions of CSPro 6.0 and greater will return different random numbers, given the same seed value, than earlier versions
of CSPro. If you expect a certain sequence to the random numbers and want to match a previously recorded sequence,
then you will want to use an old version of CSPro to run your application.
Return Value
The function returns a logical value of 1 (true) if the seeding is successful, and 0 (false) otherwise.
Example
seed(systime());
numeric randomAge = random(1,99);
Sqrt Function
Format
d = sqrt(numeric_expression);
Description
The sqrt function returns the square root of numeric_expression. The number numeric_expression should be a
positive value.
Return Value
Example
numeric incomeSqrt = sqrt(INCOME);
Format:
set behavior() specialvalues(zero) on | off;
Description:
The set behavior specialvalues statement allows special values to be treated as zero (0) values during arithmetic
operations, including addition, subtraction, multiplication, division, and modulo. By default this behavior is disabled.
The set behavior statement affects all numeric data items from the point where it is executed onward. To limit its
scope, it must be turned on and off at appropriate times.
Example:
PROC GLOBAL
numeric var1,var2,var3;
numeric result;
PROC SUMMATION
var1 = 5;
var2 = 10;
var3 = default;
set behavior() specialvalues(zero) on;
result = var1 + var2 + var3; // result will be 15
set behavior() specialvalues(zero) off;
result = var1 + var2 + var3; // result will be DEFAULT
Description
The compare function compares the two strings expressions string1 and string2 character by character to determine the
alphabetical (collating sequence) order of the strings. The strings are compared in a case-sensitive manner. The
compareNoCase function compares strings in a case-insensitive manner.
Note: When using the Original logic version, if string1 and string2 are of different lengths, the function will pad the
shorter string with blanks to carry out the comparison. For example, compare("a", "a ") returns 0, whereas it
returns -1 when using logic version CSPro 8.0+.
Return Value
The function returns an integer value of:
Example
if compare(thisCaseKey, previousCaseKey) = -1 then
// ...
endif;
Direct string comparisons can also be made. For example, the following code is permissible:
compareNoCase Function
Format
i = compareNoCase(string1, string2);
Description
The compareNoCase function compares the two strings expressions string1 and string2 character by character to
determine the alphabetical (collating sequence) order of the strings. The strings are compared in a case-insensitive
manner. The compare function compares strings in a case-sensitive manner.
Return Value
The function returns an integer value of:
Example
if compareNoCase(FAMILY_NAME, PREVIOUS_ROUND_FAMILY_NAME) = 0 then
// ...
endif;
Concat Function
Format
s = concat(string1, string2 , ..., stringN );
Description
The concat function concatenates the values of two or more string expressions (string1 + string2 + ... + stringN). The
strings can be alphanumeric items, text strings, or functions that return strings. You can also use the + operator to
concatenate strings.
Return Value
The function returns the concatenated string.
Example
FIRST_NAME = "John";
LAST_NAME = "Henry";
string full_name = concat(FIRST_NAME, " ", LAST_NAME); // full_name is: John Henry
Example
string message;
do numeric counter = 1 while counter <= 13 by 2
message = message + edit("99 ", counter);
enddo;
// message is now: "01 03 05 07 09 11 13"
Edit Function
Format
s = edit(edit_pattern, numeric_expression);
Description
The edit function converts a number to a character string defined by the given "edit pattern". The "edit pattern" is a string
containing "Z"s and/or "9"s (i.e., "9999" or "ZZ9.99"). Both "9" and "Z" represent a digit as follows:
9 display a digit
Z display a digit, but if it would be a leading zero for the given width, display a blank
. display the decimal character
, display the thousands separator character
Return value
The function returns a string derived from the numeric_expression argument.
Example 1
X = 87;
A1 = edit("ZZZ9",X); // yields A1 = " 87"
A2 = edit("9999",X); // yields A2 = "0087"
A3 = edit("Z999",X); // yields A3 = " 087"
Example 2
Y = 0;
A4 = edit("ZZ9",Y); // yields A4 = " 0"
A5 = edit("999",Y); // yields A5 = "000"
A6 = edit("ZZZ",Y); // yields A6 = " "
Example 3
T = edit("99:99:99", systime()); // yields T = "16:04:42" for the time 4:04pm and 42 seconds
Example 4
Example 5
A = edit("ZZZ,ZZZ,ZZ9", INCOME);
GetBuffer Function
Format
s = getbuffer(item_name);
Description
The getbuffer function returns a string containing a data item's contents. The item_name can refer to either a numeric
or alphanumeric item.
The function is especially useful when a numeric data item in a data file contains a non-numeric value, such as "*", "-", or
"a". You cannot test the contents of the numeric data item for alphanumeric values because CSPro stores default as
the value of any numeric data item which contains non-numeric values. Therefore, to find out what non-numeric value(s)
exist in a data item, you would use this function to return its contents in the form of a string.
Return Value
The function returns a string containing the item's contents.
Example
if special(AGE) then
errmsg("Person's age is invalid, AGE = %s",getbuffer(AGE));
endif;
Length Function
Format
i = length(string_expression);
Description
The function length calculates the length of an alphanumeric string_expression. If the string is a dictionary item, the
value returned is the length of the item. If it the string is the result of a function, the value returned is the length of the
string returned by the function.
Return Value
The function returns the length of the string as an integer value. If using an alpha variable or a dictionary item, you may
want to strip the string before calculating its length.
Example
Format
i = length(list_name);
i = length(array_name , dimension );
Examples
Array string usmca_countries(3) = "Canada", "Mexico", "United States";
length(usmca_countries); // returns 3;
// ...
Array AgeSexDeckArray(AGE_VS, SEX_VS);
do numeric age_counter = 1 while age_counter <= length(AgeSexDeckArray, 1)
do numeric sex_counter = 1 while sex_counter <= length(AgeSexDeckArray, 2)
// ...
enddo;
enddo;
maketext Function
Format 1
s = maketext(string_exp , argument1, ..., argumentN );
Format 2
s = maketext(msg_num , argument1, ..., argumentN );
Description
The maketext function formats a text string with inserted values. Each argument is sequentially inserted into the text
string. Arguments can be numeric or string expressions, but the type of the argument must match the type of the
receiving field in the string expression.
where "n" is the size of the field and "d" is the number of decimal places to show for a number. For a complete list of
possible message formatters, see Message Formatting Options.
Numbers are never truncated. Text strings are truncated only if ".d" is used. If "n" is positive, the insert is right-justified in
the size of the field. If "n" is negative, the insert is left-justified in the size of the field. If "n" is a positive number with a
leading zero, the insert is right-justified in the size of the field and zero-filled to the left. When inserting a number, if "n" is
Pa ge 685 of 958 String Func ons
preceded by a "+", the sign of the number is always displayed.
If you wish to split message text across two or more lines, refer to the Message Formatting Options page.
Return Value
The function returns the formatted string.
Example 1
TEXT = maketext("Sex= %d", SEX);
Example 2
numeric integerValue = 23456;
errmsg( "%d" , integerValue); // 23456
errmsg( "%-10d" , integerValue); // 23456
errmsg( "%10d" , integerValue); // 23456
errmsg( "%+10d" , integerValue); // +23456
errmsg( "%+010d" , integerValue); // +000023456
errmsg( "%-010d" , integerValue); // 0000023456
errmsg( "%f" , integerValue); // 23456.000000 Note the usage of %f
See also: Message Formatting Options, Message File (.mgf), Message.formatText Action, Edit Function
Description
Several functions* take an argument that consists of a message and then an optional number of arguments that are
dynamically inserted into the text to create a final message (*the complete list of functions can be found at the bottom
of this page). If message_number is used, it refers to the user-numbered messages created in the .mgf file.
The message can contain optional arguments, argument1 to argumentN, that will be inserted into the message. Each
argument, denoted in the message text with a percent sign, is sequentially inserted into the message. Arguments can
Formatter Result
"%d" Inserts a number that is displayed as an integer.
"%f" Inserts a number that is displayed as a decimal value (with six decimal places shown by default).
"%s" Inserts a text string.
"%v" Inserts a variable formatted intelligently (see below).
"%l" Inserts a variable's value label (see below).
"%p" Inserts the name of the current procedure, which can be useful for debugging. No argument should be
supplied if using this option.
"%c" Inserts the first character of a text string, or no characters if the string is blank.
The "%l" formatter looks up the value set label associated with the variable's current value. If found, it displays that label
(in the same way that the getvaluelabel function does). If no value set label is associated with the value, then the "%l"
formatter behaves as if it were the "%v" formatter.
If the number is positive, as in "%+5d", the text is right justified to the size of the field (e.g., " 9").
If the number is negative, as in "%-5d", the text is left justified to the size of the field (e.g., "9 ").
For numbers, if a leading zero proceeds the number, as in "%05d", the text is right justified to the size of the field
but instead of being padded with spaces, it is padded with zeros (e.g., "00009").
For numbers, if the number is preceded by a plus sign, as in "%+d", the sign of the number is always displayed
(e.g., "+9").
Numbers are never truncated. Text strings are not truncated unless used as in "%0.5s", where the second part,
".5", indicates the maximum number of characters.
Example
See also: ErrMsg Function, FileWrite Function, File.write Function, LogText Function, maketext Function, Trace
Function, Warning Function, Write Function
Pos Function
Format
i = pos(substring, source_string);
Description
The pos function searches for a grouping of characters, represented in a substring, within a source_string. The function
returns the beginning position of the first occurrence of the substring. Both arguments are string expressions, and they
are case sensitive, meaning that "children" is recognized as different from "CHILDREN".
If using an alpha string or dictionary item, be aware that searching for a space character can lead to the function finding
one at the end of your string. You may want to strip alphanumeric variables before searching for spaces.
Return Value
The function returns the position of the first occurrence of the substring, or if the substring is not found, the function
returns 0.
Examples
See also: PosChar Function, StartsWith Function, Replace Function, IsChecked Function
PosChar Function
Format
i = poschar(pattern_string, source_string);
Description
The poschar function searches for a collection of characters, represented in a pattern_string, within a source_string.
The function returns the beginning position of the first occurrence of the pattern string in the source string. Both
arguments are string expressions, and they are case sensitive, meaning that "c" is recognized as different from "C".
Return Value
The function returns the position of the first occurrence of the pattern string, or if no characters from the pattern string are
found, the function returns 0.
Examples
VALUE = poschar("L", "CHILDREN"); // VALUE will be 4; this is where the
// pattern string (the letter "L")
// occurs in the source string ("CHILDREN")
VALUE = poschar("LCN", "CHILDREN"); // VALUE will be 1; of the characters in the
// pattern string, "C" is the first character
// encountered in the source string, and it is
// found at position 1
See also: Pos Function, StartsWith Function, Replace Function, IsChecked Function
RegExMatch Function
Format
i = regexmatch(target_string, regex_string);
Description
The regexmatch function tests whether the target_string matches the regex_string.
Return Value
The function returns an integer value of:
Example
// Matches format xxx-xxx-xxxx
if regexmatch(TELEPHONE_NUMBER, "^([0-9]{3}-){2}[0-9]{4}$") then
// ...
endif;
// Basic validation for email
if regexmatch(EMAIL, @"^[^@\s]+@[^@\s]+\.[^@\s]+$") then
// ...
endif;
Replace Function
Format
s = replace(source_text, old_text, new_text);
Description
The replace function looks at source_text and replaces one or more instances of the substring old_text with the value
in new_text. All arguments are string expressions and the replacement is case sensitive, meaning that "c" is
recognized as different from "C".
Return Value
The function returns a new string with the replaced text.
Example 1
string example = "Robert Smith's son's name is Robert, Jr.";
example = replace(example, "Robert", "Bob");
// result: Bob Smith's son's name is Bob, Jr.
Example 2
StartsWith Function
Format
b = startswith(prefix, source);
Description
The startswith function determines whether the string expression source begins with the string expression prefix. It is
the same as checking if:
pos(prefix, source) = 1
In addition to standalone use as a function, startswith can be used when specifying dictionary access parameters.
Return Value
The function returns a logical value of 1 (true) if the source string starts with the prefix and 0 (false) otherwise.
Examples
if startswith("9999", MENU_GEOCODE_SELECTION) then
errmsg("Are you sure that you want to continue in training mode?")
select("Yes", continue, "No", reenter);
endif;
Strip Function
Format
s = strip(string_expression);
Description
The strip function removes trailing whitespace (blanks, newlines, etc.) from the string_expression. The result of the
function is often used as an argument to other functions such as the length and concat functions.
Pa ge 691 of 958 String Func ons
You will generally not have to use the strip function when working with variable-length strings since they do not have
spaces automatically added to the end of the text to match a fixed width.
Return Value
The function returns a string with no trailing whitespace.
Example
PROC GLOBAL
alpha (30) firstName, lastName, fullName;
PROC EXAMPLE
firstName = "John";
lastName = "Henry";
fullName = concat(strip(firstName), " ", strip(lastName));
numeric nameLength = length(strip(fullName));
// fullName is "John Henry "
// nameLength is 10
See also: String Comparisons, Alpha Statement, Concat Function, Length Function
ToLower Function
Format
s = tolower(string_expression);
Description
The tolower function scans the given string_expression and converts any uppercase letters to lowercase letters.
Return Value
The function returns a string with all uppercase letters converted to lowercase letters.
Example
// each function call will return "hello james!"
X = tolower("hello james!");
Y = tolower("Hello JaMeS!");
Z = tolower("HELLO JAMES!");
ToNumber Function
Format
d = tonumber(string_expression);
Description
Return Value
The function returns a decimal number. If the string begins with a non-numeric character (other than a blank), the function
returns default.
Example
numeric districtParameter = tonumber(sysparm("DISTRICT"));
ToUpper Function
Format
s = toupper(string_expression);
Description
The toupper function scans the given string_expression and converts any lowercase letters to uppercase letters.
Return Value
The function returns a string with all lowercase letters converted to uppercase letters.
Example
// each function call will return "HELLO JAMES!"
X = toupper("hello james!");
Y = toupper("Hello JaMeS!");
Z = toupper("HELLO JAMES!");
Description
The average function returns the average of multiple_item, an item that occurs multiple times. During data entry, the
result of the average calculation depends on where the statement is located. If the function is executed prior to the form
or roster containing the item, it returns default. If it is executed within the form or roster containing the item, it returns
the average up to the current occurrence number. If it is executed after the form or roster containing the item, it returns
the average for all occurrences of the item.
During batch editing, the function returns the average value for all occurrences of the item, regardless of the statement's
placement in the program.
If a where condition is included, the function returns the average of the occurrences for which condition is true.
If the value of an occurrence of the item is a special value, the occurrence will not be included in the calculation. If none
of the occurrences have values other than special values, default is returned.
Return Value
The function returns the decimal value of the average.
Examples
AVG_INCOME = average(INCOME);
AVG_FEMALE_INCOME = average(INCOME where SEX = 2);
Count Function
Format
i = count(multiple_item where = condition );
Description
The count function returns the number of occurrences for a repeating form or roster. During data entry, the occurrence
value is updated after execution of the postproc for the first field within the repeating form or roster. Note the situations
impacting this value:
During batch editing, count always returns the total number of occurrences in the multiply-repeating item/record.
Return Value
The function returns an integer count value.
Examples
TOTAL_PERSONS = count(PERSONS);
NUM_CHILDREN = count(PERSONS where RELATIONSHIP = 3);
See also: NOccurs Function, SOccurs Function, TotOcc Function, CurOcc Function, Seek Function, Has Operator
CurOcc Function
Format:
i = curocc([group]);
Description:
The curocc function returns the current occurrence number for a roster, form, or record.
During data entry, you may determine the current occurrence of a roster or form. If the form does not repeat, curocc
will return 1 (a roster must always repeat). The current occurrence can be determined by calling the curocc function
from any field contained within the roster or form. If it is executed prior to the roster or repeating form it names, it
returns 0. If it is invoked after entry of the roster or form has completed, it returns the total number of occurrences
keyed.
During batch editing, you may determine the current occurrence of a record or repeating item. If the curocc function is
used in a procedure not associated with an item on a record then curocc will return the total number of occurrences
found. If the curocc function is used in a procedure associated with an item on the record, it will return the sequence
number of the record in the case. The curocc of a repeating item will be its sequence number within the group.
Return value:
The function returns the occurrence number as an integer.
Examples 1:
PROC RELATION
if curocc(PERSON_REC) = 1 then
if (RELATION <> 1) then
errmsg("First person must be head of household.");
endif;
endif;
See also: Maxocc Function, Totocc Function, Noccurs Function, Soccurs Function, Count Function , If Statement,
Errmsg Function
Delete Function
Format
b = delete(group_name (occurrence) );
b = delete(group_name, first_occurrence) , last_occurrence );
Description
The first syntax deletes a single occurrence of the record. When deleting a singly-occurring record, it is not necessary to
specify the occurrence. The second syntax deletes one or more occurrences of a record, starting with the
last_occurrence and deleting up to the first_occurrence. This allows for the mass deletion of record occurrences.
Return Value
The function returns a logical value of 1 (true) if successful and 0 (false) otherwise.
In this example blank person records are deleted from the case. Records following any deleted record are "shifted up" to
cover the vacated area. For example, if you delete the second of four records, the third record shifts to the second
position and the fourth record shifts to the third position.
It is best to delete the records starting with the last record and moving toward the first. Use a subscript that starts at the
last occurrence then is decremented (decreased by 1). In this way you will not need to worry about the records that are
shifting positions.
GetOccLabel Function
Format
s = getocclabel( item_name group_name );
Description
The getocclabel function returns the occurrence label for a repeating item or group (i.e., the row label of a roster). If no
item_name or group_name is given, the function returns the occurrence label of the current field, as calculated as
follows:
s = getocclabel($(curocc($)));
In addition to uses in logic, the function can be used as a fill in question text.
Return Value
Pa ge 696 of 958 Mul ple Occurrence Func ons
The function returns a string containing the occurrence label. If an occurrence label for the item or group does not exist,
the function returns a blank string.
Example
if EXPENSES > SALES then
errmsg("You could not have made a profit on %s if expenses were greater than
sales.",getocclabel());
reenter;
endif;
Insert Function
Format
b = insert(group_name (occurrence) );
b = insert(group_name, first_occurrence) , last_occurrence );
Description
The insert function inserts missing or otherwise needed data records or item occurrences in the current case. It is
primarily intended for use in batch applications. It should be used with extreme caution in data entry applications
because of possible conflicts between the operator's actions and the program logic.
The first syntax inserts a single occurrence of the record. When inserting a singly-occurring record, it is not necessary to
specify the occurrence. The second syntax inserts one or more occurrences of a record, starting with the
first_occurrence and inserting up to the last_occurrence. This allows for the mass inserts of record occurrences.
Return Value
The function returns a logical value of 1 (true) if successful and 0 (false) otherwise.
It makes no difference if the population record has been defined in the dictionary as required or not. What is important is
that it was defined as a multiply-occurring record.
if totocc(HOUSING_REC) = 0 then
insert(HOUSING_REC); // note the absence of a subscript
endif;
Max Function
Format
d = max(multiple_item where condition );
Description
The max function returns the maximum value of an item that occurs multiple times.
During data entry, the result of the maximum calculation depends on where the statement is located. If the max
function is executed prior to the form or roster containing the item, it returns default. If it is executed within the form or
roster containing the item, it returns the maximum value up to the current occurrence number. If it is executed after the
form or roster containing the item, it returns the maximum value for all occurrences of the item.
During batch editing, if the values of the items are not changed, the result of the maximum calculation is the same, no
matter where the function is located. The function will return the maximum value for all occurrences of the item.
If a where condition is included, the function returns the maximum value of all occurrences for which the condition is true.
If any occurrence of the item is a special value (default, missing, refused, or notappl), the occurrence will not be
included in the calculation. If all item occurrences are special values, then default will be returned.
Return value
The function returns a decimal value.
Examples
MAX_INCOME = max(INCOME);
MAX_FEMALE_INCOME = max(INCOME where SEX = 2);
MaxOcc Function
Format:
i = maxocc([group]);
Description:
The maxocc function returns the maximum number of multiply occurring records or the maximum number of multiply-
occurring items defined for a group in the dictionary.
This value remains the same throughout the application run.
Return value:
The function returns an integer value of the maximum number of occurrences.
Example 1:
PROC HOUSING
errmsg("Maximum number of persons is %d", maxocc(PERSON));
See also: Curocc Function, Totocc Function, Soccurs Function, Noccurs Function
Min Function
Format
d = min(multiple_item where condition );
Description
The min function returns the minimum value of an item that occurs multiple times.
During data entry, the result of the minimum calculation depends on where the statement is located. If the min function
is executed prior to the form or roster containing the item, it returns default. If it is executed within the form or roster
containing the item, it returns the minimum value up to the current occurrence number. If it is executed after the form or
roster containing the item, it returns the minimum value for all occurrences of the item.
During batch editing, if the values of the items are not changed, the result of the minimum calculation is the same, no
matter where the function is located. The function will return the minimum value for all occurrences of the item.
If a where condition is included, the function returns the minimum value of all occurrences for which the condition is true.
If any occurrence of the item is a special value (default, missing, refused, or notappl), the occurrence will not be
included in the calculation. If all item occurrences are special values, then default will be returned.
Return value
The function returns a decimal value.
Examples
MIN_INCOME = min(INCOME);
MIN_MALE_INCOME = min(INCOME where SEX = 1);
NOccurs Function
Format:
i = noccurs(group);
Description:
The noccurs function returns the number of occurrences of a roster, form, or record. It is equivalent to the count
function without the where phrase.
During data entry, you may determine the current occurrence of a roster or form. The occurrence value is updated after
the first entry into the first field. If the noccurs function is executed prior to the roster or form it specifies then it returns
0. If it is executed from a field within the roster or form, it returns the current occurrence number after the first field is
on the path. For example, its value in the PREPROC of the first occurrence of the first item entered in a form or roster
is zero (0), i.e., before entry. After entry its value will always be one (1). This is true for each occurrence keyed, the
noccurs function is not incremented until the cursor is in or has passed through the first field on the roster or form. If it
See also: Totocc Function, Curocc Function, Soccurs Function, Count Function
Seek Function
Format
i = seek (multiple_item condition[,numeric_expr]);
Description
The seek function returns the occurrence number of the first item in a multiply-occurring item that satisfies the given
condition. If numeric_expr is included, the function starts searching the multiply-occurring record for a true condition
starting at occurrence numeric_expr. If an @ symbol precedes the numeric_expr, the function searches for the nth
occurrence of the condition.
Return Value
The function returns the occurrence number of an item that meets the condition. If no item is found it returns 0.
Example 1
PROC PERSON_ROSTER
numeric femaleIndex = seek(SEX = 2);
while femaleIndex do
write("Person #%d is a female with name '%s'",femaleIndex,NAME(femaleIndex));
femaleIndex = seek(SEX = 2,femaleIndex + 1);
enddo;
Example 2
numeric secondSpouse = seek(RELATIONSHIP = 2,@2);
Example 3
numeric firstFemaleOver15 = seek(SEX=2 and AGE >= 15); // multiple conditions can be given
See also: Count Function, Has Operator, SeekMax Function, SeekMin Function
SeekMax Function
Format:
i = seekmax(multiple-item condition[,numeric-expr]);
Example
// seekmax
numeric eldest_index = seekmax(AGE);
numeric eldest_aged_12to64_index = seekmax(AGE in 12:64);
// seekmin
numeric youngest_aged_65plus_index = seekmin(AGE in 65:95);
See also: Count Function, Has Operator, Seek Function, SeekMin Function, Max Function
SeekMin Function
Format:
i = seekmin(multiple-item condition[,numeric-expr]);
Description:
The seekmin function returns the occurrence number of the item with the lowest value that satisfies a certain condition
in a multiply occurring item. If numeric-expr is included, the function starts searching the multiply occurring record for a
true condition starting at occurrence numeric-expr.
Return value:
The function returns the occurrence number of an item that meets the condition or 0 if no such item is found.
Example
// seekmax
numeric eldest_index = seekmax(AGE);
numeric eldest_aged_12to64_index = seekmax(AGE in 12:64);
// seekmin
numeric youngest_aged_65plus_index = seekmin(AGE in 65:95);
See also: Count Function, Has Operator, Seek Function, SeekMax Function, Min Function
SetOccLabel Function
Format
b = setocclabel( item_name group_name, occurrence_label);
Description
The setocclabel function sets the occurrence label for a repeating item or group (i.e., the row label of a roster). This is
especially useful when designing applications for mobile devices, as it allows you to specify the label that is displayed in
the navigational case tree. If no item_name or group_name is given, the function sets the occurrence label of the
current field. The occurrence label is set to the string expression occurrence_label.
Return Value
The function returns a logical value of 1 (true) if the label was set successfully and 0 (false) if the occurrence for the item
Pa ge 701 of 958 Mul ple Occurrence Func ons
or group item does not exist.
Example 1
PROC PERSON_NAME
setocclabel(PERSON_ROSTER,strip(PERSON_NAME));
Example 2
PROC MYSURVEY_QUEST
preproc
// fill in occurrence labels for the household roster
do numeric ctr = 1 while ctr <= totocc(PERSON_ROSTER)
setocclabel(PERSON_ROSTER(ctr),strip(NAME(ctr)));
enddo;
SOccurs Function
Format:
i = soccurs(record-name);
Description:
The soccurs function returns the total number of occurrences of a record.
During data entry, you may determine the current occurrence of a record. The occurrence value is updated after the
first entry into the first field. If the soccurs function is executed prior to the roster or form it specifies then it returns 0. If
it is executed from a field within the roster or form, it returns the current occurrence number after the first field is on the
path. For example, its value in the PREPROC of the first occurrence of the first item entered in a form or roster is zero
(0), i.e., before entry. After entry its value will always be one (1). This is true for each occurrence keyed, the soccurs
function is not incremented until the cursor is in or has passed through the first field on the record. If it is executed
after the form or roster, it returns the total number of occurrences in the form or roster. If the form does not repeat,
noccurs will return 1 (a roster must always repeat). When used in Data entry noccurs and soccurs functions are the
same.
During batch editing, soccurs always returns the total number of record occurrences found.
Return value:
The function returns the number of occurrences as an integer value.
Example:
NUM_HH_MEMBERS = soccurs(PERSON_REC);
See also: Totocc Function, Curocc Function, Noccurs Function, Count Function
Sort Function
Format
b = sort(group_name using - item_name1 , - item_name2, ... where where_condition );
Description
The sort function sorts occurrences of records or items based on the value of an item or multiple items. It orders the
Pa ge 702 of 958 Mul ple Occurrence Func ons
multiple records or items in the specified group in ascending sequence using the specified data item as the sort key. The
sort key item must be contained within the record or item sorted. If a negative sign is included before the item name, the
sort will be in descending order. If a where_condition is included, the function sorts only the occurrences for which the
condition is true. When multiple sort keys are provided, the second, third, ... key is only evaluated when the values of the
previous keys are identical.
Sort is primarily intended for use in batch applications. It should be used with extreme caution in data entry applications
because of possible conflicts between the operator's actions and the program logic.
Return Value
The function returns a logical value 1 (true) if successful and 0 (false) otherwise.
Examples
// sort the people using the line number
sort(PERSON_EDT using LINE_NUM);
// sort the children by age from oldest to youngest
sort(PERSON_EDT using -AGE where RELATIONSHIP = 3);
// sort the people first by relationship code (ascending) and then by age (descending)
sort(PERSON_EDT using RELATIONSHIP, -AGE);
Sum Function
Format
d = sum(multiple_item where condition );
Description
The sum function returns the sum of an item that occurs multiple times. If a where condition is included, the function
returns the sum of the occurrences for which the condition is true.
During data entry, the result of the sum calculation depends on where the statement is located. If the sum function is
executed prior to the form or roster containing the item, it returns default. If it is executed within the form or roster
containing the item, it returns the sum up to the current occurrence number. If it is executed after the form or roster
containing the item, it returns the sum for all occurrences of the item.
During batch editing, sum always returns the sum for all occurrences of the item.
If the value of an occurrence of the item is a special value (default, missing, refused, or notappl) the occurrence will
not be included in the calculation. If none of the occurrences have values other than special values, default is returned.
Return Value
The function returns a decimal value of the sum.
Example
TOTAL_INCOME = sum(INCOME);
TOTAL_FEMALE_INCOME = sum(INCOME where SEX = 2);
Swap Function
Pa ge 703 of 958 Mul ple Occurrence Func ons
Format
b = swap(GroupName, RecordNumber1, RecordNumber2);
Description
The swap function reorders the sequence of occurrences of records or items. It is useful for reorganizing the position (i.e.,
occurrence number) of items in a roster— for instance, if you want to ensure that the head of household is the first
person in the roster.
The swap function is primarily intended for use in batch applications. It should be used with extreme caution in data entry
applications because of possible conflicts between the operator's actions and the program logic.
Return value
The function returns a logical value 1 (true) if successful and 0 (false) otherwise.
Example
swap(PERSON, 1, ptrHead);
TotOcc Function
Format:
i = totocc([group]);
Description:
The totocc function returns the total number of multiply occurring records or the total number of multiply-occurring
items that a group currently contains.
During data entry, the occurrence value is updated in the preproc of the first field within a repeating form, record or
roster. If the totocc function is executed prior to the entry of form or roster, it returns 0. If it is executed from a group or
field within the form or roster, it returns the total number of occurrences currently entered. If it is executed after the
form or roster, it returns the total number of occurrences in the form or roster.
During batch editing, totocc always returns the total number of occurrences in the group.
Return value:
The function returns an integer value of the number of occurrences.
Example 1:
if totocc(HOUSING) > 1 then
errmsg("More than 1 housing record");
endif;
Example 2:
PROC HOUSING
if totocc() > 1 then
errmsg("More than 1 housing record");
endif;
See also: Curocc Function, Maxocc Function, Count Function, Soccurs Function, Noccurs Function
Description
The compress function compresses one or more files and saves the compressed files in a single ZIP file. That file can be
decompressed with the decompress function or with other popular tools. Compressing data, in addition to saving size, is
a convenient way to bundle several files into a single file.
The argument zip_file_name is a string expression containing the file name of the output ZIP file. If an existing ZIP file
exists with that name, it will be overwritten. The list of input files can come from a string List, input_file_list, that could
be returned from a dirlist function call. Alternatively, the list of input files can come from a string expression
input_file_name. If using a string expression, you can use the wildcard characters "*" and "?" to specify a group of files.
Return Value
The function returns the number of files (but not folders) added to the compressed ZIP file. If there was an error creating
the compressed file, the function returns default.
Example 1
compress("CollectedData.zip", "*.csdb");
Example 2
List string imageFilesListing;
dirlist(imageFilesListing, pathname(InputFile), "*.jpg", recursive);
compress("Images.zip", imageFilesListing);
Decompress Function
Format
i = decompress(zip_file_name ,directory_name );
Description
The decompress function decompresses the compressed files contained in a ZIP file. Compressed ZIP files can be
created using the compress function or with other popular tools.
The argument zip_file_name is a string expression containing the file name of the ZIP file. An optional string expression
directory_name indicates the folder to which the files should be decompressed. If no directory name is specified, the
files are decompressed to the current application directory.
Example
decompress("Images.zip",pathname(InputFile) + "Images");
diagnostics Function
Format
s = diagnostics( property , argument, ... );
Description
The diagnostics function is used to get information about the version of CSPro you are using, as well as other
functionality. It is used mostly for troubleshooting.
The function takes a string expression property and then optional string arguments that determine what it returns. If
called without a property, the function will return all of the no-argument diagnostic properties. The properties are:
Return Value
The function returns a string containing the diagnostic information. If the property is invalid, then the function returns a
blank string.
Example
PROC MATERNITY_QUEST
preproc
if diagnostics("version") <> "8.0" then
errmsg("This application has not been tested with this version of CSPro. "
"Things may behave differently than expected.");
endif;
Encode Function
Format
s = encode( encoding_type, text);
The optional argument encoding_type specifies the format for encoding. The text argument is a string expression that
specifies the text to encode. If an encoding type is provided with no text, then the default encoding type for the
application is modified. An application starts with the default encoding type set to HTML.
Return Value
The function returns a string with the appropriate characters encoded. If the default encoding type is changed, the
function returns a blank string.
Example
// write to a HTML file
File html_file;
html_file.write("<p>Enumerator name: %s</p>", encode(strip(ENUMERATOR_NAME)));
string house_image_filename = pathconcat("../House Images", key(HOUSING_DICT) + ".jpg");
html_file.write("<p><img src='file:///%s' alt='House' />
</p>", encode(URI, house_image_filename));
ErrMsg Function
Format 1
i = errmsg(string_exp , argument1, ..., argument20 )
select(caption1, fieldname1 , ..., caption5, fieldname5 )
case summary
denom = numeric_denom ;
Format 2
Format 3
i = errmsg(string_exp , argument1, ..., argument20 )
select(caption1, fieldname1 , ..., caption5, fieldname5 ) default(default_option)
case summary
denom = numeric_denom ;
Description
The errmsg function displays a message on the data entry screen (when used in a Data Entry application) or writes a
message to the output listing file (when used in a Batch Edit application). If messages are defined via the message
number msg_num, then those messages must be stored in a message file [.mgf]. msg_num can be a number or
numeric expression.
Each argument is sequentially inserted into the error message. Arguments can be numeric or alphanumeric
expressions, but the type of the argument must match the type of the receiving field in the message text. The maximum
number of arguments is 20.
Some of the most common formatting options include (see Message Formatting Options for a complete list):
where "n" is the size of the field and "d" is the number of decimal places to show for a number.
Numbers are never truncated. Text strings are truncated only if ".d" is used.
If "n" is positive, the insert is right-justified in the size of the field. If "n" is negative, the insert is left-justified in the size of
the field. If "n" is a positive number with a leading zero, the insert is right-justified in the size of the field and zero filled to
the left.
When inserting a number, if "n" is preceded by a +, the sign of the number is always displayed.
The case and summary keywords give you some control over the output listing. By default, the output listing shows you
messages case-by-case, and summarized by the number of times the message was triggered for the run (there is an
optional denominator, described below). You can limit the output listing to only case-by-case reporting, or only summary
reporting, by using these keywords.
The denom keyword allows you to specify a denominator, so that you can show percentages in the summary portion of
the output listing. This is very useful for showing, for example, edit failure rates (and as such, this option is geared
towards batch applications rather than data entry applications). In Format 1's Example 2 below, the output listing will
show the number of times the head of household had more than one spouse, divided by the number of households
processed during the run. Note that it is the responsibility of the application designer to write logic to put the proper
values into the denominator variable.
The select keyword is used to give the option of specifying the field to go to in response to the error message. A button
is placed on the error message window for each caption and fieldname pair specified as a select argument, with a
maximum of 5 possible select argument pairs allowed. The caption will be displayed on the button. When a button is
chosen, the system goes to the field specified by fieldname. If continue is used as the fieldname, the system proceeds
to the next line of logic following the errmsg call. If a default_option is given, it will place the focus on the select option
chosen when the message is presented. This is a good method to prioritize what option you want the user to make
(reenter a value vs. continue for example). If a default_option is not given, no button will have the focus.
If you wish to split message text across two or more lines, refer to the Message Formatting Options page.
Return Value
The function returns the sequence number of the button pressed. When the select keyword is not used, the function will
return 1, as only the "OK" button is presented to the user, corresponding to button #1 ("Cancel" is never presented, and
so a code of zero is not possible).
When the select keyword is used, the function returns the sequence number of the button that was pressed, with the
first button having the value 1. A maximum of 5 select argument pairs is allowed.
Format 1 Examples
Example 2
Example 3
Format 2 Examples
OK = errmsg (1,"June",30,31);
Note the errmsg call could have also been invoked as follows:
i = 1;
OK = errmsg (i,"June",30,31);
See also: Warning Function, Message Formatting Options, Message File (.mgf)
Description
The execsystem function, on a desktop, starts another Windows application or process. There is a related version for
applications running on mobile devices.
The string expression action is the name of the application or process to be started. Command line parameters may be
included in this expression. If folder or file names contain blanks, then quotation marks (") must surround the names.
An optional set of three flags controls the way that the application is opened, and includes the following options:
Window Size normal The application's window is opened in its normal state. This is the default option.
maximized The application's window is opened in its maximized state.
minimized The application's window is opened in its minimized state.
Return Value
The function returns a logical value of 1 (true) if the new application is started successfully and 0 (false) otherwise.
Examples
// opens the Windows calculator
execsystem("calc.exe");
// opens documentation in Text Viewer
execsystem(maketext('"%sTextView.exe"
"C:\\Survey\\Helps.txt"', pathname(CSPro)), maximized, wait);
// open a website in Internet Explorer
execsystem(maketext('"%sInternet Explorer\\iexplore.exe"
"https://www.csprousers.org/forum"', pathname(ProgramFiles32)));
See also: SystemApp Object, ExecSystem Function (Mobile), ExecPFF Function, View Function
Description
The execsystem function, on mobile devices (Android), starts another application or executes a task. There is a related
version for applications running on desktop CSEntry.
If stop is coded, the application will immediately close after launching the application, in the same way that would occur
if using the stop function with an argument of 1.
The string expression action must begin with one of the following commands:
Command Description
app Open another application on the device. (You can get more control using SystemApp instead.)
browse View a website in the Internet browser.
call Place a phone call.
camera Take a photo in .jpg or .png format.
gps View a latitude/longitude point using an installed mapping engine (e.g., Google Maps).
html View a website from within CSEntry (equivalent to using the view function).
signature Bring up a screen where someone can sign the mobile device, an image of which can be saved in .jpg or
.png format.
sms Send a text message.
view Display an image, play a sound clip, or view a movie (equivalent to using the view function).
Return Value
Examples
execsystem("app:com.google.android.gm"); // open Gmail
execsystem("browse:https://www.census.gov");
execsystem("call:+13017631451"); // call the CSPro support number
execsystem("camera:" + pathconcat(Application, "photo.jpg"));
execsystem("camera:" + pathconcat(Application, "photo.png"));
execsystem("gps:38.84839,-76.931098");
execsystem("gps:38.84839,-76.931098,CSPro Team at the U.S. Census Bureau");
execsystem("html:https://www.census.gov");
execsystem("html:file:///" + pathconcat(Application, "local_webpage.html"));
execsystem("signature:" + pathconcat(Application, "saved-signature.jpg"));
execsystem("signature:" + pathconcat(Application, "saved-signature.png"));
execsystem("sms:+13017631451");
execsystem("sms:+13017631451,Hello, CSPro Team!");
execsystem("view:" + pathconcat(Application, "picture.jpg"));
execsystem("view:" + pathconcat(Application, "audio.mp3"));
execsystem("view:" + pathconcat(Application, "movie.3gp"));
See also: SystemApp Object, ExecSystem Function (Desktop), ExecPFF Function, Multimedia Features, View
Function
ExecPFF Function
Format
b = execpff(pff_filename pff_name , flags );
Description
The execpff function starts another CSPro application. This function is useful when designing menu programs or when
conducting surveys that use multiple machines on which the path of the CSPro executables may differ. The function is
very similar to execsystem, but instead of passing the name of an application or task, you supply a string expression,
pff_filename, containing the name of a CSPro application's Program Information File (.pff), or pff_name, the name of a
Pff object. If using a modified but unsaved pff object, it will be saved to a temporary file and then executed.
An optional set of flags, described in the execsystem helps, allow you to control how the CSPro application is opened.
Mobile Behavior
On mobile devices, multiple data entry applications cannot be run simultaneously, so the function simply stores the file
name of the PFF. When the mobile application returns to the Entry Applications screen, whether via user interaction or
Pa ge 712 of 958 Genera l Func ons
via the stop function, the passed PFF will be launched. Using stop as a flag will cause the PFF to be launched
immediately.
If the PFF file that launched the application that calls this function specified an OnExit parameter, the pff_filename
specified by this function will override the OnExit parameter.
Return Value
The function returns a logical value of 1 (true) if the new application is started successfully and 0 (false) otherwise.
Example
PROC MENU
if MENU = 1 then
execpff("Household.pff", stop);
elseif MENU = 2 then
execpff("Agriculture.pff", stop);
endif;
See also: Pff.exec Function, ExecSystem Function (Desktop), ExecSystem Function (Mobile)
GetProperty Function
Format
s = getproperty( symbol, property_name);
Description
The getproperty function returns a string containing the current value associated with the property specified by the
string expression property_name. If an optional dictionary symbol, which can be either an item or a field, is specified,
then the property must apply to an item or field. If no symbol is specified, then the property must be a system or
application property.
Properties List
Application Properties
AppType DataEntry, Batch, Tabulation
AutoAdvanceOnSelection *M ✔ Yes, No
AutoPartialSaveMinutes ✔ (integer of the interval)
CAPI Yes, No
CaseTree Always, Desktop, Mobile, Never
CenterForms *D Yes, No
ComboBoxShowOnlyDiscreteValues ✔ Yes, No
CreateListing Yes, No
CreateLog Yes, No
Item Properties
DataType Alpha, Numeric, Audio, Document, Geometry, Image
Decimal (integer)
DecimalChar Yes, No
Len (integer)
ZeroFill Yes, No
Field Properties
AllowMultiLine Yes, No
AlwaysVisualValue ✔ Yes, No
AutoIncrement Yes, No
CanEnterNotAppl ✔ No, Confirm, NoConfirm
CanEnterOutOfRange ✔ No, Confirm, NoConfirm
CapturePosX ✔ (integer of the X position)
CapturePosY ✔ (integer of the Y position)
CaptureType ✔ Barcode, CheckBox, ComboBox, Date, DropDown, NumberPad,
RadioButton, Slider, TextBox, ToggleButton
CaptureDateFormat ✔ (string of the date format, e.g., YYYYMMDD)
ForceOutOfRange ✔ Yes, No
HideInCaseTree ✔ Yes, No
Keyboard ✔ (integer of the keyboard ID)
Persistent Yes, No
Protected ✔ Yes, No
Sequential Yes, No
Pa ge 714 of 958 Genera l Func ons
ShowExtendedControlTitle*D ✔ Yes, No
Return Value
The function returns a string with the property information. If the property is invalid, a blank string is returned.
Example
PROC APPLICATION_FF
preproc
if getproperty("OperatorID") = "No" then
setoperatorid(getusername());
endif;
GetLabel Function
Format
s = getlabel(dictionary_symbol , value );
Description
The getlabel function returns the label of a dictionary_symbol or the text associated with a particular value of the
symbol as defined in a value set. If the value argument is not specified, then the dictionary symbol's label is returned.
The symbol can be the name of a dictionary, level, record, item, or value set.
The value argument can only be used if the dictionary symbol is an item or a value set. The value is either a numeric or
string expression, based on the type of the item. If the argument is used, the label associated with the specified value is
returned. If the symbol is an item name, then the value labels from the current value set are returned. If the symbol is a
value set, then the value labels from that value set are returned. If no label is associated with the value, then an empty
string is returned. This behavior can also be achieved with the getvaluelabel function.
When using the value argument, a value's code can be returned rather than the value label by using the optional
by label (as opposed to the default by code behavior).
Return Value
The function returns a string containing the label.
Example
See also: GetValueLabel Function, GetSymbol Function, GetImage Function, Symbol.getLabel Function
GetLanguage Function
Format
s = getlanguage();
Return Value
The getlanguage function returns a string with the name of the language currently being used by the application.
Example
if getlanguage() = "EN" then
errmsg("Hello");
elseif getlanguage() = "FR" then
errmsg("Bonjour");
endif;
See also: SetLanguage Function, OnChangeLanguage Global Function, Multiple Language Applications
GetSymbol Function
Format
s = getsymbol();
Description
The getsymbol function returns the name of the current procedure being executed.
An optional syntax, getsymbol(savepartial), returns the field name and occurrence information (for multiply-occurring
items) of the location of the last partial save.
Return Value
The function returns a string with the procedure's name.
Example
GetValueLabel Function
Format
s = getvaluelabel(item_name);
Description
The getvaluelabel function returns the value label associated with the current value of item_name. The label is
determined in the following order, with the first valid label returned:
1. The label for the value in the item's current value set.
2. The label for the value in the item's primary value set.
3. The value itself, formatted for displaying.
s = getlabel(ITEM_NAME, ITEM_NAME);
In addition to uses in logic, the function can be used as a fill in question text.
Return Value
The function returns a string containing the label.
Example
PROC GRADE_ATTENDING
if GRADE_ATTENDING > 3 and AGE < 15 then
errmsg("Someone aged under 15 cannot attend %s.", getvaluelabel(GRADE_ATTENDING));
reenter;
endif;
// using the "%l" message formatter, the above error message can also written as:
errmsg("Someone aged under 15 cannot attend %l.", GRADE_ATTENDING);
hash Function
Format
Description
The hash function generates a hash value for the string or numeric expression value. This hash value is a fixed-length
representation of the value and can be used for purposes such as storing passwords without storing the actual plaintext
password. The hash value of the same text string will always be the same, but it is nontrivial (impossible for CSPro
purposes) to work backwards to calculate the original text from the hash value.
The hash value is calculated using a SHA-256 key derivation algorithm. This results in a 32-byte value, which is returned
as a hexadecimal string with each byte represented as two characters, thus resulting in a string of a length 64.
Optionally, you can specify a numeric expression length, which specifies the length of the hash value in bytes. The
string returned will always be twice the value of length. The maximum value for length is 500.
You can also specify a string expression, salt, which is an additional input in generating the hash value. You must store
this salt value somewhere to be able to use this hash function to perform any checks. More information on hash values,
key derivation algorithms, and salt values is readily available online.
Hash values can also be created, with additional options, using the action Hash.createHash.
Return Value
The function returns a hash value represented as a hexadecimal string. When using logic version CSPro 8.0+, the
hexadecimal characters are returned in lowercase; when using the original logic version, the characters are returned in
uppercase.
Example
string userPassword = prompt("Enter your password", password);
if hash(userPassword) <> strip(USER_PASSWORD_HASH) then
errmsg("Invalid password. You cannot access this system.");
stop(1);
endif;
htmldialog Function
Format
s = htmldialog(html_filename , input_data );
Description
The htmldialog function allows for the customization of CSPro dialogs in two ways. First, HTML templates can receive
dynamic input data from the CSPro application which can be used as text in the dialogs or to change the behavior of the
dialog. Second, user-created HTML templates give the application developer complete control of the appearance and
behavior of the dialogs.
The function must be passed a a string expression, html_filename, that specifies the HTML template to be used for the
dialog.
In the first version, the optional string expression input_data argument allows input data to be passed to the HTML
template.
You can use CSCode to design and test HTML dialogs. HTML dialogs can also be shown using the UI.showDialog
function.
Return Value
The function returns a string. The contents of the string are determined by the HTML template and returned by a
JavaScript call, using the Action Invoker, to UI.closeDialog.
HTML Templates
CSPro includes HTML templates in the installation folder for the dialogs it uses. User-created HTML templates allow for
further customization of the dialogs. When the htmldialog function is called, the html_filename is first searched for in
the current application directory. If not found and a HtmlDialogs directory override is specified in the PFF file, that
directory is searched. If a match is still not found, then the directory html/dialogs in the CSPro installation folder is also
searched.
Writing a user-created HTML template can be simplified by first selecting an existing HTML template that is most similar
to the planned dialog. Make a copy of this HTML template in the current application directory and extend it to fit the new
dialogs requirements.
Input Data
The input data argument is a mechanism to pass data from the CSPro application to the HTML template. The contents of
the input data could be a simple text string that represents a single value or a JSON string that represents multiple
values. The contents of the input data are retrieved by calling the UI.getInputData action from the script block of the
HTML template.
Display Options
The display options can be set using the optional named argument display_options in CSPro logic, or can be specified
as part of the HTML dialog by calling the UI.setDisplayOptions action.
The default values for resizable and keyboard are false. If a width and height are not specified, CSPro will wait a few
seconds before showing the dialog as it expectantly waits for a call to UI.setDisplayOptions. This behavior is
undesirable so it is important to specify the dialog width and height.
See also: HTML in CSPro, Action Invoker Execution from JavaScript Run from Web Views, UI.showDialog Action
InValueSet Function
Format
b = invalueset(item_name , value_set_name );
Description
The invalueset function determines whether an item's current value is within the permissible ranges of a value set. In
addition to specifying the item_name, an optional argument, value_set_name, allows you to specify in which value set
to check if the item's value is within the permissible ranges. If no value set is specified, the item's current value set is
used.
Return Value
The function returns a logical value of 1 (true) if the item's value is within the value set's ranges and 0 (false) otherwise. If
the item has no value set, the function return 1 (true).
Example 1
if not invalueset(P08_MARITAL_STATUS) then
errmsg("Marital status is out of range. Value is %d", P08_MARITAL_STATUS);
endif;
Example 2
if D02_SEX = 1 and not invalueset(D05_CAUSE_DEATH, D05_CAUSE_DEATH_MALE_VS) then
errmsg("A man cannot die of %l", D05_CAUSE_DEATH);
reenter;
endif;
Example 3
If you've included Special Values in your valueset, but you'd rather exclude them in certain situations, you can
accomplish this with a call to the Special Function. In the example below, we want to see if the expected educational
attainment agrees with the person's age, and issue an error message if it does not.
Invoke Function
Format
s = invoke(function_name , argument1, ..., argumentN );
Description
The invoke function allows you to execute user-defined functions using runtime binding (where the function name is only
evaluated at runtime). When compiling an application, the CSPro compiler only knows about functions declared up to the
point where a function call is coded, so for more dynamic applications, it can be a challenge to manage function calls
when you would like to call a function declared after the point of the call. One workaround is to use function pointers; the
invoke function provides another way to bypass the CSPro compiler limitation.
The invoke function evaluates the string expression function_name at runtime, not compile-time. In the function's first
version, zero, one, or more arguments are provided directly at compile-time. At runtime, the arguments are checked
against the function's parameters, and if they are compatible, the function call is executed.
The function's second version, using named arguments, allows arguments to be passed using the string expression
arguments_json. This text is a JSON string containing the arguments to the function. This string is evaluated as an
object, with each of the object's names matched with the name of a function parameter, and the value is bound to that
parameter using the rules for representing symbols in JSON.
Functions can also be executed at runtime using the Logic.invoke or Logic.eval actions.
Return Value
The function returns the return value of the user-defined function as a string when successful, and a blank string
otherwise. If the function has a numeric return value, the value is converted to a string, which you can convert back to a
number using the tonumber function.
Example 1
Example 2
function string CombineText(List string values)
string result;
do numeric ctr = 1 while ctr <= values.length()
result = result + values(ctr) + " ";
enddo;
exit strip(result);
end;
// ...
invoke("CombineText", arguments := '{ "values": [ "Hello,", "World!" ] }'); // Hello, World!
IsChecked Function
Format
b = ischecked(code, check_box_field_name);
Description
The ischecked function returns whether a code is checked as part of a check box field's selections. The
check_box_field_name is the name of an alphanumeric field that is represented on a form as a check box. The code is
a string expression containing the code to be checked.
The codes of CSPro check boxes are placed at uniformly spaced offsets based on the size of the code. For example, if
the check box field has a length of 20 and each code has a length of 2, then the function checks positions 1-2 for the
code, then positions 3-4, and so on until positions 19-20.
Return Value
Example
PROC LANGUAGES_SPOKEN_OTHER
preproc
ask if ischecked("Z", LANGUAGES_SPOKEN);
loadsetting Function
Format
s = loadsetting(attribute , default_setting );
Description
The loadsetting function, using the string expression attribute, retrieves a setting from an attribute-value pair, a setting
that has been previously saved using the savesetting function. An optional string or numeric expression
default_setting can be provided and will be returned if no value has been saved for the given attribute.
The file from which settings are retrieved can be modified by altering the CommonStore attribute of a PFF file.
Settings can also be retrieved using the Settings.getValue action. The persistent variable modifier can also be used
to serialize settings across application runs.
Return Value
The function returns a string containing the value associated with the attribute. If no value is associated with the attribute,
then the function returns a blank string unless a default setting has been provided, in which case it returns the default
setting.
Example
PROC GLOBAL
function OnChangeLanguage()
// save the selected language so that the change is persistent,
// being available the next time that the program is run
savesetting("Language", getlanguage());
end;
PROC MY_APPLICATION_FF
preproc
// set the language at the start of the program, defaulting to English
setlanguage(loadsetting("Language", "EN"));
See also: savesetting Function, Setting.getValue Action, User and Configuration Settings, persistent Variable Modifier,
CSEntry Settings Modification
LogText Function
Pa ge 723 of 958 Genera l Func ons
Format
b = logtext(message message_number , argument1, ..., argumentN );
Description
The logtext function writes a user-defined message to the paradata log.
The message is either a string expression or a numeric message number that contains the text that is written to the file.
If the text contains any message formatters, the optional arguments argument1 to argumentN will be inserted into the
text.
Return Value
The function returns a logical value of 1 (true) if successful and 0 (false) otherwise. If no paradata log file is open, then the
function returns 0.
Example
PROC RELATIONSHIP
if RELATIONSHIP = 1 then
logtext("Head of household registered as %s",strip(NAME));
endif;
See also: Paradata, Trace Function, Write Function, Message Formatting Options
MaxValue Function
Format
d = maxvalue(item_name value_set_name);
Description
The maxvalue function returns the maximum valid value for an item or value set. If a numeric item_name is provided, the
function looks at the current value set for the item, or if no value set exists, looks at the item itself (returning a maximum
value based on the item's number of digits). If a numeric value_set_name is provided, the function returns the maximum
range or discrete value in the value set.
Return Value
The function returns the maximum valid value for an item or value set.
Example
PROC EDUCATION_CURRENT
if EDUCATION_CURRENT = 1 and AGE > maxvalue(EDUCATION_CURRENT_PRESCHOOL_VS) then
errmsg("Someone aged %d cannot be currently attending preschool.", AGE);
reenter;
endif;
MinValue Function
Pa ge 724 of 958 Genera l Func ons
Format
d = minvalue(item_name value_set_name);
Description
The minvalue function returns the minimum valid value for an item or value set. If a numeric item_name is provided, the
function looks at the current value set for the item, or if no value set exists, looks at the item itself (returning a minimum
value based on the item's number of digits). If a numeric value_set_name is provided, the function returns the minimum
range or discrete value in the value set.
Return Value
The function returns the minimum valid value for an item or value set.
Example
PROC AGE
if RELATIONSHIP = 1 and AGE < minvalue(AGE_HEAD_VS) then
errmsg("The head of household must be at least %d-years-old.", minvalue(AGE_HEAD_VS));
reenter;
endif;
paradata Function
Format
d = paradata(action_type , argument1, ..., argumentN );
Description
The paradata function performs an action related to the paradata log. The first argument, action_type, must be one of
the following:
action_type Description
concat Concatenates several paradata logs into a single log. The first argument is the file name of the output
log. The subsequent arguments are the file names (as string expressions or string List objects) of input
logs. You can concatenate into the currently open paradata log, but in that case you must also include
the currently open paradata log as an input.
query Executes a query on the paradata log. This is the same as:
sqlquery(filename(paradata), ...). You can also query paradata logs using the
Sqlite.exec action.
open Opens a paradata log to start logging events. Specify the file name as a string expression as the sole
argument.
close Closes the currently open paradata log.
flush Writes all cached paradata events to the log. This is rarely needed, and may only be necessary if you
want to query the paradata log from an external application.
It is not recommended that you open or close paradata logs via logic, as the log will not contain all of the initializing
features that exist when specifying the paradata log when the application begins (and via the PFF file).
Return Value
Example - Concat
List string logs_list;
dirlist(logs_list, "C:/Survey/Paradata", "*.cslog");
// add the paradata logs into the currently open log
paradata(concat, filename(paradata), filename(paradata), logs_list);
Example - Query
string message_events_query = maketext(
"SELECT COUNT(*) "
"FROM message_event "
"JOIN event ON message_event.id = event.id "
"JOIN case_instance ON event.case_instance = case_instance.id "
"JOIN case_info ON case_instance.case_info = case_info.id "
"WHERE case_info.uuid = '%s';",
uuid(DICT_NAME));
numeric message_events_for_this_case = paradata(query, message_events_query);
PathConcat Function
Feature Upgrade: Starting with CSPro 7.5, you are encouraged to use the Path.concat function.
Format
s = pathconcat(path1 , ..., pathN );
Description
The pathconcat function concatenates the values of multiple string expressions (path1 + ... + pathN) into one string
representing a file path. The first argument can be either a string expression or one of the path types documented in the
pathname function. The combined paths are returned as an absolute, not relative, path.
Return Value
The function returns the concatenated path string.
Example
string image_filename = pathconcat(Application, "../Images", maketext("%v%v.jpg", CLUSTER, HHNO)
);
PathName Function
Format
Description
The following path_type arguments return the folder name associated with a special directory on your device:
path_type Description
Application The folder where the application file (.ent or .bch) is located.
CSPro The folder where the CSPro executable files are located.
Downloads The operating system's directory for storing downloaded files.
Html The folder where CSPro's HTML files are located.
InputFile The folder where the main data file (associated with the primary dictionary) is located.
Temp The operating system's temporary directory.
path_type Description
Desktop The current user's Desktop folder.
Documents The current user's Documents folder.
ProgramFiles32 The folder containing installed 32-bit applications.
ProgramFiles64 The folder containing installed 64-bit applications. If the computer has only a 32-bit processor,
this returns the same value as ProgramFiles32.
Windows The folder contains the Windows operating system.
path_type Description
CSEntry The folder from which CSPro applications are run.
CSEntryExternal On devices with removable storage (e.g., an SD card), the folder on removable storage to
which CSPro applications can write.
If supplying a dictionary_name, the function returns the folder name of the dictionary file (.dcf) itself, not of the data file
associated with the dictionary. On mobile devices, the function returns the folder name of the .pen file because dictionary
files (.dcf) are not used directly when running .pen applications.
If providing a file_handler (declared in a File statement), the function returns the folder name containing the text file
associated with the file handler.
Many of these paths can also be retrieved using the Path.getSpecialPaths action.
Return Value
The function returns a string containing the fully qualified folder name.
Example
setfile(log_file, Path.concat(Desktop, "Census Daily Report.txt"), create);
savesetting Function
Format
Pa ge 727 of 958 Genera l Func ons
b = savesetting(attribute, value);
Description
The savesetting function saves a setting as an attribute-value pair using the string expression attribute and the string
or numeric expression value. You can save multiple settings using different attribute strings and can retrieve the settings
using the loadsetting function. These settings are stored locally on the device and can be accessed by other programs
using the attribute string. Using settings is a way to share data between different CSPro applications on the same
device.
The file from which settings are retrieved can be modified by altering the CommonStore attribute of a PFF file.
Settings can also be set using the Settings.putValue action. The persistent variable modifier can also be used to
serialize settings across application runs.
Return Value
The function returns 1 (true) if successful or 0 (false) if the function failed.
Example
PROC INTERVIEWER_NAME
preproc
string InterviewerNameKey = "InterviewerName";
INTERVIEWER_NAME = loadsetting(InterviewerNameKey);
postproc
if strip(INTERVIEWER_NAME) = "" then
errmsg("You must enter the interviewer's name.");
reenter;
endif;
savesetting(InterviewerNameKey, INTERVIEWER_NAME);
See also: loadsetting Function, Settings.putValue Action, User and Configuration Settings, persistent Variable Modifier,
CSEntry Settings Modification
SetLanguage Function
Format
b = setlanguage(language_name);
Description
The setlanguage function changes the language being used by an application. Pass a string expression,
language_name, with the name, not the label, of the language to which you want to change.
Return Value
The function returns 1 (true) if the language exists and the language was successfully changed. Otherwise it returns 0
(false).
See also: GetLanguage Function, OnChangeLanguage Global Function, Multiple Language Applications
SetProperty Function
Format
i = setproperty( symbol, property_name, property_value);
Description
The setproperty function modifies the current property, specified by the string expression property_name, associated
with an application or a field. If an optional dictionary symbol is specified, then the property must apply to a field. If the
symbol is not a field but is intead a block, group, form, or dictionary, then the function will try to apply the property to all
fields belonging to that symbol. If no symbol is specified, then the property must be a system or application property.
The property will be modified to the value given in the numeric or string expression property_value.
Properties List
Application Properties
AppType DataEntry, Batch, Tabulation
AutoAdvanceOnSelection *M ✔ Yes, No
AutoPartialSaveMinutes ✔ (integer of the interval)
CAPI Yes, No
CaseTree Always, Desktop, Mobile, Never
CenterForms *D Yes, No
ComboBoxShowOnlyDiscreteValues ✔ Yes, No
CreateListing Yes, No
CreateLog Yes, No
DecimalComma *D Yes, No
DisplayCodesAlongsideLabels *M ✔ Yes, No
NotesDeleteOtherOperators ✔ Yes, No
NotesEditOtherOperators ✔ Yes, No
OperatorID Yes, No
ParadataCollection AllEvents, SomeEvents, No
ParadataDeviceStateMinutes ✔ (integer of the interval)
ParadataGpsLocationMinutes ✔ (integer of the interval)
Item Properties
DataType Alpha, Numeric, Audio, Document, Geometry, Image
Decimal (integer)
DecimalChar Yes, No
Len (integer)
ZeroFill Yes, No
Field Properties
AllowMultiLine Yes, No
AlwaysVisualValue ✔ Yes, No
AutoIncrement Yes, No
CanEnterNotAppl ✔ No, Confirm, NoConfirm
CanEnterOutOfRange ✔ No, Confirm, NoConfirm
CapturePosX ✔ (integer of the X position)
CapturePosY ✔ (integer of the Y position)
CaptureType ✔ Barcode, CheckBox, ComboBox, Date, DropDown, NumberPad,
RadioButton, Slider, TextBox, ToggleButton
CaptureDateFormat ✔ (string of the date format, e.g., YYYYMMDD)
ForceOutOfRange ✔ Yes, No
HideInCaseTree ✔ Yes, No
Keyboard ✔ (integer of the keyboard ID)
Persistent Yes, No
Protected ✔ Yes, No
Sequential Yes, No
ShowExtendedControlTitle*D ✔ Yes, No
SkipTo (string of the field name)
UpperCase ✔ Yes, No
UseEnterKey ✔ Yes, No
UseUnicodeTextBox Yes, No
ValidationMethod ✔ Default, Confirm, NoConfirm, Custom
Verify Yes, No
Return Value
The function returns the number of items whose property was successfully changed. If either the property name or value
is invalid, then the function returns default.
Example
PROC CENSUS_QUEST
preproc
if STAFF_ROLE = 1 then // interviewer
setproperty("DisplayCodesAlongsideLabels", false);
setproperty(CENSUS_DICT,"CanEnterNotAppl", "No");
setproperty(CENSUS_DICT,"CanEnterOutOfRange", "No");
else // supervisor
setproperty("DisplayCodesAlongsideLabels", true);
setproperty(CENSUS_DICT,"CanEnterNotAppl", "NoConfirm");
setproperty(CENSUS_DICT,"CanEnterOutOfRange", "NoConfirm");
endif;
SetValueSet Function
Feature Upgrade: Starting with CSPro 8.0, it is no longer possible to use Array objects to create dynamic value sets.
The ValueSet object must be used instead.
Format
b = setvalueset(item_name, value_set_name);
Description
The setvalueset function allows you to dynamically change an item's current value set. An item's current value set is
used to determine whether or not entered values are out of range. The current value set is also used to provide the value
choices displayed in capture types. The changing of a value set is not permanent; it remains in effect only during the
processing of the current case or until the next call to setvalueset.
The item_name is the name of the item in the data dictionary whose value set is to be changed. The argument is usually
an item name but, preceded by the @ symbol, it can also be a string variable or expression, but not a string literal, that
evaluates to the name of an item; for example:
setvalueset(@getsymbol(), MY_VALUESET_VS1);
The argument value_set_name is the name of an existing value set in the dictionary for the specified item. The function
will replace the values of the current value set for the item with the values from the value set specified by
value_set_name, which is either the name of a value set or a string expression that evaluates to a value set name. The
value_set_name can also be the name of a dynamic value set.
Return Value
When using a value set specified in the dictionary, the function returns a logical value of 1 (true) if the value set was
changed successfully and 0 (false) otherwise (for example, if the value set name is invalid). With dynamic value sets, the
function returns the number of codes in the newly created value set.
Pa ge 731 of 958 Genera l Func ons
Example 1
PROC D05_CAUSE_DEATH
onfocus
if D02_SEX = 1 then
setvalueset(SEX, D05_CAUSE_DEATH_MALE_VS);
else
setvalueset(SEX, D05_CAUSE_DEATH_FEMALE_VS);
endif;
Example 2
PROC DISTRICT
preproc
setvalueset(DISTRICT, maketext("DISTRICT_VS%v", PROVINCE));
SetValueSets Function
Format
i = setvaluesets(value_sets_search_query);
Description
The setvaluesets function allows you to dynamically change the value sets associated with multiple items. Unlike the
setvalueset function, which only operates on one item, the setvaluesets function traverses every item in the primary
dictionary and searches each item's value sets to see if they have a name that contains the text found in the string
expression value_sets_search_query. If the text is found, the first value set with the name containing the expression is
the value set used for the item. Otherwise the currently used value set is maintained.
Before multiple language dictionary labels were added in CSPro 6.2, this function was useful for changing the language of
value sets in a multi-language application.
Return Value
The function returns the number of items whose value sets were changed.
Example
Special Function
Format
b = special(numeric_expression);
Description
The special function determines whether the value of numeric_expression is one of the four special values: missing,
refused, notappl, or default.
Return Value
The function returns a logical value of 1 (true) if the variable is a special value and 0 (false) otherwise.
Example
if special(CHILDREN_EVER_BORN) then
CHILDREN_EVER_BORN = 0;
endif;
sqlquery Function
Format
d = sqlquery(sqlite_database , result_set , sql_query);
Description
The sqlquery function executes a query on a SQLite database and returns a result set in a variety of formats. This
function is intended for advanced users who are familiar with writing SQL expressions. While many files used by CSPro
applications are text files, there are some files that are stored as SQLite databases, including CSPro DB data files and
paradata logs. You can query these files with this function.
You can also query SQLite databases using the Sqlite.exec action, which has more functionality than this function.
The optional second argument, result_set, indicates the destination for the result set generated following the execution of
the query. If you do not provide a result set for your query, the query must be a scalar query (one that returns a single
result such as "SELECT COUNT(*) FROM ..."). The result set must be one of the following:
result_set Description
record_name The results of a query can fill a CSPro dictionary's record. The record_name must point to a record in a
working storage dictionary. The function will look at the column names of the result set to determine
which columns of the results get stored in which items of the record. The results cannot be stored in
subitems or multiply occurring items.
list_name Because List objects are only one-dimensional, only the first column of results will be stored in
list_name, which can be of type numeric or string. Because the size of a List is dynamic, the
length of the List will be equal to the number of rows in the result set (up to a maximum of 10,000
rows).
array_name You can use one- or two-dimensional Array objects of type numeric or string. When using a one-
dimensional array, only the first column of results will be stored in array_name. When using a two-
dimensional array, each column of results will be stored in a separate column of array_name.
Using a working storage record for the results is advantageous because the results are stored in their proper type.
Because Lists and Array objects are all of one type (numeric or string), some results may be converted to a invalid
type (for example, a string value may be stored in a numeric array).
The final argument, sql_query, is a string expression containing the SQL query.
Return Value
If executing a scalar query, the function returns the queried value. Otherwise, the function returns the number of rows
stored in the result set. If there was an error executing the query, then the function returns default.
string SessionQuery =
"SELECT operatorid_info.operatorid AS OPERATOR_NAME, event_start.time AS START_TIMESTAMP,
event_end.time AS END_TIMESTAMP "
"FROM session_event session_event_start "
"JOIN event event_start ON session_event_start.id = event_start.id "
"JOIN session_event session_event_end "
"JOIN event event_end ON session_event_end.id = event_end.id AND
event_start.session_instance = event_end.session_instance "
"JOIN session_instance ON event_start.session_instance = session_instance.id "
"JOIN session_info ON session_instance.session_info = session_info.id "
"JOIN operatorid_info ON session_info.operatorid_info = operatorid_info.id "
"WHERE session_event_start.action = 1 AND session_event_end.action = 0 "
"ORDER BY event_start.time;";
sqlquery(paradata, WS_ENTRY_SESSIONS_REC, SessionQuery);
do numeric ctr = 1 while ctr <= count(WS_ENTRY_SESSIONS_REC)
errmsg("Operator '%s' worked on %s at %s for %0.2f minutes",
strip(OPERATOR_NAME(ctr)),
edit("9999-99-99", sysdate("YYYYMMDD", START_TIMESTAMP(ctr))),
edit("99:99", systime("HHMM", END_TIMESTAMP(ctr))),
( END_TIMESTAMP(ctr) - START_TIMESTAMP(ctr) ) / 60);
enddo;
See also: Sqlite.exec Action, SQLite Callback Functions, CSPro DB File Format, paradata Function
Stop Function
Format
b = stop( stop_code );
Description
The stop function prematurely ends a CSPro application. The optional numeric expression stop_code determines how
the program ends. If not specified, the code defaults to 0.
If the function is used in a data entry application, the stop code determines whether data entry is stopped just for the
current case or whether the entire data entry application is closed. If the code is 0, entry of the current case is stopped
but CSEntry remains active, which is the same behavior as pressing the stop button. If the code is 1, entry of the current
case is stopped and CSEntry terminates. If the function is executed in the postproc of the first (highest) level, then the
data for the case is saved. Otherwise, any data entered for the current case is lost. If you want to avoid losing data, you
can call savepartial just before the stop function.
If the function is used in a batch edit application, the run is always terminated. If an output file was specified in the batch
run, neither the current case nor subsequent cases will be saved to the output file. If the code is not 1, the application
postproc will be executed, which allows you to execute tasks like writing summary information to a listing file. This is as
if you terminated the batch run using the Cancel button. If the code is 1, the application postproc is not executed.
Return Value
The function returns a logical value of 0 (false) if the program cannot be stopped (for example, if the function is called
from an external form). Otherwise the function returns 1 (true).
SysParm Function
Format
s = sysparm( parameter_name );
Description
The sysparm function returns the value of a parameter provided in a data entry or batch edit PFF file. The function returns
the parameter as a left-justified string. If no parameter was given in the PFF file, the function returns a blank string.
If a string expression parameter_name is provided, the function looks to see if there is a parameter with the given name
specified in the [Parameters] section of the PFF file. If such a parameter exists, it is returned as a string. Using this
functionality, you can pass several parameters to your programs.
On Windows, it is possible to check for the presence of a command line argument using this function. If
parameter_name is not in the PFF file, the function will check if that string is specified in the command line and if so,
will return a non-blank string.
Return Value
The function returns a string containing the parameter.
Example PFF
[Parameters]
Parameter=Otter
State=20
County=5
Example Logic
errmsg("%s",sysparm()); // displays Otter
STATE = tonumber(sysparm("State")); // sets STATE to 20
COUNTY = tonumber(sysparm("County")); // sets COUNTY to 5
tr Function
Format
s = tr(string_expression message_number);
Return Value
The function returns a string with the translated message. If there is no available translation, then the original message is
returned.
Example
FR("Hello") Bonjour
See also: Message File (.mgf), Message.getText Action, Multiple Language Applications, SetLanguage Function
Trace Function
Programmers use tracing to obtain low-level information about how an application runs, with the information often used for
debugging purposes to understand why a program does not execute as expected. CSPro offers limited tracing
functionality for two objectives: logging user-generated information and tracking executed statements. Tracing messages
can be displayed in a window or saved to a file.
It is possible, by calling the trace function twice, to send messages to both a window and a file. If the filename does not
contain a directory, the file will be placed in the application folder. On mobile devices, it is only possible to trace to a file
and any trace statements output to a window will be ignored.
The set trace statement indicates to CSPro that logic statements should or should not be outputted but the
statements will only be outputted if tracing is activated, thus the trace function and set trace statements must be
used together.
Example
trace("There is no trace window open so this message is discarded");
// opens the trace file and clears previous contents
trace(on,"trace.txt",clear);
trace("This message appears in the file");
trace("Complex strings can be outputted using errmsg-style formatting; e.g., e = %0.3f",exp(1));
// closes the trace file
trace(off);
// opens the trace file and now messages will be appended to the end of the file
trace(on,"trace.txt");
set trace;
numeric value = 10;
if value > 10 then
errmsg("A");
elseif value < 10 then
errmsg("B");
else
errmsg("C");
endif;
errmsg("This statement will appear on the trace window");
set trace(off);
errmsg("This statement will not appear on the trace window");
Trace Output
As the following trace results show, the output for conditional statements (e.g., if) and loops (e.g., do) is limited. Trace
results show the line numbers to the left of the executed statements.
UUID Function
Format
s = uuid( dictionary_name );
Description
This uuid function returns a human-readable string containing a universally unique identifier (UUID), also referred to as a
globally unique identifier (GUID). This is a 36-character string that will be formatted in groups of 8, 4, 4, 4, and 12
characters, separated by hyphens. For example:
e459e2b6-1fec-4d71-86c1-078cc2fe7433
This is a string representation of a 128-bit number that can essentially be considered globally unique. The probability of
generating the same UUID twice is near zero. You will receive a different string every time you call the function.
If an optional dictionary_name is specified, the function returns the UUID (internal key) associated with the currently
loaded case. This may be useful when working with paradata queries.
Return Value
The function returns a string containing the human-readable representation of the identifier.
Example
PROC UNIQUE_ID
preproc
if UNIQUE_ID = "" then
UNIQUE_ID = uuid();
endif;
View Function
Format
Description
The view function displays a variety of media. HTML files or web pages are displayed in an embedded window using a
Chromium-based web browser (Edge WebView2 on Windows; WebView on Android). In this web view, it is possible to
use the Action Invoker to run user-defined functions or to execute other CSPro operations.
file_name (string expression): The contents of the file are displayed, either in an embedded web browser, or using
the system's default viewer for that file type. For example, if an Excel document is referenced, the function will
open the document in Excel. However, if a HTML document is referenced, it will be shown in an embedded web
browser. Documents are considered HTML if they have one of the following extensions: .html, .htm, or .cshtml.
website_url (string expression): An embedded web browser is used to display the website.
object_name: The contents of the object are displayed, generally in an embedded web browser. Passing an
object to the view function is identical to calling the view function on the object using dot notation. For example,
the following calls are identical:
image_name.view();
view(image_name);
The following objects support viewing: Case, Document, Freq, Image, and Report.
If an embedded web browser is used, any logic coded after the view function call will not execute until the window is
closed. However, if a separate application is launched, the application will continue while the external application is still
active.
An alternative way to view files is to use the UI.view action, or to use CSView, which can be launched from logic by
creating a PFF and calling Pff.exec.
Viewer Arguments
Optional named arguments can be used to control how the embedded web browser displays on Windows:
If either the height or width is specified, then both values must be provided. Hiding the Close button also removes the
margin around the web browser, so the browser will fill the entire embedded window.
Return Value
The function returns a logical value of 1 (true) if the file exists, or the object has data, and the embedded web browser or
external application was launched successfully, and 0 (false) otherwise.
Examples
See also: HTML in CSPro, Action Invoker Execution from JavaScript Run from Web Views, Introduction to CSView
Warning Function
Format 1
i = warning(string_exp , argument1, ..., argument20 );
Format 2
i = warning(msg_num , argument1, ..., argument20 );
Format 3
i = warning(string_exp , argument1, ..., argument20 )
select(caption1, fieldname1 , ..., caption5, fieldname5 ) default(default_option)
case summary
denom = numeric_denom ;
Description
The warning function is similar to the errmsg function, with the function only having special behavior within a data entry
application. If used in a batch or tabulation application, it behaves identically to errmsg.
The warning function differs from errmsg in that it can be used for "soft check" error messages. These messages will
not be displayed to the operator when advancing in the case (such as when resuming from a partial save). This can also
be useful for information you want to display just once to the operator, such as during initial entry of a field, rather than
when the operator is moving from one section to another section, and the field in question lays somewhere in between.
Each argument is sequentially inserted into the warning message. Arguments can be numeric or alphanumeric
expressions, but the type of the argument must match the type of the receiving field in the message text (see errmsg for
a complete description of the function's arguments). The maximum number of arguments is 20. If messages are defined
via the message number msg_num, then those messages will be stored in a message file. msg_num can be a number
or numeric expression.
If using the select option, then one of the field arguments must be continue or you must specify a default_option,
which corresponds to one of the select choices begin presented. This is necessary if advancing within the application, for
while the message will not be displayed, the logic will be evaluated, and CSPro needs to know where to go. See below
for an example on this usage. If the system is not processing an advance, using default_option places the focus on the
select option chosen when the message is presented. If a default_option is not given, no button will have the focus.
If you wish to split message text across two or more lines, refer to the Message Formatting Options page.
Return Value
When the select keyword is used, the function returns the sequence number of the button that was pressed, with the
first button having the value 1. A maximum of 5 select argument pairs is allowed.
Example
PROC MARITAL_STATUS
if curocc() > 1 and MARITAL_STATUS in 1, 2 /* married, partner */ and SEX = SEX(HEAD) then
warning("Is the sex of this person the same as that of the head of household?")
select("Correct", continue,
"Incorrect: Change this person's sex", SEX,
"Incorrect: Change the head's sex", SEX(HEAD))
default(1); // during an advance, use the first choice: continue;
// if not processing an advance, the focus will be on button 1
endif;
Description
The adjlba function adjusts the lower bound of the century month code (CMC) of an event based on an age. It is
generally used to calculate the minimum date of birth based on the date of an interview.
The lower_cmc1 and upper_cmc1 arguments are numeric expressions generally representing the date of birth CMC
range. The lower_cmc2 argument is a numeric expression of the CMC of an event, generally the date of an interview.
The upper_cmc2 argument is not used (but is used by adjuba). The age argument is a numeric expression expressing
the age of the person in complete years.
Return Value
The function returns the adjusted lower bound of the CMC of an event based on the age. If the adjusted lower bound is
greater than upper_cmc1, the function returns the error code of -1.
Example
t = adjlba(ldob,udob,di,di,HL6);
See also: AdjUBA Function, AdjLBI Function, AdjUBI Function, CMCode Function, SetLB Function, SetUB Function
AdjLBI Function
Format
i = adjlbi(lower_cmc1,upper_cmc1,lower_cmc2,upper_cmc2,interval);
Description
The adjlbi function adjusts the lower bound of the century month code (CMC) of an event based on an interval. It is
generally used to calculate the minimum next date of birth based on a date of birth and a minimum number of months
allowed between births.
The lower_cmc1 argument is a numeric expression generally representing the date of birth CMC of a child. The
upper_cmc1 argument is not used (but is used by adjubi). The lower_cmc2 and upper_cmc2 arguments are numeric
expressions generally representing the date of birth CMC range of the child that was born after the child represented in
lower_cmc1. The interval argument is a numeric expression expressing the minimum number of months between
events, which is generally the minimum number of months allowed to pass between a woman's successive childbirths.
Return Value
The function returns the adjusted lower bound of the CMC of an event based on the number of months represented by the
interval. If the adjusted lower bound is greater than upper_cmc2, the function returns the error code of -1. It the adjusted
lower bound is otherwise valid, the function returns either the adjusted lower bound or lower_cmc2, whichever is greater.
See also: AdjUBI Function, AdjLBA Function, AdjUBA Function, CMCode Function, SetLB Function, SetUB Function
AdjUBA Function
Format
i = adjuba(lower_cmc1,upper_cmc1,lower_cmc2,upper_cmc2,age);
Description
The adjuba function adjusts the upper bound of the century month code (CMC) of an event based on an age. It is
generally used to calculate the maximum date of birth based on the date of an interview.
The lower_cmc1 and upper_cmc1 arguments are numeric expressions generally representing the date of birth CMC
range. The lower_cmc2 argument is not used (but is used by adjlba). The upper_cmc2 argument is a numeric
expression of the CMC of an event, generally the date of an interview. The age argument is a numeric expression
expressing the age of the person in complete years.
Return Value
The function returns the adjusted upper bound of the CMC of an event based on the age. If the adjusted upper bound is
less than upper_cmc1, the function returns the error code of -1.
Example
t = adjuba(ldob,udob,di,di,HL6);
See also: AdjLBA Function, AdjLBI Function, AdjUBI Function, CMCode Function, SetLB Function, SetUB Function
AdjUBI Function
Format
i = adjubi(lower_cmc1,upper_cmc1,lower_cmc2,upper_cmc2,interval);
Description
The adjubi function adjusts the upper bound of the century month code (CMC) of an event based on an interval. It is
generally used to calculate the maximum previous date of birth based on a date of birth and a minimum number of
months allowed between births.
The lower_cmc1 and upper_cmc1 arguments are numeric expressions generally representing the date of birth CMC
range of the child that was born prior to the child represented in upper_cmc2. The lower_cmc2 argument is not used
(but is used by adjlbi). The upper_cmc2 argument is a numeric expression generally representing the date of birth CMC
of a child. The interval argument is a numeric expression expressing the minimum number of months between events,
which is generally the minimum number of months allowed to pass between a woman's successive childbirths.
Return Value
The function returns the adjusted upper bound of the CMC of an event based on the number of months represented by
the interval. If the adjusted upper bound is less than lower_cmc1, the function returns the error code of -1. It the adjusted
Example
t = adjubi(ldc(i),udc(i),ldc(j),udc(j),7);
See also: AdjLBI Function, AdjLBA Function, AdjUBA Function, CMCode Function, SetLB Function, SetUB Function
DateAdd Function
Format
i = dateadd(start_date, period , period_type );
Description
The dateadd function calculates a new date by adding a period to a starting date. The numeric expression start_date
must be in YYYYMMDD (year/month/day) format. If no year is present, then the current or previous year is assumed in
order satisfy the condition that the date is not in the future (based on the computer's system clock). The numeric
expression period is the amount of time that is added to the starting date, and defaults to days. Alternatively, an
optional string expression, period_type, modifies the period, and can be one of the following values:
period_type Description
"d" days (default)
"w" weeks
"m" months
"y" years
If the period is not an integer, the period will be modified and the calculation will use days. For example, the following
calculations are identical:
Return Value
The function returns a date calculated by adding the period to the starting date. If the starting date cannot be processed,
the function returns default.
Examples
dateadd(20121225, 7); // returns 20130101
dateadd(20120228, 1); // returns 20120229
dateadd(20130228, 1); // returns 20130301
dateadd(20040820, 3, "w"); // returns 20040910
dateadd(20040820, 3, "m"); // returns 20041120
dateadd(20040820, 3, "y"); // returns 20070820
dateadd(20001010, -3, "m"); // returns 20000710
DateDiff Function
Pa ge 746 of 958 Da te a nd Time Func ons
Format
i = datediff(start_date, end_date ,diff_type );
Description
The datediff function returns the difference between two dates as a number, defaulting to the number of days between
the dates. This function acts similarly to Microsoft Excel's datedif function. The numeric expressions start_date and
end_date must be in YYYYMMDD (year/month/day) format. If no year is present then the current or next year is
assumed in order to satisfy the condition that the start date is earlier than the end date. If years are present, it is
possible for the start date to be later than the end date, in which case the function returns a negative difference. An
optional string expression, diff_type, indicates the type of date difference requested, and can be one of the following
values:
diff_type Description
"d" days between the start and end dates (default)
"w" weeks between the start and end dates
"m" months between the start and end dates
"y" years between the start and end dates
"md" days between the start and end dates ignoring both the years and months of the dates
"ym" months between the start and end dates ignoring the years of the dates
"yd" days between the start and end dates ignoring the years of the dates
Return Value
The function returns the requested difference in dates, defaulting to the number of days between the dates. If the dates
cannot be processed, the function returns default. The function returns values equal to Excel's function for most
arguments, but due to processing differences involving leap years, sometimes CSPro's function will return a value
different from Excel's.
Example 1
datediff(19790404, 19820605); // returns 1158
datediff(19790404, 19820605, "d"); // returns 1158
datediff(19790404, 19820605, "w"); // returns 165
datediff(19790404, 19820605, "m"); // returns 38
datediff(19790404, 19820605, "y"); // returns 3
datediff(19790404, 19820605, "md"); // returns 1
datediff(19790404, 19820605, "ym"); // returns 2
datediff(19790404, 19820605, "yd"); // returns 62
Example 2
numeric date1 = 20090120;
numeric date2 = 20121106;
string outputText = "The difference between January 20, 2009 and November 6, 2012 is %d years,
%d months, and %d days";
errmsg(outputText, datediff(date1, date2, "y"), datediff(date1, date2, "ym"), datediff(date1, da
te2, "md"));
// returns ... 3 years, 9 months, and 17 days
DateValid Function
Pa ge 747 of 958 Da te a nd Time Func ons
Format
b = datevalid(date);
Description
The datevalid function determines whether a date is valid. The numeric expression date must be in YYYYMMDD
(year/month/day) format.
Return Value
The function returns 1 (true) if the date is valid and 0 (false) otherwise.
Example
datevalid(20120229); // returns 1
datevalid(20130229); // returns 0
PublishDate Function
Format
i = publishdate();
Description
The publishdate function returns the date and time that the code was compiled. Generally, this is not particularly
meaningful because the code is compiled right before it is executed. The exception to this is when you create compiled
binary data entry applications. These files, with the extension .pen, are used to run applications on mobile devices. In the
case of a .pen file, the value returned by the function will be the date and time that the .pen file was created.
Return Value
The function returns a number in the form YYYYMMddHHmmss , where YYYY is the year, MM is the month, dd is the
day, HH is the hour, mm is the minute, and ss are the seconds.
Example
numeric publishDay = int(publishdate() / 1000000); // ignore the time
if datediff(publishDay,sysdate("YYYYMMDD")) > 20 then
errmsg("This program expires after 20 days. Sync to get a new program.");
stop(1);
endif;
See also: DateAdd Function, DateDiff Function, SysDate Function, SysTime Function
SetLB Function
Format
i = setlb(month, year, minimum_cmc);
If the month and year are both valid, the function returns the CMC of that date, as if calling:
i = cmcode(month, year);
If the month is invalid but the year is valid, the function returns the CMC of January in the valid year, as if calling:
i = cmcode(1, year);
If both the month and year are invalid, the function returns the lower bound represented as minimum_cmc.
Return Value
The function returns the lower bound of the CMC of an event.
Example
if CM12Y < 9997 then
ldoblc = setlb(CM12M, CM12Y, 0);
udoblc = setub(CM12M, CM12Y, 9999);
endif;
See also: SetUB Function, CMCode Function, AdjLBA Function, AdjLBI Function, AdjUBA Function, AdjUBI Function
SetUB Function
Format
i = setub(month, year, maximum_cmc);
Description
The setlb function returns the upper bound of the century month code (CMC) of an event. The arguments month, year,
and maximum_cmc are all numeric expressions.
If the month and year are both valid, the function returns the CMC of that date, as if calling:
i = cmcode(month, year);
If the month is invalid but the year is valid, the function returns the CMC of December in the valid year, as if calling:
i = cmcode(12, year);
If both the month and year are invalid, the function returns the upper bound represented as maximum_cmc.
Return Value
The function returns the upper bound of the CMC of an event.
Example
See also: SetLB Function, CMCode Function, AdjLBA Function, AdjLBI Function, AdjUBA Function, AdjUBI Function
SysDate Function
Format
i = sysdate( date_format ,timestamp_value );
Description
The sysdate function returns the current system date as an integer. The optional string expression date_format is
composed of a combination of DD (days), MM (months), and/or YY or YYYY (years). YY returns the current year in two
digits, while YYYY returns it in four digits. The strings DD, MM and YY or YYYY can be put together in any order to
make up a customized format. If no date format is specified, the function returns the date in the format YYMMDD.
Passing an optional numeric expression, timestamp_value, means that instead of using the system date, the function
will use the date, in the local machine's time zone, of a date/time value that came from timestamp function.
The current date can be returned as a string using the edit function as follows:
edit("9999-99-99",sysdate("YYYYDDMM"));
Return Value
The function returns the system date as an integer. If the date format is invalid, the function returns 0.
Example
// if the current date is December 17, 1999...
x = sysdate("DDMMYYYY"); // returns 17121999
x = sysdate("MMYYYY"); // returns 121999
x = sysdate("DD"); // returns 17
x = sysdate(); // returns 991217
// if the current date is March 8, 2000...
x = sysdate("DDMMYYYY"); // returns 8032000
x = sysdate("MMYYYY"); // returns 32000
x = sysdate("MMYY"); // returns 300
x = sysdate("DD"); // returns 8
x = sysdate(); // returns 308
See also: DateAdd Function, DateDiff Function, DateValid Function, PublishDate Function, SysTime Function,
timestamp Function
SysTime Function
Format
i = systime( time_format ,timestamp_value );
Description
Optionally, a string expression time_format can be supplied, using a combination of HH, MM, and SS, to extract only
part of the current system time.
Passing an optional numeric expression, timestamp_value, means that instead of using the system time, the function
will use the time, in the local machine's time zone, of a date/time value that came from timestamp function.
The current time can be returned as a string using the edit function as follows:
edit("99:99:99",systime());
Return Value
The function returns the system time as an integer.
Example
SURVEY_START_HOUR = systime("HH");
SURVEY_START_MINUTE = systime("MM");
timestamp Function
Format
d = timestamp();
d = timestamp(rfc3339_string);
d = timestamp(year, month, day , hour, minute, second, utcOffset := offset );
Description
The timestamp function returns the UNIX time, which is the number of seconds that have elapsed since January 1, 1970
in Coordinated Universal Time (UTC). This value is used by many computer programs and is thus useful for storing times
as well as calculating timespans. Because the time is in UTC, it eliminates the need to worry about time zones when
working with times.
The first version of the function returns a timestamp for the current time according to a device's clock. The value is as
accurate as the device's clock.
The second version of the function takes a string expression, rfc3339_string, that represents a date in RFC 3339 format.
Dates specified in ISO 8601 format can also be used by this version. The string is parsed with the timestamp
representing the string returned.
The third version returns the timestamp for a date specified using numeric expressions for the year, month, and day.
The hour, minute, and second can also be specified. Using named arguments, you can specify a time zone offset. If
not specified, the time zone of the device is used, so to calculate a timestamp in UTC, you must specify:
utcOffset := 0.
Return Value
The function returns the UNIX time as a decimal value. The integer part of this value is the number of elapsed seconds,
while the decimal part contains the milliseconds. If there was an error parsing the RFC 3339 string, or the date values
provided, the function returns default.
If you wish to store a timestamp in a fixed-width numeric variable, the variable should have an integer length of 10 and a
Pa ge 751 of 958 Da te a nd Time Func ons
decimal length of 3 (for a total length of 13 without a decimal character, or 14 with one).
Example 1
PROC GLOBAL
numeric surveyStartTime;
PROC CROPS_QUEST
preproc
surveyStartTime = timestamp();
// if the survey began at 10:58pm on 12/28/2021 EST,
// the UTC time (in seconds) would be 1640750243
errmsg("Survey Start Time = %d", surveyStartTime);
postproc
SURVEY_DURATION = timestamp() - surveyStartTime;
Example 2
// the Olympics 2008 opening ceremony was held on:
// - August, 8, 2008, at 8:00 pm (China Standard Time)
numeric timestamp_from_rfc3339 = timestamp("2008-08-08T12:00:00+00:00");
numeric timestamp_from_date = timestamp(2008, 8, 8, 20, utcOffset := 8);
See also: timestring Function, SysTime Function, SysDate Function, FileTime Function, SyncTime Function
timestring Function
Format
s = timestring( timestamp_format , timestamp_value );
Description
The timestring function returns a formatted string containing the date and time as represented by a UNIX time, but
using the local machine's time zone (instead of UTC).
The optional string expression timestamp_format contains date and time formatters. You can view a list of these
formatters on a webpage about the C function strftime. If no formatter is supplied, the function returns an expression
based on the machine's local settings using the formatter "%c" (note that the "%c" formatter is locale-dependent and so
will return a slightly different layout depending on where it is invoked).
The optional numeric expression timestamp_value allows you to use a date/time value that came from the timestamp
function. If not supplied, the function uses the current date/time.
If querying a SQLite database via the Sqlite.exec action or sqlquery function, you can call this function using the
name cspro_timestring.
Return Value
The function returns the custom formatted date and time string.
Example
Description
The clear function modifies the memory values of data items defined for the External or Working Storage dictionary
dictionary_name (the function is not applicable for Main or Special Output dictionaries). Depending on what the
dictionary type is, the following modification(s) will occur.
External Dictionaries:
Any records found will be deleted, regardless of whether or not the records are required.
Since no records will be present, no data items will be present.
The maximum number of allowable records will be present, with the contents cleared.
Numeric items will be set to 0.
Alphanumeric items will be set to blank.
Return Value
The function returns a logical value 1 (true) if successful and 0 (false) otherwise.
Example
clear(OTHERS_DICT);
enter OTHERS_FF;
Close Function
Format
b = close(dictionary_name file_handler);
Description
The close function closes a file, whether opened as a dictionary or via a File statement. The function closes either a
dictionary named dictionary_name or a text file associated with file_handler.
If closing a dictionary, the dictionary will be set to a None data source and will remain set to that source until the
previous file is reopened using the open function or if a new file is associated with the dictionary using the setfile
function.
Example
File report_file;
// ...
close(report_file);
view(filename(report_file));
CountCases Function
Format
i = countcases(dictionary_name where condition );
Description
The countcases function counts the number of cases in a file referenced by dictionary_name. The dictionary can be
either the main input dictionary or an external dictionary. An optional logical condition, referencing items in a dictionary,
can be supplied to count the number of cases in the file that meet a certain criterion. When using this condition, the
dictionary must be an external dictionary.
It is possible, by specifying dictionary access parameters after the dictionary name, to limit the cases that the
countcases function processes.
Return Value
The function returns the number of cases in the file, or if a condition is given, the number of cases that meet that
condition. If there is an error processing the file, the function returns default.
Example
PROC NEW_INTERVIEWER_NAME
if countcases(STAFF_DICT where STAFF_NAME = NEW_INTERVIEWER_NAME) >= 1 then
errmsg("You must give the interviewer a unique name.");
reenter;
endif;
CurrentKey Function
Format
s = currentkey(dictionary_name);
Description
Return Value
The function returns a string containing the current key.
Example
PROC LOCATION
errmsg("Confirm that the farm stand's identifier is: %s", currentkey(FARM_STAND_DICT))
select("Correct", continue,
"Incorrect", reenter);
loadcase(DICT_NAME, "0102");
key(DICT_NAME); // 0102
currentkey(DICT_NAME); // 0102
ID1 = 99;
ID2 = 8;
key(DICT_NAME); // 0102
currentkey(DICT_NAME); // 9908
DelCase Function
Format
b = delcase(dictionary_name , id1, ..., idN );
Description
The delcase function marks a case for deletion in an external file.
The dictionary_name must be supplied and refers to an external dictionary associated with your application.
The optional list of ID variables, id1 ... idN, specifies the list of variables that will identify the case to delete from the
external file. Generally, each of the variables in the list is defined in a dictionary. The combined length of the variables in
the list must equal the length of the case IDs defined for the external dictionary. The function concatenates the variables
in the ID list to form a string. Alternatively, you can pass, as a string, the full key of the case to delete. The function then
deletes from the external file the case whose case identifier matches the string constructed from the list.
If no ID list is provided, the current values of the ID items for the external dictionary are used.
Return Value
The function returns a logical value of 1 (true) if the case existed and was successfully marked for deletion and 0 (false)
otherwise.
DirCreate Function
Format
b = dircreate(directory_name);
Description
The dircreate function creates a new directory whose name comes from the string expression directory_name. If
necessary, parent directories will be added to support the creation of the directory.
Return Value
The function returns a logical value of 1 (true) if successful and 0 (false) otherwise. If the directory already exists, the
function returns 1.
Example
string backupDirectoryName = Path.concat(InputFile, "Backups");
dircreate(backupDirectoryName);
DirDelete Function
Format
i = dirdelete(directory_name);
Description
The dirdelete function deletes an empty directory or group of empty directories. The argument directory_name is a
string expression giving a directory name.
You can use the wildcard characters "*" and "?" to specify a group of directories to delete.
Return Value
The function returns the number of directories deleted. If there was an error deleting directories, the function returns
default.
Example
See also: DirCreate Function, DirExist Function, DirList Function, FileDelete Function
DirExist Function
Format
b = direxist(directory_name);
Description
The direxist function determines whether a directory exists. directory_name is a string expression.
Return Value
The function returns a logical value of 1 (true) if the directory exists and 0 (false) otherwise.
Example
if direxist("C:/Backups") then
// process backups
endif;
DirList Function
Format
b = dirlist(list_to_receive_paths, directory_path
, filter := wildcard
, recursive := recursive_flag );
Description
The dirlist function fills list_to_receive_paths, a string List, with the paths of files and directories located in a
directory specified by directory_path. The paths included in the List are fully evaluated absolute paths. Hidden and
system files are not included in the directory listing.
Using named arguments, you can specify a string expression, wildcard, that is applied to filter the paths added to the
string List. For example, "*.csdb" would include only CSPro DB data sources. You can specify multiple wildcard filters
by separating each filter with a semicolon. The filter "*.jpg;*.jpeg;*.bmp" would include both JPEG and BMP files.
Instead of using a string expression, you can also use a predefined wildcard expression:
By default, only files and directories located in the directory are added to the List. To recursively add paths, creating a
listing of the specified directory as well as any subdirectories, set the numeric expression recursive_flag to true.
Return Value
The function returns a logical value of 1 (true) if successful and 0 (false) if the directory does not exist or cannot be
accessed. If the List is read-only, the function returns default.
Example 1
write("Shapefile and tile packages in folder and subfolders:");
List string map_files;
dirlist(map_files, "C:/Survey/Maps", filter := "*.shp;*.tpk", recursive := true);
do numeric ctr = 1 while ctr <= map_files.length()
write("%s", map_files(ctr));
enddo;
Example 2
// get a list of all shared images on Android that can be loaded using the image object
List string image_files;
dirlist(image_files, Media.Images, filter := FileType.Image);
See also: Path.getDirectoryListing Action, Path.selectFile Function, DirCreate Function, DirExist Function
FileConcat Function
Format
b = fileconcat( dictionary_name, output_file_name, file_name1 , ..., file_nameN );
Description
The fileconcat function concatenates a number of files into a single file. The files to concatenate can be either
individual file names or wildcard file specifications. The function supports two different methods of concatenation:
Concatenate cases: Reads cases from each input file and writes them to the output file, skipping invalid and
duplicate cases. This mode requires a data dictionary that describes the format of the input and output data files
so that cases may be validated and duplicates may be identified. Concatenate cases mode may be used with all
types of data sources.
Concatenate file contents: Simply appends one file to the end of another regardless of the file contents. This
mode will not work for CSPro data sources that are not text (such as CSPro DB data sources).
To peform a case concatenation, you must specify a dictionary_name that specifies the layout of the data files being
concatenated. When the dictionary is specified, the files are combined by reading each case from each of the input files
and writing them to the output file. In this mode, invalid cases and duplicate cases are automatically removed from the
output file.
The output_file_name is a string expression giving the name of the output file that will contain the concatenated data.
The arguments file_name1 to file_nameN are either string expressions or string lists that contain the names of specific
files or a wildcard specification of a group of files.
Return Value
The function returns a logical value of 1 (true) if successful and 0 (false) otherwise.
In this scenario the user will be prompted to provide a password for the output file. If you prefer to specify the password
yourself, include it in the output file specification using a connection string:
Likewise if the input file was a .csdbe file, the user will have to provide the password during the run; or, you can include
the password as a connection string.
FileCopy Function
Format
i = filecopy(file_name, output_file_name);
Description
The filecopy function copies one file to another file or copies a group of files to a folder. The file_name is a string
expression or string List giving the source file name(s). The output_file_name is a string expression giving the
destination file or folder name. The arguments can also be file handlers declared in File statements.
You can use the wildcard characters "*" and "?" to specify a group of files to copy as the file_name. If using wildcard
characters, the output_file_name must be the name of a folder.
Return Value
Example 1
filecopy("Virginia.csdb", "Virginia_Backup.csdb");
Example 2
string backup_folder_name = pathconcat(Application, maketext("Backup%d", timestamp()));
dircreate(backup_folder_name);
filecopy(pathconcat(Application, "*.csdb"), backup_folder_name);
FileCreate Function
Format
b = filecreate(file_name);
Description
The filecreate function creates a new file named after the string expression (or File handler) file_name. If the file
already exists, it is truncated to length three (the bytes in the file will consist only of the UTF-8 byte order mark).
Return Value
The function returns a logical value of 1 (true) if successful and 0 (false) otherwise.
Example
string report_filename = pathconcat(Application, "EA Completion Rate.html");
filecreate(report_filename);
FileDelete Function
Format
i = filedelete(file_name);
Description
The filedelete function deletes a file or group of files. The argument file_name is either a string expression or string
List giving a file name or names, or is a file handler declared in a File statement.
You can use the wildcard characters "*" and "?" to specify a group of files to delete.
Return Value
The function returns the number of files deleted. If there was an error deleting files, the function returns default.
FileEmpty Function
Format
b = fileempty(file_name);
Description
The fileempty function determines whether or not a file is empty and has no content. This function is useful for
checking the status of files without needing to know the text encoding. An empty ANSI file is 0 bytes but an empty UTF-
8 file is 3 bytes. The argument file_name is either a string expression giving a file name or is a file handler declared in a
File statement in PROC GLOBAL.
Return Value
The function returns a logical value of 1 (true) if the file exists and is empty and 0 (false) if the file is not empty. If the file
does not exist, the function returns default.
Example
if fileempty(customReportFile) then
// print the header
filewrite(customReportFile,"SECONDS,KEYSTROKES");
endif;
FileExist Function
Format
b = fileexist(file_name);
Description
The fileexist function determines whether a file exists. file_name is either a string expression giving a file name or is
a file handler declared in a File statement in PROC GLOBAL.
You can use the wildcard characters "*" and "?" in the file_name. In that case the function will determine whether any
file matching the specification exists.
Prior to CSPro 6.2, the function determined whether either a file or a directory existed. The direxist function must now
be used to check for the existence of a directory.
Return Value
Example
if fileexist(householdPffFilename) then
filedelete(householdPffFilename);
endif;
See also: FileEmpty Function, FileSize Function, DirExist Function, Path.getPathInfo Action
FileName Function
Format
s = filename(dictionary_name file_handler pff_name object_name paradata);
Description
The filename function returns the fully qualified name of a file. If supplying a dictionary_name, the function returns the
name of the data file associated with a data dictionary. If providing a file_handler (declared in a File statement), the
function returns the name of the text file associated with the file handler.
If providing a pff_name (declared in a Pff statement), the function returns the name of an existing PFF file, or the name
of a temporarily created PFF file. If a PFF file was loaded (via Pff.load) and not modified, the name of that PFF file is
returned. If the PFF has been modified and not saved, then calling filename will save the PFF to a temporary file and the
name of that file is returned.
For several other CSPro objects, if passed an object_name, the function returns the file name associated with the
content of the object. This functionality works on Audio, Document, Geometry, Image, and Report objects.
The function can also take paradata as its argument, in which case it returns the file name of the currently open
paradata log.
Return Value
The function returns a string containing the folder and file name.
Example
filewrite(report_file, "Report file: %s", filename(report_file));
filewrite(report_file, "Census data file: %s", filename(CENSUS_DICT));
See also: Path Namespace, PathName Function, FileExist Function, FileSize Function
FileRead Function
Format
b = fileread(file_handler, string_variable string_list);
Description
The fileread function reads one or more lines of text from the File associated with file_handler. After the read the file
pointer is positioned to the next line in the file. This function reads lines sequentially.
Alternatively, a string List can be used as an argument. In this case, all remaining lines in the file are read and stored in
string_list.
File text can also be read using the File.readText and File.readLines actions.
Return Value
The function returns a logical value of 1 (true) if successful and 0 (false) otherwise.
Example
PROC GLOBAL
File OperatorIdOverrideFile;
PROC APPLICATION_FF
preproc
string operatorid_override;
if fileread(OperatorIdOverrideFile, operatorid_override) then
setoperatorid(operatorid_override);
endif;
See also: FileWrite Function, File.read Function, File.readText Action, File.readLines Action
FileRename Function
Format
b = filerename(old_file_name, new_file_name);
Description
The filerename function changes the name of a file or group of files on the disk. The argument old_file_name is a
string expression or string List giving the existing file name(s). The argument new_file_name is a string expression
giving the new file name or destination folder name. The arguments can also be file handlers declared in a File
statement.
You can use the wildcard characters "*" and "?" to specify a group of files to rename as the old_file_name. If using
wildcard characters, the new_file_name must be the name of a folder.
Return Value
The function returns the number of files renamed. If there was an error renaming files, the function returns default.
Example
filerename("data.csdb", maketext("old_data%d.csdb",timestamp()));
Description
The filesize function returns the size of a file in bytes. The argument file_name is either a string expression giving a
file name or is a file handler declared in a File statement in PROC GLOBAL.
Return Value
If the file exists, the function returns the size of the file in bytes. If the file does not exist, the function returns default.
Example 1
if filesize("report.txt") > 0 then
errmsg("The report already exists!");
endif;
Example 2
PROC GLOBAL
File reportFile;
PROC EXAMPLE
numeric reportSize = filesize(reportFile);
FileTime Function
Format
d = filetime(file_name);
Description
The filetime function returns the last modified date and time of a file or a directory. The argument file_name is either a
string expression giving a file or directory name or is a file handler declared in a File statement in PROC GLOBAL.
Return Value
If the file or directory exists, the function returns a timestamp value indicating the last modified date and time. If the file or
directory does not exist, the function returns default.
Example
FileWrite Function
Format
b = filewrite(file_handler, message , argument1, ..., argumentN );
Description
The filewrite function writes one or more lines of text to the File associated with file_handler.
The message is either a string expression or a numeric message number that contains the text that is written to the file.
If the text contains any message formatters, the optional arguments argument1 to argumentN will be inserted into the
text. There are some additional options for file output:
If you want to break a line of text into two lines, place '\n' (newline) where you want the line divided.
If you want a text line to begin on a new page, place '\f' (form feed) at the beginning of the text string.
If using the Original logic version, to output \n or \f as text instead of a new line or a new page, use a double
backslash (e.g., "\\n").
Alternatively, the message can be a string List. If a List is provided, then each string contained in the List is written to
the file, allowing for the output of multiple lines of text with one function call.
File text can also be written using the File.writeText and File.writeLines actions.
Return Value
The function returns a logical value of 1 (true) if successful and 0 (false) otherwise.
Example
PROC GLOBAL
File CsvFile;
PROC EXAMPLE
filewrite(CsvFile, "Name,Sex,Age");
do numeric counter = 1 while counter <= totocc(PERSON_REC)
filewrite(CsvFile, "%s,%d,%d", encode(CSV, NAME(counter)), SEX(counter), AGE(counter));
enddo;
See also: FileRead Function, File.write Function, File.writeText Action, File.writeLines Action, Write Function, Message
Formatting Options, Encode Function
Description
The find function determines the existence of a case in a data file that matches a specified condition. The function
searches the index of a file and determines whether any case matches the specified condition. The position in the file is
not changed, unlike the similar locate function, and no case is loaded into memory.
The dictionary_name refers to either an external dictionary or the main input file of an entry or batch application.
The relational_operator is one of the following: =, <, <=, >, >=, or startswith.
The string expression key_prefix specifies the condition to use when searching for cases. Cases with a key that begins
with or equals the key_prefix are considered eligible cases.
An additional option, using uuid instead of a relational operator, determines the existence of a case based on the case's
UUID, not the case's key. This may be useful when looking up duplicate or deleted cases.
Return Value
The function returns a logical value of 1 (true) if a case is found and 0 (false) otherwise.
Example
PROC OCCUPATION
if not find(OCCUPATION_CODES_DICT, =, maketext("%04d", OCCUPATION)) then
errmsg("The occupation %d is not valid.", OCCUPATION);
reenter;
endif;
Key Function
Format
s = key(dictionary_name);
Description
The key function returns a string containing the key of the case currently loaded in the file referenced by
dictionary_name. A dictionary key is a single string comprised of the IDs for a case. The key is created using the
case's IDs as they existed when the case was last loaded or written..
Return Value
The function returns a string containing the key. If there has been no previous activity on the file and no key has been
established, the key function returns a blank string.
Example
loadcase(DICT_NAME, "0102");
key(DICT_NAME); // 0102
currentkey(DICT_NAME); // 0102
ID1 = 99;
ID2 = 8;
key(DICT_NAME); // 0102
currentkey(DICT_NAME); // 9908
See also: CurrentKey Function, KeyList Function, Key PFF Attribute, GetCaseLabel Function
KeyList Function
Format
i = keylist(dictionary_name , key_listing );
Description
The keylist function fills key_listing, an optional string List, with the keys in the file referenced by dictionary_name.
The dictionary can be either the main input dictionary or an external dictionary. A dictionary key is a single string
comprised of the IDs for a case.
It is possible, by specifying dictionary access parameters after the dictionary name, to limit the keys that the keylist
function returns.
Return Value
The function returns the number of cases in file.
Example 1
PROC ACTION
if ACTION in 1,3,6 and keylist(CENSUS_DICT) = 0 then // actions that require cases
errmsg("No cases have been entered yet.");
reenter;
endif;
Example 2
LoadCase Function
Format
b = loadcase(dictionary_name , id1, ..., idN );
Description
The loadcase function reads a specified case from an external file into memory. Once the case is loaded, all variables
defined in the corresponding dictionary are available for use.
The dictionary_name must be supplied and refers to an external dictionary associated with your application.
The optional list of ID variables, id1 ... idN, specifies the list of variables that will identify the case to load from the
external file. This process is similar to matching files on the basis of key variables in statistical and database software
packages. Generally, each of the variables in the list is defined in a dictionary. The combined length of the variables in
the list must equal the length of the case IDs defined for the external dictionary. The function concatenates the variables
in the ID list to form a string. Alternatively, you can pass, as a string, the full key of the case to load. The function then
loads from the external file the case whose case identifier matches the string constructed from the list.
If no ID list is provided, the next logical case in the external file will be loaded. The determination of what is "next" is
based on the dictionary's access parameters.
(In versions of CSPro prior to 7.0, calling this function would automatically open an external file. The function no longer
does this, so if you call close on an external dictionary, you must open it manually before calling this function.)
Return Value
The function returns a logical value of 1 (true) if the case was loaded successfully and 0 (false) otherwise.
Example
if loadcase(SAMPLE_DICT, CLUSTER, HH) then
SURVEY_WEIGHT = SAMPLE_WEIGHT;
endif;
Locate Function
Format
Pa ge 769 of 958 Externa l File Func ons
b = locate(dictionary_name, relational_operator, key_prefix);
Description
The locate function finds, but does not load, a case in a data file that matches a specified condition. The function
searches the index of a file and finds the first case that matches the specified condition. The case pointer is positioned
to the case's location, but the case is not loaded into memory. To load the case into memory, use the retrieve function
or the loadcase function without arguments.
The dictionary_name refers to either an external dictionary or the main input file of a batch application.
The relational_operator is one of the following: =, <, <=, >, >=, or startswith.
The string expression key_prefix specifies the condition to use when searching for cases. Cases with a key that begins
with or equals the key_prefix are considered eligible cases. If the relational operators are < or <=, then the file is
positioned at the case with the largest key which satisfies the condition. If the relational operators are > or >=, then the
file is positioned at the case with the smallest key which satisfies the condition. If startswith is used, the file is
positioned at the first case whose key starts with the key_prefix.
An additional option, using uuid instead of a relational operator, determines the existence of a case based on the case's
UUID, not the case's key. This may be useful when looking up duplicate or deleted cases.
Return Value
The function returns a logical value of 1 (true) if a case is found and 0 (false) otherwise.
Example
if locate(SURVEY_DICT, >=, "55") then
do while loadcase(SURVEY_DICT) and PROVINCE = 55
// process all cases in province 55
enddo;
endif;
See also: Find Function, Set First Statement, Set Last Statement, Retrieve Function, LoadCase Function
NMembers Function
Format
i = nmembers(dictionary_name mark_type );
Description
The nmembers function returns the number of cases selected by an operator during a selcase function call.
The dictionary_name must be supplied and refers to an external dictionary associated with your application. An optional
argument, mark_type, indicates what kinds of cases to process, and can be one of the following values:
mark_type Description
marked Process only the cases selected by the operator during the selcase function call.
unmarked Process the cases not selected by the operator.
all Process all of the cases that could have been selected by the operator.
Example
while 1 do
selcase(OCCUPATION_DICT,"Plantation") multiple;
if nmembers(OCCUPATION_DICT) < 3 then
errmsg("You must select at least three options.");
else
break;
endif;
enddo;
Open Function
Format:
b = open(ext-dict-name | file-name[, update | append | create]);
Description:
The open function opens and keeps open an external file or file declared in a file statement.
Under most circumstances, neither an open nor a close function is necessary to manipulate the file. In data entry
applications, by default, the file is opened when it is operated on with a file function, such as loadcase, writecase,
readfile, or writefile and closed immediately afterward. In batch applications, by default, the file is opened at the
beginning of the run and closed at the end.
If you want to control the opening and closing of the file, you can use the open and close functions to do this. If you
code an open function anywhere is the application logic, then you must control all opening and closing of the file
The ext-dict-name or file-name must be supplied. Ext-dict-name is the name of a data dictionary defining an external
data file. File-name is the name of a file declared in a file statement.
The keywords update, append or create are optional. If no keyword is coded, the file is opened in update mode.
When an ext-dict-name is used, if update or append is used, the file is opened, its contents are not changed, and
the file is ready to update cases. If create is coded, the file is opened, all previous records are removed and the file is
ready to add cases.
When a file-name is used, if update is used, the file is opened and you are positioned at the beginning of the file. If
append is coded, the file is opened, its contents are not changed, and you are positioned at the end of the file. If
create is coded, the file is opened, all previous records are removed and you are positioned at the beginning of the
file.
Return value:
The function returns a logical value of 1 (true) if file is opened and 0 (false) otherwise.
Example 1:
OK = open(LOOKUP);
Example 2:
OK = open(REPORT, append);
Description
The retrieve function reads a case into memory from the current position of an external file. It is intended for use only
after a successful execution of the locate function. The dictionary_name must refer to an external dictionary.
Return Value
The function returns a logical value of 1 (true) if a case is retrieved and 0 (false) otherwise.
Example
if locate(SURVEY_DICT,>=,"55") and retrieve(SURVEY_DICT) then
// process the case
endif;
Description
The set access statement is used to control the way that CSPro iterates through a data file. By default, CSPro
processes all non-deleted cases in file order for the main input file of a batch application or in ascending key order (e.g.,
A -> B -> C) for all other files. With this statement, you can change the default behavior to process cases in a different
order or to control what cases are processed.
The dictionary_name refers to either an external dictionary or the main input file of a batch application. If the dictionary
access parameters are modified while in the middle of iterating through the data file, the next case loaded will be based
on the location of the currently loaded case. For example, if you are running a batch application on cases 1 to 5, and
then after processing case 3 you change the order to descending, the next cases loaded will be 2 and 1.
Order Ascending Iterate from low to high value (key or file position) (default)
Descending Iterate from high to low value (key or file position)
An additional parameter that can be used with these functions is startswith, functionality that allows for partial iteration
of only cases with keys that start with the specified key prefix.
Example 1
PROC CENSUS_FF
preproc
// process the batch input in order from the last province to the first
set access(CENSUS_DICT, OrderType.Indexed, Order.Descending);
Example 2
forcase CENSUS_DICT(CaseStatus.Partial) do
interview_vs.add("Continue interview: " + getcaselabel(CENSUS_DICT), key(CENSUS_DICT));
endfor;
Example 3
// only process assignments in the area where the supervisor is working
forcase GEOCODES_DICT(startswith, strip(MENU_GEOCODE_SELECTION)) do
// ...
endfor;
See also: Set First Statement, Set Last Statement, Locate Function, StartsWith Function
SetFile Function
Format
b = setfile(dictionary_name file_handler, file_name , update append create );
Description
The setfile function assigns a data file to the dictionary associated with dictionary_name or associates the File
file_handler to a text file on the disk. The file_name argument is a string expression containing the file name of the file
to be associated with the dictionary or file. With dictionaries, the file_name can also be a connection string.
Using the keyword update, append or create is optional. If no keyword is used, the file is opened in update mode.
Dictionary behavior: If update or append is used, the data file's contents are not changed and the file is ready to
update cases. If create is used, all previous cases are removed and the file is ready to add cases.
File behavior: If update is used, you are positioned at the beginning of the file. If append is used, the file's contents are
not changed and you are positioned at the end of the file. If create is used, all previous content in the file is removed and
you are positioned at the beginning of the file.
Pa ge 773 of 958 Externa l File Func ons
For both dictionaries and files, if create or append is used and the file does not already exist, a new empty file will be
created. If update is used and the file does not already exist, the function will fail and return 0.
Return Value
The function returns a logical value of 1 (true) if the new file is successfully assigned and 0 (false) otherwise.
Dictionary Example
if REGION = 1 then
setfile(GEOCODES_DICT, "Eastern.csdb");
else
setfile(GEOCODES_DICT, "Western.csdb");
endif;
File Example
File household_report_file;
setfile(household_report_file, "Household Report.txt", create);
See also: File Statement, FileName Function, SetOutput Function, File.open Function
Description
The set first statement is used, like the locate function, to find a specific case in a data file. The case pointer is
positioned to the first case. Based on the dictionary access parameters, the case is either the first case by indexed
(key) order or by sequential (file) order. To load the case into memory, use the retrieve function or the loadcase
function without arguments.
The dictionary_name refers to either an external dictionary or the main input file of a batch application. Using this
statement with the main input file of a batch application allows you to pass through the same data file more than once in
a single run of a batch application.
Example
PROC MENU
set first(SURVEY_DICT);
do while loadcase(SURVEY_DICT)
// process the cases in ascending key order
enddo;
See also: Set Last Statement, Locate Function, Set Access Statement
The dictionary_name refers to either an external dictionary or the main input file of a batch application.
Example
PROC MENU
set access(SURVEY_DICT, Order.Descending);
set last(SURVEY_DICT);
do while loadcase(SURVEY_DICT)
// process the cases in descending key order
enddo;
See also: Set First Statement, Locate Function, Set Access Statement
Write Function
Format
b = write(message msg_num , argument1, ..., argumentN );
Description
The write function writes text to a write file that can be used as a report. Each argument is sequentially inserted into the
write string. Arguments can be numeric or alphanumeric expressions, but the type of the argument must match the type
of the receiving field in the message text. If no write file is specified at run time, the write file lines are placed in the
default data entry or batch error report.
where "n" is the size of the field and "d" is the number of decimal places to show for a number. For a complete list of
possible message formatters, see Message Formatting Options.
Numbers are never truncated. Text strings are truncated only if ".d" is used. If "n" is positive, the insert is right-justified in
the size of the field. If "n" is negative, the insert is left-justified in the size of the field. If "n" is a positive number with a
leading zero, the insert is right-justified in the size of the field and zero-filled to the left. When inserting a number, if "n" is
preceded by a "+", the sign of the number is always displayed.
Return Value
The function returns a logical value 1 (true) if successful and 0 (false) otherwise.
Example 1
write("Sex = %d", SEX);
WriteCase Function
Format
b = writecase(dictionary_name);
Description
The writecase function writes a case from memory to an external data file. It can be used to update existing cases or to
write new ones.
The dictionary_name must be supplied and refers to an external dictionary associated with your application.
After a case is written to an external file, the dictionary variables for that case remain in memory. If the application does
not assign new values to all variables in the external dictionary before the next writecase function is executed, then the
values from the previous case will be written to the external data file. Use the clear function to reset the values of these
variables.
No Index Mode
In a batch application it is possible to have the function output cases without updating the file's index. This allows the
external data file to have duplicate cases, i.e., cases sharing the same set of IDs. This may be useful if the batch
application is a tool to reformat large sets of data, a situation in which maintaining the file's index is very time
consuming. Since no check is done for duplicates you should be certain that duplicates cannot be generated, or that you
want duplicates in the data file. You cannot use other external file functions like loadcase or retrieve if using no index
mode. To use this special mode, in the function arguments write (noindex) after the dictionary name.
Pa ge 776 of 958 Externa l File Func ons
b = writecase(dictionary_name(noindex));
Return Value
The function returns a logical value of 1 (true) if the write is successful and 0 (false) otherwise.
Example
WORK_RECORD_ID = HOUSEHOLD_ID;
LAST_WORK_TIME = timestamp();
writecase(WORK_RECORD_DICT);
Description
The syncconnect function opens a connection to a server to start a synchronization session. The function has four forms
based on the type of connection, with each form described on a separate page:
CSWeb
Bluetooth
Dropbox
FTP
LocalDropbox
LocalFiles
After a successful connection, call syncdata and syncfile to synchronize data and files between the device and the
server. When finished transferring data, call syncdisconnect to close the connection.
Note: If the attempt to establish an internet connection was unsuccessful, CSPro will alert you with an error message. If
you wish to preempt this error message in order to handle this situation on your own, use the Connection Function.
Return Value
The function returns a logical value of 1 (true) if the connection was successful and 0 (false) otherwise.
See also: Synchronization Overview, SyncDisconnect Function, SyncServer Function, SyncData Function, SyncFile
Function, SyncParadata Function, Connection Function
Format
b = syncconnect(CSWeb,csweb_url ,username ,password );
Description
The syncconnect function opens a connection to a CSWeb server to synchronize data and files over the Internet. The
first argument must be the keyword CSWeb. The second argument, csweb_url, is a string expression of the full URL of
the CSWeb server. The third and fourth arguments, username and password are optional string arguments of the
credentials used to login to the server. If the username and password are not specified, the user will be prompted to enter
them the first time the synchronization is run. After the credentials have been entered the first time, they are saved in
secure storage on the device and do not need to be entered again. You can use the CSPro Settings dialog to clear any
Pa ge 778 of 958 Synchroniza on Func ons
cached credentials.
Note: If the attempt to establish an internet connection was unsuccessful, CSPro will alert you with an error message. If
you wish to preempt this error message in order to handle this situation on your own, use the Connection Function.
For more information about CSWeb servers, see the Synchronization Overview and the CSWeb help documentation.
Example
string ServerUrl = "https://www.myserver.org/api";
// connect to the CSWeb server
if syncconnect(CSWeb, ServerUrl) then
// send the latest cases to the CSWeb server
syncdata(PUT, SURVEY_DICT);
syncdisconnect();
endif;
See also: Synchronization Overview, SyncConnect Function, SyncConnect Function (Bluetooth), SyncConnect Function
(Dropbox), SyncConnect Function (FTP), SyncConnect Function (LocalDropbox), SyncConnect Function (LocalFiles),
Connection Function
Format
b = syncconnect(Bluetooth , server_device_name );
Description
The syncconnect function opens a connection, via Bluetooth, to another device (a computer, laptop, tablet, or phone)
running a local server. The first argument must be the keyword Bluetooth. The second argument, server_device_name,
is an optional string expression of the name of the device to which you want to connect. For Android devices, the device
name can be found in Bluetooth settings on the device running the server. For Windows devices, this is the PC name
that can be found in Windows settings. The getbluetoothname function can be used on the other device to find the
device name. If no server device name is specified, a list of nearby devices is displayed and the operator may choose
which one to connect to.
In order for the two devices to connect successfully, the device running the server must call the function syncserver at
roughly the same time as the call to syncconnect is made by the client device.
When connecting over Bluetooth, no Internet connection is required, however the two devices must be in close physical
proximity. This is useful when transferring data in areas where no Internet connection is available.
Example
See also: SyncConnect Function, SyncConnect Function (CSWeb), SyncConnect Function (Dropbox), SyncConnect
Function (FTP), SyncConnect Function (LocalDropbox), SyncConnect Function (LocalFiles), SyncMessage Function,
GetBluetoothName Function, SetBluetoothName Function
Format
b = syncconnect(Dropbox);
Description
The syncconnect function opens a connection to Dropbox to synchronize data and files over the Internet. The first and
only argument must be the keyword Dropbox. This requires an account with the online file sharing service Dropbox. It
does NOT require that the Dropbox client software be installed on the device. The first time the connection is made, the
user will see a prompt to enter the Dropbox username and password and these settings will be saved in secure storage
for future synchronizations. You can use the CSPro Settings dialog to clear any cached settings.
Note: If the attempt to establish an internet connection was unsuccessful, CSPro will alert you with an error message. If
you wish to preempt this error message in order to handle this situation on your own, use the Connection Function.
Example
// connect to Dropbox
if syncconnect(Dropbox) then
// send the latest cases to Dropbox
syncdata(PUT,SURVEY_DICT);
syncdisconnect();
endif;
See also: Synchronization Overview, SyncConnect Function, SyncConnect Function (CSWeb), SyncConnect Function
(Bluetooth), SyncConnect Function (FTP), SyncConnect Function (LocalDropbox), SyncConnect Function (LocalFiles),
Connection Function
Format
Description
The syncconnect function opens a connection to Dropbox to synchronize data and files using the Dropbox folder on the
local computer. The first and only argument must be the keyword LocalDropbox. This requires that the Dropbox client
software be installed on the computer. Rather than synchronize files over the Internet this connection relies on the
Dropbox client software to do file synchronization. CSPro simply copies files and data to/from the Dropbox folder. This is
mainly useful when downloading large quantities of data which would take a long time to do using the online Dropbox
connection. The LocalDropbox connection is only supported on Windows.
Example
// connect to local Dropbox folder
if syncconnect(LocalDropbox) then
// Download the latest cases from Dropbox
syncdata(GET, SURVEY_DICT);
syncdisconnect();
endif;
See also: Synchronization Overview, SyncConnect Function, SyncConnect Function (Dropbox), SyncConnect Function
(LocalFiles), SyncConnect Function (CSWeb), SyncConnect Function (Bluetooth), SyncConnect Function (FTP)
Format
b = syncconnect(LocalFiles, local_path);
Description
The syncconnect function opens a connection to synchronize data and files using the a folder on the local computer.
The first argument must be the keyword LocalFiles and the second argument, the string expression local_path, must
be the path to a local folder on the computer. Rather than synchronize files over the Internet this connection assumes
that some other service, such as an FTP server, will handle file transfers. CSPro simply copies files and data to/from the
local folder. This is mainly useful when downloading large quantities of data which would take a long time to do using a
network connection.
Example
// connect to local folder
if syncconnect(LocalFiles, "C:/FTPDirectory/") then
// download the latest cases
syncdata(GET, SURVEY_DICT);
syncdisconnect();
endif;
See also: Synchronization Overview, SyncConnect Function, SyncConnect Function (CSWeb), SyncConnect Function
(Bluetooth), SyncConnect Function (FTP)
Format
b = syncconnect(FTP,ftp_url ,username ,password );
Description
The syncconnect function opens a connection to an FTP server to synchronize data and files over the Internet. The first
argument must be the keyword FTP. The second argument, ftp_url, is a string expression of the full URL of the FTP
server. The third and fourth arguments, username and password are optional string arguments of the credentials used to
login to the server. If the username and password are not specified, the user will be prompted to enter them the first time
the synchronization is run. After the credentials have been entered the first time, they are saved in secure storage on the
device and do not need to be entered again. You can use the CSPro Settings dialog to clear any cached credentials.
CSPro synchronization can work with FTP servers using encrypted transmission via TLS/SSL. There are two modes that
CSPro supports for encrypted FTP: explicit and implicit. To use explicit TLS/SSL, provide a URL for the server that starts
with "ftpes://". To use implicit TLS/SSL, provide a URL for the server that starts with "ftps://". For servers that do
not support TLS/SSL, use a URL that starts with "ftp://". FTP over SSH (SFTP) is not supported.
You can optionally specify a port number by adding it to the end of the URL, separated by a colon. For example, the
URL "ftp://myserver.com:27" tells CSPro to connect to port 27. If no port is specified, the standard FTP port will be
used (port 21 for FTP or port 990 for FTPS).
Note: If the attempt to establish an internet connection was unsuccessful, CSPro will alert you with an error message. If
you wish to preempt this error message in order to handle this situation on your own, use the Connection Function.
Example
string ftpServerUrl = "ftpes://myserver.org";
// connect to the FTP server
if syncconnect(FTP,ftpServerUrl) then
// send the latest cases to the FTP server
syncdata(PUT,SURVEY_DICT);
syncdisconnect();
endif;
See also: Synchronization Overview, SyncConnect Function, SyncConnect Function (CSWeb), SyncConnect Function
(Bluetooth), SyncConnect Function (Dropbox), SyncConnect Function (LocalDropbox), SyncConnect Function
(LocalFiles), Connection Function
SyncServer Function
Format
b = syncserver(Bluetooth , file_root_path );
Description
The syncserver function runs a local server that allows peer-to-peer synchronization between two devices via Bluetooth,
without needing an Internet connection. The function waits for a connection from another device (a client) made when the
Pa ge 782 of 958 Synchroniza on Func ons
client calls syncconnect to start a Bluetooth synchronization. Once the two devices are connected, the client device
calls syncdata and syncfile to copy data and/or files to and from the server. Finally, the client device calls
syncdisconnect to end the session.
The server in a peer-to-peer synchronization is passive. It does not call syncdata or syncfile. It simply responds to
requests initiated from the client. The Bluetooth server runs until either the client successfully connects and disconnects
or the operator cancels the synchronization.
The syncserver function displays a dialog to the operator indicating that it is waiting for a client device to connect.
During this time, no other logic on the server is executed. Once a connection is made, the dialog displays the progress
of the synchronization. When the client disconnects by calling syncdisconnect, the dialog is removed and syncserver
returns. If no connection is made, the operator can use the cancel button on the dialog to cause syncserver to return
and continue executing any logic that follows. The server only allows connections while the syncserver function is
running, so the server must call syncserver before the client device calls syncconnect.
The first argument must be the keyword Bluetooth. The second argument, file_root_path, is an optional string
expression of the path to use as the base directory from which to transfer files when the client calls syncfile. The
remote path specified in the call to syncfile is appended to this base directory to determine the full path of files on the
server. In other words, "/" in a syncfile call from the client refers to the file_root_path directory on the server. For
example, if file_root_path is "C:\MyApp\MyFiles" and the client calls syncfile(GET,"/Images/image.jpg"), then
the file image.jpg will be read from the directory C:\MyApp\MyFiles\Images\ on the server. If no file_root_path is
specified, the application directory is used. The rules that dictate which files can be synced on the server differ
depending on the operating system. On Android files inside the csentry directory can be synced by default. To sync
outside the csentry directory use file_root_path to specify a path outside the csentry directory. On Windows any file
can be synced.
When connecting over Bluetooth, no Internet connection is required, but the two devices must be in close physical
proximity.
Return Value
The function returns a logical value of 1 (true) if the synchronization was successful and 0 (false) otherwise.
Example 1
// start a peer-to-peer Bluetooth server with the application directory as the file root path
syncserver(Bluetooth);
Example 2
// start a peer-to-peer Bluetooth server with the application parent directory as the file root
path
syncserver(Bluetooth, "..");
See also: Synchronization Overview, SyncConnect Function, SyncData Function, SyncDisconnect Function, SyncFile
Function, SyncMessage Function, SetBluetoothName Function
SyncDisconnect Function
Format
b = syncdisconnect();
Description
The syncdisconnect function ends a synchronization session previously started by calling syncconnect.
Return Value
Example
if syncconnect(Dropbox) then
// perform synchronization actions
syncdisconnect();
endif;
See also: Synchronization Overview, SyncConnect Function, SyncData Function, SyncFile Function, SyncParadata
Function, SyncServer Function
SyncData Function
Format
b = syncdata(direction, dictionary_name , sync_universe );
Description
The syncdata function transfers cases in a CSPro data file between a device and a synchronization server. Before calling
syncdata, you must first connect to the server by calling syncconnect.
The function can upload cases from the local device (client) to the server as well as download cases from the server. The
direction argument determines which of these operations is performed. It must be one of the following values:
GET: Download any cases that were modified on the server since the last sync and update or add them to the
local data file.
PUT: Upload to the server any cases that were modified in the local data file since the last sync.
BOTH: Sync cases in the local data file with the server in both directions (i.e., perform both a GET and a PUT).
The dictionary_name argument must be the name of a data dictionary corresponding to the data file to synchronize.
This dictionary must be an external dictionary. CSPro uses the data file that is currently associated with this dictionary,
either because it was specified when the application was started or via a call to setfile from application logic.
For synchronization with a CSWeb server, the dictionary must first be uploaded to the server. (See the CSWeb help
documentation for more information.)
For peer-to-peer synchronization, the data is written to the file associated with the dictionary of the same name on the
device running the server. This means that both devices must have this dictionary added to the currently running CSPro
application, either as the main dictionary or as an external dictionary.
By providing an optional string expression for the sync_universe argument, you can limit the cases that are transferred.
The universe is matched against the ID items of each of the cases. Only cases whose ID items concatenated together
match the universe will be transferred. For example, if the universe is "123" then cases with IDs "1234" and "1235"
would be synced but a case with IDs "2345" would not.
The syncdata function keeps track of which cases are transferred each time the client and server are synchronized and
uses this information to only transfer cases that have been modified since the last synchronization. This significantly
reduces the amount of data transferred and therefore reduces bandwidth and the cost of air time. It also reduces the
chance that two interviewers overwrite each other's work by both syncing to the same data file on the server. As long as
the two interviewers do not modify the same case at the same time, they may both synchronize to the same server
without overwriting each other's data.
The syncdata function is only supported when using CSPro DB or Encrypted CSPro DB data sources. Data sources in
You can use the synctime function to get the time of the last syncdata call.
Return Value
The function returns a logical value of 1 (true) if the transfer was successful and 0 (false) otherwise.
Example 1
if syncconnect(CSWeb, "https://www.myserver.org/api") then
// send the latest survey data to the server
syncdata(PUT, SURVEY_DICT);
// get the latest assignments lookup file from the server
syncdata(GET, ASSIGNMENTS_DICT);
syncdisconnect();
endif;
Example 2
if syncconnect(Bluetooth) then
// sync data for only the province and district assigned to the interviewer
string assignment_universe = maketext("%v%v", ASSIGNED_PROVINCE, ASSIGNED_DISTRICT);
syncdata(BOTH, CENSUS_DICT, assignment_universe);
syncdisconnect();
endif;
See also: Synchronization Overview, SyncConnect Function, SyncFile Function, SyncParadata Function,
SyncDisconnect Function, SyncServer Function, SyncTime Function
SyncFile Function
Format
b = syncfile(direction, from_path , to_path );
Description
The syncfile function transfers files between a device and a synchronization server. Files may be of any type:
application files, images, text files, etc. However, for transferring CSPro data files it is more efficient to use the function
syncdata. Before calling syncfile, you must first connect to a server by calling syncconnect.
The syncfile function uploads or downloads one or more files from the server. Unlike syncdata, this sends or retrieves
an entire file, not individual cases. It is therefore useful for transferring files that are not data files such as images or new
versions of an application.
The function can upload files from the local device (client) to the server as well as download files from the server. The
direction argument determines which of these operations is performed. It must be one of the following values:
GET: Download files from the server and save them on the client.
The from_path argument is a string expression that specifies the path of the file to transfer. If the direction is GET then
this is the path of the file on the server to download. If the direction is PUT then this is the full path to the file name on the
client to upload.
The optional to_path argument is a string expression that specifies the destination path for the file. If the direction is
GET then this is the full path of the destination file name on the client device. If the direction is PUT then this is the path
of the destination file or folder on the server. If to_path is not specified, then the file will have the same name as the file in
the from_path and will be saved to the application directory on the client (for GET) or the server root directory (for PUT).
The from_path argument may contain the wildcard characters "*" and "?" to specify a group of files to transfer. In this
case, the to_path argument should be the name of a folder to copy all files that match the wildcard pattern into.
When downloading files using GET, syncfile first looks to see if the file already exists on the client device. If it does, it
only downloads the file if the server has a different version. It uses the file signature (MD5) to determine if the version of
the file on the server is different. This reduces the bandwidth used when downloading large files.
Return Value
The function returns a logical value of 1 (true) if the transfer was successful and 0 (false) otherwise.
Example
if syncconnect(CSWeb, "https://www.myserver.org/api") then
// upload all images in images directory to the images directory on the server
syncfile(PUT, "Images/*.jpg", "/Images/");
syncdisconnect();
endif;
See also: Synchronization Overview, SyncConnect Function, SyncData Function, SyncParadata Function, SyncApp
Function, SyncDisconnect Function, SyncServer Function
SyncMessage Function
Format
// Bluetooth client
s = syncmessage(message_name , message_value );
// Bluetooth server
function string OnSyncMessage(string message_name, string message_value)
exit message_response;
end;
Description
The syncmessage function sends a string message from one device to another device that is acting as a Bluetooth
server. The string expression message_name identifies the message, and an optional string expression message_value
defines a value associated with the message. The client device sends this message to a Bluetooth server.
The application running on the Bluetooth server must have a user-defined function with the name OnSyncMessage that
has two string parameters and returns a string. While the syncserver function is running, the OnSyncMessage function is
called anytime a message is received and the return value of that function is returned to the Bluetooth client.
Return Value
Example
// on the client...
syncmessage("STAFF_CODE", STAFF_CODE);
if syncmessage("TRAINING_MODE") <> maketext("%d", TRAINING_MODE) then
errmsg("You cannot sync with a device that is not in the same training mode as your
device");
syncdisconnect();
endif;
// on the server
PROC GLOBAL
function string OnSyncMessage(string message_name, string message_value)
// store information about the sync in the paradata log
if message_name = "STAFF_CODE" then
logtext("Syncing with %s at %s", message_value, timestring());
// return the training mode
elseif message_name = "TRAINING_MODE" then
exit maketext("%d", TRAINING_MODE);
endif;
end;
SyncParadata Function
Format
b = syncparadata(direction);
Description
The syncparadata function transfers paradata between a device and a synchronization server. Before calling
syncparadata, you must first connect to the server by calling syncconnect.
The function can upload paradata from the local device (client) to the server as well as download paradata from the
server. The direction argument determines which of these operations is performed. It must be one of the following
values:
GET: Download any paradata that was sent to the server since the last sync and add it to the currently open
paradata log.
PUT: Upload to the server any paradata that was collected since the last sync.
BOTH: Sync paradata in the currently open paradata log with the server in both directions (i.e., perform both a
GET and a PUT).
The syncparadata function keeps track of what paradata has been transferred each time the client and server are
synchronized and uses this information to only transfer paradata that has been collected since the last synchronization.
This significantly reduces the amount of data transferred and therefore reduces bandwidth and the cost of air time.
Paradata logs can be very large so be careful about adding paradata synchronizations to your applications. If you are
Return Value
The function returns a logical value of 1 (true) if the transfer was successful and 0 (false) otherwise.
Example
if syncconnect(Bluetooth) then
// other sync actions...
syncparadata(BOTH);
syncdisconnect();
endif;
See also: Synchronization Overview, SyncData Function, SyncFile Function, Paradata, paradata Function
SyncApp Function
Format
b = syncapp();
Description
The syncapp function updates application files, such as a .pen and .pff, from a new version of the application package
(package.json) on a server. This function is used to make updates, such as bug fixes and other modifications, to an
application already deployed on mobile devices in the field.
The function checks for an updated version of the application on the server that the program is currently connected to
from a previous call to syncconnect. If the version of the application on the server is newer than the currently running
version, then the new package is downloaded from the server and the application on the device is updated.
This function only works on Android. It is not supported on Windows. It may be used with CSWeb, Dropbox and FTP
servers as well as with peer to peer synchronization via Bluetooth.
Using syncapp is typically only for advanced scenarios, such as when you want to update an application over Bluetooth
or when you want to initiate an update from within a menu program. In most cases it is simpler to use Update Installed
Applications from the menu in the Entry Applications screen of CSEntry as it does the same update as syncapp without
requiring any custom logic.
Before calling syncapp, you must first connect to a server by calling syncconnect.
To use the syncapp function, you must first upload the application package to a server using the Deploy Application tool.
The syncapp function looks for a package on the server with the same package name as the currently running
application. If no package matching the current package name has been deployed to the server, the function will display
an error. Note that the application package is not necessarily the same as the name of the .pen file. The package name
is the name that was entered in the Deploy Application tool when the package was deployed to the server. It is important
therefore to always use the same package name whenever deploying updates to an application.
The syncapp function only downloads the application if the version of the application on the server is more recent than
the version on the mobile device. This is accomplished by storing the date and time the package was uploaded to the
server by the Deploy Application tool. This date and time is stored in the application package and is used to determine if
the package on the server is newer than the package on the mobile device.
Files in the downloaded package overwrite the corresponding files on the mobile device. To avoid generating multiple
copies of the same file, use the same directory layout, file and folder names in the updated package as were used in the
original package.
Files that are marked Only on first install in the deployment package that already exist on the mobile device will be
ignored by syncapp and are not updated even if a newer version is included in the updated package.
Be careful when including data files in an application package that is used with syncapp since any data files that are in
use by the current application will be locked which will result in errors when syncapp attempts to overwrite them. Either
close any files that may be updated prior to calling syncapp or mark the data files as Only on first install in the Deploy
Applications tool and use syncdata to update them instead.
Note that if as part of the application update the currently running .pen file is updated to a newer version, syncapp will
restart the application in order to run the updated version. This means that any logic that follows the call to syncapp will
not be executed. To avoid problems, make sure that the call to syncapp is the last call in the procedure. For example, to
combine the application update with calls to syncdata to update data files, place the calls to syncdata before the call to
syncapp.
Return Value
The function returns a logical value of 1 (true) if the update was successful and 0 (false) otherwise.
Example
if syncconnect(CSWeb,"https://www.myserver.org/api") then
// get the latest versions of the application files from the server
syncapp();
syncdisconnect();
endif;
See also: Synchronization Overview, SyncConnect Function, SyncData Function, SyncDisconnect Function,
SyncServer Function
SyncTime Function
Format
d = synctime(dictionary_name , device_identifier, case_identifier );
Description
The synctime function returns the UNIX time of the last synchronization of a data file or a specific case, or notappl if no
such synchronization has occurred. The dictionary_name argument indicates which data file's details are returned. This
dictionary can be either the dictionary for the main data file or an external dictionary. CSPro uses the data file that is
currently associated with this dictionary, either because it was specified when the application was started or via a call to
setfile from application logic. Unlike the other synchronization functions, this function can be called without connecting
to a server as it returns metadata stored offline in the CSPro DB file.
Providing an optional string expression device_identifier allows you to query the last synchronization time to a specific
device. You can supply the identifier by using a name. A name like "Bluetooth" will return information on the last
synchronization with any Bluetooth device. A name like "https://www.myserver.org/api" will return information on
Alternatively, you can specify device_identifier using a device ID. This is most relevant if trying to differentiate between
Bluetooth syncs. The device ID corresponds to the value that would be returned by calling getdeviceid on the Bluetooth
device of interest. For example, providing a device ID like "6ce7d9416fa72a85" will return information on the last
synchronization with the device that has that ID. If no device_identifier is supplied, or if it is blank, then the function will
return synchronization information for any device.
The optional string expression case_identifier allows you to specify a case UUID to get synchronization information on a
case-by-case basis. A case's UUID is a value that uniquely identifies a case, even when multiple cases share the same
key (ID items), and can be retrieved using the uuid function. The function only returns the synchronization time of the
current iteration of the case, so if a case had been synced but has since been modified, the function will return notappl.
Return Value
The function returns the time of the last synchronization, or notappl if there was not a synchronization. In summary:
Example 1
numeric unsynced_cases = countcases(SURVEY_DICT where synctime(SURVEY_DICT, "", uuid(SURVEY_DICT
)) = notappl);
if unsynced_cases > 0 then
errmsg("There are %d cases on your device that have not been synced to any
device.", unsynced_cases);
endif;
Example 2
string ServerUrl = "https://www.myserver.org/api";
numeric SecondsInWeek = 60 * 60 * 24 * 7;
when synctime(SURVEY_DICT, ServerUrl);
notappl -> errmsg("You have never synced. Please sync as soon as
possible.");
< ( timestamp() - SecondsInWeek ) -> errmsg("You have not synced in a week. Please sync as
soon as possible.");
endwhen;
See also: Synchronization Overview, SyncData Function, timestamp Function, timestring Function
GetBluetoothName Function
Format
s = getbluetoothname();
Description
The getbluetoothname function returns the name of the device as broadcast to other Bluetooth devices. When other
Bluetooth-enabled devices scan for nearby devices to connect to, this is the name that they will see.
Because it is possible to change the Bluetooth device name using logic (setbluetoothname) or in the settings on
Android and in the Device Manager on Windows, the Bluetooth name can be used as a way to name devices for
management and audit purposes. The device can be assigned a unique identifer or serial number which is used as the
Bluetooth device name. Using getbluetoothname, this identifier can be written to an item in the data file for audit
purposes, supplied as a username for synchronization, or used as a key in lookup file as part of a survey management
system.
Return Value
The function returns a string containing the name of the device.
Example
PROC DEVICE_NAME
preproc
DEVICE_NAME = getbluetoothname();
noinput;
See also: SetBluetoothName Function, GetDeviceID Function, GetOperatorId Function, GetOS Function, GetUserName
Function, SyncConnect Function (Bluetooth)
SetBluetoothName Function
Format
b = setbluetoothname(bluetooth_name);
Description
The setbluetoothname function modifies the name of the device as broadcast to other Bluetooth devices, setting it to
the string expression bluetooth_name. When other Bluetooth-enabled devices scan for nearby devices to connect to,
this is the name that they will see.
When using Bluetooth for synchronization between two devices, the Bluetooth name of the device is what is shown in the
screen asking the user which device to connect to. The Bluetooth name of one device may be passed as an argument to
the syncconnect function on the other device in order to connect directly to that device, bypassing the screen asking the
user which device to connect to.
On Windows, you may need to run your application with administrative privileges to successfully change the Bluetooth
name.
Return Value
The function returns a logical value of 1 (true) if the Bluetooth name was set and 0 (false) on error.
Example
// set the Bluetooth name to the staff ID prior to syncing
setbluetoothname(maketext("NSO Device %v", STAFF_ID));
syncserver(Bluetooth);
Overview
CSPro can create HTML reports using case data as well as results from queries into paradata and other data sets. By
specifying tags in the templated reports, CSPro logic can be run and CSPro dictionary variables can be accessed to
render a dynamic report.
Functionality
Each templated report is a CSPro logic object and the following functions can be called via dot notation:
Function Description
save Saves the report to a file.
view Displays the report in an embedded web browser.
write Writes text to the report.
In addition to these object functions, templated reports can be used as arguments to the filename and view functions.
Frequency tables can be written directly to a report using the Freq.save function.
Assignments
When a templated report is used as an argument to a user-defined function (as a Report object), it is passed by
reference.
The name of the report will be automatically created based on the filename, but can be modified using the Report
Properties dialog.
CSPro Logic
CSPro logic can be embedded in the templated report by starting the logic with <? and ending the logic with ?>. The tag
can be used to embed inline logic or multiple lines of logic.
1. ~~...~~ writes the results of the numeric or string expression specified between the tildes.
2. ~~~...~~~ is similar to the above version except that the text will not be automatically escaped for HTML.
3. $.write writes directly to the report.
Be aware that outputting newlines to a non-HTML report, such as a CSV file, can lead to formatting issues unless
properly escaped with the encode function.
Preview
A templated report can be previewed in both data entry and batch by pressing Ctrl + F5. This will not run the CSPro
logic, so the preview will not necessarily look complete. Use it to preview the HTML and CSS.
Example 1
<p>Report generated at ~~timestring()~~</p>
Example 2
<?
numeric partial_count = 0;
numeric complete_count = 0;
forcase HOUSEHOLD_DICT do
if ispartial(HOUSEHOLD_DICT) then
inc(partial_count);
else
inc(complete_count);
endif;
endfor;
?>
<p><b>~~getsymbol(HOUSEHOLD_DICT)~~</b> has ~~partial_count~~ partial case(s) and
~~complete_count~~ complete case(s).</p>
See also: HTML in CSPro, Action Invoker Execution from JavaScript Run from Web Views
Report.save Function
Format
b = report_name.save(report_filename);
Description
The Report.save function runs the logic in the templated report and saves the output as a file specified by the string
expression report_filename. The function is meant to be called from outside the templated report's logic.
Return Value
The function returns a logical value of 1 (true) if successful and 0 (false) otherwise.
Example
HOUSEHOLD_REPORT.save(maketext("household_report_%d.html", timestamp()));
Pa ge 794 of 958 Templa ted Repor ng Sys tem
See also: Templated Reports, Report.view Function
Report.view Function
Format
b = report_name.view( viewer_arguments );
Description
The Report.view function runs the logic in the templated report and displays the output in an embedded web browser.
The function is meant to be called from outside the templated report's logic.
HTML files or web pages are displayed in an embedded window using a Chromium-based web browser (Edge WebView2
on Windows; WebView on Android). In this web view, it is possible to use the Action Invoker to run user-defined functions
or to execute other CSPro operations.
Viewer Arguments
Optional named arguments can be used to control how the embedded web browser displays on Windows:
If either the height or width is specified, then both values must be provided. Hiding the Close button also removes the
margin around the web browser, so the browser will fill the entire embedded window.
Return Value
The function returns a logical value of 1 (true) if successful and 0 (false) otherwise.
Examples
HOUSEHOLD_REPORT.view();
HOUSEHOLD_REPORT.view(title := "Household Report",
width := 600, height := 400,
showCloseButton := false);
Report.write Function
Format 1
b = report_name.write(string_exp , argument1, ..., argumentN )
Format 2
b = report_name.write(msg_num , argument1, ..., argumentN )
Description
Pa ge 795 of 958 Templa ted Repor ng Sys tem
The Report.write function writes text directly to a templated report. The function is meant to be called from within the
templated report's logic.
Each argument is sequentially inserted into the string_exp or msg_num. Arguments can be numeric or string
expressions, but the type of the argument must match the type of the receiving field in the message text. See Message
Formatting Options for a complete list of formatting options.
Return Value
The function returns a logical value of 1 (true) if successful and 0 (false) otherwise.
Examples
<?
HOUSEHOLD_REPORT.write("The report was generated at: ", timestamp());
// Alternatively, use $ to refer to HOUSEHOLD_REPORT
$.write("The report was generated at: ", timestamp());
?>
HTML files or web pages are displayed in an embedded window using a Chromium-based web browser:
Use the Action Invoker, called using JavaScript, to interact with various CSPro features.
Use JavaScript libraries included with CSPro, such as Bootstrap and jQuery.
The pathname and other path-related functions can return the name of this directory using the Html argument.
The local web server treats the html directory as the root of the server. Relative paths that are not based off the root are
evaluated from the location of the displayed HTML content:
Question Text: Relative to the data entry application (.ent) or .pen file.
Reports: Relative to the location of the report (or, when running a .pen file, where it would have existed relative to
the data entry application).
HTML Files (e.g., shown using view): Relative to the location of the file.
For example, these references in question text would refer to files in the application directory and in a relative directory
located one level above the application directory:
Fortunately, because the local web server treats the html directory as the root of the server, the above example can
instead be coded as:
See also: Action Invoker Execution from JavaScript Run from Web Views
Localhost URL
Overview
When a CSPro application runs, a local web server is launched that can serve content located on the local file system or
stored in memory. In a variety of contexts, CSPro creates URLs, referred to as "localhost URLs," that are handled by the
local web server. Typically these URLs are valid as long as the CSPro application is running, but some expire after a
period of time. All localhost URLs are inaccessible once the CSPro application stops, as the local web server is
disconnected at that point.
As an example, when a templated report is displayed, CSPro evaluates the report content and creates a localhost URL
that serves the content that is stored in memory. That URL is displayed in a web view, and when that web view closes,
the localhost URL is released and is no long valid.
http://localhost:58651/vf/1/vfsC:/Program%20Files%20(x86)/CSPro%208.0/readme.txt
https://appassets.androidplatform.net/lfs/1/storage/emulated/csentry/sync.log
JavaScript Libraries
Some popular JavaScript libraries are included in the html/external directory:
Bootstrap: "Quickly design and customize responsive mobile-first sites with Bootstrap, the world's most popular
front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt
components, and powerful JavaScript plugins."
Chart.js: "Chart.js is a free, open-source JavaScript library for data visualization, which supports eight chart types:
bar, line, area, pie (doughnut), bubble, radar, polar, and scatter."
Handlebars.js: "Handlebars provides the power necessary to let you build semantic templates effectively with no
frustration."
jQuery: "jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal
and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a
multitude of browsers."
jQuery UI: "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of
jQuery."
JsBarcode: "JsBarcode is a barcode generator written in JavaScript."
Leaflet (Windows only): "Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps."
mustache.js: "Mustache is a logic-less template syntax. It works by expanding tags in a template using values
provided in a hash or object."
sprintf-js: "sprintf-js is a complete open source JavaScript sprintf implementation for the browser."
To use these libraries in an embedded web browser, use the following code:
JSON Primer
JSON, an acronym for JavaScript Object Notation, is a format for representing objects in text format using property/value
pairs. The format is widely used by web-based applications, and details about the JSON format can be readily found
online. A general overview and an example will demonstrate basic features:
JSON Example
{
"csproVersion": 8.0,
"csproUsersForumUrl": "https://www.csprousers.org/forum",
"applicationTypes": [
"Data Entry",
"Batch Edit",
"Tabulation"
]
}
JSON in CSPro
JSON is used throughout CSPro in a variety of ways, including:
On Windows, a HTML dialog looks a bit different from the standard Windows dialogs. Normally a user can use the cursor
to grab the title bar of a dialog to move it around the screen, but with HTML dialogs, the user must grab the small sliver of
area at the top of the dialog, demarcated by a thin horizontal band just below the main dialog frame:
To override the look or behavior of the HTML dialogs, it is possible to modify the files in that directory, but any changes
will only take effect on the device where the changes are made, and will not affect applications run on Android. Instead, if
you want to customize the dialogs, create a copy of the dialogs and reference it by specifying the HtmlDialogs directory
override in the PFF file.
Overview
By using JavaScript in question text, you can include links in your question text that perform actions such as opening a
manual or skipping to a different question. By using JavaScript in reports or in HTML shown using the view or
htmldialog functions, you can add dynamic interactive features to your application.
When using the JavaScript interface, an error will display if CSPro cannot properly interpret the call. When calling a
JavaScript method, if a movement statement (e.g., reenter) or application halt (e.g., stop) occurs, the embedded
browser will close automatically.
Interface
The interface is accessed using several methods belonging to the CSPro object. Some JavaScript interface methods are
called synchronously (sequentially) while others are called asynchronously (concurrently). When a synchronous method
is called, the JavaScript instruction following the call will not be executed until the method returns the result from CSPro.
When the asynchronous method is called, the JavaScript instruction following this call will be executed immediately
without waiting for the return value from CSPro.
CSPro.getMaxDisplayWidth()
CSPro.getMaxDisplayHeight()
CSPro.runLogic(logic)
CSPro.runLogicAsync(logic, callback = undefined)
Runs a user-defined function and returns the result of the function as a string. The parameter logic contains the
CSPro logic to call the function. The logic will be compiled at runtime, which means the full compiler is not
available and thus only numeric constants and string literals can be passed as arguments to the CSPro function.
(This limitation is due to the absence of the full CSPro compiler when running CSEntry on Android.) In the
asynchronous version of this method, the optional parameter callback is JavaScript code to execute following the
running of the CSPro logic. Due to threading issues with the embedded browser, if the user-defined function you
call may display UI elements as part of its operations, you must use the asynchronous version.
Runs the invoke function to execute a user-defined function using runtime binding. The parameter functionName
is a string containing the user-defined function name. The optional parameter arguments is a JSON string
containing the arguments to the function. Only numeric constants, string literals, and arrays of numerics and
strings can be provided as arguments. (Arrays will be transformed into a CSPro List.) In the asynchronous
version of this method, the optional parameter callback is JavaScript code to execute following the running of the
CSPro logic. Due to threading issues with the embedded browser, if the user-defined function you call may
display UI elements as part of its operations, you must use the asynchronous version.
CSPro.getAsyncResult()
Returns the result of the last completed asynchronous method (CSPro.runLogicAsync or CSPro.invokeAsync).
This method executes synchronously.
These methods are available when showing a HTML dialog using the htmldialog function:
Returns the string passed to the htmldialog function as the inputData argument. This method executes
synchronously.
CSPro.setDisplayOptions(displayOptions)
Sets the display options used by the htmldialog function. The parameter displayOptions is a JSON string
containing one or more of the display options used by the function. This method executes asynchronously.
CSPro.returnData(result)
Sets the result of the htmldialog function and closes the dialog. The parameter result is a string that will be
returned to CSPro logic as the result of the htmldialog function. This method executes asynchronously.
This method is occasionally available to run operations that only exist in some contexts:
Runs an operation with an optional token and optionally returns a result. The parameter action is a string
identifying the operation to run. This method executes synchronously.
At present there is only one command, which is recognized by the embedded browser used by view:
"close": Closes the browser (as though the user hit the OK button on Windows or the back button on
Android).
CSPro logic:
function ViewOccupationList()
view("ISCO.pdf");
end;
<h1>District Reports</h1>
<p>Select a province or district report to view:</p>
<ul>
<li><a href="javascript:CSPro.runLogicAsync('ShowDistrictReport(1);');">Artesia</a>
<ul>
<li><a href="javascript:CSPro.runLogicAsync('ShowDistrictReport(1, 1);');">Dongo</a></li>
<li><a href="javascript:CSPro.runLogicAsync('ShowDistrictReport(1, 2);');">Varda</a></li>
</ul>
</li>
</ul>
<p><a href="javascript:CSPro.do('close');">Return to Program</a></p>
CSPro logic:
<script>
function showDistrictReport(province, district) {
let input = {
"province": province,
"district": district
};
CSPro.invokeAsync("ShowDistrictReport", JSON.stringify(input));
}
</script>
<a href="javascript:showDistrictReport(1, 2);">Show District Report: Varna</a>
See also: HTML in CSPro, Action Invoker Execution from JavaScript Run from Web Views
Most actions are part of a namespace, a grouping of related functionality. The actions are summarized on the
namespace pages, the alphabetical list of functions page, and in action-specific documentation. Additionally, the actions
are described in a parsable format in a file included with CSPro:
C:\Program Files (x86)\CSPro 8.0\action-definitions.json.
Execution Environments
Action Invoker actions can be run in a variety of ways, with each format described on one of following pages:
CSPro Logic
JavaScript (embedded)
JavaScript (run from web views)
JSON
Android Intent
For security purposes you may have to use an access token when using the Action Invoker from JavaScript run from web
views, or when using an Android Intent.
Functionality
The following actions are not part of a namespace:
Action Description
execute Executes an action with the action name specified as an argument.
registerAccessToken Registers an access token to provide access to the Action Invoker from external callers.
The following namespaces contain related actions, described further on each namespace page:
Namespace Description
Application Actions to interact with an application and its components.
Clipboard Actions to access the device's clipboard.
Data Actions to interact with data sources.
Dictionary Actions to interact with dictionaries.
File Actions to read from and write to files, and to manipulate files on the file system.
Hash Actions to create hash values.
Localhost Actions to create localhost URLs that can be used to serve content from the local file system or from
memory.
Logic Actions to interact with CSPro logic and an application's symbols.
Message Actions to work with messages and to format text.
Path Actions to query information about the file system or to perform operations on a path.
Settings Actions to set and retrieve settings that persist across application runs.
Pa ge 805 of 958 Ac on Invoker
Sqlite Actions to work with SQLite databases.
System Actions to interact with system resources.
UI Actions to display HTML dialogs, interact with web views, and otherwise work with the system's
user interface.
CS.Clipboard.putText(text := "CSPro");
Argument Types
Arguments to actions are specified in one of the following types: string, number, boolean, array, or object. The help page
for each action will list the type, or types, permitted for each argument. Because CSPro logic does not natively support
all types, and does not support objects at all, you can use the @ operator to specify the type. The following table
specifies how arguments can be specified:
Argument Type CSPro Type Supported Additional CSPro Type Supported with @ Operator
string string n/a
number numeric n/a
boolean numeric n/a
array Array, List string
object n/a string
For example, this code copies one file, specified as a string, to the directory "Images":
CS.File.copy(source := "Image01.jpg",
destination := "Images");
By using @array, this code indicates that the source argument is an array, not a string. This copies two files:
If the second example were written without the @ operator specifying the argument type, CSPro would interpret the array
argument as a string, which would ultimately result in a runtime error.
Return Values
The results of all actions are returned as strings containing JSON, or a value representing undefined. This return value
can be of type undefined, string, number, boolean, array, or object. Because it is difficult to work with JSON in CSPro
logic, a logic setting, enabled by default, allows you to modify how results are returned to make them easier to use in
CSPro logic. The following table gives examples of how return values are handled given the setting:
Even with the conversion, the result is a string. If you want to convert it further to a native CSPro type:
If you would like to process the result of an action before it is returned, you can add an OnActionInvokerResult
callback function to your code. If that function returns a non-blank string, the result will not be converted for CSPro logic,
regardless of the logic setting.
Exception Handling
When compiling actions, the compiler will issue errors if any required arguments are missing, or if the type of an
argument is invalid. However, unlike many other logic functions, no additional checking is done during compilation. At
runtime, if any of the arguments are invalid, or if there was an error executing the action, the Action Invoker throws an
exception. Because CSPro logic does not support handling exceptions, if an exception is thrown, CSPro will display a
runtime error message and return a blank string.
To be notified when an exception is thrown, and to potentially process it, you can add an OnActionInvokerResult
callback function to your code. If that function suppresses the exception, no runtime error message will display.
See also: Action Invoker Overview, OnActionInvokerResult Global Function, Function Named Arguments
Description
OnActionInvokerResult is a special global function. It is called when processing a result from the Action Invoker when
called from CSPro logic. As with other user-defined functions, it must be defined in the PROC GLOBAL section.
The function must return a string value and have three string parameters. When the Action Invoker finishes processing an
action, or the action ends in an exception, OnActionInvokerResult is called with the following arguments:
Return Value
If the function returns a blank string, "", the result of the action, or the exception, is processed as it normally would be.
However, if a non-blank string is returned, that string is returned as the action result. When an exception is processed, if
a non-blank string is returned, CSPro will not display the runtime error message.
Example
See also: Action Invoker Execution from CSPro Logic, User-Defined Functions, Function Statement
If applicable, an action's arguments are specified by passing an object to the method with the arguments defined by
using the action's argument names as the object's properties. For example, the following code puts the text "CSPro"
onto the clipboard:
CS.Clipboard.putText({
text: "CSPro"
});
When calling actions asynchronously, you can use standard Promise handling, including chaining. This example shows
how to execute two actions asynchronously, first to read a data entry application and then to read its associated
dictionary:
Argument Types
Arguments to actions are specified in one of the JSON types: string, number, boolean, array, or object. The help page for
each action will list the type, or types, permitted for each argument.
Return Values
On successful execution, the result of an action is returned as undefined, or one of the JSON types: string, number,
boolean, array, or object. On error, an exception is thrown.
Exception Handling
At runtime, if any of the arguments are invalid, or if there was an error executing the action, the Action Invoker throws an
exception. Each action's help page will indicate if the action throws exceptions. If so, you will want to wrap the action
call in try/catch, or add a catch method when calling the action asynchronously.
See also: Action Invoker Overview, Action Invoker Execution from JavaScript Run from Web Views
Unlike when using embedded JavaScript, the Action Invoker is not automatically added to the DOM. To access this
functionality, add the following script tag:
<script src="/action-invoker.js"></script>
The local web server that is run when a web view is displayed will properly find this script file, which is located in the html
directory.
To use the Action Invoker, you must first create an instance of the class CSProActionInvoker, which is defined in
action-invoker.js. You can name the object anything, but in the help documentation, the object is named CS to match
how the Action Invoker is used in CSPro logic and embedded JavaScript:
Each Action Invoker namespace is an object of CSProActionInvoker, with its actions available as methods in two
forms:
If applicable, an action's arguments are specified by passing an object to the method with the arguments defined by
using the action's argument names as the object's properties. For example, the following code puts the text "CSPro"
onto the clipboard:
CS.Clipboard.putText({
text: "CSPro"
});
When calling actions asynchronously, you can use standard Promise handling, including chaining. This example shows
how to use alert to display the text contents of a file selected by the operator:
CS.Path.selectFileAsync({
title: "Select a Text File",
filter: "*.txt"
})
.then(selectedPath => {
if( selectedPath === undefined ) {
throw new Error("You must select a file.");
}
return CS.File.readTextAsync({
path: selectedPath
});
})
.then(fileText => {
alert("The file contents are:\n\n" + fileText);
})
.catch(error => {
alert(error);
});
Argument Types
Arguments to actions are specified in one of the JSON types: string, number, boolean, array, or object. The help page for
each action will list the type, or types, permitted for each argument.
Return Values
On successful execution, the result of an action is returned as undefined, or one of the JSON types: string, number,
boolean, array, or object. On error, an exception is thrown.
Exception Handling
At runtime, if any of the arguments are invalid, or if there was an error executing the action, the Action Invoker throws an
exception. Each action's help page will indicate if the action throws exceptions. If so, you will want to wrap the action
call in try/catch, or add a catch method when calling the action asynchronously.
Access Tokens
Because content shown in web views may not necessarily come from trusted sources, access tokens are used to
control access to the Action Invoker. When using JavaScript from untrusted web views, there are two ways to specify an
access token. You can instantiate the CSProActionInvoker class by passing the access token as an argument to the
Alternatively, you can set the object's accessToken property prior to executing an action:
CS.accessToken = "the-access-token";
Because of other threading issues with the web view, if an action displays UI elements as part of its operations, you
must use the asynchronous, non-blocking, version of the action. If you do not, the action may appear unresponsive or the
web view may hang.
The Chromium-based web view has a different window object on Windows and Android, so the CSProActionInvoker
class includes a method, getWindowForEventListener, that gives the proper object for the platform. This can be used
as follows:
Each web view is assigned an ID that uniquely identifies the window. It is available by calling UI.enumerateWebViews:
When displaying multiple, stacked, web views, you may need this ID when calling actions such as UI.postWebMessage,
which sends a message to the window object.
See also: Action Invoker Overview, Action Invoker Access Tokens, Action Invoker Execution from Embedded JavaScript
A JSON object is used to specify each action. The action's name is specified using the name action and any arguments
to the action are specified as part of the same object. For example, the following code puts the text "CSPro" onto the
clipboard:
{
"action": "Clipboard.putText",
"text": "CSPro"
}
Multiple actions can be specified by using an array of objects. Each action is processed sequentially. For example:
Argument Types
Arguments to actions are specified in one of the JSON types: string, number, boolean, array, or object. The help page for
each action will list the type, or types, permitted for each argument.
Return Values
The results of all actions are returned as a string containing JSON. When specifying a single action, the result is a single
object. When specifying multiple actions, the result is an array of objects. Each result object contains type, which
specifies the result type. Result types can be of type undefined, string, number, boolean, array, object, or exception. If
the type is not undefined, another property, value, contains the result. For example, with this input:
[
{
"action": "Clipboard.putText",
"text": "Action Invoker - JSON Example"
},
{
"action": "Clipboard.getText"
},
{
"action": "Clipboard.GETTEXT"
}
]
[
{
"type": "undefined"
},
{
"type": "string",
"value": "Action Invoker - JSON Example"
},
{
"type": "exception",
"value": "Action Invoker error: The component of the action name must be specified in the
proper case: 'GETTEXT' -> 'getText'"
}
]
When executing actions from CSCode, you can choose to view results in JSON format, or in a parsed, more readable,
format.
Exception Handling
At runtime, if any of the arguments are invalid, or if there was an error executing the action, the Action Invoker throws an
exception. As shown in the example above, the result of the action will be of type "exception", with the exception
message specified in value.
{
"action": "execute",
"arguments": {
"action": "Localhost.mapActionResult",
"arguments": {
"action": "Message.formatText",
"arguments": {
"text": "%s, %s",
"arguments": [
"Hello",
"World!"
]
}
}
}
}
Calling ActionInvokerActivity
To run the Action Invoker from another Android application, create an Intent and then add extras to the Intent, including:
ACTION: The JSON specification of actions. This string is required, and contains a single action specified as an
object, or multiple actions specified as an array of objects. For more information about how to specify actions
using JSON, read Action Invoker Execution Using JSON.
TITLE: This string is displayed by CSEntry when running the actions. The title is optional.
ACCESS_TOKEN: This string contains an access token that provides permission to use the Action Invoker. The
access token is optional, and if not provided, CSPro will ask the user to approve the external caller's request to
access CSPro functionality and data.
REFRESH_TOKEN: This optional string contains a refresh token received from the Action Invoker that, once a user
has approved access to the Action Invoker, allows repeated use without an access token for a period of time.
ABORT_ON_EXCEPTION: This boolean indicates whether the Action Invoker should abort upon an exception
occurring. This value is optional and defaults to true. This setting applies only when the JSON specified in ACTION
Package: "gov.census.cspro.csentry"
Class: "gov.census.cspro.ActionInvokerActivity"
RESULT: A string containing the result of the action or actions, in the format described on the Action Invoker
Execution Using JSON page.
REFRESH_TOKEN: If the user approved access to the Action Invoker, a refresh token string is provided. This refresh
token can be used to call back into the Action Invoker without needing the user to approve access multiple times.
This refresh token is valid for one hour.
When the Action Invoker returns a refresh token, you will want to use it when calling back into the Action Invoker. The
purpose of this refresh token is so that you can call into the Action Invoker multiple times without multiple requests for
approval providing a suboptimal experience for the user.
See also: Action Invoker Overview, Action Invoker Access Tokens, Interacting With Other Android Applications
By default, if a valid access token is not present, CSPro will ask the user to approve the external caller's request to
access CSPro functionality and data. The user's choice, to allow or disallow access, will apply to that action, and any
subsequent actions executed from the caller's environment. If you do not want the user to have the permission to allow
requests, you should always require access tokens. When creating new applications, the default setting is to allow
users to approve access when an access token is not used.
Access tokens that are not defined as part of the logic settings can be registered used the registerAccessToken
action, but this action can only be called from trusted environments.
The following table shows environments where the Action Invoker is available, whether calls from that environment are
implicitly trusted, and how to use access tokens otherwise:
"autodetect": When autodetecting the format, the binary data string is examined as if it were a data URL, and if
not a data URL, is assumed to be encoded as Base64.
"Base64": The binary data string represents bytes in Base64 format.
"dataUrl": The binary data string contains a data URL.
"hex": The binary data string represents bytes in hexadecimal format.
An exception is thrown if the input binary data string is not valid when using a data URL or hexadecimal characters.
Example
Here is the presentation of the text "Hello, World!" in the four direct input formats:
Base64: "SGVsbG8sIFdvcmxkIQ=="
Data URL: "data:text/plain;base64,SGVsbG8sIFdvcmxkIQ=="
Hex: "48656c6c6f2c20576f726c6421"
Text: "Hello, World!"
The localhost URL output format may look something like: "http://localhost:50505/vf/1".
Description
The execute action executes another action with the action name specified as a string argument action. Action names
are specified without the prefix "CS.", e.g., "Clipboard.getText" for Clipboard.getText. If the action to be called
requires arguments, they can be forwarded to the action using arguments.
Although execute can be used to execute any action, generally you will want to call the action directly. However,
execute provides a generalized framework for executing actions by calling a single action as an entry point. A related
action, Localhost.mapActionResult, executes an action and maps the result as a localhost URL.
Return Value
The action returns the result of the other action executed.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, if the action name is not valid, or
if the other action executed throws an exception.
Example (JavaScript)
registerAccessToken Action
Format
CS.registerAccessToken(accessToken := ...)
Description
The registerAccessToken action registers an access token, permitting access to the Action Invoker from external
callers that use this access token. Registered access tokens are added to the list of permitted access tokens specified
as part of an application's logic settings. Multiple access tokens can be registered to a single application.
Return Value
The action returns undefined.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, or if the action is executed from
an environment that is not trusted.
Functionality
Action Description
Application.getFormFile Returns a form file associated with an application or loaded from
the disk.
Application.getQuestionnaireContent Returns the questionnaire content associated with an application,
form file, or dictionary.
Application.getQuestionText Returns the question text associated with an application or
loaded from the disk.
See also: Action Invoker Overview, Data Action Invoker Namespace, Dictionary Action Invoker Namespace
Application.getFormFile Action
Format
s = CS.Application.getFormFile( name := ... path := ... )
Description
The Application.getFormFile action returns a form file associated with an application or loaded from the disk. One,
and only one, of the arguments name or path must be provided.
If specifying name, you can also specify the name of an application or dictionary. When using an application name, the
application's main form file is returned. When using a dictionary name, the form file associated with that dictionary is
returned.
If neither name nor path are specified, the application's main form file is returned.
Return Value
The action returns the form file.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, or if:
Example (JavaScript)
// write to the console all of the field names and their capture types
const formFile = CS.Application.getFormFile({
path: "Census Data Entry.fmf"
});
function iterateOverItems(entity) {
if( entity.items === undefined ) {
return;
}
entity.items.forEach(item => {
if( item.type === "field" ) {
console.log(`${item.name}: ${item.capture.type}`);
}
else {
iterateOverItems(item);
}
});
}
formFile.levels.forEach(level => {
iterateOverItems(level);
});
Application.getQuestionnaireContent Action
Format
s = CS.Application.getQuestionnaireContent( name := ...
, key := ... uuid := ...
, serializationOptions := ... )
Description
The Application.getQuestionnaireContent action returns the questionnaire content associated with an application,
form file, or dictionary. Questionnaire content, which can be used an input to the questionnaire view, is considered:
Each of these content values is the same as returned by the actions: Dictionary.getDictionary,
Application.getFormFile, Application.getQuestionText, and Data.getCase.
If name is not specified, the questionnaire content associated with the application's main dictionary is returned.
If neither key nor uuid are specified, the current case associated with the dictionary is returned. If one of those
arguments is specified, the case identified by that argument is returned. If both key and uuid are specified, then the
uuid value is prioritized.
Because CSPro optimizes the reading of case data, you may need to disable the dictionary's Read Optimization setting
when using this action on external dictionaries or in batch applications.
Return Value
The action returns the questionnaire content with the dictionary, forms, and, if available, the question text and case data.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, or if:
Note that although this example demonstrates a use of this action, a simpler way to do the above is:
Application.getQuestionText Action
Format
s = CS.Application.getQuestionText( name := ... path := ... )
Description
The Application.getQuestionText action returns the question text associated with an application or loaded from the
disk. One, and only one, of the arguments name or path must be provided.
If specifying name, you can also specify the name of a form file or a dictionary. When using a form file or dictionary, the
question text associated with that entity's application is returned.
If neither name nor path are specified, the application's question text is returned.
Return Value
The action returns the question text.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, or if:
No application, or associated form file or dictionary, exists with the specified name.
The name identifies an application that does not have question text.
The question text file does not exist or cannot be read.
Example (JavaScript)
Functionality
Action Description
Clipboard.getText Gets the text on the clipboard.
Clipboard.putText Puts text onto the clipboard.
Clipboard.getText Action
Format
s = CS.Clipboard.getText();
Description
The Clipboard.getText action returns text currently on the clipboard. If the clipboard contains data that cannot be
represented as text, the action will not return anything.
Return Value
If text is currently on the clipboard, the action returns a string containing the text on the clipboard. If no text is on the
clipboard, the action returns undefined.
Exceptions
The action does not throw exceptions.
Example (JavaScript)
Clipboard.putText Action
Format
CS.Clipboard.putText(text := ...)
Description
The Clipboard.putText action puts text onto the clipboard. The text will be available to other applications, or from
within CSPro using the Clipboard.getText action.
On Android, for security reasons, the text copied to the clipboard is temporarily shown to the user.
Return Value
The action returns undefined.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form. On Android, the action throws an
exception if there is an error accessing the clipboard.
Example (JavaScript)
Functionality
Action Description
Data.getCase Returns a specific case, or the current case, associated with a dictionary.
See also: Action Invoker Overview, Application Action Invoker Namespace, Dictionary Action Invoker Namespace
Data.getCase Action
Format
s = CS.Data.getCase( name := ...
, key := ... uuid := ...
, serializationOptions := ... )
Description
The Data.getCase action returns a specific case, or the current case, associated with a dictionary. The optional
serializationOptions argument allows you to specify how the case should be serialized, potentially overriding the default
application settings.
Typically name identifies a dictionary, but you can also specify the name of an application or form file. When using an
application name, or if name is not specified, the case associated with the application's main dictionary is returned.
When using a form file name, the case associated with that form file's dictionary is returned.
If neither key nor uuid are specified, the current case associated with the dictionary is returned. If one of those
arguments is specified, the case identified by that argument is returned. If both key and uuid are specified, then the
uuid value is prioritized.
Because CSPro optimizes the reading of case data, you may need to disable the dictionary's Read Optimization setting
when using this action on external dictionaries or in batch applications.
Return Value
The action returns the case.
Pa ge 828 of 958 Da ta Na mes pa ce
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, or if:
Example (JavaScript)
// get the case with a specific key
let caseData = CS.Data.getCase({
name: "CLIMATE_DICT",
key: "010112600910970251",
serializationOptions: {
writeLabels: true
}
});
// write to the console the value of all ID items along with their labels
for( const [name, idOrRecord] of Object.entries(caseData.CLIMATE_LEVEL) ) {
if( !Array.isArray(idOrRecord) ) {
console.log(`${name}: ${idOrRecord.code} - ${idOrRecord.label}`);
}
}
Functionality
Action Description
Dictionary.getDictionary Returns a dictionary associated with an application or loaded from the disk.
See also: Action Invoker Overview, Application Action Invoker Namespace, Data Action Invoker Namespace
Dictionary.getDictionary Action
Format
s = CS.Dictionary.getDictionary( name := ... path := ... )
Description
The Dictionary.getDictionary action returns a dictionary associated with an application or loaded from the disk. One,
and only one, of the arguments name or path must be provided.
If specifying name, you can also specify the name of an application or form file. When using an application name, the
application's main dictionary is returned. When using a form file name, the dictionary associated with the forms is
returned.
If neither name nor path are specified, the application's main dictionary is returned.
Return Value
The action returns the dictionary.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, or if:
Example (JavaScript)
Functionality
Action Description
File.copy Copies one or more files.
File.readBytes Reads a file as binary, returning the entire file's content as bytes.
File.readLines Reads a file as text, returning the entire file's content as an array of strings.
File.readText Reads a file as text, returning the entire file's content as a string.
File.writeBytes Writes bytes as a binary file.
File.writeLines Writes an array of strings as lines to a text file.
File.writeText Writes a string as a text file.
See also: Action Invoker Overview, Path Action Invoker Namespace, System Action Invoker Namespace
File.copy Action
Format
s = CS.File.copy(source := ..., destination := ... , overwrite := ... )
Description
The File.copy action copies one or more files. It can copy a single file to another file, or it can copy a group of files to a
directory. The source argument, detailing the files to copy, can be specified as:
If multiple files are specified when evaluating source, the destination must be a directory where all of the files are
copied, using their original names. When copying only a single file, if destination is a directory, the source file is copied
to that directory using its original name; otherwise, destination is considered the path of the new, copied file.
The overwrite flag lets you conditionally copy files based on whether a file already exists. If set to false, an exception
is thrown if the destination file already exists.
Pa ge 832 of 958 File Na mes pa ce
Return Value
The action returns the fully evaluated destination path, or array of destination paths, of the copied file(s). An array of
strings containing the paths is returned unless source is a single string that does not contain wildcard characters, in
which case a single string is returned.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, or if:
Example (JavaScript)
In the following examples, the return value is displayed as JSON:
Copying a single file, specifying the output path as a file: "C:/AMO/Honey (copy).txt"
CS.File.copy({
source: "C:/AMO/Honey.txt",
destination: "C:/AMO/Honey (copy).txt"
});
Copying a single file, demonstrating behavior differences when the destination path exists:
CS.File.copy({
source: "C:/AMO/Honey.txt",
destination: "C:/AMO/Tastes"
});
CS.File.copy({
source: "C:/AMO/Honey.*",
destination: "C:/AMO/Tastes/"
});
CS.File.copy({
source: [
"C:/AMO/Honey.*",
"C:/AMO/Milk.txt",
],
destination: "C:/AMO/Tastes/"
});
See also: File Action Invoker Namespace, FileCopy Function, Sharable URI
File.readBytes Action
Format
Description
The File.readBytes action reads a file, specified as path, in binary format, returning the entire file's content as bytes.
The argument bytesFormat allows you to specify the format of the returned binary data.
Return Value
The action returns the file's content in bytes, represented as a string in one of the output formats used for binary data.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if the file does not exist or
cannot be read.
Example (JavaScript)
// read all the bytes from a file
CS.File.readBytesAsync({
path: "legacy.amo",
bytesFormat: "hex"
})
.then(hexBytes => {
// remove every other byte, represented in hexadecimal format (two characters per byte),
from the file
let removeNextByte = false;
for( let i = 0; i < hexBytes.length; ) {
if( removeNextByte ) {
hexBytes = hexBytes.substring(0, i) + hexBytes.substr(i + 2);
removeNextByte = false;
}
else {
removeNextByte = true;
i += 2;
}
}
// write the bytes
return CS.File.writeBytesAsync({
path: "legacy (every-other-byte).amo",
bytes: hexBytes,
bytesFormat: "hex"
});
})
.then(() => console.log("Successfully read, removed half the content, and wrote the bytes."))
.catch(error => console.log(error));
See also: File Action Invoker Namespace, File.writeBytes Action, File.readBytes Action, File.readLines Action
File.readLines Action
Format
Pa ge 834 of 958 File Na mes pa ce
s = CS.File.readLines(path := ... , encoding := ... )
Description
The File.readLines action reads a file, specified as path, as text, returning the entire file's content as an array of
strings. The file's content is split on newline characters, with each line returned as an element of the array without the
newline character included.
The encoding argument allows you specify how the contents of the file are decoded to text. There are few cases where
this may be necessary, as the default of reading UTF-8 text will generally meet the needs of most users. Options
include:
"ANSI": The contents are decoded as part of the Windows code page.
"UTF-8": The contents are decoded as UTF-8, regardless of whether there is a byte order mark (BOM).
"UTF-8-BOM": The contents are decoded as UTF-8, regardless of whether there is a BOM.
Return Value
The action returns an array of strings containing the file's content, with each line as an entry in the array.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if the file does not exist or
cannot be read.
Example (JavaScript)
// read all the lines from a file
CS.File.readLinesAsync({
path: "text-file.txt"
})
.then(lines => {
// remove whitespace from the end of each line
const trimmedLines = lines.map(line => line.trimEnd());
// write the lines
return CS.File.writeLinesAsync({
path: "text-file (trimmed).txt",
lines: trimmedLines
});
})
.then(() => console.log("Successfully read, trimmed, and wrote the lines."))
.catch(error => console.log(error));
See also: File Action Invoker Namespace, File.writeLines Action, File.readBytes Action, File.readText Action, File.read
Function
File.readText Action
Format
Description
The File.readText action reads a file, specified as path, as text, returning the entire file's content as a single string.
The encoding argument allows you specify how the contents of the file are decoded to text. There are few cases where
this may be necessary, as the default of reading UTF-8 text will generally meet the needs of most users. Options
include:
"ANSI": The contents are decoded as part of the Windows code page.
"UTF-8": The contents are decoded as UTF-8, regardless of whether there is a byte order mark (BOM).
"UTF-8-BOM": The contents are decoded as UTF-8, regardless of whether there is a BOM.
Return Value
The action returns a string containing the file's content.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if the file does not exist or
cannot be read.
Example (CSPro)
// read the text stored in readme.txt
string fileText = CS.File.readText(path := "readme.txt");
// write the text in uppercase form
CS.File.writeText(path := "readme (uppercase).txt", text := toupper(fileText));
See also: File Action Invoker Namespace, File.writeText Action, File.readBytes Action, File.readLines Action, File.read
Function
File.writeBytes Action
Format
CS.File.writeBytes(path := ..., bytes := ... , bytesFormat := ... )
Return Value
The action returns undefined.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if the file cannot be created or
fully written.
Example (JavaScript)
// read all the bytes from a file
CS.File.readBytesAsync({
path: "legacy.amo",
bytesFormat: "hex"
})
.then(hexBytes => {
// remove every other byte, represented in hexadecimal format (two characters per byte),
from the file
let removeNextByte = false;
for( let i = 0; i < hexBytes.length; ) {
if( removeNextByte ) {
hexBytes = hexBytes.substring(0, i) + hexBytes.substr(i + 2);
removeNextByte = false;
}
else {
removeNextByte = true;
i += 2;
}
}
// write the bytes
return CS.File.writeBytesAsync({
path: "legacy (every-other-byte).amo",
bytes: hexBytes,
bytesFormat: "hex"
});
})
.then(() => console.log("Successfully read, removed half the content, and wrote the bytes."))
.catch(error => console.log(error));
See also: File Action Invoker Namespace, File.readBytes Action, File.writeBytes Action, File.writeLines Action
File.writeLines Action
Format
CS.File.writeLines(path := ..., lines := ... , encoding := ... )
Description
The File.writeLines action writes an array of strings, lines, as lines to a text file specified as path. After writing each
line, the action writes a newline character: '\n'. If a file already exists at path, it is overwritten with the new contents.
The encoding argument allows you specify how the contents of the file are encoded to text. Options include:
"ANSI": The contents are encoded as part of the Windows code page.
"UTF-8": The contents are encoded as UTF-8 and written without a byte order mark (BOM).
"UTF-8-BOM": The contents are encoded as UTF-8 and written with a three-byte BOM.
Return Value
The action returns undefined.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if the file cannot be created or
fully written.
Example (JavaScript)
// read all the lines from a file
CS.File.readLinesAsync({
path: "text-file.txt"
})
.then(lines => {
// remove whitespace from the end of each line
const trimmedLines = lines.map(line => line.trimEnd());
// write the lines
return CS.File.writeLinesAsync({
path: "text-file (trimmed).txt",
lines: trimmedLines
});
})
.then(() => console.log("Successfully read, trimmed, and wrote the lines."))
.catch(error => console.log(error));
See also: File Action Invoker Namespace, File.readLines Action, File.writeBytes Action, File.writeText Action, File.write
Function
File.writeText Action
Format
CS.File.writeText(path := ..., text := ... , encoding := ... )
Description
The File.writeText action writes a string, text, to a text file specified as path. If a file already exists at path, it is
overwritten with the new contents.
The encoding argument allows you specify how the contents of the file are encoded to text. Options include:
"ANSI": The contents are encoded as part of the Windows code page.
"UTF-8": The contents are encoded as UTF-8 and written without a byte order mark (BOM).
"UTF-8-BOM": The contents are encoded as UTF-8 and written with a three-byte BOM.
Return Value
The action returns undefined.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if the file cannot be created or
fully written.
Example (CSPro)
// read the text stored in readme.txt
string fileText = CS.File.readText(path := "readme.txt");
// write the text in uppercase form
CS.File.writeText(path := "readme (uppercase).txt", text := toupper(fileText));
See also: File Action Invoker Namespace, File.readText Action, File.writeBytes Action, File.writeLines Action, File.write
Function
Functionality
Action Description
Hash.createHash Creates a hash value based on the contents of a file, text, or bytes.
Hash.createMd5 Creates a MD5 hash based on the contents of a file, text, or bytes.
Hash.createHash Action
Format
s = CS.Hash.createHash(path := ... text := ... bytes := ... , bytesFormat := ...
, type := ...
, length := ...
, iterations := ...
, salt := ... , saltFormat := ... )
Description
The Hash.createHash action creates a hash value based on the contents of a file, text, or bytes. One, and only one, of
the arguments path, text, or bytes must be provided. If specifying text, the UTF-8 representation of the text is hashed. If
specifying bytes, the optional bytesFormat argument dictates how binary data is converted from string format.
The default type, "PBKDF2_SHA256", returns hash values identical to the hash logic function.
The optional number length specifies the desired length of the hash value in bytes. The string returned will always be
twice the value of length. The maximum value for length is 500. The optional number iterations specifies the number of
times the input is hashed. You can also specify a salt (and its format, saltFormat), which is an additional input in
generating the hash value. You must store this salt value somewhere to be able to use this hash function to perform any
checks. The length, iterations, and salt arguments are ignored when creating MD5 hashes, and hashes for Encrypted
CSPro DB data sources, as those values are predefined for those hash types.
More information on hash values, key derivation algorithms, and salt values is readily available online.
Return Value
The action returns the hash value represented as a hexadecimal string. The hexadecimal characters are returned in
lowercase.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, if the file does not exist, or if the
bytes or salt values cannot be successfully converted from their binary formats.
See also: Hash Action Invoker Namespace, Hash.createMd5 Action, Sqlite.rekey Action, hash Function
Hash.createMd5 Action
Format
s = CS.Hash.createMd5(path := ... text := ... bytes := ... , bytesFormat := ... )
Description
The Hash.createMd5 action creates a MD5 hash based on the contents of a file, text, or bytes. One, and only one, of
the arguments path, text, or bytes must be provided. If specifying text, the UTF-8 representation of the text is hashed. If
specifying bytes, the optional bytesFormat argument dictates how binary data is converted from string format.
It is also possible to create MD5 hashes using the action Hash.createHash and specifying "MD5" as the type.
Return Value
The action returns a MD5 hash represented as a hexadecimal string. The 32-character hexadecimal characters are
returned in lowercase.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, if the file does not exist, or if the
bytes value cannot be successfully converted from its binary format.
Functionality
Action Description
Localhost.mapActionResult Creates a localhost URL that provides access to the result of an Action Invoker
action.
Localhost.mapFile Creates a localhost URL to access a file on the local file system.
Localhost.mapSymbol Creates a localhost URL that provides access to a binary symbol's data.
Localhost.mapText Creates a localhost URL that provides access to supplied text.
Localhost.mapActionResult Action
Format
s = CS.Localhost.mapActionResult(action := ... , arguments := ... )
Description
The Localhost.mapActionResult action executes another action with the action name specified as a string argument
action. The result of the action is mapped as a localhost URL that provides access to the other action's result when
accessed from a local web server. Action names are specified without the prefix "CS.", e.g., "Clipboard.getText" for
Clipboard.getText. If the action to be called requires arguments, they can be forwarded to the action using
arguments.
This action is primarily for advanced uses, such as passing data to a web view that may be too large to pass directly
using an action such as UI.postWebMessage.
A related action, execute, executes an action and directly returns the result.
Return Value
The action returns a string containing the localhost URL that can be used to access the result of the other action
executed. The URL is valid as long as the CSPro application is running. If the other action returns undefined, the local
web server will respond with a 404 error when accessing the URL.
Exceptions
See also: Localhost Action Invoker Namespace, Localhost URL, execute Action
Localhost.mapFile Action
Format
s = CS.Localhost.mapFile(path := ... , contentType := ...
, evaluateImmediately := ...
, pathOverride := ... )
Description
The Localhost.mapFile action creates a localhost URL that provides access to a file on the local file system, specified
by path. Because web views do not easily allow access to files on the local file system, this action is particularly useful
when used running actions from web views.
By specifying contentType, you can override how the local web server defines the Content-Type header when serving the
file content. If not specified, the MIME type is deduced from the file's extension. For example, a file with the extension
The evaluateImmediately argument, when set to true, results in the immediate loading of the file. The contents of the
file are cached, so if the file changes after the localhost URL is created, the URL will access the original cached
contents. When not evaluating the contents immediately, the URL will access the contents of the file at the time of the
request. At that point, if the file no longer exists, the local web server will respond with a 404 error.
For some advanced uses, particularly when mapping HTML files that use relative paths to images or other resources,
you may want to map the file as if exists in a different directory. The pathOverride argument allows you to spoof the
location of the mapped file.
Return Value
The action returns a string containing the localhost URL that can be used to access the file. The URL is valid as long as
the CSPro application is running.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if the file does not exist. If
specifying a pathOverride, exceptions are thrown if trying to map as a directory, or as a file in a directory that does not
exist.
Example (CSPro)
string url1 = CS.Localhost.mapFile(path := "PopulationPyramid.html");
// if PopulationPyramid.html uses resources that are in different directory, we can override the
path:
string url2 = CS.Localhost.mapFile(path := "PopulationPyramid.html");
pathOverride := "../Resources/PopulationPyramid.html");
// url1 may look like:
http://localhost:62028/lfs/C/CSProWork/SwissPopulationSurvey/PopulationPyramid.html
// url2 may look like:
http://localhost:62028/vf/1/vfsC:/CSProWork/Resources/PopulationPyramid.html
// by viewing the second URL, any relative paths used in PopulationPyramid.html are evaluated
from
// C:\CSProWork\Resources, not C:\CSProWork\SwissPopulationSurvey
view(url2);
Localhost.mapSymbol Action
Documentation about this feature will come in a future release. In the meantime you can see if the documentation is
updated at:
https://www.csprousers.org/help/CSPro/CS_Localhost_mapSymbol.html
Localhost.mapText Action
Format
s = CS.Localhost.mapText(text := ... , contentType := ... )
Description
By specifying contentType, you can override how the local web server defines the Content-Type header when serving the
text content. For example, if the text is HTML content, you would set contentType to "text/html".
Return Value
The action returns a string containing the localhost URL that can be used to access the text. The URL is valid as long as
the CSPro application is running.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form.
Functionality
Action Description
Logic.eval Evaluates and runs one or more logic statements.
Logic.getSymbol Returns a symbol's metadata and value.
Logic.getSymbolMetadata Returns a symbol's metadata.
Logic.getSymbolValue Returns a symbol's value.
Logic.invoke Executes a user-defined function using runtime binding.
Logic.updateSymbolValue Modifies a symbol based on a JSON representation of the value.
Logic.eval Action
Format
s = CS.Logic.eval(logic := ...)
Description
The Logic.eval action evaluates and runs one or more logic statements.
As of CSPro 8.0, the full compiler is not available at runtime and thus the action can only call execute user-defined
functions that use numeric and string parameters. This limitation also means that only numeric constants and string
literals can be passed as arguments to the CSPro function. This limitation will be removed in a future version.
Because logic functions can display UI elements, it is a good idea to use the asynchronous version of this action when
using this action from a web view.
User-defined functions can also be executed at runtime using the Logic.invoke action and the invoke function.
Return Value
The action returns the result of the last statement as a number or string.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if there is an error compiling the
logic.
Pa ge 848 of 958 Logic Na mes pa ce
Example (HTML + JavaScript)
This example uses the asynchronous version of Logic.eval to ensure that the UI elements of the Report.view function
call are displayed correctly.
<h1>District Reports</h1>
<p>Select a province or district report to view:</p>
<ul>
<li><a href="#" onclick="showDistrictReport(1); return false;">Artesia</a>
<ul>
<li><a href="#" onclick="showDistrictReport(1, 1); return false;">Dongo</a></li>
<li><a href="#" onclick="showDistrictReport(1, 2); return false;">Varda</a></li>
</ul>
</li>
</ul>
<script>
const CS = new CSProActionInvoker();
function showDistrictReport(province, district) {
CS.Logic.evalAsync({
logic: `ShowDistrictReport(${province}, ${district ? district : "notappl"});`
})
.catch(e => {
CS.UI.alertAsync({
text: e.message
});
});
}
</script>
Logic.getSymbol Action
Format
s = CS.Logic.getSymbol(name := ... , serializationOptions := ... )
Description
The Logic.getSymbol action returns the JSON representation of the metadata and value of the symbol with the specified
name. The optional serializationOptions argument allows you to specify how the symbol should be serialized,
potentially overriding the default application settings.
You can use the Logic.getSymbolMetadata action if you only want to work with the symbol's metadata, or
Logic.getSymbolValue if you only want the symbol's value. You can also use the Symbol.getJson function to get a
Pa ge 849 of 958 Logic Na mes pa ce
symbol's JSON metadata and value.
All symbols support the serialization of the symbol metadata. The following table describes the value-related serialization
routines available for CSPro objects and contains links to the description of the JSON representation for each object.
Documentation about JSON representations feature will come in a future release. In the meantime you can see if the
documentation is updated at:
https://www.csprousers.org/help/CSPro/symbols_json_representation.html
Return Value
The action returns an object with the symbol's metadata and, if applicable, the JSON representation of the value.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if no symbol has the specified
name.
Example (JavaScript)
// proceed only if the dictionary is the main input dictionary and a case exists
const precipitationDict = CS.Logic.getSymbol({
name: "PRECIPITATION_DICT"
});
if( precipitationDict.type != "Dictionary" || precipitationDict.dictionaryType != "input" ) {
throw new Error(`${precipitationDict.name} is not the main dictionary.`);
}
if( precipitationDict.value == undefined || precipitationDict.value.case == undefined) {
throw new Error(`${precipitationDict.name} is not currently associated with a case.`);
}
Pa ge 850 of 958 Logic Na mes pa ce
See also: Logic Action Invoker Namespace, Logic.getSymbolMetadata Action, Logic.getSymbolValue Action,
Logic.updateSymbolValue Action, Symbol.getJson Function
Logic.getSymbolMetadata Action
Format
s = CS.Logic.getSymbolMetadata(name := ... , serializationOptions := ... )
Description
The Logic.getSymbolMetadata action returns the JSON representation of the metadata of the symbol with the specified
name. The optional serializationOptions argument allows you to specify how the symbol should be serialized,
potentially overriding the default application settings.
You can use the Logic.getSymbolValue action if you only want to work with the symbol's value, or Logic.getSymbol if
you want both the metadata and value. You can also use the Symbol.getJson function to get a symbol's JSON
metadata and value.
All symbols support the serialization of the symbol metadata. The following table describes the value-related serialization
routines available for CSPro objects and contains links to the description of the JSON representation for each object.
Documentation about JSON representations feature will come in a future release. In the meantime you can see if the
documentation is updated at:
https://www.csprousers.org/help/CSPro/symbols_json_representation.html
Return Value
The action returns an object with the symbol's metadata.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if no symbol has the specified
name.
Example (JavaScript)
function doSomethingWithExternalDictionary(dictionaryName) {
// proceed only if the symbol is an external dictionary
const dictionary = CS.Logic.getSymbolMetadata({
name: dictionaryName
});
if( dictionary.type != "Dictionary" || dictionary.dictionaryType != "external" ) {
throw new Error(`${dictionaryName} is not an external dictionary.`);
}
}
See also: Logic Action Invoker Namespace, Logic.getSymbol Action, Logic.getSymbolValue Action,
Logic.updateSymbolValue Action, Symbol.getJson Function
Logic.getSymbolValue Action
Format
s = CS.Logic.getSymbolValue(name := ... , serializationOptions := ... )
Description
The Logic.getSymbolValue action returns the JSON representation of the value of the symbol with the specified name.
The optional serializationOptions argument allows you to specify how the symbol should be serialized, potentially
overriding the default application settings.
You can use the Logic.getSymbolMetadata action if you want to work with the symbol's metadata, or
Logic.getSymbol if you want both the metadata and value. You can also use the Symbol.getValueJson function to get
a symbol's JSON value.
The following table describes the value-related serialization routines available for CSPro objects and contains links to the
description of the JSON representation for each object.
Documentation about JSON representations feature will come in a future release. In the meantime you can see if the
documentation is updated at:
https://www.csprousers.org/help/CSPro/symbols_json_representation.html
Return Value
The action returns the JSON representation of the symbol's value as a string, number, array, or object.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, if no symbol has the specified
name, or if the symbol does not support the serialization of its value as JSON.
Example (JavaScript)
function sortList(symbolName) {
// get the List object from CSPro
const list = CS.Logic.getSymbolValue({
name: symbolName
});
// sort the List, which is represented as an array
list.sort();
// update the CSPro object
CS.Logic.updateSymbolValue({
name: symbolName,
value: list
});
}
sortList("usmca_countries");
See also: Logic Action Invoker Namespace, Logic.getSymbol Action, Logic.getSymbolMetadata Action,
Logic.updateSymbolValue Action, Symbol.getValueJson Function
Description
The Logic.invoke action executes a user-defined function using runtime binding. The function argument specifies the
name of the function, and any arguments required by the function can be passed by specifying arguments. Each of the
arguments object's names is matched with the name of a function parameter, and the value is bound to that parameter
using the rules for representing symbols in JSON.
Because logic functions can display UI elements, it is a good idea to use the asynchronous version of this action when
using this action from a web view.
Functions can also be executed at runtime using the Logic.eval action and the invoke function.
Return Value
The action returns the user-defined function's return value as a number or string.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, or if:
// this function displays a message and presents a list of options from which the user can
select
function numeric QueryUser(string message, optional List string options)
// add OK as a default option if no options are provided
if options.length() = 0 then
options.add("OK");
endif;
exit options.show(message);
end;
See also: Logic Action Invoker Namespace, Logic.eval Action, Invoke Function, User-Defined Functions
Logic.updateSymbolValue Action
Format
CS.Logic.updateSymbolValue(name := ..., value := ...)
Description
The Logic.updateSymbolValue action updates the value of the symbol with the specified name to a new value
specified using the symbol's JSON representation.
You can also use the Symbol.updateValueFromJson function to update a symbol's value.
The following table describes the value-related serialization routines available for CSPro objects and contains links to the
description of the JSON representation for each object.
https://www.csprousers.org/help/CSPro/symbols_json_representation.html
Return Value
The action returns undefined.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, if no symbol has the specified
name, or if the value is not specified in a way that can be converted to the symbol.
Example (JavaScript)
function sortList(symbolName) {
// get the List object from CSPro
const list = CS.Logic.getSymbolValue({
name: symbolName
});
// sort the List, which is represented as an array
list.sort();
// update the CSPro object
CS.Logic.updateSymbolValue({
name: symbolName,
value: list
});
}
sortList("usmca_countries");
Functionality
Action Description
Message.formatText Creates a formatted string with inserted values using base text specified by a message
number or text.
Message.getText Returns the base (unformatted) text for a message.
Message.formatText Action
Format
s = CS.Message.formatText(number := ... text := ... , type := ... , arguments := ... )
Description
The Message.formatText action creates a formatted string, optionally replacing % placeholders with supplied
replacement values. The base text can be specified by specified by:
Providing a message number. By default, the message text is retrieved from user-defined messages, but by
specifying the type as "system" (as opposed to "user"), message text from system messages is used.
Providing the base text directly. If a message number is used, and does not exist, then the text is used as the
base text.
Supply arguments to replace the % placeholders using an array. Each argument is sequentially inserted into the text
string. Arguments can be numeric or string expressions, but the type of the argument must match the type of the
receiving field in the base text.
If you want to format text from a web view, you can also use the sprintf-js JavaScript library.
Return Value
The action returns a string containing the formatted text. The base text for messages is retrieved in the current language,
Pa ge 858 of 958 Mes s a ge Na mes pa ce
if applicable.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, or if the message number does
not exist in the specified message set and no message text is provided. The action also throws an exception if an
insufficient number of arguments is provided, or if the type of an argument does not match the % placeholder.
Example (JavaScript)
// format the system message 1101
const parameterMessage = CS.Message.formatText({
number: 1101,
type: "system",
text: "The parameter %s does not support %d arguments",
arguments: [
"Heron",
3
]
});
// result: The parameter Heron does not support 3 arguments
See also: Message Action Invoker Namespace, Message.getText Action, Message Formatting Options, maketext
Function
Message.getText Action
Format
s = CS.Message.getText(number := ... , type := ... , text := ... )
Description
The Message.getText action returns the base (unformatted) text for a message defined in a message file. By default,
the message text is retrieved from user-defined messages, but by specifying the type as "system" (as opposed to
"user"), message text from system messages is returned.
Return Value
The action returns a string containing the message text, or the default text if no message with the number exists. The
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, or if the message number does
not exist in the specified message set and no default message text is provided.
Example (JavaScript)
const partialSaveMessage = CS.Message.getText({
number: 89222,
type: "system"
});
Functionality
Action Description
Path.createDirectory Creates a directory if it does not already exist.
Path.getDirectoryListing Returns information about the paths in a directory.
Path.getPathInfo Returns information about a directory or file path.
Path.getSpecialPaths Returns special paths, including the download and temp directories.
Path.selectFile Shows the operator a visual listing of the file system and returns the path of the
file the operator selected.
Path.showFileDialog Displays a dialog with a visual listing of the file system, allowing the user to select
a file to open or to create a file to save.
See also: Action Invoker Overview, File Action Invoker Namespace, System Action Invoker Namespace, Path
Namespace
Path.createDirectory Action
Format
s = CS.Path.createDirectory(path := ...)
Description
The Path.createDirectory action creates a directory if it does not already exist. If necessary, parent directories will be
added to support the creation of the directory.
Return Value
The action returns a string containing the fully evaluated path of the directory.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if the directory cannot be
created.
Example (JavaScript)
Path.getDirectoryListing Action
Format
s = CS.Path.getDirectoryListing(path := ...
, recursive := ...
, filter := ...
, filterDirectories := ...
, type := ...
, detailed := ... )
Description
The Path.getDirectoryListing action returns information about the paths in the directory specified as path. Generally
path is a directory, but it can also be one of the following special values, specified with the "|" prefix:
By default, only files and directories located in the specified directory are returned. The recursive argument can be used
Information about both files and directories is returned, but this can be modified by specifying a type. Hidden and system
files are never included. Directory paths are returned without a trailing slash.
When detailed is true, the path information is returned in the format as returned by Path.getPathInfo. If false, the
path information is returned as a string containing the fully evaluated path.
You can specify a wildcard filter that restricts the paths returned by the action. By default, the wildcard filter applies only
to the names of files, but by setting filterDirectories to true, the filter will also apply to the names of directories. The
filter does not apply to a path's directory but only its name component. For example, "*.csdb" would include only the
paths of CSPro DB data sources. You can specify multiple wildcard filters by separating each filter with a semicolon. The
filter "*.jpg;*.jpeg;*.bmp" would include both JPEG and BMP files. In addition to standard wildcard filters, you can
use a predefined wildcard expression, specified with the "|" prefix:
"|FileType.Audio": Files that the Audio object can read and write.
"|FileType.Geometry": Files that the Geometry object can read and write.
"|FileType.Image": Files that the Image object can read and write.
Return Value
The action returns an object containing the properties:
Property Value
"path" A string containing the fully evaluated directory path.
"parent" A string containing the path's fully evaluated parent directory (if applicable).
"paths" An array containing the information about paths in the directory, returned as objects or strings
(depending on detailed).
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if the directory does not exist.
Example 1 (JavaScript)
// get a list of the HTML dialogs included with CSPro
const htmlDialogs = CS.Path.getDirectoryListing({
path: CS.Path.getSpecialPaths().html + "/dialogs",
filter: "*.html"
});
Possible result:
{
"path": "C:\\Program Files (x86)\\CSPro 8.0\\html\\dialogs",
"parent": "C:\\Program Files (x86)\\CSPro 8.0\\html",
"paths": [
"C:\\Program Files (x86)\\CSPro 8.0\\html\\dialogs\\choice.html",
"C:\\Program Files (x86)\\CSPro 8.0\\html\\dialogs\\text-input.html"
]
}
Example 2 (JavaScript)
Possible result:
{
"path": "C:\\Program Files (x86)\\CSPro 8.0\\html\\dialogs",
"parent": "C:\\Program Files (x86)\\CSPro 8.0\\html",
"paths": [
{
"path": "C:/Program Files (x86)/CSPro 8.0/html/dialogs/choice.html",
"name": "choice.html",
"extension": "html",
"contentType": "text/html",
"exists": true,
"type": "file",
"modifiedTime": "2024-01-01T06:24:00Z",
"size": 10583
}
]
}
Path.getPathInfo Action
Format
s = CS.Path.getPathInfo(path := ...)
Description
The Path.getPathInfo action returns information about a path, including about whether the path exists. Information
about directories is specified without a trailing slash.
The action returns information that can also be retrieved using the following functions: direxist, fileexist, filesize,
filetime, Path.getExtension, and Path.getFileName.
The path information for all paths in a directory can be retrieved using the Path.getDirectoryListing action.
Return Value
The action returns an object containing the properties:
Property Value
"path" A string containing the fully evaluated path.
"name" A string containing the name of the path (the path with the directory information removed).
"exists" A boolean value indicating if the path exists.
Property Value
"extension" A string containing the file extension without a preceding period.
"contentType" A string with the MIME type of the file (if known).
"size" A number containing the size of the file in bytes.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form.
Example (JavaScript)
// select an image
const imagePath = CS.Path.selectFile({
title: "Select an Image",
filter: "|FileType.Image"
});
if( imagePath !== undefined ) {
// ensure that the file size is one megabyte or less
const imagePathInfo = CS.Path.getPathInfo({
path: imagePath
});
if( imagePathInfo.size > ( 1024 * 1024 ) ) {
throw new Error(`The image '${imagePathInfo.name}' is ${imagePathInfo.size} bytes but the maximu
m image size is 1 MB.`);
}
}
Path.getSpecialPaths Action
Format
s = CS.Path.getSpecialPaths()
Description
The Path.getSpecialPaths action returns special paths, including the download and temp directories. The paths
returned include:
Path Description
"application" The directory where the application file is located (if applicable).
"CSEntry" The directory from which CSPro applications are run. (Android only.)
"CSPro" The directory where the CSPro executable files are located.
"downloads" The operating system's directory for storing downloaded files.
"html" The directory where CSPro's HTML files are located.
"temp" The operating system's temporary directory.
Return Value
The action returns an object containing the special paths, with the object's property names corresponding to the special
path types, and the values corresponding to fully evaluated paths.
Exceptions
The action does not throw exceptions.
Example (JavaScript)
// select an image file from the images included in CSPro's html directory
const imagePath = CS.Path.selectFile({
title: "Select an Image",
filter: "|FileType.Image",
rootDirectory: CS.Path.getSpecialPaths().html + "/images"
});
if( imagePath !== undefined ) {
// ... do something with the selected image
}
Path.selectFile Action
Format
s = CS.Path.selectFile( title := ...
, filter := ...
, startDirectory := ...
, rootDirectory := ...
, showDirectories := ... )
Description
The Path.selectFile action shows the operator a visual listing of the file system and returns the path of the file the
operator selected. Hidden and system files are not shown to the operator.
You can specify a wildcard filter that filters the files shown in the visual listing. For example, "*.csdb" would include
"|FileType.Audio": Files that the Audio object can read and write.
"|FileType.Geometry": Files that the Geometry object can read and write.
"|FileType.Image": Files that the Image object can read and write.
Provide startDirectory to specify the initial directory shown to the operator and rootDirectory to control how much of the
file system the operator can browse. Specifying a root directory prevents the operator from moving to a location above the
root directory. If neither are provided, the operator will initially see files starting in the directory where the currently
running application is located, and will have access to other files on that drive. If a root directory is provided without a
start directory, the start directory will be set to the root directory. If both a start and root directory are provided, the root
directory must be equal to or above the start directory. Generally both directory paths are directories, but they can also
be one of the following special values, specified with the "|" prefix:
By default, both files and directories are shown to the operator. To hide directories, set showDirectories to false.
The Path.selectFile function can also be used to show a visual listing of the file system to the operator.
Return Value
The action returns a string containing the fully evaluated path of the selected file, or undefined if no file was selected.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if either the start or root
directories do not exist.
Example (JavaScript)
// select an image file from the images included in CSPro's html directory
const imagePath = CS.Path.selectFile({
title: "Select an Image",
filter: "|FileType.Image",
rootDirectory: CS.Path.getSpecialPaths().html + "/images"
});
if( imagePath !== undefined ) {
// ... do something with the selected image
}
See also: Path Action Invoker Namespace, Path.showFileDialog Action, Path.selectFile Function
Path.showFileDialog Action
Format
Description
The Path.showFileDialog action displays a dialog with a visual listing of the file system, allowing the user to select a
file to open or to create a file to save. Hidden and system files are not shown to the operator.
You can specify a wildcard filter that filters the files shown in the visual listing. For example, "*.csdb" would include
only the paths of CSPro DB data sources. You can specify multiple wildcard filters by separating each filter with a
semicolon. The filter "*.jpg;*.jpeg;*.bmp" would include both JPEG and BMP files. In addition to standard wildcard
filters, you can use a predefined wildcard expression, specified with the "|" prefix:
"|FileType.Audio": Files that the Audio object can read and write.
"|FileType.Geometry": Files that the Geometry object can read and write.
"|FileType.Image": Files that the Image object can read and write.
Provide startDirectory to specify the initial directory shown to the operator and rootDirectory to control how much of the
file system the operator can browse. Specifying a root directory prevents the operator from moving to a location above the
root directory. If neither are provided, the operator will initially see files starting in the directory where the currently
running application is located, and will have access to other files on that drive. If a root directory is provided without a
start directory, the start directory will be set to the root directory. If both a start and root directory are provided, the root
directory must be equal to or above the start directory. Generally both directory paths are directories, but they can also
be one of the following special values, specified with the "|" prefix:
If specifiying useNativeDialog to use the native Windows open/save file dialogs, the rootDirectory and showDirectories
arguments are ignored and the operator will have access to the entire file system.
Return Value
The action returns a string containing the fully evaluated path of the selected file, or undefined if no file was selected.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if either the start or root
directories do not exist.
Functionality
Action Description
Settings.getValue Returns a value from a settings database.
Settings.putValue Sets a value in a settings database.
Setting.getValue Action
Format
s = CS.Settings.getValue(key := ... , value := ... , source := ... )
Description
The Settings.getValue action returns a value from a settings database. Using the identifier key, the setting is retrieved
from a table of attribute-value pairs. A setting's value is set using Settings.putValue.
The default source database, "UserSettings", corresponds to the User Settings database used by the loadsetting
function. These settings can be viewed and modified in the CSPro Designer using the User and Configuration Settings
dialog. You can use a custom settings database by specifying the name of a database, which will be created
automatically if it does not exist.
The file from which settings are retrieved can be modified by altering the CommonStore attribute of a PFF file. The
settings are stored in a SQLite database and the settings should not be considered secure as they can accessed by
other applications.
Settings from the User Settings database, but not custom databases, can also be retrieved using the loadsetting
function.
Return Value
The action returns the setting using the type that it was stored in the database. For example, if Settings.putValue is
used to store an array, then Settings.getValue will also return an array.
Example (JavaScript)
// save the user credentials for later use
CS.Settings.putValue({
source: "FreshwaterBirdsSurvey",
key: "credentials",
value: {
username: "GBH",
lastAccessTimestamp: new Date().getTime()
}
});
// ... at a later point, query for the saved user credentials
const credentials = CS.Settings.getValue({
source: "FreshwaterBirdsSurvey",
key: "credentials",
value: {}
});
// only use the user credentials if the date is within a day of the last access
const secondsBetweenAccess = new Date().getTime() - credentials.lastAccessTimestamp;
if( secondsBetweenAccess <= ( 24 * 60 * 60 ) ) {
// use the credentials
}
See also: Settings Action Invoker Namespace, Settings.putValue Action, loadsetting Function
Settings.putValue Action
Format
CS.Settings.putValue(key := ..., value := ... , source := ... )
Description
The Settings.putValue action sets a value in a settings database, associating the value with the unique identifier key.
The setting is stored in a table of attribute-value pairs and can be retrieved using Settings.getValue. If the value is a
blank string, the setting is removed from the database.
The default source database, "UserSettings", corresponds to the User Settings database used by the savesetting
function. These settings can be viewed and modified in the CSPro Designer using the User and Configuration Settings
dialog. You can use a custom settings database by specifying the name of a database, which will be created
automatically if it does not exist.
The file from which settings are retrieved can be modified by altering the CommonStore attribute of a PFF file. The
settings are stored in a SQLite database and the settings should not be considered secure as they can accessed by
other applications.
Settings from the User Settings database, but not custom databases, can also be set using the savesetting function.
Only string and numeric values can be set in this database, but custom databases also support boolean values, arrays,
and objects.
Return Value
The action returns undefined.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, or a non-supported value is
provided for the User Settings database.
Example (JavaScript)
See also: Settings Action Invoker Namespace, Setting.getValue Action, savesetting Function
Functionality
Action Description
Sqlite.close Closes a previously opened SQLite database.
Sqlite.exec Executes a SQL statement on a SQLite database.
Sqlite.open Opens a SQLite database and returns an ID that can be used for future operations.
Sqlite.rekey Changes, removes, or adds an encryption key to a SQLite database.
Examples
Opening and querying data sources.
Opening and querying paradata.
Querying using callback functions.
Sqlite.close Action
Format
CS.Sqlite.close(db := ...)
Description
The Sqlite.close action closes a SQLite database previously opened by Sqlite.open. Only files opened using path
are closed, so if the database was opened using name, it is not actually closed, as data source and paradata resources
may still be in use by other parts of CSPro.
Further information about closing databases is available on the SQLite website: sqlite3_close.
Return Value
The action returns undefined.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, or if:
Sqlite.exec Action
Format
s = CS.Sqlite.exec(db := ..., sql := ...
, bindings := ...
, rowFormat := ...
, bytesFormat := ... )
Description
The Sqlite.exec action executes one or more SQL statements on a SQLite database previously opened by
Sqlite.open.
The sql argument specifies the SQL statement. If specified as an array of strings, the action will execute each query in
the order present in the array.
You can use SQLite callback functions in your query, which allows you to call some core CSPro functionality as well as
user-defined functions marked with the sql directive. For example, this SQL query would return a formatted string
containing the date and time of the first CSPro release using the timestring logic function:
Further information about executing queries on databases is available on the SQLite website: sqlite3_prepare_v2,
sqlite3_bind_*, sqlite3_step, and sqlite3_column_*.
Specifying Bindings
SQL statements can contain bindings, which allow you to dynamically customize the query without having to modify the
query text itself. If specifying more than one SQL statement, only one can contain bindings. Two common ways of
specifying bindings include:
"?" (by position): The bindings argument should be specified as an array, with each element of the array bound
positionally.
"@name" (by name): The bindings argument should be specified as an object, with each the object's key used to
bound its value by parameter name.
The array or object used for binding can contain strings, numbers, booleans, or objects. Only objects with a key bytes
are processed. These are processed for binary data to bind as a blob. If the object has a bytesFormat key, it will be
used to decode the string into binary data. For example, this binds the text "天津" as a blob containing its UTF-8
Specifying Results
The action returns results in a variety of ways; the rowFormat argument allows you to specify how you want results
returned:
"object": Return the results as an array of objects, with the key of each object corresponding to the column
name of the results.
"array": Return the results as an array of arrays, with each subarray containing each column's data.
"scalarArray": Return the results as a one-dimensional array when the result only contains a single column. If
the result contains multiple columns, the result will appear as if "array" were specified.
The rowFormat argument defaults to "object". When explicitly specified, the results are returned as described above.
However, if rowFormat is not specified, there is special processing for scalar results, which are results for queries that
result in a single value (a single column and a single row). If returning a scalar result, the result is returned as a number
or string, rather than as an object or array.
BEGIN TRANSACTION;
Scalar array: The following statement results in one column, multiple rows:
Non-scalar array: The following statement results in multiple columns, multiple rows:
Return Value
The action returns undefined if the executed query does not end in a result with rows. If there are rows, the action returns
a string, number, array, or object based on the value of rowFormat, as described above.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, or if:
Additional Examples
Opening and querying data sources.
Opening and querying paradata.
Querying using callback functions.
See also: Sqlite Action Invoker Namespace, SQLite Callback Functions, sqlquery Function
Sqlite.open Action
Format
d = CS.Sqlite.open(path := ... name := ... , openFlags := ...
, encryptionKey := ... , encryptionKeyFormat := ... )
Description
The Sqlite.open action opens a SQLite database and returns an ID that can be used for future operations. After
performing any querying or rekeying operations, close the database so that its resources are properly released.
Either path or name must be specified. Based on the argument, the following kind of SQLite database is opened:
When using name, no SQLite database is opened but instead a reference to an already-open SQLite database is
returned, so openFlags is ignored. The read/write permissions of the database are maintained from how the database
was initially opened by CSPro.
When specifying a file to open, the openFlags argument can be one of the following:
"read": The database is opened in read-only mode, with an error occurring is the database does not exist.
"readWrite": The database is opened in read and write mode, with an error occurring is the database does not
exist.
"readWriteCreate": The database is opened in read and write mode, with a new database created if it does not
already exist.
When opening or creating an encrypted SQLite database, you must specify an encryption key. The encryptionKey
argument specifies the key, with the the optional encryptionKeyFormat argument indicating how to process the
encryptionKey argument. If opening an Encrypted CSPro DB data source, you can use Hash.createHash action to
convert a password into the encryption key necessary to open the database.
Further information about opening databases is available on the SQLite website: sqlite3_open_v2, sqlite3_key.
Return Value
The action returns a numeric database ID that is used to identify this database in calls to future Sqlite actions.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, or:
When opening a file, if the SQLite database could not be opened or created.
When opening a file, if the encryption key is not valid, or if the file is already encrypted and no encryption key is
provided.
Pa ge 880 of 958 Sqlite Na mes pa ce
When opening a dictionary, if there is no SQLite database associated with the data source.
When opening paradata, if no paradata log is open.
Additional Examples
Opening and querying data sources.
Opening and querying paradata.
Querying using callback functions.
Sqlite.rekey Action
Format
CS.Sqlite.rekey(db := ..., encryptionKey := ... , encryptionKeyFormat := ... )
Description
The Sqlite.rekey action changes, removes, or adds an encryption key to a SQLite database previously opened by
Sqlite.open. Only databases opened using the path argument can be rekeyed.
The encryptionKey argument specifies the new key, with the the optional encryptionKeyFormat argument indicating
how to process the encryptionKey argument. If rekeying a database to make it openable as an Encrypted CSPro DB
data source, you can use the Hash.createHash action to convert a password into the encryption key necessary to
rekey the database. If encryptionKey is a blank string, any encryption on the database is removed.
Further information about rekeying databases is available on the SQLite website: sqlite3_rekey.
Return Value
The action returns undefined.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, or if:
Example (JavaScript)
This example shows how you can take an Encrypted CSPro DB data source and remove the encryption to turn it into a
CSPro DB data source.
See also: Sqlite Action Invoker Namespace, Sqlite.exec Action, sqlquery Function
// open the SQLite database associated with the CEN2000 data source
numeric dbPopstan = tonumber(CS.Sqlite.open(name := "CEN2000"));
// count the number of people who have private toilets
numeric peopleWithPrivateToilets = tonumber(
CS.Sqlite.exec(db := dbPopstan,
sql := "SELECT COUNT(*) FROM `cases` "
"JOIN `level-1` ON `level-1`.`case-id` = `cases`.`id` "
"JOIN `housing` ON `housing`.`level-1-id` = `level-1`.`level-1-id` "
"JOIN `person` ON `person`.`level-1-id` = `housing`.`level-1-id` "
"WHERE `cases`.`deleted` = 0 AND `housing`.`h08_toilet` = 1;"));
// get a list of the provinces where data has been collected
List numeric provinceList;
provinceList.updateValueFromJson(
CS.Sqlite.exec(db := dbPopstan,
sql := "SELECT `level-1`.`province` FROM `cases` "
"JOIN `level-1` ON `level-1`.`case-id` = `cases`.`id` "
"WHERE `cases`.`deleted` = 0 "
"GROUP BY `level-1`.`province` "
"ORDER BY `level-1`.`province`;",
rowFormat := "scalarArray"));
// close the database
CS.Sqlite.close(db := dbPopstan);
Example (JavaScript)
This example shows how to open an Encrypted CSPro DB data source from outside of CSPro logic, using the
Hash.createHash action to convert the password into an encryption key. It uses the Popstan Census dictionary
let dbId;
try {
// hash the password to get the encryption key used for Encrypted CSPro DB data sources
const csbdeEncryptionKey = CS.Hash.createHash({
text: "cspro",
type: "EncryptedCSProDB"
});
// open the database with the encryption key, which is returned in hexadecimal format by
Hash.createHash
dbId = CS.Sqlite.open({
path: "Popstan Census.csdbe",
encryptionKey: csbdeEncryptionKey,
encryptionKeyFormat: "hex"
});
// get the count of people in each province in the following age ranges:
const minAge = 0;
const maxAge = 18;
let populationCountByProvince = CS.Sqlite.exec({
db: dbId,
sql: "SELECT `level-1`.`province`, COUNT(*) AS `population` FROM `cases` " +
"JOIN `level-1` ON `level-1`.`case-id` = `cases`.`id` " +
"JOIN `person` ON `person`.`level-1-id` = `level-1`.`level-1-id` " +
"WHERE `cases`.`deleted` = 0 AND `person`.`p04_age` >= ? AND `person`.`p04_age` <=
? " +
"GROUP BY `level-1`.`province` " +
"ORDER BY `population` DESC;",
bindings: [ minAge, maxAge ]
});
// display the results
print(`Population Aged ${minAge} - ${maxAge} by Province (Largest to Smallest)`);
populationCountByProvince.forEach(populationCount => {
print(`Province ${populationCount.province}: ${populationCount.population}`);
});
}
catch(error) {
print("Error interacting with Encrypted CSPro DB: " + error);
}
finally {
// close the database, suppressing any errors
try {
CS.Sqlite.close({
db: dbId
});
}
catch {
}
}
See also: Sqlite Action Invoker Namespace, Data Sources, CSPro DB File Format, Sqlite Action Examples: Paradata,
SQLite Callback Functions
Example (JavaScript)
This example opens a paradata log not associated with the currently running application and calculates the number of
minutes that each operator worked:
See also: Sqlite Action Invoker Namespace, Paradata, Sqlite Action Examples: Data Sources, SQLite Callback
Functions
Functionality
Action Description
System.getSharableUri Creates a sharable URI that can be used by external applications to reference a file.
System.selectDocument Displays a dialog that allows the selection of one or more documents shared by the
system.
See also: Action Invoker Overview, File Action Invoker Namespace, Path Action Invoker Namespace, UI Action Invoker
Namespace
System.getSharableUri Action
Format
s = CS.System.getSharableUri(path := ... , permissions := ... )
Description
The System.getSharableUri action creates a sharable URI that can be used by external applications to reference a file.
The primary use for this action is to allow other Android applications to access data or files in the
gov.census.cspro.csentry directory.
The permissions argument allows you to set the status of the file when used by other applications. The options include:
"read": The recipient of the sharable URI can only read the file (FLAG_GRANT_READ_URI_PERMISSION).
"readWrite": In addition to read permissions, the recipient can also write to the file
(FLAG_GRANT_WRITE_URI_PERMISSION).
Return Value
The action returns the sharable URI, or array of sharable URIs. An array of strings containing the sharable URIs is
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if the file(s) specified in path do
not exist.
Example (JSON)
{
"action": "System.getSharableUri",
"path": "Data/*.csdb"
}
See also: System Action Invoker Namespace, System.selectDocument Action, Sharable URI
System.selectDocument Action
Format
s = CS.System.selectDocument( contentType := ... , multiple := ... )
Description
The System.selectDocument action displays a dialog that allows the operator to select one or more documents shared
by the system, returning a sharable URI that provides access to these documents. This action is primarily for use in
applications run on Android when you may want to access files created by other applications or media such as photos
taken by the device. On Android, such files are not available to CSPro directly, so this action provides a framework for
accessing system documents.
The contentType argument allows you to specify the content from which you would like the operator to select. For
example, specfiying "image/*" would only allow the operator to select image files. When specified as an array, it is
possible to specify multiple types (e.g., "image/jpeg" and "image/png").
The multiple argument indicates whether the operator can select multiple documents.
Return Value
If no documents are selected, the action returns undefined. Otherwise the action returns an object with two properties:
Property Value
"path" The path, or sharable URI, of the document.
For example, on Android, this object, represented in JSON, may look like this:
{
"path": "content://com.android.providers.media.documents/document/image%03A1000002937",
"name": "carn03.jpg"
}
If multiple is true, an array of objects is returned, even if the operator only selects one document.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form.
See also: System Action Invoker Namespace, System.getSharableUri Action, Sharable URI
Sharable URI
In CSPro, a sharable URI is a way to reference files in a way that works across applications that are not part of the
CSPro ecosystem. The primary use for sharable URIs is to share them with other Android applications so that those
applications can access data or files in the gov.census.cspro.csentry directory. The way that sharable URIs look
depends on the operating system:
C:\AMO\Chautauqua-5K-results.pdf
content://gov.census.cspro.csentry.fileprovider/root/storage/emulated/0/Android/data/gov.census.cspro.csentry/files/csentry/A
5K-results.pdf
In CSPro you can work with sharable URIs using the Action Invoker in the following ways:
Action Description
System.getSharableUri Create a sharable URI that can be used by external applications to reference a file.
System.selectDocument Retrieve a sharable URI for one or more documents shared by the system.
File.copy Copy a file specified using a sharable URI.
See also: Interacting With Other Android Applications, System Action Invoker Namespace
Functionality
Action Description
UI.alert Displays an alert dialog.
UI.closeDialog Closes the current HTML dialog, optionally returning a result to an action like
UI.showDialog.
UI.enumerateWebViews Returns information about all of the web views currently showing.
UI.getDisplayOptions Returns the display options associated with the current web view.
UI.getInputData Returns the input data associated with the current web view.
UI.getMaxDisplayDimensions Returns the maximum dimensions, in display units, of HTML dialogs that CSPro
can show.
UI.postWebMessage Posts a message to a web view.
UI.setDisplayOptions Sets the display options for the current web view.
UI.showDialog Shows a HTML dialog.
UI.view Views a file or web page in a new web view.
UI.alert Action
Format
CS.UI.alert(text := ... , title := ... )
Description
The UI.alert action displays an alert dialog using the same HTML dialog used by the errmsg function. The dialog
displays the text. The dialog's title defaults to "Alert", but this can be overridden by providing a title.
Return Value
The action returns undefined.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form.
Pa ge 892 of 958 UI Na mes pa ce
Example (HTML + JavaScript)
This example uses the asynchronous version of UI.alert to ensure that the action does not block the current thread:
<script>
const CS = new CSProActionInvoker();
CS.UI.alertAsync({
title: "Synchronization Error",
text: "There was an error sending the data to the server!"
});
</script>
UI.closeDialog Action
Format
s = CS.UI.closeDialog( result := ... )
Description
The UI.closeDialog action closes the current HTML dialog or web view. An optional result can be provided, which
serves as the return value for an action like UI.showDialog.
Return Value
The action returns a boolean value indicating if a dialog successfully closed.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form.
UI.enumerateWebViews Action
Format
s = CS.UI.enumerateWebViews()
Description
The UI.enumerateWebViews action returns information about all of the web views currently showing.
Return Value
The action returns an object with two properties:
Property Value
"webViewId" If applicable, a number containing an ID that uniquely identifies the web view from which this action
is executing.
"webViews" An array containing details about each web view currently showing. The topmost showing web view
is the first entry in the array.
For example, this object, represented in JSON, may look like this when called from a HTML dialog from an application
that uses HTML question text:
{
"webViewId": 19917272,
"webViews": [
{
"webViewId": 19917272
},
{
"webViewId": 21877240
}
]
}
The first web view ID in the array represents the web view showing the HTML dialog, and the second web view ID
represents the web view showing the question text.
Exceptions
The action does not throw exceptions.
UI.getDisplayOptions Action
Format
s = CS.UI.getDisplayOptions()
Description
The UI.getDisplayOptions action returns the display options associated with the current web view. These display
options may be useful to examine before using UI.setDisplayOptions to size an HTML dialog shown using
UI.showDialog.
Display options are returned by web views that show HTML dialogs or display HTML question text.
Return Value
If no web view is showing that uses displays options, the action returns undefined. Otherwise, the action returns an
object containing the current values for the display options that have been set, or the default value for the options (when
applicable):
Exceptions
The action does not throw exceptions.
<script>
const CS = new CSProActionInvoker();
// get the initial display options
const displayOptions = CS.UI.getDisplayOptions();
// if the user has not provided an explicit width and height, size the dialog
// to 100% of the available width and 50% of the available height
if( !displayOptions.width || !displayOptions.height ) {
displayOptions.width = "100%";
displayOptions.height = "50%";
// size the dialog by setting the display options
CS.UI.setDisplayOptionsAsync(displayOptions);
}
</script>
UI.getInputData Action
Format
s = CS.UI.getInputData()
Description
The UI.getInputData action returns the input data associated with the current web view. If no input data exists and
multiple web views are showing, then the input data for the topmost web view with input data is returned.
This action has an impact in the following scenarios when input data can be specified:
Return Value
The action returns the input data, or undefined if no input data exists.
Exceptions
The action does not throw exceptions.
Description
The UI.getMaxDisplayDimensions action returns the maximum dimensions, in display units, of HTML dialogs that
CSPro can show.
Return Value
The action returns an object with two properties:
Property Value
"width" A number containing the maximum possible width of HTML dialogs.
"height" A number containing the maximum possible height of HTML dialogs.
For example, this object, represented in JSON, may look like this:
{
"width": 1382,
"height": 741
}
Exceptions
The action does not throw exceptions.
<script>
const CS = new CSProActionInvoker();
// size the HTML dialog to 80% of the maximum possible width and height
const maxDisplayDimensions = CS.UI.getMaxDisplayDimensions()
CS.UI.setDisplayOptionsAsync({
width: maxDisplayDimensions.width * 0.8,
height: maxDisplayDimensions.height * 0.8,
});
</script>
UI.postWebMessage Action
Format
CS.UI.postWebMessage(message := ... , webViewId := ... , targetOrigin := ... )
Description
The UI.postWebMessage action posts a message to a web view. The message must be specified as a string.
By default, this message is posted to the topmost web view, but the target web view can be specified by providing a
webViewId. This web view ID, a unique number that uniquely identifies web views that CSPro displays, can be
determined using the UI.enumerateWebViews action.
To listen for web messages in a cross-platform way, read about how to use the
CSProActionInvoker.getWindowForEventListener method.
Return Value
The action returns undefined.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form, if no web view is showing, or if
webViewId is not associated with a web view currently showing.
UI.setDisplayOptions Action
Format
Description
The UI.setDisplayOptions action sets the display options for the current web view. Display options can be set for web
views showing HTML dialogs or displaying HTML question text.
A web view's default and initial display options can be retrieved using UI.getDisplayOptions.
All display options apply to HTML dialogs, whereas the question text window only responds to the "height" property:
Return Value
The action returns a boolean value indicating if any web view successfully processed the display options.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form.
UI.showDialog Action
Format
s = CS.UI.showDialog(path := ...
, inputData := ...
, displayOptions := ... )
Description
The UI.showDialog action shows a HTML dialog. HTML dialogs are shown as modal dialogs without an initial size, so
the width and height of the dialog window must be specified. If you want to display HTML without worrying about sizing
the window, you should use the UI.view action.
The path identifies an HTML dialog to show. CSPro includes HTML templates in the installation folder for the dialogs that
it uses for functions like errmsg or prompt. If path does not identify a file provided by the user, it is evaluated based on
the location of CSPro's HTML templates, or based on the overridden HtmlDialogs property defined in the PFF file. This
allows you to show either custom or CSPro dialogs.
Specify inputData if you want to pass input data to the dialog, which the dialog can retrieve using UI.getInputData.
Optional displayOptions allow you to pass initial display options to the dialog that can help with sizing the dialog. These
options will be used by the window that hosts the dialog, and can also be queried using UI.getDisplayOptions. These
options include:
If a width and height are not specified to size the HTML dialog, CSPro will wait a few seconds before showing the dialog
as it expectantly waits for a call to UI.setDisplayOptions. This behavior is undesirable so it is important to specify the
dialog's dimensions, either using UI.setDisplayOptions or by specifying displayOptions.
You can use CSCode to design and test HTML dialogs. HTML dialogs can also be shown using the htmldialog
function.
Return Value
The action returns any result set by the HTML dialog using the UI.closeDialog action. If no result was set, the action
returns undefined.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if the dialog file does not exist
or cannot be read.
<script>
const CS = new CSProActionInvoker();
// use the text-input.html dialog, used by the prompt logic function, to query for a
password
CS.UI.showDialogAsync({
path: "text-input.html",
inputData: {
title: "Enter a Password",
password: true
}
})
.then(result => {
if( result !== undefined ) {
document.getElementById("password").value = result.textInput;
}
})
.catch(e => {
CS.UI.alertAsync({
text: e.message
});
});
</script>
See also: UI Action Invoker Namespace, UI.alert Action, UI.closeDialog Action, UI.getInputData Action,
UI.setDisplayOptions Action, UI.view Action, HTML in CSPro, htmldialog Function
UI.view Action
Format
Description
The UI.view action displays a file or web page in a new web view. If you would prefer to display HTML in a modal dialog,
you can use the UI.showDialog action.
One, and only one, of the arguments path or url must be provided.
Specify inputData if you want to pass input data to the web view, which the web view can retrieve using
UI.getInputData.
Optional displayOptions allow you to pass display options to the web view. These are only used on Windows and
control how the embedded web browser displays. These options include:
If either the height or width is specified, then both values must be provided. Hiding the Close button also removes the
margin around the web browser, so the browser will fill the entire embedded window.
An alternative way to view files is to use the view function, or to use CSView, which can be launched from logic by
creating a PFF and calling Pff.exec.
Return Value
The action returns undefined.
Exceptions
The action throws an exception if any of its arguments are not specified in a valid form or if the file does not exist or
cannot be read.
Example (CSPro)
See also: UI Action Invoker Namespace, UI.closeDialog Action, UI.showDialog Action, View Function
Pentium processor
512MB of RAM
SVGA monitor
Mouse
100MB of free hard drive space
Microsoft Windows
Installing CSPro
The CSPro installer has the file name cspro80.exe. To install CSPro:
After CSPro has been installed on your computer, you will have the option to run the program and/or view the release
notes.
You will find a CSPro 8.0 icon on your desktop that you can double-click on when you want to run CSPro in the future.
Due to internal changes within CSPro 8.0, once files have been loaded in CSPro 8.0, you may no longer be able to load
them in previous versions of CSPro.
Uninstalling CSPro
There are two ways to uninstall CSPro. The uninstaller will remove all registry entries and CSPro system files. It will not
remove any applications or other files that you have created.
You can uninstall the program using the Windows Control Panel:
1. Using the Windows search functionality (Windows Key+S), type Add or remove programs.
2. Select CSPro from the list of programs.
3. Follow the prompts to uninstall the program.
1. Use Windows Explorer to browse to the CSPro application folder, which will likely be: C:\Program Files
(x86)\CSPro 8.0.
2. Run the program uninstall.exe.
3. Follow the prompts to uninstall the program.
If the application is on a network drive, multiple users can access it at the same time. Normally, only one person has
access to an application on a local hard drive. The data file for an application can also be placed on a network drive or
the operator's local hard drive, though two or more data entry operators cannot access the same data (or lookup) file at
the same time.
Another way to distribute a data entry application is to compile it into a single combined file that contains all elements of
the program. This file cannot be edited and provides security during the data entry operation. For this approach, read
about binary data entry applications.
For information about data entry applications in general, see the Data Entry User's Guide.
See also: Data Dictionary Keys, Batch Edit Keys, Tabulation Keys
See also: Data Dictionary Keys, Data Entry Keys, Tabulation Keys
See also: Data Dictionary Keys, Data Entry Keys, Batch Edit Keys
File
New Create a new application.
Open Open an existing application.
Tools
Data Viewer View data files.
Text Viewer View text or data files.
Table Viewer View CSPro tables.
Tabulate Frequencies Tabulate frequency distributions for file contents.
Deploy Application Deploy one or multiple applications to a server.
Pack Application Pack entire CSPro application into a ZIP file.
Compare Data Compare contents of two similar data files.
Concatenate Data Join text or data files one after the other.
Excel to CSPro Convert data from Excel to CSPro.
Export Data Export data to various formats.
Index Data Identify duplicate cases in a data file.
Reformat Data Reformat data using two dictionaries.
Sort Data Sort cases or records.
Paradata Concatenator Combine multiple paradata logs into a single log.
Paradata Viewer Display reports about paradata collected during an application's run.
CSCode Edit code, JSON, and text files.
CSDocument Author documents using a simple, limited, markup language.
CSView View files in a web browser.
PFF Editor Edit a PFF file in an interactive environment.
Production Runner Automate the running of multiple CSPro applications.
Operator Statistics Viewer View operator statistics files.
Save Array Viewer View and modify saved arrays.
Text Encoding Converter Modify the encoding of text files.
Font Preferences Change the font preferences for the CSPro Designer.
Window
Cascade Arrange windows in an overlapping fashion.
Tile Top to Bottom Arrange windows one above the other.
Tile Side by Side Arrange windows one beside the other.
Help
Help Topics Get help on current application.
Examples Folder Open the folder containing some CSPro examples.
Mailing List Signup Sign up to the mailing list to receive CSPro news updates.
File
New Create a new application.
Open Open an existing application.
Close Close an application.
Save Save an application.
Save As Save the current dictionary to a new file name.
Add Files Insert a file in an existing application.
Drop Files Drop a file from an existing application.
CSPro Settings Clears saved credentials.
Page Setup Change headers, footers, and margins for printed pages.
Print Setup Change orientation and paper size for printed pages.
Print Preview Preview the printed pages.
Print Print all or part of a document.
Edit
Undo Undo dictionary changes.
Redo Redo dictionary changes.
Cut Copy selected dictionary element to clipboard and delete it.
Copy Copy selected dictionary element to clipboard.
Paste Paste dictionary element on clipboard to selected location.
Modify Edit the selected dictionary element.
Add Add a dictionary element at the end of the list.
Insert Insert a dictionary element at the selected location.
Delete Delete selected dictionary element.
Languages Define the set of languages used in the dictionary.
Security Options Handle settings for data modification, exportation, and password storage.
Relations Define relations between items and records.
Notes Edit notes for selected dictionary element.
Find Find a label or name with the specified text.
Convert to Subitems Convert selected items to subitems and insert the item that contains them.
Flatten Occurrences Convert a multiply occurring item to many singly occurring items.
Occurrence Labels Edit the occurrence labels of a multiply occurring record or item.
Generate Value Set Generate a value set of intervals of a numeric data item.
Dictionary Macros Access special functionality for the dictionary.
View
Names in Trees Show names instead of labels in trees.
Append Labels to Names in Tree Show both labels and names in trees.
Full Screen Hide the trees and show full screen view.
Aliases View all aliases created within the dictionary.
Options
Relative Positions Select whether items stay next to each other with no gaps.
ZeroFill Default 'Yes' Select whether numeric data items will have leading zeros.
DecChar Default 'Yes' Specifies whether the item should be stored in the data file with an explicit decimal
character.
Enable Binary Items An experimental feature that enables the use of binary dictionary items.
File
New Create a new application.
Open Open an existing application.
Close Close an application.
Save Save an application.
Save As Save the active application with a new name.
Add Files Add a dictionary or form to an existing application.
Drop Files Drop a dictionary or form from an existing application.
CSPro Settings Clear cached credentials from your computer.
Compile Compile the logic in the application.
Run Run the application.
Run as Batch Run the application after finishing keying data for a file.
Publish Entry Application Generate a binary (compiled) version of the application.
Publish and Deploy Generate a binary (compiled) version of the application and publish it to the
location cited in the deploy script.
Edit
Undo Undo the most recent change.
Redo Redo the last undo.
Cut Copy selected element to clipboard and delete it.
Copy Copy selected element to clipboard.
Paste Paste element on clipboard to selected location.
Add Form Add a form to the application.
Delete Form Delete a form from the application.
Generate Forms Generate forms using the dictionary.
Delete Delete selected objects.
Find Find text in the procedures.
Find Next Find the next occurrence of text in the procedures.
Replace Replace text with new text in the procedures.
Format Logic Format the logic using a defined CSPro code formatting style.
Options
Application Properties Modify a variety of application properties.
Data Entry Change the data entry options.
Drag Change the drag options.
Field Properties Change the field properties for two or more fields at a time.
Data Sources Change the data source options.
Synchronization Set the simple synchronization parameters.
Map Case Listing Allow already-captured cases to be displayed on a map using the case's latitude and
longitude coordinates.
Default Text Font Change the default text font settings.
Field Font Change the field font settings.
Field Colors Modify the field colors used by CSEntry.
Align
Left Position to left-most item.
Center Center items as a group.
Right Position to right-most item.
Top Position to top-most item.
Middle Align mid-points of items as a group.
Bottom Position to bottom-most item.
Evenly Horizontal Space evenly left to right.
Evenly Vertical Space evenly top to bottom.
Code
Paste as String Literal Pastes the text on the clipboard as a string literal, escaping characters as needed.
String Encoder Shows a dialog that encodes and decodes text into a variety of string literal
formats.
Path Adjuster Displays a dialog that facilitates working with absolute and relative paths in CSPro
logic.
Symbol Analysis View information about where each dictionary symbol, form symbol, and user-
defined function is used in an application.
Deprecation Warnings Modify the setting for the kind of deprecation warnings to display during
compilation.
Code Folding Options to fold the application's logic.
Question Text
Pa ge 915 of 958 Appendix C - Menu Summa ry
Languages Define the set of CAPI languages used in application.
Edit Styles Define custom styles to use in the question window.
Bold Switch between bold and non-bold text.
Italic Switch between italicized and non-italicized text.
Underline Switch between underlined and non-underlined text.
Color Change text color.
Left Align text to left of question window.
Center Align text to center of question window.
Right Align text to right of question window.
Bullets Convert text to a bulleted list.
Numbering Convert text to a numbered list.
Insert Image Insert an image into the question text.
Text Direction LTR Mark the paragraph as for left-to-right text.
Text Direction RTL Mark the paragraph as for right-to-left text.
Question Text Macros Access special functionality for the question text.
File
New Create a new application.
Open Open an existing application.
Close Close an application.
Save Save an application.
Save As Save the active application with a new name.
Add Files Add a dictionary to an existing application.
Drop Files Drop a dictionary from an existing application.
CSPro Settings Clear cached credentials from your computer.
Compile Compile the logic in the application.
Run Run the application.
Edit
Undo Undo latest cut/copy/paste operations.
Redo Redo the latest undo operations.
Cut Cut logic and place it on the clipboard.
Copy Copy logic and place it on the clipboard.
Paste Paste logic from the clipboard.
Find Find text in the logic.
Find Next Find the next occurrence of text in the logic.
Replace Replace text with new text in the logic.
Format Logic Format the logic using a defined CSPro code formatting style.
View
Names in Trees Show names instead of labels in trees.
Append Labels to Names in Tree Show both labels and names in trees.
Options
Application Properties Modify a variety of application properties.
Custom Order Allow user defined order of editing.
Code
Paste as String Literal Pastes the text on the clipboard as a string literal, escaping characters as needed.
String Encoder Shows a dialog that encodes and decodes text into a variety of string literal
formats.
Path Adjuster Displays a dialog that facilitates working with absolute and relative paths in CSPro
logic.
Symbol Analysis View information about where each dictionary symbol, form symbol, and user-
defined function is used in an application.
Deprecation Warnings Modify the setting for the kind of deprecation warnings to display during
compilation.
Code Folding Options to fold the application's logic.
Tabulation Menu
The following is a summary of the menu options available while editing tabulation applications:
File
New Create a new application.
Open Open an existing application.
Close Close an application.
Save Save an application.
Save As Save the active application with a new name.
Save Tables Save current table results in a file.
Add Files Add a dictionary to an existing application.
Drop Files Drop a dictionary from an existing application.
CSPro Settings Clear cached credentials from your computer.
Load Preferences Load stored table formatting preferences.
Save Preferences Save table formatting preferences.
Run Run the application.
Run in Parts Run Tabulate, Consolidate, or Format process.
Page Setup Change headers, footers, and margins for printed pages.
Print Setup Change orientation and paper size for printed pages.
Print Preview Preview the printed pages.
Print Print all or part of a document.
Edit
Add Table Add a table at the end.
View
Names in Trees Show names instead of labels in trees.
Append Labels to Names in Tree Show both labels and names in trees.
Full Screen Hide the trees and show full screen view.
Hidden Parts Show or hide hidden parts of a table.
Previous Table Show the previous table.
Next Table Show the next table.
Zoom In Zoom in on a print preview.
Zoom Out Zoom out on a print preview.
Facing Pages Show facing pages (two) on a print preview.
Multiple Pages Show selected number of pages in print preview.
First Page Show first print page of first table.
Previous page Show previous print page.
Next page Show next print page.
Last page Show last print page of last table.
Options
Application Properties Modify a variety of application properties.
Edit Notes for dictionary, level, record, item, value set, or value.
Find a label or a name in the dictionary.
Get Help.
Get Help.
Get Help.
Tabulation Toolbar
The Tabulation toolbar is displayed across the top of the window, immediately below the menu bar. The toolbar provides
quick mouse access to many of the more frequently-used features found in Tabulation.
Click To
Run a tabulation.
Add a table.
Insert a table.
Delete the current table.
Get Help.
Application properties are saved to a file with the extension .csprops. When a new application is created, with all
properties at their default state, no application properties file is associated with the application. When you modify any
properties away from their default state, you will be prompted to associate an application properties file with your
application. CSPro will suggest a default filename based on your application filename. You can use this filename, select
an existing application properties file, or you can provide a different filename.
Section
Paradata
Mapping
Esri Tile Provider
Mapbox Tile Provider
Logic Settings
JSON Serialization
Advanced Features
Paradata Properties
To view options related to paradata collection, select Application Properties from the Options menu of a data entry,
batch edit, or tabulation application, and then select the Paradata section.
The following is a summary of each kind of event that CSPro can collect:
Data Source: Information about interactions with CSPro data sources, including what files were used, what
cases were loaded and saved, etc.
Device State: Details about the data collection device, including indicators about whether GPS, Bluetooth, and
Pa ge 923 of 958 Appendix E - Applica on Proper es
Wi-Fi were enabled; what mobile network the device was using; etc.
External Application: Information about external applications (or CSPro data entry applications) launched from
CSPro.
Field Entry: Details about each field entered, including how long the interviewer spent answering the question,
how the program reached that field, etc.
Field Movement: Information about each field movement, including how the program reached and exited each
field.
Field Validation: Details about CSPro's validation of each entered field, including information on which value set
was used and whether or not the field was successfully validated.
GPS: Information about GPS collection, including the duration to take fresh GPS readings.
Impute: Details about which items were imputed, including the initial and imputed values. Only numeric
imputations are recorded.
Language Change: Information about which language was initially used and records of language changes during
the course of data collection.
Message: Details about any error message triggered during data collection.
Note: Information about notes left by interviewers (or via logic) during the execution of the program.
Operator Selection: Details about selections made by the operator as a result of requests coming from
functions such as accept or the userbar.
Property: Information about what CSPro settings were used, or changed, during the program's run.
You can explore these events in more detail using the Paradata Viewer's Table Metadata feature.
For advanced users writing SQL queries on the paradata tables, note that the base "event" table links to each of these
event tables, and that some of these events link to other tables with names that end in "_info" or "_instance."
Field values: The Field Validation event can store each value entered into a field. This can be useful if you want
to look at the frequency of valid and invalid values, but if you do not want such data stored in the paradata log, you
should disable this. The Note event also uses this option to determine if note text should be stored in the paradata
log.
GPS coordinates: The GPS event can store the coordinates (latitude and longitude) and altitude of the
interviewers. If you do not want this data stored in the paradata log, you should disable the storage of these three
values, though other information (e.g., accuracy) will still be stored.
Cases loaded via logic loops: This is not an option related to sensitive information, but if your application loops
through external data files in logic (using forcase or loadcase), the paradata log will become very large quickly
due to a preponderance of Data Source events. You can disable this information if you do not plan to analyze it.
Initial property values: If this option is enabled, the initial property settings will be stored as Property events in
the paradata log when your application begins. This can lead to a large amount of paradata that is potentially not
useful. If disabled, only information about changes to properties will be stored.
Background Events
Most events are triggered by some action (e.g., an error message appearing), but two events can occur in the
background, even if the interviewer is not doing anything. These background events only occur in data entry applications:
Device state: Information about the device as described above in the Device State event.
GPS location: Unless a GPS reading is in progress, the device's GPS unit will be turned on and CSEntry will
Pa ge 924 of 958 Appendix E - Applica on Proper es
attempt to take a GPS reading. Once a GPS reading with accuracy 10 meters or less is taken, or once two
minutes have elapsed, the GPS unit will be turned off.
The value listed indicates the number of minutes between events occurring, or 0 if the event should be disabled. For
example, a value of 30 for GPS location means that CSEntry will attempt to store the GPS coordinates of the interviewer
every half hour.
Mapping Properties
To view options related to mapping, select Application Properties from the Options menu of a data entry, batch edit, or
tabulation application, and then select the Mapping section.
Mapping
The mapping properties allow control of the following mapping options:
The Coordinate Display allows the toggling of the coordinates between decimal and DMS (degrees, minutes,
seconds).
The Default Base Map allows the selection of the base map (normal, hybrid, satellite, terrain, or none).
Otherwise, local files can be selected to display offline maps.
The Tile Provider allows the selection of the source of base maps (Esri or Mapbox).
Logic settings are saved to the application file (.ent, .bch, .xtb), or to the tool specification files (.exf, .fqf).
Case Sensitivity
Symbol names: If checked, the compiler will enforce case sensitivity when processing:
Symbol names such as dictionary and form names, logic variables, etc.
Special callback functions such as OnKey.
Although CSPro logic is case-insensitive, many other programming languages are case-sensitive, meaning that "AGE" is
different from "age". Having CSPro enforce case sensitivity may help you write better (and more careful) code. CSPro
dictionary and form variables are added to logic as uppercase names.
Note that even with this checked, variable names must be unique on a case-insensitive basis, so if a variable with the
name "AGE" is declared, it is not possible to declare another variable with the name "age".
Logic Version
The logic version controls how string literals and multiline comments are handled, as well as whether strings are right-
padded during comparisons.
For new applications, using the latest logic version is recommended. A comprehensive description of differences in the
versions is available here: Logic Version.
Action Invoker
Several settings control Action Invoker execution:
From CSPro logic, automatically convert results that are string, boolean, and undefined to CSPro formats:
When called from CSPro logic, Action Invoker results are returned as a string containing JSON. If checked, CSPro will
convert this JSON string into a string more easily handled by CSPro. More details are available at Action Invoker
Execution from CSPro Logic.
From external callers: This settings controls whether external callers require access tokens when using the Action
Invoker:
Registered access tokens: You can specify valid access tokens to associate with your application by specifying each
access token, one per line. You can also register access tokens in logic using registerAccessToken.
Case Sensitivity: No
Logic Version: Original
Action Invoker: Convert results for CSPro logic; allow users to approve when no access token is provided
Documentation about this feature will come in a future release. In the meantime you can see if the documentation is
updated at:
https://www.csprousers.org/help/CSPro/properties_json_serialization.html
These options allow customization of advanced CSPro features. These features may not be available in a future release.
Options include:
Use HTML dialogs: If checked, CSPro will use HTML dialogs for displaying logic functions (such as errmsg and
accept) as well as other aspects of the CSPro user interface. If unchecked, CSPro will use the style of dialogs used
prior to CSPro 7.7. In a future release of CSPro, the old style of dialogs will be removed.
Note: The Convert Dictionary tool is no longer distributed with CSPro but is instead available on
www.csprousers.org.
CSPro allows the use of long names even though IMPS only allows 16 characters. Therefore, if any of your unique
names are longer than 16 characters, you will receive a message for each variable that its name will be truncated to 16.
CSPro does not support the use of short names, as described in IMPS. Therefore, if the first 8 characters of any item
name in CSPro are not unique, the converted IMPS dictionary will have duplicate shorts names. You should check the
converted IMPS dictionary to ensure that there are no duplicate short names.
Convert an ISSA data dictionary to CSPro data dictionary only, you will receive a CSPro dictionary (.dcf) only.
You can choose to convert either a regular data dictionary (.dic) or a working storage dictionary (.wst).
Convert an ISSA data dictionary to CSPro form and data dictionary, you will receive both a CSPro dictionary (.dcf)
and a CSPro form file (.fmf). You can choose to convert either a regular data dictionary (.dic) or a working storage
dictionary (.wst).
At any time in CSPro, you can go to the Tools menu option. Select Convert Dictionary from the menu, then choose to
convert Between CSPro and IMPS in the opening dialog box.
CSPro is much less constrained than CENTRY in the relationship between dictionary records and data entry forms. In
CSPro you can mix dictionary items from different records on the same form. See Issues to Consider When Designing a
Form for more details.
In CSPro you can make the equivalent of the CENTRY "Batch," "Questionnaire," and "Record" screens. If you use this
approach, you must be sure to make all the fields on the "Batch" screen persistent.
Note: The Convert Dictionary tool is no longer distributed with CSPro but is instead available on
www.csprousers.org.
At any time in CSPro, you can go to the Tools menu option. Select Convert Dictionary from the menu, then choose to
convert Between CSPro and ISSA in the opening dialog box.
Next, state that you'd like to convert from ISSA to a CSPro Forms and Data Dictionary. Provide the name of the
original ISSA dictionary file, and the name you would like to call the CSPro form file to be generated (a CSPro dictionary
file will also be created, and its name will be based on the form file name). Press OK when ready and the files will be
created for you. You are then ready to fine-tune the layout of the forms as desired.
Note that this creates a stand-alone dictionary and form file; it does not create a data entry application. Until there exists
Note: The Convert Dictionary tool is no longer distributed with CSPro but is instead available on
www.csprousers.org.
A survey can provide valuable infor ma tion about the population being studied, but because of the limitations of samples,
the results can be generalized only for relatively high-level geographic areas, such as the country as a whole, or
(depending on the way in which the sample was selected) for specific regions or areas of the country (e.g., urban vs.
rural). A census, however, attempts to cover the entire geographic area of the subject population, so it can provide
reliable information at very low levels of geography. In addition to counts (e.g., number of people, number of housing
units, number of farms, number of businesses, etc.), a census usually provides a profile of additional related
characteristics such as fertility, housing quality, acreage, number of employees, and so on.
Census and survey data are used to plan for education, health facilities, administration, and other needs. In order to
implement programs and activities, statistics are needed by government administrators and by private users, including
businesses, industries, research organizations, and the general public. These statistics also may serve as measures of
existing conditions for small areas, providing a basis for planning development programs, and perhaps establishing a
basis for action.
In order to obtain an accurate census or survey, the data must be as free as possible from errors and inconsistencies.
Statistics derived from 'dirty data' (that is, data which still contain errors) may produce an inaccurate profile of the country
or geographic area. Therefore, before any tabulation programs are run, the data should be checked for errors and
changed so that important data items are valid and consistent. This is not to say that correction of data after they are
collected can compensate for poorly collected data. It is not practical (if not impossible) to produce a data file which is
100 percent error free. Every effort at accuracy should be made in all stages of the census or survey.
Errors in Enumeration
Pa ge 931 of 958 Appendix G - Errors in Cens us es a nd Surveys
Two types of errors occur at the enumeration stage: the respondent sometimes errs when giving information to the
enumerator either by offering what the respondent believes to be the "proper response" (as opposed to a truthful
response) to the questions; or by misunderstanding the question; and the enumerator, in asking the questions, recording
the responses, and reviewing entries at the conclusion of the interview, also may add errors to the data.
Little can be done to improve the quality of responses from individuals, except through publicity for the census and well-
trained enumerators who explain the purpose of the census and reasons for asking the various questions. The quality of
enumerators and enumerator training often can be the crucial factors in census processing. Enumerators must be
properly trained in all relevant aspects of census procedures and made to understand why their part of the census is
important, and how the enumeration fits in with the other stages of the census. Pretesting should be used to eliminate
problems in the questionnaires and materials, and to help enumerators obtain the data and complete the enumeration in
the allotted time. Also, since enumerators come from many different backgrounds and have varying levels of education
and training, training must be developed to make certain the enumerators know how to ask the questions to obtain an
unbiased response.
Once the forms leave the enumeration areas, changes can no longer easily be made with the knowledge and help of the
respondents and enumerators, so other procedures must be used to cope with inaccurate, incomplete, or inconsistent
data. During preliminary census office editing, checks of crucial entries must be carried out quickly to determine
completeness and consistency in the collected data. Highly-aberrant forms may be sent back to the field, if time and
money permit. Place codes must be checked for validity, and relationships between numbers of expected individuals as
recorded on the household form, and the actual numbers of individual forms (if individual forms are used) must agree.
Errors in Coding
Precise, detailed instructions for coding in preparation for manual and computer editing must be determined after the
tabulation plans are developed, but before the enumeration is actually undertaken. Back in the census office, it is no
longer possible to make corrections while in contact with the respondents, so editing must be determined on the basis of
assumptions about what the most probable response would be. If computer editing is possible, manual office editing
should be minimized to checking for completeness.
If census data are collected on precoded questionnaires (coded either by respondents or enumerators), and machines
are used to convert the information to computer-readable data, then except for the introduction of errors due to stray
marks or physical problems with the questionnaires, the errors found should be minimal.
Errors may occur when the data are coded, since the coder may miscode some piece of information. If the miscode is
invalid, it should be caught during the computer editing; if the code is valid but incorrect (for example, if two digits are
reversed for the entry for birthplace), the computer will not note the errors, and the information will remain incorrect for the
tabulations. Coders must be trained to edit according to the edit specifications, and efforts must be made to obtain and
maintain quality of coders, 'weeding out' inefficient inaccurate coders. Spot checks and verification of samples from each
coder can help to identify persistent coding errors.
With keyer-based entry, errors are introduced into the data through miskeying. Verification (rekeying or double-keying)
can reduce these errors. A system called "intelligent data entry" (IDE) may be used to prevent invalid entries from ever
getting into the system. An IDE system ensures that the value for each field or data item is within the permissible range
of values for that item. Such a system increases the chance that the data entry operator will key in reasonable data and
With scanning technologies, errors can be more insidious, and proper verification is more time-consuming, because it
will require either manual comparison between the information captured by the scanner and the forms, or the
establishment of a separate keying operation so that keyed output can be compared with scanned output. It is extremely
important not to assume that the use of "advanced" technology reduces or eliminates the need for verification; errors can
and will occur, so they must be caught early in the cycle of capture so that corrective measures (technological or
manual) may be applied. If this is not done, systemic error can corrupt the data beyond repair.
Computer edit checks have been used in almost all censuses carried out since the 1980 round. For proper
implementation of this tool, there must be good communication between the subject-matter specialists and the
programmers. Subject-matter specialists should write complete and clear edit specifications. Programmers should review
these specifications and work closely with subject-matter specialists to resolve questions or difficulties in implementing
the specifications. Programmers also should make sure that subject-matter specialists are involved in testing the edit
programs, that is, in providing test data and reviewing the outputs to insure that all the necessary edits were included in
the specifications. It is the programmers' responsibility to produce an edit program free of errors. If these programs are
inadequately thought out or not completely tested, existing errors in the data may not be corrected and even more errors
may be introduced.
Errors in Tabulation
Errors can occur at the tabulation stage due to improper programming or use of unknown information. Errors at this stage
are difficult to correct without introducing new errors.
Errors in Publication
Errors can occur at the publication stage through lack of inter-tabulation checking, or through printing errors. If errors are
carried through all stages of the process to publication, they will be apparent and the results will be of questionable
value. Most importantly, obvious errors at this stage diminish the credibility of the organization presenting the data.
Finally, it is very important that error analysis be done to help in interpreting the extent and kind of errors in the census
and to aid in preparing for future censuses and surveys.
Dictionary
.dcf Data dictionary
Program Information
.pff Parameters describing how to run any CSPro application
.pffRunner Compilation of PFF files used by the Production Runner
Data File
.csdb CSPro DB data file
.csdbe Encrypted CSPro DB data file
.json JSON data file
.csv Comma Delimited (CSV) data file
.skv Semicolon Delimited data file
.tsv Tab Delimited data file
.xlsx Excel data file
.RData R data file
.xpt SAS data file
.sav SPSS data file
.dta Stata data file
.lst / .html / .json / .xlsx / .csv / Listing file (typically of batch edit results)
.csdb / .dat
.tbw / .lst / .html / .json / .xlsx Frequencies
.impute_freq.lst Imputation frequencies
.impute_stat.csdb Imputation statistics
.sva Contents of saved arrays
Tabulation Application
.xtb Tabulation application
.dcf Data dictionary
.xts Table specifications
.xtb.apc Logic code
.xtb.mgf User-defined messages
.csprops Application properties (optional)
Other
.cmp Comparison specifications for the Compare Data tool
.csds Deployment specifications for the Deploy Application tool
.csdoc CSPro Document
.csdocset CSPro Document Set
.cshtml HTML file, associated with CSView, that has access to the Action Invoker
.cslog Log with paradata events stored during an application's run
.cspack Pack specifications for the Pack Application tool
.exf Export specifications for the Export Data tool
.fqf Frequency specifications for the Tabulate Frequencies tool
.m4a Recorded audio files (AAC audio in an MPEG-4 container)
.ssf Sort specifications for the Sort Data tool
.xl2cs Conversion specifications for the Excel to CSPro tool
Compare the header of a dictionary file from CSPro 7.7 to the current JSON format:
[Dictionary]
Version=CSPro 7.7
Label=Popstan Census
Name=CEN2020
CSPro 8.0+:
{
"software": "CSPro",
"version": 8.0,
"fileType": "dictionary",
"name": "CEN2020",
"labels": [ { "text": "Popstan Census" } ]
}
Because SQLite is such a popular format, there are many free viewers for SQLite that allow you to access unencrypted
databases outside of CSPro.
Perform a variety of operations on SQLite databases using the actions in the Sqlite namespace, part of the
Action Invoker.
Execute a SQL query using the CSPro logic functions sqlquery and paradata.
Run SQL queries on paradata logs using the Paradata Viewer.
Using the sql function modifier, you can call user-defined functions from SQL queries.
1. Convert the data to a flat file with one record per line and all records for a case organized together. (Read more
about data requirements or CSPro's file structure.)
2. Create a CSPro dictionary that describes this data file.
There are many formats from which data can be converted, but converting data to CSPro format from Microsoft Excel is
the most common task. There is a tool, Excel to CSPro, that can do this automatically for you. It is the preferred way of
converting data. It is also possible to create a flat file yourself from within Excel. To convert data to CSPro format:
1. Open a file in Excel. We will demonstrate this conversion using the following file:
4. Remove any specialized formatting attached to cells (unless that formatting is desired in the final output):
5. Set the column widths to appropriate values. When this information is finally saved, the width of each column
determines the length of each item in your CSPro dictionary.
6. Save As, choosing "Formatted Text (Space delimited) (*.prn)" as the output format:
It is a good idea to run frequencies on each item to make sure that the dictionary you created properly describes the .prn
file.
The above example is a rather simple one, but more complex imports, including importing cases with multiple records
(and thus a record type), are also possible.
.ent
.bch
.xtb
.dcf
.fmf
For JSON specification files, set the "editable" property to false. For non-JSON specification files, add the command "
[NoEdit]" at the top of the file.
For example:
{
"software": "CSPro",
"version": 8.0,
"fileType": "dictionary",
"editable": false
}
When the user tries to open any such file, the CSPro Designer will give an error message. However, the user can open
the files in the context of running an application, whether that is running a batch program or exporting data. This setting
only affects the CSPro Designer. It is not particularly robust protection, as a knowledgeable user can remove the
"editable" property from the file, but it will protect against most users modifying specification files. With data entry
applications, .pen files can be distributed for more protection against editing.
Before CSPro 7.0, it was possible to write "<none>" in the Define File Associations dialog to have CSPro create a
temporary data file. Now you can use a None data source.
Data entry applications run as they would with a file specified. Batch applications, however, do not run any logic
associated with elements of the dictionary. Instead only the application preproc and postproc are executed.
PROC GLOBAL
// this function concatenates all the .dat files in a directory by order of date
function ConcatenateDatFiles()
string file_listing_filename = "file_listing.txt";
string output_filename = "Output/CombinedFiles.dat";
// use the DOS dir command to create a file with the list of all .dat files
string listing_call = maketext('cmd /c "dir /b /od *.dat > %s"', file_listing_filename);
execsystem(listing_call, wait);
// open that file and read all of the contents
File file_listing_file;
List string file_list;
file_listing_file.open(file_listing_filename);
file_listing_file.read(file_list);
file_listing_file.close();
filedelete(file_listing_filename);
// create and run a pff to concatenate these files
Pff concat_pff;
concat_pff.setProperty("AppType", "Concatenate");
concat_pff.setProperty("InputData", file_list);
concat_pff.setProperty("OutputData", output_filename);
concat_pff.setProperty("Listing", "ConcatenateDatFiles.lst");
concat_pff.setProperty("ViewListing", "OnError");
concat_pff.setProperty("ViewResults", "No");
concat_pff.exec();
end;
PROC CONCATENATE_FF
ConcatenateDatFiles();
Note that this information applies only to CSPro DB files created in version 7.4 or later. Data files created in earlier
versions store all the data from a case in a single database column so it is not possible to access individual items using
SQL.
In the example above, the dictionary has three records: PERSON_REC, HOUSING_REC and DEATHS_REC. The
database therefore has the corresponding records person_rec, housing_rec and deaths_rec. The dictionary ID items
are in the table level-1 which is linked to the record tables by the column level-1-id.
Each record table has an auto-increment integer primary key column named <record name>-id. This column does not
correspond to any dictionary item and its value is set automatically by SQLite.
Records with multiple occurrences have an additional column named occ which represents the occurrence number. If a
case in the data file has, for example, three occurrences of a particular record then the values of the occ column for the
rows in the record table for that case will be 1, 2 and 3.
All CSPro DB files also have a table named cases that contains additional information about each case in the data file
such as the case label, whether or not the case was deleted, and whether or not it was partially saved. The ID column of
the cases table is a UUID stored as a string. The database table for the first level in the dictionary is linked to the cases
table by this ID column.
Note the use of ` around level-1-id. This is required so that SQLite does not treat the "-" character in the name as a
minus sign which would cause a syntax error.
The query above could potentially include data from deleted cases. To exclude deleted cases, join with the cases table
and filter on the deleted column:
Using GROUP BY, the following query gets the number of households by enumeration area:
See also: SQLite Use in CSPro, sqlquery Function, CSPro DB Data Source
CSPro allows you to explicitly open, close and save data dictionary files independently of other application files. You
must be careful when you do so if more than one application uses the data dictionary.
CSPro applications may optionally contain data dictionaries which represent secondary files, such as lookup files, which
are opened during data entry.
The data dictionary file is a JSON specification file that may be viewed with any text editor, such as Text Viewer or
Notepad. It is not recommended to make changes to this file outside the CSPro environment.
The data entry application file is a JSON specification file that may be viewed with any text editor, such as Text Viewer
or Notepad. It is not recommended to make changes to this file outside the CSPro environment. Advanced users might
do so, however, to change the names of associated files from the CSPro assigned defaults.
CSPro allows you to explicitly open, close and save forms files independently of the application file. When you do so, the
associated data dictionary file is also opened, closed or saved. Note that if you open a forms file you will not have
access to its application's logic. Generally, only advanced users open forms files explicitly.
The forms file is a text file which may be viewed with any text editor, such as Text Viewer or Notepad. It is not
recommended to make changes to this file outside the CSPro environment. Advanced users might do so, however, for
example to change the name of the associated data dictionary file.
By default, the logic file has the same name as the application file, but with a different extension, .apc. This is not a
requirement, however. Advanced users who change the name of this file must also remember to change the
corresponding name in the application file.
You can associate multiple logic files with an application, which can be useful if you have a library of functions that you
would like to share across several applications. To do this, select File -> Add Files and then choose the external logic
Pa ge 943 of 958 Files Des crip on
file to add to the application. The names of any variables or functions defined in that logic file cannot clash with the
names used in the application's primary logic file. If you no longer want to use the external logic file, you can remove it
by selecting File -> Drop Files.
The logic file is a text file which may be viewed with any text editor, such as Text Viewer or Notepad. While you may
make changes to this file outside the CSPro environment, CSPro provides a powerful text editor which is integrated with
the CSPro compiler.
Prior to CSPro 6.0, logic files had the extension .app. Although the default extension has changed, CSPro can still read
applications that have logic files with the .app extension.
You can associate multiple message files with an application, which can be useful if you have messages defined in
multiple languages. To do this, select File -> Add Files and then choose the external message file to add to the
application. If you no longer want to use the external message file, you can remove it by selecting File -> Drop Files.
If the name of an external message file begins with "CSProRuntime," then the messages in that file will override the
CSPro system messages. See Collaborating on CSPro Development for more information about this file.
Basic Messages
Each line in the message file contains one message. A message consists of a message number followed by text. It is
displayed on the entry screen when an errmsg function with the message number is executed in a data entry
application. It is written to the execution report when errmsg function with the message number is executed in a batch
application. The messages can also be accessed with other functions (including maketext).
When errmsg(1) is executed in a data entry application, the message "This is the first message" is displayed on
screen. When errmsg(2) is executed, the message "This is the second message" is displayed.
When the function is executed, it knows to use error message 1 and substitute the word "June" for %s in the message
text, the number 30 for the first %d, and the number 31 for the second %d. The message "The month of June has only 30
days. You entered 31!" will be displayed on the screen.
The more general the arguments of the message, the more flexible the message. In the example below, the value of the
variable HHDAY is used as an argument. The error message will use the value of HHDAY if the errmsg function is
executed.
PROC HHDAY
if HHMONTH = 6 and HHDAY > 30 then
errmsg(1, "June", 30, HHDAY);
reenter;
endif;
There are three ways to mark message text as a comment. In all cases, the comment characters must appear at the
beginning of the line. You can use single-line comments (//), and both the new and old logic versions of multiline
comments (/* */, { }). Unlike in logic, multiline comments cannot appear in the middle of a line. A multiline comment
can end on the same line that it started, or at the beginning of a subsequent line.
// Global messages
0001 If the interview result code <> 1 (interview started), the interview will terminate.
0002 If consent is not given, the interview will terminate.
0003 Consent was previously given, are you sure you wish to change it to no?
/* Date-related messages */
0020 Interview year (%d) cannot be after system year (%d).
0021 Interview date (YYYY/MM/DD=%4d/%02d/%02d) cannot be after system date
(YYYY/MM/DD=%4d/%02d/%02d).
0022 Invalid date (month/day combo not possible MM/DD=%02d/%02d).
101 Hello
ZH(101) 你好
FR(101) Bonjour
CSPro will automatically display the correct message based on the current language. If no translated message exists for
the current language, the default message is shown.
Using the Language= directive declares that all subsequent error messages are in a given language. For example, the
previous example could be rewritten as:
If you would like to define messages for multiple languages at the same time, separate the name of each language with a
comma:
Language=HI, PA
101 नम ते
You can also use the message file to translate string literals that are used along with the tr function. For example:
ZH("Hello") 你好
FR("Hello") Bonjour
Calling tr("Hello") in logic will display the correct string based on the current language.
Based on the logic version, escape sequences in translated string literals may be processed. For example:
See also: Multiple Language Applications, Message Action Invoker Namespace, tr Function
File Format
Most users do not need to understand the internal format of the .qsf file, but for advanced users who wish to use their
own tools to read or generate question files the following section describes the file format.
You should avoid editing the question text file by hand, since small changes to the content or indentation can easily
render the file unreadable by CSPro.
At the top-level the .qsf contains a mapping (associative array) with the following keys:
Languages
Each language is a mapping with two keys, name and label, which contain the name and label defined in the languages
dialog available from the CAPI menu.
Pa ge 946 of 958 Files Des crip on
languages:
- name: EN
label: English
- name: FR
label: French
Styles
The list of styles is used to populate the styles dropdown in the question text editor which can be customized using the
Edit Styles dialog available from the CAPI menu.
Styles are implemented using CSS (Cascading Style Sheets) classes. Since the question text itself is in HTML format,
styles are applied to the question text using CSS classes just as one would in a standard HTML web page. Each style
in the list of styles in the question text file is implemented using a CSS class that describes the style using standard
CSS style rules.
Each style in the question text file is a mapping with three keys:
name: name displayed in the style dropdown and in the Edit Styles dialog
className: CSS class name used for the style in the HTML question text
css: CSS style definition
styles:
- name: Normal
className: normal
css: |
font-family: Arial;font-size: 16px;
- name: Instruction
className: instruction
css: |
font-family: Arial;font-size: 14px;color: #0000FF;
If you were defining the above classes in a CSS file rather in CSPro you would have:
If in the question text editor in CSPro you set the style for a block of text, the editor will modify the HTML to apply the
selected style; e.g.:
Any HTML that does not have a class specified will have the normal style applied. This is done by applying the normal
class to the body element of the HTML document.
Note: Prior to version 7.6, the format of the question text file was Rich Text Format (RTF). Opening an older data entry
application in version 7.6 onwards will automatically convert the QSF file from RTF to HTML—though you must edit the
QSF file to force the conversion. The original RTF will be retained as xxx.qsf.backup. Data entry applications with
question text created or edited in version 7.6 can no longer be opened in older versions of CSPro.
Questions
The bulk of the question text is made up of a list of questions where each question is a mapping with a name and a list
of conditions.
The name is the fully qualified name of the dictionary item that the question text is displayed for. This is name of the
dictionary and the name of the item separated by period; e.g., SIMPLECAPI_DICT.AGE. For question text that is
applied to blocks, the name is simply the name of the block with no dictionary name or period.
questions:
- name: SIMPLECAPI_DICT.RELATIONSHIP
conditions:
- logic: headKnown = 0
questionText:
EN: |
<p><span class="name">~~PersonName()~~:</span> Are you the head of household? If n
FR: |
<p><span class="name">~~PersonName()~~:</span> Êtes-vous le chef de ménage? Sinon,
helpText:
EN: |
FR: |
- logic: headKnown = 1
questionText:
EN: |
<p><span class="name">~~PersonName()~~:</span> What is your relationship to ~~head
FR: |
<p><span class="name">~~PersonName()~~:</span> Quel est votre lien de parenté avec
helpText:
EN: |
FR: |
Program Task
CSBatch Batch Edits
CSConcat Concatenate Data
CSDeploy Deploy Application(s)
CSDiff Compare Data
CSEntry Data Entry
CSExport Export Data
Pa ge 948 of 958 Files Des crip on
CSFreq Tabulate Frequencies
CSIndex Index Data
CSPack Pack Application(s)
CSReFmt Reformat Data
CSSort Sort Data
CSTab Tabulate Data
CSView View File in a Web Browser
DataViewer Synchronize Data
Excel2CSPro Convert Excel to CSPro Data
ParadataConcat Concatenate Paradata
CSPro automatically generates an index file when creating a new data file. CSPro then coordinates between both files as
cases are added, modified, or deleted.
When CSPro opens a data file, it looks for the corresponding index file. If it does not find one, CSPro automatically
generates a new one. If you suspect, for any reason, that the index file has been corrupted, or does not match the data
file, simply delete the index file and let CSPro generate a new one.
An index is only created for Text and JSON data sources. Prior to CSPro 7.0, the data file index had the extension .idx.
Note text can contain newline characters. If the note text is automatically wrapped in the note text box, there will be no
newline characters, but the user can use the Enter key to manually insert new lines. If using the Original logic version,
newlines will be written as \n and backslash characters will be written as \\. Using the CSPro 8.0+ logic version, newline
characters are written as  .
The .csnot file can be processed by another CSPro application by creating a data dictionary for it. You can use the
Dictionary Macros function to automatically create this dictionary.
Notes can be created, edited, and deleted using the getnote, putnote, and editnote functions.
Notes for non-text files (such as CSPro DB) are stored within the file itself and not in a .csnot file. Prior to CSPro 7.0, the
notes file had the extension .not.
The .sts file is a text file and you can view this file in Text Viewer.
If necessary, you can modify this file in a text editor. However, you should manipulate this file with extreme caution. If
you modify it incorrectly, you can lose information about partially entered cases or which cases have been verified.
Status information for non-text files (such as CSPro DB) is stored within the file itself and not in a .sts file.
You can use the Paradata Viewer to view the contents of the file. Advanced users can also query paradata logs by using
the paradata logic function. Paradata can be synchronized between devices or servers by using the syncparadata
function.
You can combine multiple paradata logs into a single log by using the Paradata Concatenator tool.
Note: For CAPI entry applications, a .cslog file is generated, which can be viewed using the Paradata Viewer Tool.
Each record in the .log file represents one data entry session. The record layout is as follows:
Position Contents
1-3 Mode (ADD, MOD, or VER)
4 comma
5 - 36 Operator ID (as entered)
37 comma
38 - 47 Start date (mm/dd/yyyy)
48 comma
49 - 56 Start time (hh:mm:ss)
57 comma
58 - 65 End time (hh:mm:ss)
66 comma
67 - 74 Total time (End time - Start time) (seconds)
75 comma
76 - 83 Pause time (seconds)
84 comma
85 - 92 Number of cases written
93 comma
94 - 101 Number of records written
102 comma
103 - 110 Number of keystrokes
111 comma
112 - 119 Number of bad keystrokes
120 comma
121 - 128 Number of fields with errors attributed to keyer
129 comma
130 - 137 Number of fields with errors attributed to verifyer
138 comma
139 - 146 Total number of fields verified
Listing File
The listing file contains information about how an application was run and contains the results of the program's
operations. It gives the following information:
The listing file associated with a batch edit application is often the primary output of the application. For most other
applications and tools, the listing file is a secondary output. For data entry applications, this file can be useful for
monitoring the work of keyers in training and identifying problem keyers.
Using any extension not in the table above will result in a text listing file.
The Excel, CSV (comma-separated values), and CSPro Data listing files can only be used with applications that contain
an input dictionary so they are not suitable for some tabulation applications.
Whereas the text and HTML listing files display keys of cases that had errors in text format, the JSON, Excel, CSV, and
CSPro Data listing files output these keys as separate columns/items (e.g., "0901" vs. PROVINCE: 9 / DISTRICT: 1).
Error messages that occur outside of a case (for example during the application procedure) are written to all listing file
formats except for CSPro Data, which only contains information about case-related errors. When using the CSPro Data
listing file, a dictionary that describes the data file will be output using the name of the listing file with the added
extension .dcf.
A data entry application's listing file is appended to any existing listing file, whereas listing files for batch and most
tabulation applications are created from scratch for the program's run. JSON and Excel listing files do not support
append mode so they may not be a suitable format for data entry or tabulation applications.
Frequencies File
The frequencies file contains the frequency tables generated by using the Freq statement or when calling the Freq.save
function. When using frequencies in an application, you can specify the name of the file in the File Associations dialog.
You can also manually specify the name using the Freqs attribute in a PFF file.
If no frequencies file is specified, then frequency tables will be saved to the listing file if possible. Only text, HTML, and
JSON listing files support the saving of frequencies.
Using any extension not in the table above will result in a text frequencies file. When writing text frequencies, you can
use the ListingWidth PFF attribute to modify the width of the tables.
Frequency Table
A frequency table contains between five and eight columns. The order of the columns depends on the file format.
Based on the frequency generation settings, sometimes the value and label columns will be combined. The net percent
columns will be suppressed If no non-blank values are tallied or if the nonetpercents command is used.
The batch edit application file is a JSON specification file that may be viewed with any text editor, such as Text Viewer or
Notepad. It is not recommended to make changes to this file outside the CSPro environment. Advanced users might do
so, however, to change the names of associated files from the CSPro assigned defaults.
CSPro creates the saved arrays file automatically when one or more arrays in an application are marked as a saved
array. The name of the saved arrays file is generally the same as that of the application with the additional .sva file
extension added (e.g., application_name.bch.sva), but it can be modified using the PFF SaveArray attribute.
The saved arrays file is a text file that may be viewed with any text editor, such as Text Viewer or Notepad, or using the
Save Array Viewer. It is not recommended to make changes to this file outside the CSPro environment. Advanced users
Pa ge 953 of 958 Files Des crip on
might do so, however, to set initial values for arrays.
If you want to prevent the file from being updated after a run, which may be desirable if you want to produce the same
results from run to run, you can disable the update via logic:
setproperty("UpdateSaveArrayFile", "No");
CSPro allows you to open, close and save tabulation application files. When you do so, all other files associated with the
application are also opened, closed or saved.
The tabulation application file is a JSON specification file that may be viewed with any text editor, such as Text Viewer or
Notepad. It is not recommended to make changes to this file outside the CSPro environment. Advanced users might do
so, however, to change the names of associated files from the CSPro assigned defaults.
The tabulation specifications file is a text file that may be viewed with any text editor, such as Text Viewer or Notepad. It
is not recommended to make changes to this file outside the CSPro environment.
The Area Names file defines the hierarchical levels of geography and assigns text names to the numeric codes for each
geographic unit. The items must be defined in the common part of the data dictionary and should be listed in order from
major to minor division.
A table matrices file may also contain the output of the Consolidate process of CSPro, where table matrices for one
geographic level are added together to produce table matrices for a higher geographic level.
See also: Table Matrices Index File (.tabidx), Introduction to Run in Parts
Documentation about JSON representations feature will come in a future release. In the meantime you can see if the
documentation is updated at:
https://www.csprousers.org/help/CSPro/symbols_json_representation.html
https://www.csprousers.org/help/CSPro/Case_json_representation.html
Symbol Options
The following options control how some symbols are serialized. The default behavior is marked with ⁺⁺⁺.
"binaryDataFormat" "dataUrl" Determines how the data of symbols that contain binary data
"localhostUrl" ⁺⁺⁺ (e.g., Image) is written.
"jsonFormat" "compact" ⁺⁺⁺ Determines if the JSON is written with no extra spacing
"pretty" (compact), or in a more readable format with spaces and
newlines (pretty).
Case Options
The following options control how case data is serialized. The default behavior is marked with ⁺⁺⁺.
"writeLabels" true If true, the value set label associated with the item is
false ⁺⁺⁺ written along with the code.
Example
string caseJson = CS.Data.getCase(name := "JAMAICA_POP_DICT",
serializationOptions := @object "{ \"writeLabels\": true }");