Bridging (Closing) the “bitness gap” in Sas 9.4 Ron Dewar Dalhousie U. and Cancer Care NS.

Slides:



Advertisements
Similar presentations
Delivering Multi-Sheet Excel Reports from a Parameterized Stored Process TU02 Richard DeVenezia, Independent Consultant Harry Droogendyk, Stratia Consulting.
Advertisements

How SAS implements structured programming constructs
How to Import an Excel File Using the SAS Import Wizard SAS 9 for Windows.
The SAS ® System Additional Information on Statistical Analysis Programming.
Introduction to SAS Programming Christina L. Ughrin Statistical Software Consulting Some notes pulled from SAS Programming I: Essentials Training.
1 Appendix A: Writing and Submitting SAS ® Programs A.1 Writing and Submitting SAS Programs.
Permanent Formats and Working Across Platforms. 32bit vs. 64 bit SAS The different versions of SAS optimize datasets and formats to work as fast as possible.
SAS Training at OSEDA Fall, 2001 Objectives are to teach –Fundamentals of the SAS system (“SAS Classic +”) –Basics of the current OSEDA / MCDC data archives.
Using Proc Datasets for Efficiency Originally presented as a Coder’s NESUG2000 by Ken Friedman Reviewed by Karol Katz.
Installing Ricoh Driver. Items you need to know IP address of Printer Options that are installed And Paper Sizes To get all this information you can print.
EPLS Lab Software Orientation SAS. Orientation Overview Background Getting Started SAS Windows.
Creating SAS® Data Sets
PopMedNet Queries A Data Partner Perspective COMPANY CONFIDENTIAL | FOR INTERNAL USE ONLY | DO NOT COPY Kevin Haynes, PharmD, MSCE, FISPE.
Collection and Analysis of Data CPH 608 Spring 2015.
CHAPTER 1 XNA Game Studio 4.0. Your First Project A computer game is not just a program—it is also lots of other bits and pieces that make playing the.
SQL SETUP FILE SELECTION
MagicInfo Pro Server Software All control, content, and scheduling is performed within the MagicInfo Pro Server software previously installed. Before.
1 Access Lesson 4 Creating and Modifying Forms Microsoft Office 2010 Introductory.
George Skarbek May What drives? There are three types of virtual drives that can help. They are: A mapped network drive Virtual CD/DVD drive RAM.
Jack Working with Excel - Usage of Dynamic Data Exchange in PMS studies.
Chapter 1 Introduction to SAS ® Enterprise Guide ®
Creating and Managing Indexes Using Proc SQL Chapter 6 1.
Chapter 6 SAS ® OLAP Cube Studio. Section 6.1 SAS OLAP Cube Studio Architecture.
Get ready for the session 1.Configure your audio options using the Audio Setup wizard 2.Check/update your Profile (via your name in the in the Participants.
Bringing Data into SAS From Menu: –File –Import Data –Spreadsheet example first Pick file by browsing Select Library and Member (we will talk about this.
Chapter 1: Introduction to SAS  SAS programs: A sequence of statements in a particular order  Rules for SAS statements: –Every SAS statement ends in.
Introduction to SAS Essentials Mastering SAS for Data Analytics
1 Chapter Overview Preparing to Upgrade Performing a Version Upgrade from Microsoft SQL Server 7.0 Performing an Online Database Upgrade from SQL Server.
ISU Basic SAS commands Laboratory No. 1 Computer Techniques for Biological Research Animal Science 500 Ken Stalder, Professor Department of Animal Science.
Regression in SAS Caitlin Phelps. Importing Data  Proc Import:  Read in variables in data set  May need some options incase SAS doesn’t guess the format.
Microsoft FrontPage 2003 Illustrated Complete Creating a Form.
Chapter 11 Using SAS ® Web Report Studio. Section 11.1 Overview of SAS Web Report Studio.
AVCE ICT – Unit 7 - Programming Session 16 – Database and VB.
Creating a simple database This shows you how to set up a database using PHPMyAdmin (installed with WAMP)
INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014.
Copyright © 2010, SAS Institute Inc. All rights reserved. SAS ® Using the SAS Grid.
TASS Meeting Setting GuessingRows when Importing Excel Files September 19th, 2008 Setting GuessingRows when importing Excel Files Dr. Arthur Tabachneck,
While You Were Sleeping… SAS Is Hard At Work Andrea Wainwright- Zimmerman.
MySQL MySQL and PHP – interacting with a database.
Real Time Remote Access Comparing SAS and SPSS David Price Quy Do April 2013.
Searching for Images Improving the quality of your Google Search.
Copyright © 2008, SAS Institute Inc. All rights reserved. SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks.
Testing, Debugging, and Deploying a Mobile App Lesson 8.
How to fix Error code 0x80072ee2 in Windows 8.1? Fix%20%20Update%20Error%200x80072EE2%20in%20Windows%20 8.1,%20Windows%2010!%20-%20Fix%20PC%20Errors.htm.
How to Fix Missing WMVCore.dll Error in Windows 10
Copyright 2009 The Little Engine That Could: Using EXCEL LIBNAME Engine Options to Enhance Data Transfers between SAS® and Microsoft® Excel Files William.
V. 21. Improvements to the PC – Server transactions log available for viewing via the GUI Rep_ver Yoel Kortick.
LOGO iPhone to Galaxy Note Transfer Transfer iPhone Data to Galaxy Note 3/Note 4/Note 5/Note Edge.
Beautiful PROC CONTENTS Output Using the ODS Excel Destination Suzanne Dorinski SESUG 2015 Disclaimer: Any views expressed are those of the author and.
Call How to Remove Virus from Windows 10 Using Windows Defender Offline?
Mobile Device Development
Architecture Review 10/11/2004
Tips for Mastering Relational Databases Using SAS/ACCESS®
KARDEX Drive EWM
or Call Toll-Free for help.
“IMO is a messaging and free video calling app.”
Contact us to fix AVG Error Code 0xe001f921
Productivity Tools Extensions to NetBeans IDE that make life easier
Tips to Troubleshoot Norton Antivirus Error
HOW TO FIX QUICKBOOKS RUNTIME ERROR ON WINDOWS 10?
QuickBooks error 1904 fixes Quickbooks error 1904 module failed to register Error issue QuickBooks code 1904 Run the QuickBooks Install Diagnostic device.
How to Import an Excel File
Chapter 1: Introduction to SAS
1. Open Visual Studio 2008.
ALEPH Version 22 Offline Circulation
INDEX Introduction What is OST file? What is the default location of OST file in MS Outlook? Causes behind OST file corruption How to fix these errors?
Monday, October 17: CS AP A Assignment -Create a netbeans Project with 3 class files. -create a method in each of the two class files you create.
Access ProQuest Searchware
Introduction to SAS Lecturer: Chu Bin Lin.
Causes And Solution To Recover Lost Partition Table.
Presentation transcript:

Bridging (Closing) the “bitness gap” in Sas 9.4 Ron Dewar Dalhousie U. and Cancer Care NS

Problem 9.4 is 64-bit (requires 64-bit Windows 7) MS-Office tools are installed as 32-bit aps A simple proc import that ‘used to work’ now returns an error message: 1101 PROC IMPORT OUT= WORK.topo_2_ DATAFILE= "&loc.\CCR System Reference Tables 2012.xls" 1103 DBMS=excel replace; 1104 SHEET="ICD-O-2 & 3 Topography codes"; RUN; ERROR: Connect: Class not registered ERROR: Error in the LIBNAME statement. (Similarly for the ‘File/Import Data’ wizard)

Resolution Google error message, first hit is Which refers to ‘PC Files Server’ Google ‘sas PC Files Server’ Install and make the following changes to your program

resolution 1107 PROC IMPORT OUT= WORK.topo_2_ DATAFILE= "&loc\CCR System Reference Tables 2012.xls" 1109 DBMS=excelCS REPLACE; 1110 SHEET="ICD-O-2 & 3 Topography codes"; RUN; NOTE: WORK.TOPO_2_3 data set was successfully created. … ALSO: ‘PC Files Server’ appears as a ‘Standard Data Source’ to the ‘File/Import Data’ wizard (which will now work)

Similarly: Incompatible Format libraries ERROR: File CANC.FORMATS.CATALOG was created for a different operating system. Recreate the format library with a different name proc format lib = library.formats64; Format search option now looks like proc format ; options fmtsearch = (library.formats64 ); … then you can co-exist with your 32-bit colleagues until they all see the light