Desktop User Guides > Professional > Data management scripting > Samples > Using the sample DMS files > Sample DMS include files
 
Sample DMS include files
CardCols.dms
This is an OnBeforeJobStarts Event section that uses the Metadata Model to Quantum component to set up card, column, and punch definitions. This Include file is designed to be used with text substitution as shown in RDBToQuantum.dms.
CardColsExtra.dms
This is an OnAfterMetaDataTransformation Event section that uses the Metadata Model to Quantum component to set up card, column, and punch definitions in the output metadata. This can be used to set up card, column, and punch definitions for variables created in the Metadata section. This Include file is designed to be used in a DMS file that contains a Logging section as shown in MDM2QuantumExtra.dms.
CardColsPlus.dms
This is an OnBeforeJobStarts Event section that creates an .mdd file from a proprietary metadata source, sets up system variables and uses the Metadata Model to Quantum component to set up card, column, and punch definitions. It also contains an OnJobStart Event section that initializes a counter that is used in the OnNextCase Event section to set up case data for Respondent.Serial. This Include file is designed to be used with text substitution as shown in SavToQuantum.dms.
DDFInput.dms
An InputDataSource section that uses UNICOM Intelligence Data File CDSC to read the case data in a .ddf file and the metadata in a .mdd file. This Include file is designed to be used with text substitution as shown in MSExcelTables.dms.
DDFOutput.dms
An OutputDataSource section that uses the UNICOM Intelligence Data File CDSC to write to a UNICOM Intelligence Data File (.ddf). This Include file is designed to be used with text substitution as shown in MSExcelTables.dms.
Include1.dms
This is an Include file that is referenced by the IncludeExample.dms sample file.
Include2.dms
This is an Include file that is referenced by the IncludeExample.dms sample file.
LoggingSection.dms
A standard Logging section that can be included in any DMS file. For more information, see Logging section.
LogInput.dms
An InputDataSource section that uses Log DSC to read a UNICOM Intelligence log file. This Include file is designed to be used with text substitution.
MS-prefixed sample Include files
These samples integrate with Microsoft Office applications and are listed separately. For more information, see Sample DMS files that integrate with Microsoft Office.
QdiDrsInput.dms
A connection string that uses QDI/DRS DSC to read Quancept data for use in an InputDataSource section. This Include file is designed to be used with text substitution.
QuantumOutput.dms
An OutputDataSource section that uses Quantum DSC to write case data to a Quantum-format ASCII file. This Include file is designed to be used with text substitution as shown in MDM2Quantum.dms.
QuantumOutput2.dms
An OutputDataSource section that uses Quantum DSC to write case data to a Quantum-format ASCII file but does not save the output metadata file. This Include file is designed to be used with text substitution.
QuanvertInput.dms
An InputDataSource section that uses Quanvert DSC to read the case data and metadata in an .mdd file. This Include file is designed to be used with text substitution as shown in QuanvertToSav.dms.
RDBInput.dms
An InputDataSource section that uses RDB DSC 2 to read a relational MR database. This Include file is designed to be used with text substitution as shown in RDBToQuantum.dms.
RDBOutput.dms
An OutputDataSource section that uses RDB DSC 2 to write to a relational MR database. This Include file is designed to be used with text substitution as shown in SavToRDB.dms.
SavInput.dms
An InputDataSource section that uses SPSS Statistics SAV DSC to read case data and metadata. This Include file is designed to be used with text substitution as shown in SavToDDF.dms.
SavMddInput.dms
An InputDataSource section that includes a select query, an .mdd file and uses SPSS Statistics SAV DSC to read case data. This Include file is designed to be used with text substitution as shown in SavToQuantum.dms.
SavOutput.dms
An OutputDataSource section that uses SPSS Statistics SAV DSC to write to a .sav file. This Include file is designed to be used with text substitution.
Requirements
UNICOM Intelligence Professional 7.5
Some scripts require the use of a SQL Server database
See
Using the sample DMS files