THE INTRICATE ORGANIZATION AND MANAGEMENT OF CLINICAL RESEARCH LABORATORY SAMPLES USING SAS/AF"

Size: px
Start display at page:

Download "THE INTRICATE ORGANIZATION AND MANAGEMENT OF CLINICAL RESEARCH LABORATORY SAMPLES USING SAS/AF""

Transcription

1 THE INTRICATE ORGANIZATION AND MANAGEMENT OF CLINICAL RESEARCH LABORATORY SAMPLES USING SAS/AF" Jacqueline A. Wendel, M.S., University of Rochester Daniel A. Nosek, University of Rochester ABSTRACT: The Core Laboratory of the General Clinical Research Center at the University of Rochester processes thousands of blood and urine samples to obtain data for different research studies. A system is needed to label, organize and track these samples in order to facilitate data analysis. The linkage of the three tasks allows for the most efficient means of data entry and analysis. The system must be able to fulfill the needs of the nursing personnel obtaining the samples, the lab personnel running tests on the samples and the investigators using the data to analyze and publish the results of their studies. An application was developed that mainly utilizes SAS/ AF", but is supplemented by SAS Screen Control Language and Macro Variables. It consists of three main subunits. The first generates the labels for the sample tubes. The second enters a record of these tubes into the lab log. The third subunit generates reports used to analyze the data. The system features reduced duplicate entry time, increased quality control and direct transfer of data to the investigator. INTRODUCTION: The General Clinical Research Center (GCRC) is a multidisciplinary unit funded by the National Institutes of Health (NIH) which provides inpatient and outpatient beds, nursing staff, a metabolic kitchen, a computing facility and a core laboratory to facilitate NIH sponsored research in our institution. Due to the large number of protocols which utilize the services of the Core Laboratory annually, a mechanism was required to handle the labelling of acquired samples and the further reporting and analysis of these samples. SAS/AF is used in conjunction with SAS/FSP" to provide a complete data management system for all samples processed by the GCRC Core Laboratory. The services provided by both nursing staff and laboratory technicians were assessed to define areas where duplication of effort existed and to streamline the collection process, the processing of specimens and distribution of results to GCRC investigators. LABEL GENERATION & MANAGEMENT The entry point of a sample is determined at the time the protocol is set up by the investigator. Each research protocol has a well defmed collection process which is outlined for the nursing staff in advance through a Protocol Flowsheet. The flow sheet shows the time, amount of sample, type of test to be processed and tube type used for each collection period. From this document the nursing staff ascertains which samples are to be sent to the GCRC Core Laboratory. The flowsheet identifies other samples which may be sent to the Hospital laboratories or to outside laboratories. When the application in SAS/ AF begins, the following menu is displayed: WELCOME TO THE GCRC TUBE LABEL SYSTEM You have the following options: 1130

2 0 Quit 1... Enter Protocol Data for Labels 2 Enter Patient Data & Print Labels Please Enter an Option Number: Option 0 exits the labelling system completely and returns you to the VMS "$" prompt. PROTOCOL DATA The Protocol Worksheet described previously is the basis for the Protocol Data Base included in this portion of the system. SAS/FSP was used to create user friendly data entry screens which include information for each tube label to be prepared for each study. The study type and the protocol number are key fields to this data set because many protocols may have more than one study type. Option I opens the SAS/FSP data entry screen to enter the information for individual labels based on the Protocol Flow Sheet. Each observation in the SAS dataset corresponds to a tube label for the study to be performed. Variables in each observation include the GCRC assigned protocol number, time point for the sample, a description of the label (ie. grey top, red top etc.), the type of study (ie. clamp, leucine, etc.) and a coded variable to indicate the destination of the tube. A" I" in this field indicates that it is a tube destined for the Core Laboratory and is a blood specimen. A "2" indicates a urine sample. Labels are created for all tubes used in the study including backups. A specific protocol may have more than one type of study in the protocol dataset. The observations for each type of study are entered once and become part of the permanent dataset until such time as a protocol or study type are terminated by the investigator. ENTER PATIENT DATAl PRINT LABELS When a patient is scheduled for a specific study on the patient unit, Option 2 is used to enter the patient and study information necessary to create labels. Macro variables are used in the AF screen for the patient last and first name, date of the study, protocol number and type of study to be performed. Once this information is entered and the END command is entered, the data are match merged with the protocol data base to create all labels for samples to be collected during the study. Initially, the program checks for invalid entries to the screen. For example, if any field on the screen is blank, the program will not process the label and the user is returned to the main menu. In the case of a valid entry, a PROC SORT is used on the data set containing the protocol information with the BY variables protocol number and type. It is then match merged with the single observation data set created from the data entry screen which contains patient and protocol information, using the same BY variables. Once the label file has been created, samples which will be processed by the Core Laboratory are assigned sequential log numbers and placed in a temporary log file for later placement in the permanent sample log data base. Assignment of the sequential log number is a complex process. Because samples may be entered to the permanent log file manually, it is necessary to ensure that log numbers are not duplicated in the temporary log file. Therefore, both the temporary and the permanent log files are reviewed to find the largest existing log number. This number is stored and used as a seed for the subsequent log numbers. Labels are created using PROC FORMAT and 1131

3 are printed on the laser printer in the computing facility. LAB DATA MANAGEMENT SYSTEM The Laboratory Data System contains all processes for logging samples received, entering results obtained from the assays, and reporting the results to the investigator for later analysis. In addition it provides statistical analysis for NllI utilization reporting. The Laboratory Director made the decision early to maintain separate log and results files for urines and bloods, rather than using a code variable to distinguish between sample types. Therefore, a menu selection at different points in the system asks whether the specimen is blood or urine. The main menu of this system includes the following options: 1. Enter log data 2. Enter test data 3. Generate reports 4. Create data set for investigator 5. Modify temporary files 6. Exit application MANAGING TEMPORARY FILES The process of creating tube labels places log numbers on samples to be sent to the core lab and stores observations in a temporary log file which correspond to those samples. Samples which are to be processed by the core laboratory are placed into a temporary log file because circumstances during the actual conduct of the study may reduce the number of samples to be collected. Because of the large number of studies and the large number of tubes which must be labelled for each study, most labels are created prior to the actual study date. In some cases, the study may be cancelled or the patient may not show up for the study. Observations of this type placed in the temporary file should not become part of the permanent log data set. Option 5 of the main menu leads to a sub-menu which contains the following log file maintenance options: 1. Print labels in temporary me 2. Delete labels from temporary me 3. Enter labels into the lab log PRINTING LOGGED SAMPLES Option I prints the contents of the temporary log file for review by the Core Laboratory staff. This report allows verification that the tubes received by laboratory personnel match what has been entered to the log. This tool can be used by both nursing and technical staff. DELETING OBSERVATIONS FROM THE TEMPORARY FILE Once the temporary log file has been reviewed, incorrect observations are deleted through Option 2. Macro variables are used to provide a range of log numbers to be deleted from the log file. A single sample which was not collected or an entire study can be deleted with this option. This eliminates unnecessary entries in the log file and reduces storage requirements. The program checks to be sure that the beginning log number is less than the second log number when records are deleted. If the beginning and ending log numbers are the same, then only one observation is to be deleted. CONVERTING DATA FROM THE TEMPORARY LOG TO THE PERMANENT LOG FILE Once a study has been completed, the log numbers included in the temporary log file may be merged into the permanent blood or urine log 1132

4 file for further processing and reporting by the laboratory technicians. Option 3 prompts for the beginning and ending log number which should be merged to the permanent log file. The appropriate range tests are included in the process to check that data entry at this point is correct and to avoid unnecessary additions to the permanent log. Again, one or many samples may be moved to the permanent file. MANUAL LOG DATA ENTRY From time to time the Core Laboratory will process samples which were not obtained at the GCRC of the University of Rochester. Manual data entry is required to incorporate these samples into the permanent log. SAS/FSP has been used to create user friendly data entry screens for these samples. Sequential log numbers for these samples will be assigned manually after reviewing both the temporary and permanent log files to ascertain the next number to be assigned. If this step is ignored, inappropriate reporting will occur due to duplicate log numbers in the file. TEST DATA ENTRY A SAS/FSP data entry screen is available for each test which the core laboratory performs. The log number is the key field which links the permanent log file to these test result files. Tests are also distinguished by the type of sample which is used. For example the Core Laboratory performs creatinine determinations on both urine and blood. A separate data set and FSP screen is used for the results of each type of test. Many of the result data sets include calculations which are made from the raw data generated by the assay. These calculations are performed at the time the variables required are entered and return is pressed. These values are part of the permanent data set and are reported to the investigator. REPORT GENERATION A variety of reports are available which include: reporting data from the permanent log file and reporting test results in hard copy and file transfer format. Macro variables are used in a report screen to store report requests. Reports may be sorted by specific patient (name or identifier), protocol, range of dates, assigned log number or type of test. A specific value for any of the options listed above may also be entered. Choice lists are provided for the type of test, variables to sort by, and levels of sorting. The number of tests run and not run can be reported to plan and schedule assay runs at any given time. End of the year reporting to NIH is performed through these functions. INVESTIGATOR DATA SET CREATION AND TRANSFER A number of investigators utilizing the services of the Core Laboratory also utilize the GCRC Computing Facility for data management and analysis. A procedure was established which allows the technician to transfer directly test result data from the Core Laboratory account to a SAS data set in the investigator's account on the V AX: system. Option 4 from the main menu leads to the following data entry screen : Please enter protocol number: &PROT 1133

5 Please enter the desired test: &TEST Please enter directory: &DRECTRY Do you wish to obtain a printed copy?: &C EXIT: &E The first variable "&PROT" refers to the specific CRC protocol to be transferred. The test name must be a specific test which the laboratory performs. If the test name is in doubt, enter a "7" and a choice list will appear. The directory is a VMS user directory where result data sets and catalogs are to be moved. This must be entered without the brackets "0" normally used in a VMS directory specification. The directory must have appropriate VMS protections to allow the lab account to write to it. The results being sent to the user directory can also be printed locally. At the exit prompt answer either Y to leave and return to the previous menu, or N to remain in the screen and perform another file transfer. This capability has decreased data entry time for investigators and improved quality control by eliminating duplicate data entry. Investigators who utilize PC SAS in their own department may also utilize this facility. CONCLUSION/BENEFITS The development of a comprehensive data management system for the core laboratory has provided an electronic environment for labelling, logging and reporting laboratory results. The institution of the system has had varying effects on the departments within the General Clinical Research Center. Nursing Impact: When initially introduced to Nursing staff, the SAS system was in the form of an independent label system. That system reduced manual tube label generation time significantly. In an effort to decrease data entry time for the laboratory staff, the new label system was incorporated into the Lab Data Management software. The result of this merger has been a slower system for label production when the temporary log file is not properly maintained. Nursing must be more acutely aware of the needs of the core laboratory and keep informed of the change in procedures in the laboratory. Data entry for a protocol occurs only one time at this point. This reduces errors when compared to producing manual labels for studies which sometimes include over 100 labels. Core Laboratory Impact: The computerized approach to data management has improved the reporting capabilities significantly. Handwritten logs which were part of the previous manual system no longer exist. Reporting formats are consistent and contain information valuable to both the laboratory and the investigator. The laboratory must report the number and type of samples analyzed on an annual basis. This system provides a prompt and accurate means of reporting utilization to the funding agency. Manually logging of GCRC acquired samples is no longer performed by technical staff. According to a Core Laboratory Director, this has resulted in a 5 to 8 hour a week reduction in data entry time. 1134

6 Investigator Impact: Once samples have been analyzed and results entered into the system, the investigator can receive reports from the system. Investigators can receive reports as paper hard copy, file transfers or both. Investigators are provided concisely formatted reports and a SAS file ready for data analysis. Overall Impact: The overall impact is a reduction in duplication of effort at all levels. Quality control has significantly increased by eliminating duplicate data entry. FUTUREDIRECTIONS/ENHANCEMENTS Of major concern is what to do with protocol data once a study is complete. A mechanism for archiving and deleting all log and result data for a specific protocol number should be developed to reduce the hardware requirements of the software. SAS, SAS/AF, and SAS/FSP are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. ~ indicates USA registration. Other brand and product names are registered trademarks or trademarks of their respective companies. VAX and VMS are registered trademarks of Digital Equipment Corporation. 1135

OBA order generator user guide

OBA order generator user guide OBA order generator user guide To use the OBA Order Generator please ensure that macros are enabled in Excel. Select Tools > Macro > Security and select the required setting > Medium or > Low. Medium will

More information

How to easily convert clinical data to CDISC SDTM

How to easily convert clinical data to CDISC SDTM How to easily convert clinical data to CDISC SDTM Ale Gicqueau, Clinovo, Sunnyvale, CA Miki Huang, Clinovo, Sunnyvale, CA Stephen Chan, Clinovo, Sunnyvale, CA INTRODUCTION Sponsors are receiving clinical

More information

REx: An Automated System for Extracting Clinical Trial Data from Oracle to SAS

REx: An Automated System for Extracting Clinical Trial Data from Oracle to SAS REx: An Automated System for Extracting Clinical Trial Data from Oracle to SAS Edward McCaney, Centocor Inc., Malvern, PA Gail Stoner, Centocor Inc., Malvern, PA Anthony Malinowski, Centocor Inc., Malvern,

More information

An Introduction to SASlFSP Software Terry Fain, RAND, Santa Monica, California Cyndie Gareleck, RAND, Santa Monica, California

An Introduction to SASlFSP Software Terry Fain, RAND, Santa Monica, California Cyndie Gareleck, RAND, Santa Monica, California An Introduction to SASlFSP Software Terry Fain, RAND, Santa Monica, California Cyndie Gareleck, RAND, Santa Monica, California ABSTRACT SASIFSP is a set of procedures used to perform full screen interactive

More information

Telops headquarters. Some users are remotely located in other states, therefore authorized remote access has been provided to these users.

Telops headquarters. Some users are remotely located in other states, therefore authorized remote access has been provided to these users. Using SAS to Create a Modular Forecasting System Tom Fischetti, GTE Telephone Operations, Thousand Oaks, CA Steve Heathcote, GTE Telephone Operations, Thousand Oaks, CA Don Perry, GTE Telephone Operations,

More information

USING SAS WITH ORACLE PRODUCTS FOR DATABASE MANAGEMENT AND REPORTING

USING SAS WITH ORACLE PRODUCTS FOR DATABASE MANAGEMENT AND REPORTING USING SAS WITH ORACLE PRODUCTS FOR DATABASE MANAGEMENT AND REPORTING Henry W. Buffum, R. O. W. ScIences, Inc. Darryl J. Keith, U.S. Environmental Protection Agency Abstract: Data for a large environmental

More information

PC/SAS Archive and Restore System

PC/SAS Archive and Restore System USING SAS/AF", SCl and the SAS'" Macro Language to Develop an Interactive Archival System Jerry A_ Musial Program Resources, Inc., a Unit of DynCorp Atlanta, Georgia INTRODUCTION Program Resources, Inc.

More information

Access Control and Audit Trail Software

Access Control and Audit Trail Software Varian, Inc. 2700 Mitchell Drive Walnut Creek, CA 94598-1675/USA Access Control and Audit Trail Software Operation Manual Varian, Inc. 2002 03-914941-00:3 Table of Contents Introduction... 1 Access Control

More information

Inpatient Cerner Navigation and Documentation For Nursing Students

Inpatient Cerner Navigation and Documentation For Nursing Students Inpatient Cerner Navigation and Documentation For Nursing Students Audience Note: Purpose: Objectives: Cerner PowerChart training is for all students in the following inpatient areas Med/Surg, OSNO, Oncology,

More information

A Method for Cleaning Clinical Trial Analysis Data Sets

A Method for Cleaning Clinical Trial Analysis Data Sets A Method for Cleaning Clinical Trial Analysis Data Sets Carol R. Vaughn, Bridgewater Crossings, NJ ABSTRACT This paper presents a method for using SAS software to search SAS programs in selected directories

More information

An Introduction to SAS/SHARE, By Example

An Introduction to SAS/SHARE, By Example Paper 020-29 An Introduction to SAS/SHARE, By Example Larry Altmayer, U.S. Census Bureau, Washington, DC ABSTRACT SAS/SHARE software is a useful tool for allowing several users to simultaneously access

More information

AR Collections Manager for Microsoft Dynamics SL

AR Collections Manager for Microsoft Dynamics SL AR Collections Manager for Microsoft Dynamics SL Installation and User s Guide 2009 Stanley Stuart Yoffee & Hendrix, Inc. All Rights Reserved Table of Contents AR COLLECTIONS MANAGER OVERVIEW... 3 Product

More information

Built-In Backup. For best results: Set up Backup after hours. Carefully apply the recommended settings

Built-In Backup. For best results: Set up Backup after hours. Carefully apply the recommended settings Built-In Backup Big Business Server now includes built-in Backup. This feature allows you to set a schedule to automatically back up your Data File without shutting down Big Business Server. For best results:

More information

One problem > Multiple solutions; various ways of removing duplicates from dataset using SAS Jaya Dhillon, Louisiana State University

One problem > Multiple solutions; various ways of removing duplicates from dataset using SAS Jaya Dhillon, Louisiana State University One problem > Multiple solutions; various ways of removing duplicates from dataset using SAS Jaya Dhillon, Louisiana State University ABSTRACT In real world, analysts seldom come across data which is in

More information

Using Delphi Data with Excel and Access

Using Delphi Data with Excel and Access $FDGHPLF&RPSXWLQJ &RPSXWHU 7UDLQLQJ 6XSSRUW 6HUYLFHV 1HWZRUNLQJ6HUYLFHV :HEHU%XLOGLQJ Using Delphi Data with Excel and Access Using Delphi Data The raw data used to create the CSU financial, human resource,

More information

Analyzing the Server Log

Analyzing the Server Log 87 CHAPTER 7 Analyzing the Server Log Audience 87 Introduction 87 Starting the Server Log 88 Using the Server Log Analysis Tools 88 Customizing the Programs 89 Executing the Driver Program 89 About the

More information

How To Test On Dtp

How To Test On Dtp DOD Drug Testing Program Client Collection Software (DTP-CCS) Users Guide VERSION 5.4 June 2015 PREPARED BY: FORENSIC TOXICOLOGY DRUG TESTING LABORATORY (FTDTL) DTP PROGRAMMING SUPPORT USAMITC, JB SAN

More information

THE ACCESSION PROCESS

THE ACCESSION PROCESS 5 THE ACCESSION PROCESS INTRODUCTION TO REGISTRATION The professional museum goes beyond simply collecting objects., it must also collect information. Often the importance of careful registration and cataloging

More information

Built-In Backup. For best results: Set up Backup after hours. Carefully apply the recommended settings

Built-In Backup. For best results: Set up Backup after hours. Carefully apply the recommended settings Built-In Backup Big Business Server now includes built-in Backup. This feature allows you to set a schedule to automatically back up your Data File without shutting down Big Business Server. For best results:

More information

Double-Key Data EntryNerification in SASe Software Part of Downsizing a Clinical Data System to the OS/2" Operating System

Double-Key Data EntryNerification in SASe Software Part of Downsizing a Clinical Data System to the OS/2 Operating System , i: Double-Key Data EntryNerification in SASe Software Part of Downsizing a Clinical Data System to the OS/2" Operating System Barry R. Cohen, Planning Data Systems ABSTRACT The pharmaceutical industry,

More information

Keystone 600N5 SERVER and STAND-ALONE INSTALLATION INSTRUCTIONS

Keystone 600N5 SERVER and STAND-ALONE INSTALLATION INSTRUCTIONS The following instructions are required for installation of Best Access System s Keystone 600N5 (KS600N) network key control software for the server side. Please see the system requirements on the Keystone

More information

User Manual Online Clinical Trial Application & Monitoring System

User Manual Online Clinical Trial Application & Monitoring System User Manual Online Clinical Trial Application & Monitoring System URL:http://octams.gov.in/CT For Scheme of Central Drugs Standard Control Organization (CDSCO) Application Designed and Developed by NIC

More information

PharmaSUG2011 - Paper AD11

PharmaSUG2011 - Paper AD11 PharmaSUG2011 - Paper AD11 Let the system do the work! Automate your SAS code execution on UNIX and Windows platforms Niraj J. Pandya, Element Technologies Inc., NJ Vinodh Paida, Impressive Systems Inc.,

More information

Specific Information for installation and use of the database Report Tool used with FTSW100 software.

Specific Information for installation and use of the database Report Tool used with FTSW100 software. Database Report Tool This manual contains: Specific Information for installation and use of the database Report Tool used with FTSW100 software. Database Report Tool for use with FTSW100 versions 2.01

More information

Net Protector Admin Console

Net Protector Admin Console Net Protector Admin Console USER MANUAL www.indiaantivirus.com -1. Introduction Admin Console is a Centralized Anti-Virus Control and Management. It helps the administrators of small and large office networks

More information

Using Pharmacovigilance Reporting System to Generate Ad-hoc Reports

Using Pharmacovigilance Reporting System to Generate Ad-hoc Reports Using Pharmacovigilance Reporting System to Generate Ad-hoc Reports Jeff Cai, Amylin Pharmaceuticals, Inc., San Diego, CA Jay Zhou, Amylin Pharmaceuticals, Inc., San Diego, CA ABSTRACT To supplement Oracle

More information

Methodologies for Converting Microsoft Excel Spreadsheets to SAS datasets

Methodologies for Converting Microsoft Excel Spreadsheets to SAS datasets Methodologies for Converting Microsoft Excel Spreadsheets to SAS datasets Karin LaPann ViroPharma Incorporated ABSTRACT Much functionality has been added to the SAS to Excel procedures in SAS version 9.

More information

SUGI 29 Applications Development

SUGI 29 Applications Development Backing up File Systems with Hierarchical Structure Using SAS/CONNECT Fagen Xie, Kaiser Permanent Southern California, California, USA Wansu Chen, Kaiser Permanent Southern California, California, USA

More information

Navy Drug Screening Program Client Collection Software (NDSP-CCS)

Navy Drug Screening Program Client Collection Software (NDSP-CCS) Navy Drug Screening Program Client Collection Software (NDSP-CCS) NDSP was previously known as the Drug Testing Program (DTP) Users Guide VERSION 5.2 OCTOBER 2002 PREPARED BY: NDSP PROGRAMMING SUPPORT

More information

Installation and Demonstration Manual

Installation and Demonstration Manual Installation and Demonstration Manual This manual presents the procedures for installing the program and running the demonstration programs of MakeTracks from the Main Menu Selection Getting Started Copyright

More information

XMailer Reference Guide

XMailer Reference Guide XMailer Reference Guide Version 7.00 Wizcon Systems SAS Information in this document is subject to change without notice. SyTech assumes no responsibility for any errors or omissions that may be in this

More information

Kaspersky Password Manager USER GUIDE

Kaspersky Password Manager USER GUIDE Kaspersky Password Manager USER GUIDE Dear User! Thank you for choosing our product. We hope that this documentation helps you in your work and provides answers you may need. Any type of reproduction or

More information

Business Internet Fax service from Bell User Guide

Business Internet Fax service from Bell User Guide Business Internet Fax service from Bell User Guide Table of contents Getting Started 3 Send and receive faxes through your email management software 3 Send a fax 3 Receive a fax 3 Internet Fax Management

More information

SPSS: Getting Started. For Windows

SPSS: Getting Started. For Windows For Windows Updated: August 2012 Table of Contents Section 1: Overview... 3 1.1 Introduction to SPSS Tutorials... 3 1.2 Introduction to SPSS... 3 1.3 Overview of SPSS for Windows... 3 Section 2: Entering

More information

Software Verification Testing Protocol

Software Verification Testing Protocol Development Number(s): 3421 Release I.D.: 7.2.11 P1, 7.3.0.1 Update Matrix Worksheet Results Entry to correct advancing to the next worksheet even if all tests are not resulted when sample types have been

More information

Handling Hyper-V. In this series of articles, learn how to manage Hyper-V, from ensuring high availability to upgrading to Windows Server 2012 R2

Handling Hyper-V. In this series of articles, learn how to manage Hyper-V, from ensuring high availability to upgrading to Windows Server 2012 R2 White Paper Handling Hyper-V In this series of articles, learn how to manage Hyper-V, from ensuring high availability to upgrading to Windows Server 2012 R2 White Paper How to Make Hyper-V Virtual Machines

More information

UniFLOW Print and Copy Instructions for Students

UniFLOW Print and Copy Instructions for Students UniFLOW Print and Copy Instructions for Students Getting Started, Setting up your PIN Page 2 Purchasing Credits for printing and Photocopying Page 4 How to use the MFD Page 8 Photocopying Page 10 Printing

More information

MS InfoPath 2003 MS InfoPath 2007 Microsoft Office InfoPath 2003 minimally runs on the following operating systems:

MS InfoPath 2003 MS InfoPath 2007 Microsoft Office InfoPath 2003 minimally runs on the following operating systems: 8. PREPARING AND TRANSMITTING EDGARLITE SUBMISSIONS 8.1 Purpose EDGARLite is an application that uses intelligent forms to aid in the construction of filings to be submitted to EDGAR. Each EDGARLite form

More information

UTILITIES BACKUP. Figure 25-1 Backup & Reindex utilities on the Main Menu

UTILITIES BACKUP. Figure 25-1 Backup & Reindex utilities on the Main Menu 25 UTILITIES PastPerfect provides a variety of utilities to help you manage your data. Two of the most important are accessed from the Main Menu Backup and Reindex. The other utilities are located within

More information

In-Class Lab Assignment

In-Class Lab Assignment In-Class Lab Assignment Prepared by Ms. Delores J. Reaves Please bring copy to class!!!!! Introduction to Windows (the Operating System) Understanding File Management F ile management is the process of

More information

Strategic Asset Tracking System User Guide

Strategic Asset Tracking System User Guide Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data

More information

KEY FEATURES OF SOURCE CONTROL UTILITIES

KEY FEATURES OF SOURCE CONTROL UTILITIES Source Code Revision Control Systems and Auto-Documenting Headers for SAS Programs on a UNIX or PC Multiuser Environment Terek Peterson, Alliance Consulting Group, Philadelphia, PA Max Cherny, Alliance

More information

How To Configure CU*BASE Encryption

How To Configure CU*BASE Encryption How To Configure CU*BASE Encryption Configuring encryption on an existing CU*BASE installation INTRODUCTION This booklet was created to assist CU*Answers clients with the configuration of encrypted CU*BASE

More information

- 1 - provides access to the SUN server from the PC. Fig1. SAS windows using X-WINDOW emulation

- 1 - provides access to the SUN server from the PC. Fig1. SAS windows using X-WINDOW emulation Accelerating the Construction of Data Entry Applications in UNIX Systems for Epidemiology and Healthcare Policy Researches R. Barishev*, A. Ziv*, G. Kotler** * Information & Computer Unit, Gertner Institute

More information

Chapter 2: Clients, charts of accounts, and bank accounts

Chapter 2: Clients, charts of accounts, and bank accounts Chapter 2: Clients, charts of accounts, and bank accounts Most operations in BankLink Practice are client specific. These include all work on coding transactions, reporting, and maintaining chart of accounts

More information

Monitor file integrity using MultiHasher

Monitor file integrity using MultiHasher Monitor file integrity using MultiHasher Keep Research Data Securely Integrity Monitoring Beginner Introduction This guide describes the use of MultiHasher, an integrity monitoring tool for Microsoft Windows

More information

CONVERTING FROM NETKEEPER ISAM v6.32 to NETKEEPER SQL

CONVERTING FROM NETKEEPER ISAM v6.32 to NETKEEPER SQL Download and install the NetKeeper ISAM to SQL converter program. To download the Converter program go to: http://www.netkeeper.com/other/nkuser1.htm Scroll down the page until you find a link that says:

More information

Bug ID Name 8661 Matter Agenda Setup - you are now able to delete agenda groups 8766 Save current sort order for matter agenda groups has been

Bug ID Name 8661 Matter Agenda Setup - you are now able to delete agenda groups 8766 Save current sort order for matter agenda groups has been Bug ID Name 8661 Matter Agenda Setup - you are now able to delete agenda groups 8766 Save current sort order for matter agenda groups has been reinstated 8794 Ability to show Deleted Records from List

More information

How To Use Sas With A Computer System Knowledge Management (Sas)

How To Use Sas With A Computer System Knowledge Management (Sas) Paper AD13 Medical Coding System for Clinical Trials 21 CFR Part 11 Compliant SAS/AF Application Annie Guo, ICON Clinical Research, Redwood City, CA ABSTRACT Medical coding in clinical trials is to classify

More information

TEKLYNX LABEL ARCHIVE

TEKLYNX LABEL ARCHIVE TEKLYNX LABEL ARCHIVE W e b G u i d e LABEL ARCHIVE Web Guide DOC-OEMLAS10-WG-US-02072012 The information in this manual is not binding and may be modified without prior notice. Supply of the software

More information

DBF Chapter. Note to UNIX and OS/390 Users. Import/Export Facility CHAPTER 7

DBF Chapter. Note to UNIX and OS/390 Users. Import/Export Facility CHAPTER 7 97 CHAPTER 7 DBF Chapter Note to UNIX and OS/390 Users 97 Import/Export Facility 97 Understanding DBF Essentials 98 DBF Files 98 DBF File Naming Conventions 99 DBF File Data Types 99 ACCESS Procedure Data

More information

Xcalibur. Foundation. Administrator Guide. Software Version 3.0

Xcalibur. Foundation. Administrator Guide. Software Version 3.0 Xcalibur Foundation Administrator Guide Software Version 3.0 XCALI-97520 Revision A May 2013 2013 Thermo Fisher Scientific Inc. All rights reserved. LCquan, Watson LIMS, and Web Access are trademarks,

More information

General Clinical Research Center at Stony Brook

General Clinical Research Center at Stony Brook General Clinical Research Center at Stony Brook General Clinical Research Center at Stony Brook National Institute of Health funded for over $1 million per year for center s operation to help improve health

More information

Short Manual Intellect v.4.7.6 SP2 module Unipos Contents:

Short Manual Intellect v.4.7.6 SP2 module Unipos Contents: Short Manual Intellect v.4.7.6 SP2 module Unipos Contents: 1. Software Installation... 2 2. Hardware Configuration... 12 3. System Dispatching... 14 3.1. Create dispatching objects... 14 3.2. Graphical

More information

User Manual. BarcodeOCR 4.12.3.2. Version: September 2012 - Page 1 of 25 - BarcodeOCR 4.12.3.2

User Manual. BarcodeOCR 4.12.3.2. Version: September 2012 - Page 1 of 25 - BarcodeOCR 4.12.3.2 User Manual BarcodeOCR 4.12.3.2 Version: September 2012 - Page 1 of 25 - BarcodeOCR 4.12.3.2 Contents Contents... 2 Introduction... 3 What is BarcodeOCR?... 3 Which barcodes are supported?... 3 System

More information

Using Mail Merge to Create Form Letters and Labels

Using Mail Merge to Create Form Letters and Labels Using Mail Merge to Create Form Letters and Labels 1. Open the word document on your floppy: Practice letter 2. Go to Tools > Mail Merge. The Mail Merger Helper appears. We are going to create form letters,

More information

User Installation Guide for SAS 9.1 Foundation for 64-bit Microsoft Windows

User Installation Guide for SAS 9.1 Foundation for 64-bit Microsoft Windows User Installation Guide for SAS 9.1 Foundation for 64-bit Microsoft Windows Installation Instructions Where to Begin SAS Setup Wizard Repair or Remove SAS Software Glossary Where to Begin Most people who

More information

MULTIFUNCTIONAL DIGITAL SYSTEMS. Network Fax Guide

MULTIFUNCTIONAL DIGITAL SYSTEMS. Network Fax Guide MULTIFUNCTIONAL DIGITAL SYSTEMS Network Fax Guide 2009 KYOCERA MITA Corporation All rights reserved Preface Thank you for purchasing Multifunctional Digital Color Systems. This manual explains the instructions

More information

User Guide. IP Multimedia m6350 Client

User Guide. IP Multimedia m6350 Client User Guide IP Multimedia m6350 Client Content 1. IP Multimedia m6350 buttons & usage 2. Logging on / off your PC Phone 3. Changing your password 4. Making a call 5. Receiving a call 6. Answering a call

More information

SAS Credit Scoring for Banking 4.3

SAS Credit Scoring for Banking 4.3 SAS Credit Scoring for Banking 4.3 Hot Fix 1 SAS Banking Intelligence Solutions ii SAS Credit Scoring for Banking 4.3: Hot Fix 1 The correct bibliographic citation for this manual is as follows: SAS Institute

More information

Preparing Real World Data in Excel Sheets for Statistical Analysis

Preparing Real World Data in Excel Sheets for Statistical Analysis Paper DM03 Preparing Real World Data in Excel Sheets for Statistical Analysis Volker Harm, Bayer Schering Pharma AG, Berlin, Germany ABSTRACT This paper collects a set of techniques of importing Excel

More information

The information presented in this manual is subject to change without notice.

The information presented in this manual is subject to change without notice. idt User's Guide The information presented in this manual is subject to change without notice. idt and idt In are trademarks of Management Science Associates, Inc. Microsoft and Windows are registered

More information

Updates Click to check for a newer version of the CD Press next and confirm the disc burner selection before pressing finish.

Updates Click to check for a newer version of the CD Press next and confirm the disc burner selection before pressing finish. Backup. If your computer refuses to boot or load Windows or if you are trying to restore an image to a partition the Reflect cannot lock (See here), and then you will have to start your PC using a rescue

More information

1. Set Daylight Savings Time... 3. 2. Create Migrator Account... 3. 3. Assign Migrator Account to Administrator group... 4

1. Set Daylight Savings Time... 3. 2. Create Migrator Account... 3. 3. Assign Migrator Account to Administrator group... 4 1. Set Daylight Savings Time... 3 a. Have client log into Novell/Local Machine with Administrator Account...3 b. Access Adjust Date/Time...3 c. Make sure the time zone is set to Central Time...3 2. Create

More information

15 Organisation/ICT/02/01/15 Back- up

15 Organisation/ICT/02/01/15 Back- up 15 Organisation/ICT/02/01/15 Back- up 15.1 Description Backup is a copy of a program or file that is stored separately from the original. These duplicated copies of data on different storage media or additional

More information

The Helios Microsoft Windows Server

The Helios Microsoft Windows Server The Helios Microsoft Windows Server COPYRIGHT This document Copyright 1992 Distributed Software Limited. All rights reserved. This document may not, in whole or in part, be copied, photocopied, reproduced,

More information

TICO-EN. TiXML-Console TICO. User Manual V1.4.0.8

TICO-EN. TiXML-Console TICO. User Manual V1.4.0.8 TICO-EN TiXML-Console TICO User Manual V1.4.0.8 2008 Tixi.Com GmbH, Berlin Publication close: September 2008, v.1.4.0.8 This manual is protected by copyright. Any further sale is prohibited without the

More information

LONI IMAGE & DATA ARCHIVE USER MANUAL

LONI IMAGE & DATA ARCHIVE USER MANUAL IMAGE & DATA ARCHIVE USER MANUAL Laboratory of Neuro Imaging Dr. Arthur W. Toga, Director June 2013 INTRODUCTION The LONI (IDA) is a user-friendly environment to archive, search, share, track and disseminate

More information

Be a More Productive Cross-Platform SAS Programmer Using Enterprise Guide

Be a More Productive Cross-Platform SAS Programmer Using Enterprise Guide Be a More Productive Cross-Platform SAS Programmer Using Enterprise Guide Alex Tsui Independent Consultant Business Strategy, Analytics, Software Development ACT Consulting, LLC Introduction As a consultant

More information

OMCL Network of the Council of Europe QUALITY ASSURANCE DOCUMENT

OMCL Network of the Council of Europe QUALITY ASSURANCE DOCUMENT OMCL Network of the Council of Europe QUALITY ASSURANCE DOCUMENT PA/PH/OMCL (08) 69 3R Full document title and reference Document type VALIDATION OF COMPUTERISED SYSTEMS Legislative basis - CORE DOCUMENT

More information

Creating Dynamic Reports Using Data Exchange to Excel

Creating Dynamic Reports Using Data Exchange to Excel Creating Dynamic Reports Using Data Exchange to Excel Liping Huang Visiting Nurse Service of New York ABSTRACT The ability to generate flexible reports in Excel is in great demand. This paper illustrates

More information

ABSTRACT INTRODUCTION THE MAPPING FILE GENERAL INFORMATION

ABSTRACT INTRODUCTION THE MAPPING FILE GENERAL INFORMATION An Excel Framework to Convert Clinical Data to CDISC SDTM Leveraging SAS Technology Ale Gicqueau, Clinovo, Sunnyvale, CA Marc Desgrousilliers, Clinovo, Sunnyvale, CA ABSTRACT CDISC SDTM data is the standard

More information

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide Symantec Backup Exec TM 11d for Windows Servers Quick Installation Guide September 2006 Symantec Legal Notice Copyright 2006 Symantec Corporation. All rights reserved. Symantec, Backup Exec, and the Symantec

More information

SAS 9.3 Foundation for Microsoft Windows

SAS 9.3 Foundation for Microsoft Windows Software License Renewal Instructions SAS 9.3 Foundation for Microsoft Windows Note: In this document, references to Microsoft Windows or Windows include Microsoft Windows for x64. SAS software is licensed

More information

Office of History. Using Code ZH Document Management System

Office of History. Using Code ZH Document Management System Office of History Document Management System Using Code ZH Document The ZH Document (ZH DMS) uses a set of integrated tools to satisfy the requirements for managing its archive of electronic documents.

More information

Updated: April 2010. Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide

Updated: April 2010. Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide Updated: April 2010 Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide Table of Contents Welcome 4 Support Center Subscription 5 1. System Requirements 8 2. Installing the

More information

1. Base Programming. GIORGIO RUSSOLILLO - Cours de prépara+on à la cer+fica+on SAS «Base Programming»

1. Base Programming. GIORGIO RUSSOLILLO - Cours de prépara+on à la cer+fica+on SAS «Base Programming» 1. Base Programming GIORGIO RUSSOLILLO Cours de prépara+on à la cer+fica+on SAS «Base Programming» 9 What is SAS Highly flexible and integrated soiware environment; you can use SAS for: GIORGIO RUSSOLILLO

More information

Improving Productivity using IT - Level 3 Scenario Assignment Sample Test 4 Version SampleMQTB/1.0/IP3/v1.0. Part 1 Performance

Improving Productivity using IT - Level 3 Scenario Assignment Sample Test 4 Version SampleMQTB/1.0/IP3/v1.0. Part 1 Performance Improving Productivity using IT - Level 3 Scenario Assignment Sample Test 4 Version SampleMQTB/1.0/IP3/v1.0 This test is divided into two parts. You must read through the whole scenario assignment before

More information

Installation Guide. Wyse R Class Conversion to Xenith Pro. Wyse USB Firmware Tool TM Release 1.18 Products: R10L, R50L, R90L, R90LW, R90L7

Installation Guide. Wyse R Class Conversion to Xenith Pro. Wyse USB Firmware Tool TM Release 1.18 Products: R10L, R50L, R90L, R90LW, R90L7 Installation Guide Wyse R Class Conversion to Xenith Pro Wyse USB Firmware Tool TM Release 1.18 Products: R10L, R50L, R90L, R90LW, R90L7 Issue: 031213 PN: 883887-30L Rev. B Copyright Notices 2013, Wyse

More information

Converting from Practice Management Classic to Practice Management Professional or Enterprise

Converting from Practice Management Classic to Practice Management Professional or Enterprise Converting from Practice Management Classic to Practice Management Professional or Enterprise Using the standalone Reckon Elite Database Converter The product that was previously referred to as Elite Central,

More information

SAS -Based Data Management System for Clinical Drug Trials. Jean Bitney, A. H. Robins

SAS -Based Data Management System for Clinical Drug Trials. Jean Bitney, A. H. Robins SAS -Based Data Management System for Clinical Drug Trials Jean Bitney, A. H. Robins Data collected during clinical trials at A. H. Robins Company are entered into a computer file and maintained in permanent

More information

CNC Transfer. Operating Manual

CNC Transfer. Operating Manual Rank Brothers Ltd CNC Transfer Operating Manual Manufactured by: Rank Brothers Ltd 56 High Street, Bottisham, Cambridge CB25 9DA, England Tel: +44 (0)1223 811369 Fax: +44 (0)1223 811441 Website: http://www.rankbrothers.co.uk/

More information

Backup Server DOC-OEMSPP-S/6-BUS-EN-21062011

Backup Server DOC-OEMSPP-S/6-BUS-EN-21062011 Backup Server DOC-OEMSPP-S/6-BUS-EN-21062011 The information contained in this guide is not of a contractual nature and may be subject to change without prior notice. The software described in this guide

More information

Project Request and Tracking Using SAS/IntrNet Software Steven Beakley, LabOne, Inc., Lenexa, Kansas

Project Request and Tracking Using SAS/IntrNet Software Steven Beakley, LabOne, Inc., Lenexa, Kansas Paper 197 Project Request and Tracking Using SAS/IntrNet Software Steven Beakley, LabOne, Inc., Lenexa, Kansas ABSTRACT The following paper describes a project request and tracking system that has been

More information

9.1 SAS/ACCESS. Interface to SAP BW. User s Guide

9.1 SAS/ACCESS. Interface to SAP BW. User s Guide SAS/ACCESS 9.1 Interface to SAP BW User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS/ACCESS 9.1 Interface to SAP BW: User s Guide. Cary, NC: SAS

More information

QIAsymphony Management Console User Manual

QIAsymphony Management Console User Manual April 2012 QIAsymphony Management Console User Manual For use with software version 4.0 Sample & Assay Technologies Trademarks QIAGEN, QIAsymphony, Rotor-Gene (QIAGEN Group). InstallShield (Informer Technologies,

More information

Partner. Sage Pastel. Accounting. Installation Guide

Partner. Sage Pastel. Accounting. Installation Guide Sage Pastel Accounting Partner Installation Guide Sage Pastel: +27 11 304 3000 Sage Pastel Intl: +27 11 304 3400 www.pastel.co.za www.sagepastel.com info@pastel.co.za info@sagepastel.com Sage Pastel Accounting

More information

NEC Express5800 Series NEC ESMPRO AlertManager User's Guide

NEC Express5800 Series NEC ESMPRO AlertManager User's Guide NEC Express5800 Series NEC ESMPRO AlertManager User's Guide 7-2006 ONL-4152aN-COMMON-128-99-0606 PROPRIETARY NOTICE AND LIABILITY DISCLAIMER The information disclosed in this document, including all designs

More information

TASKE Call Center Management Tools

TASKE Call Center Management Tools TASKE Call Center Management Tools Version 7 Integrating and Configuring Blue Pumpkin PrimeTime and PrimeTime Skills TASKE Technology Inc. Copyright 2000, TASKE Technology Inc. All rights reserved. Printed

More information

Carry it Easy. User Guide

Carry it Easy. User Guide Carry it Easy User Guide User Manual Version 3.2 2004-2010 CoSoSys Ltd. Carry it Easy User Manual Table of Contents Table of Contents... I 1. Introduction... 1 2. System Requirements... 1 3. Installation...

More information

Clinical RiO Health Records Policy

Clinical RiO Health Records Policy Clinical RiO Health Records Policy Interim Additional Health Records Policy for Teams Involved in Clinical RiO Rollout Note this Policy must be read in conjunction with Health Records Policy Version: 1.2

More information

FAS Asset Accounting FAS CIP Accounting FAS Asset Inventory SQL Server Installation & Administration Guide Version 2011.1

FAS Asset Accounting FAS CIP Accounting FAS Asset Inventory SQL Server Installation & Administration Guide Version 2011.1 FAS Asset Accounting FAS CIP Accounting FAS Asset Inventory SQL Server Installation & Administration Guide Version 2011.1 2011 Sage Software, Inc. All rights reserved. Published by Sage 2325 Dulles Corner

More information

ArCycle vmbackup. for VMware/Hyper-V. User Guide

ArCycle vmbackup. for VMware/Hyper-V. User Guide ArCycle vmbackup for VMware/Hyper-V User Guide 2 Copyright Copyright ArCycle Software, Ltd., 2011-2014. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system,

More information

Updated: May 2008. Copyright 2005-2008 DBA Software Inc. All rights reserved. 2 Getting Started Guide

Updated: May 2008. Copyright 2005-2008 DBA Software Inc. All rights reserved. 2 Getting Started Guide Updated: May 2008 Copyright 2005-2008 DBA Software Inc. All rights reserved. 2 Getting Started Guide Table of Contents Welcome 4 Support Center Subscription 5 1. System Requirements 7 2. Installing the

More information

CHAPTER 11 LEGAL ACCOUNTING MODULE 11.0 OVERVIEW 11.1 REQUIREMENTS AND INSTALLATION. 11.1.1 Special Requirements. 11.1.

CHAPTER 11 LEGAL ACCOUNTING MODULE 11.0 OVERVIEW 11.1 REQUIREMENTS AND INSTALLATION. 11.1.1 Special Requirements. 11.1. EXTENDED SERVICE OPTIONS CHAPTER 11 11.0 OVERVIEW The Legal Accounting Module provides line item tracking of legal expenses incurred during the collection process. You can track expenses incurred by the

More information

Avira System Speedup. HowTo

Avira System Speedup. HowTo Avira System Speedup HowTo Table of Contents 1. Introduction... 4 1.1 What is Avira System Speedup?...4 2. Installation... 5 2.1 System Requirements...5 2.2 Installation...5 3. Using the program... 8 3.1

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

HRMS Reporting Tool Class

HRMS Reporting Tool Class HRMS Reporting Tool Class Department of Public Instruction Raleigh, North Carolina Table of Contents Knowledge Base 2 Installation Guide 3 Reporting Tool Adhoc Reports 9 Exporting Data 14 Access Saved

More information

ECU MS 3 Sport GT3 Cup. Quick Start Manual

ECU MS 3 Sport GT3 Cup. Quick Start Manual ECU MS 3 Sport GT3 Cup Quick Start Manual V1.0 11/6/2015 Table of Contents Table of Contents 1 Welcome... 3 1.1 Hardware Checklist... 3 1.2 Hardware Installation... 3 1.3 Software Installation... 3 2 Tools:

More information

warpct.com Basic Computer Skills MS Windows XP Workbook courseware by WARP! Computer Training

warpct.com Basic Computer Skills MS Windows XP Workbook courseware by WARP! Computer Training warpct.com courseware by WARP! Computer Training Basic Computer Skills MS Windows XP Workbook Welcome! Thank you for evaluating a portion of this workbook. If you have any questions or comments regarding

More information