Paul Rockley FSLG - 29th September 2016

Slides:



Advertisements
Similar presentations
Capture of accurate job, audit & other records for your mobile workforce Solution.
Advertisements

Writing functions in R Some handy advice for creating your own functions.
Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.
Accuracy Assessment Error Matrix Program Kamini Yadav and Russ Congalton.
Code 2 Layers. Step 1 Using 2 Layers Step 2: There are 2 layers Using 2 Layers.
Millennium Scheduler. 2 Scheduler How to find “Scheduler” Overview Making a task Making a schedule Bugs ________________________________________ More.
Blank Template. Office of Research Services Template Heading Sub text in line form.
Improving the Welcome Process for Regular Givers Michael Ward Database Marketing Coordinator ThankQ Tech Forum 13 February 2013.
A Visual Comparison Approach to Automated Regression Testing (PDF to PDF Compare)
The NetBeans IDE CSIS 3701: Advanced Object Oriented Programming.
Automated Data Analysis National Center for Immunization & Respiratory Diseases Influenza Division Nishan Ahmed Data Management Training Cairo, Egypt April.
For Version 6.0 and later Lattice3D Reporter Tutorial For Version 6.0 and later LATTICE TECHNOLOGY, INC.
Sara Teel Units A-H and L-M.  The different types of computers  The types of computer systems  Input and Output devices  Processing data  Memory.
MAIL MERGE Designing Documents with. Terms Mail Merge: A process that inserts variable information into a standardized document to produce a personalized.
How to develop your website Chapter Websites Denise R. E. Copeland
MS Word – Mail Merge Basic Steps Create Letter/Labels general information Create Excel File with variable Data Link Files through Mail Merge in Word Print.
"Automated data collection in accommodation statistics: a European overview" Rome, 3 rd December 2012.
Standard Grade Computing General Purpose Packages WORD-PROCESSING WORD-PROCESSING Chapter 2.
WORD PROCESSING Definition: A word processor (more formally known as document preparation system) is a computer application (Program) used for the production.
Engineer Training RTRun – Real Time Software TJ8300 / TJ8500 RTRun – Real Time Software.
CREATING TEMPLATES CREATING CUSTOM CHARACTERS IMPORTING BATCH DATA SAVING DATA & TEMPLATES CREATING SERIES DATA PRINTING THE DATA.
Applications of MS-Word ● Letters Microsoft Word 2007 is a great tool that allows you to draft a number of written correspondences, from simple.
_______________________________________________________________CMAQ Libraries and Utilities ___________________________________________________Community.
Review the templating process Take one of your own existing essays. Copy and paste a page of that essay into the Text-Template Format all the paragraphs.
Altman IM Ltd | | process | verify | convert | route | connect Prism Software’s solutions provide advanced workflow.
Verification & Validation. Batch processing In a batch processing system, documents such as sales orders are collected into batches of typically 50 documents.
Chapter 14 Formatting Readable Output. Chapter Objectives  Add a column heading with a line break to a report  Format the appearance of numeric data.
Pasewark & Pasewark 1 PowerPoint Lesson 2 Creating and Enhancing PowerPoint Presentations Part 2 Microsoft Office 2007: Introductory.
Mark Maizonnasse, Creaform IMPROVEMENT OF AIRCRAFT MECHANICAL DAMAGE INSPECTION WITH ADVANCED 3D IMAGING TECHNOLOGIES.
Open GSBPM compliant data processing system in Statistics Estonia (VAIS) 2011 MSIS Conference Maia Ennok Head of Data Warehouse Service Data Processing.
Computer Literacy for IC 3 Unit 2: Using Productivity Software Chapter 3: Formatting and Organizing Paragraphs and Documents © 2010 Pearson Education,
Confidential © , Amazon.com, Inc. or its affiliates. All rights reserved. Getting off to a good start after Christmas Part 2: Clearing up Your.
John Porter Sheng Shan Lu M. Gastil Gastil-Buhl With special thanks to Chau-Chin Lin and Chi-Wen Hsaio.
1 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Channel Confidential Cisco Security Conversion Tool (SCT) Check Point ™ to Cisco Conversion Tool.
Manual for Timetable Creation JSS Academy of Technical Education, Bangalore.
Coding Preparing The Research for Data Entry. Coding (defined) Coding is the process of converting questionnaire responses into a form that a computer.
Statistics Estonia's new system for statistical data activity processing (VAIS) ITDG Luxembourg 2010 Allan Randlepp.
UNSD-UNESCAP Regional Workshop on Census Data Processing: Contemporary technologies for data capture, methodology and practice of data editing, documentation.
Template v4 September 27, Copyright © Infor. All Rights Reserved. 1 Infor Factory Track TM 6.00 Payroll Process in Time Track.
Forest Plotting Analysis Macro %FORESTPLOT (Paper 3419)
What Should I Do if My Style Is Not Included?
Advance Steel: Automatic generation
Inclusive practice in teaching
A video coding and data visualization tool
Performing Mail Merges
A First Book of ANSI C Fourth Edition
Session 8 Data Processing Estonian case study
به نام خدا كاربرد كامپيوتر در مهندسي صنايع نرم افزار spss
Web Statistics Statistics collected from
The Administrator Training Adventure
07 | Workflows Chris Johnson | SharePoint Guru
Performing Polygon-to-Polygon Predictions Using Areal Interpolation
Building Web Applications
Mail Merge a letter for Integration Office 2016
PowerPoint Lesson 2 Creating and Enhancing PowerPoint Presentations
Claire Osgood November 2017
PowerCampus: PowerUP! Saving time in the Enrollment Office
Medications Utilities – Mass Void Medications
Quick Start Guide   Export data GM Pro 7.4.
Software Support Features
State of play of Urban Audit
Latches and Flip-Flops
Automating SAS through the Power of VB Script
Prodcom ESTP course October Variables and their definitions
SFTP file transfers for Imports and Exports.
PPT and video are due no later than March 1, 2019
VIETNAM ACADEMY OF SCIENCE AND TECHNOLOGY
D3.1 Accessibility Statement Generator
Quick statistics - how to deal with quality?
Refined14ReportPowerpointTopic templates
Presentation transcript:

Paul Rockley FSLG - 29th September 2016 Creating PX Files Paul Rockley FSLG - 29th September 2016 www.cso.ie

PX-file First steps Moving to Automation PX file composition Program workflow

First Steps Options for Manual Creation R Software Advice PX-Make (Statistics Denmark) PX-Edit (Statistics Finland) R Software pxR Package Advice Statistics Finland site http://tilastokeskus.fi/tup/pcaxis/lataus_tyokalut_en.html www.cso.ie

Why Automate? Input Errors reduced Speed Reproducibility www.cso.ie

PX File - Composition Two Parts… Header Data www.cso.ie

PX file example used in presentation… Month Location Sex Age Group Statistic www.cso.ie

PX File - Header Coding of Variables… www.cso.ie

PX File - Data HEADER DATA www.cso.ie

Program Workflow Summarise Merge Create PX file PX www.cso.ie

Process 1 Summarise www.cso.ie

Process 1 – Summarise www.cso.ie

Process 2 Merge Merge on composite key www.cso.ie

PX Process 3 Create PX file Create blank PX file Header - read in PX header template and replace marker text Data - write to file after formatting and confidentiality checks www.cso.ie

Detail – 2) Read in PX header template and replace marker text Process 3 – Create PX file www.cso.ie

Detail – 3) Write data to PX file Process 3 – Create PX file www.cso.ie

Detail – 3.1) Formatted Output Process 3 – Create PX file www.cso.ie

Detail – 3.2) Confidentiality Process 3 – Create PX file www.cso.ie

PX-file www.cso.ie

Thank you www.cso.ie