© Matti Mattila, CPFA, CISA, CIA

3. Field Examining Macro

Previous Item Next item Previous menu
Effective data analysis requires that data to be analysed has been adequately classified and effectively validated (through edits and controls). You obtain assurance about the quality of data e.g. by
- familiarizing yourself in data classification philosophy and reports made using the data
- testing controls used in validating the data
- examining the data itself (browsing the file, examining field statistics, etc.)
Picture 1
You can examine data more effectively and efficiently using macros. I made one to help me in learning contents of any character field in any IDEA file. The macro provides me with following information
- how many fields do not contain information i.e. are blank i.e. contain 0 characters.
- in how many positions of the field there is information (characters).
- what characters does the information consist of and how many are they.
On conclution of the run the macro displays the results. They are also saved in in a txt file bearing name of the field analysed (see picture to the right). I can open and edit the text file e.g. with notepad.
Depending on the file size, field contents and processing capacities of a computer the analysis can take from a couple of seconds to several (tens of) minutes!
You can download demo version of FEMM.ISS (Fmm.ise) here. Its functionality is limited up to first 500 records.
See also functionality of 'TexEdi' Excel macro in file examination!