1 / 44

INTRODUCTION TO THE PENN STATE DATA WAREHOUSE

INTRODUCTION TO THE PENN STATE DATA WAREHOUSE. Where Have We Been?. Transactions processed on the mainframe -- ISIS, IBIS, ADIS Many years of historical data, millions of mainframe records Accessing mainframe data requires knowledge and skills in Natural programming language.

guy
Download Presentation

INTRODUCTION TO THE PENN STATE DATA WAREHOUSE

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. INTRODUCTION TO THE PENN STATE DATA WAREHOUSE

  2. Where Have We Been? • Transactions processed on the mainframe -- ISIS, IBIS, ADIS • Many years of historical data, millions of mainframe records • Accessing mainframe data requires knowledge and skills in Natural programming language

  3. Steps Required to get Data from the Mainframe • Security forms to get access to files Completeform. Specify purpose of request, what data is required. Signed by Access and Security Representative (ASR). Must be approved by all data stewards (may be several).

  4. Steps Required to get Data from the Mainframe • Security forms to get access to files • Write a Natural program Natural is a complex language, requires programming skills and extensive training. File structures are complex.

  5. Steps Required to get Data from the Mainframe • Security forms to get access to files • Write a Natural program • Write the JCL Use Roscoe system to write Job Control Language.

  6. Steps Required to get Data from the Mainframe • Security forms to get access to files • Write a Natural program • Write the JCL • Submit the job Goes into a queue with other similar jobs: first in, first out.

  7. Steps Required to get Data from the Mainframe • Security forms to get access to files • Write a Natural program • Write the JCL • Submit the job • Wait at least overnight Jobs in queue run only at night. Queues can be quite long. Some jobs will wait several days in the queue until they reach the top.

  8. Steps Required to get Data from the Mainframe • Security forms to get access to files • Write a Natural program • Write the JCL • Submit the job • Wait at least overnight • Job failed? Repeat steps Check the status. If anything failed, fix problems and repeat the steps.

  9. Steps Required to get Data from the Mainframe • Security forms to get access to files • Write a Natural program • Write the JCL • Submit the job • Wait at least overnight • Job failed? Repeat steps • Days or weeks to complete Experienced Natural programmer writing a simple job will take several days of coding, testing, running. Anything complicated can take longer.

  10. Solution to a problem -- AIDA • Administrative Information Decision Aid (AIDA) • Available for ISIS (registration, admissions, enrollment) and IBIS (human resources) data • Run on the mainframe against extract (i.e. not “live” data) files • Create reports or data files for downloading

  11. Solution to a problem -- AIDA • AIDA’s were developed to fulfill ad-hoc reporting needs ADVANTAGES: DISADVANTAGES: No programming required Inflexible Easy to use Outdated technology Available to everyone, Long development time even from terminals for a new AIDA Eliminated a lot of ad-hoc Difficult to change or to programming add new features

  12. What is a Data Warehouse? • The consolidation of data from mainframe legacy systems into subject-oriented tables that are accessible through desktop tools

  13. What is a Data Warehouse? • Move the data from the mainframe to a server where it can be accessed from the user’s PC • Snapshot data, NOT live • Use for data analysis, NOT operational Data extracted periodically. Changes on the mainframe may not be reflected on the warehouse for a week or more. Transcripts are on the warehouse, but official transcripts are only available through ISIS.

  14. AIS Three-Tier Data Structure Enterprise Information System extracts data from the warehouse and summarizes it EIS summary data On-line transactions update the mainframe systems immediately Data Warehouse extracts detail data from the mainframe on a periodic schedule Data Warehouse detail data extracted periodically ISIS, IBIS, ADIS detail transactions processed immediately

  15. Data Transformation Data goes through a series of steps as it is moved to the warehouse: • Extract programs Write Natural programs to extract data from the mainframe data base

  16. Data Transformation Data goes through a series of steps as it is moved to the warehouse: • Extract programs • Verify data Verify accuracy and consistency of data -- ensure “data legibility”

  17. Data Transformation Data goes through a series of steps as it is moved to the warehouse: • Extract programs • Verify data • Create tables Create “normalized” tables on the warehouse -- eliminate data redundancy (i.e. address appears in one place only)

  18. Data Transformation Data goes through a series of steps as it is moved to the warehouse: • Extract programs • Verify data • Create tables • Load tables Load warehouse tables with extracted data

  19. Data Transformation Data goes through a series of steps as it is moved to the warehouse: • Extract programs • Verify data • Create tables • Load tables • Refresh data Establish a schedule to refresh the data. Frequency depends on volatility of the data. Some refreshed weekly, some once per semester

  20. How is the Warehouse Accessed? Query Tool to retrieve data Tools are off-the-shelf software that run on the desktop. Users can purchase whatever package they want based on platform, price, preference. End Users Data Warehouse

  21. Features of Query Tools • Easy access to data Programming ability not required. Tools have Graphical User Interface -- point and click.

  22. Features of Query Tools • Easy access to data • Quick results Results are returned quickly, often within minutes.

  23. Features of Query Tools • Easy access to data • Quick results • Interactive approach to creating reports Query criteria can be easily and quickly adjusted to modify results or obtain additional data

  24. Features of Query Tools • Easy access to data • Quick results • Interactive approach to creating reports • Data available on the user’s desktop Results returned directly to desktop

  25. Features of Query Tools • Easy access to data • Quick results • Interactive approach to creating reports • Data available on the user’s desktop • Manipulation of data for customized report layout Data can be exported to other desktop software for formatting and analysis

  26. Features of Query Tools • Easy access to data • Quick results • Interactive approach to creating reports • Data available on the user’s desktop • Manipulation of data for customized report layout • Unlimited retrieval of data Amount of data retrieved limited only by query tool and size of PC hard drive

  27. Query Tool Requirements To access Penn State’s data warehouse, you can purchase any query tool that satisfies the following two criteria: • Uses Structured Query Language (SQL) • Supports Open Data Base Connectivity (ODBC)

  28. Readily Available Query Tools • Microsoft Access • Microsoft Excel • Microsoft Query If you have Microsoft Office, you already have three query tools on your desktop that will work with Penn State’s data warehouse.

  29. Who Can Access the Warehouse? • Users in departments, colleges, campuses Hundreds of Penn State data warehouse users in departments, colleges, campuses.

  30. Who Can Access the Warehouse? • Users in departments, colleges, campuses • Two requirements for warehouse users: • Understand the data This understanding is critical and not simple to acquire. If you’ve used AIDA or the mainframe systems, you already have some of this knowledge. Takes time and training.

  31. Who Can Access the Warehouse? • Users in departments, colleges, campuses • Two requirements for warehouse users: • Understand the data • Familiar with query tools Hands-on training available

  32. How to Get Connected • A PC or Macintosh connected to the Penn State Backbone with TCP/IP communications software • SQL Client License or MS BackOffice license (Purchased from the Microcomputer Order Center) • For Windows, SQL Client Tools (provided by the MOC when the SQL Client License is purchased) must be installed on the PC. Not required for Macintosh. • Open Data Base Connectivity (ODBC) compliant query tool

  33. First Steps for New Users • Be authorized as a warehouse user Request access for each database separately. Requests submitted via e-mail. Instructions on the web site.

  34. First Steps for New Users • Be authorized as a warehouse user • Set up your workstation Purchase client license. Install client tools for Windows. Instructions on the web site.

  35. First Steps for New Users • Be authorized as a warehouse user • Set up your workstation • Select a query tool ODBC-compliant. Install on your PC.

  36. First Steps for New Users • Be authorized as a warehouse user • Set up your workstation • Select a query tool • Get training Training offered through HRDC and TLT: hands-on and web-based

  37. First Steps for New Users • Be authorized as a warehouse user • Set up your workstation • Select a query tool • Get training • Learn the data Work with it; documentation on the web site; help available from steward offices.

  38. First Steps for New Users • Be authorized as a warehouse user • Set up your workstation • Select a query tool • Get training • Learn the data • Get help User groups, listservs, web site

  39. More Detailed Information ... on our Web Site http://ais.its.psu.edu/dataware/ Web site contains data documentation, instructions for setting up your PC to access the warehouse, sample queries, schedules for training and user group meetings.

  40. Benefits of the Warehouse • Improves access to administrative information for faculty and staff Can get data quickly and easily to do analysis. We can work with better information, make decisions based on data.

  41. Benefits of the Warehouse • Improves access to administrative information for faculty and staff • Reduces cost Mainframe can be used for transaction processing. Programmers can use skills to enhance the mainframe systems instead of writing ad-hoc reports.

  42. Benefits of the Warehouse • Improves access to administrative information for faculty and staff • Reduces cost • Timely retrieval of data Can retrieve data in minutes rather than days.

  43. Benefits of the Warehouse • Improves access to administrative information for faculty and staff • Reduces cost • Timely retrieval of data • Flexibility Data can be retrieved with limitless combinations of criteria and can be exported into other desktop tools for analysis and manipulation.

  44. What Does the Future Hold? • More data will be added to the warehouse • Mainframe will primarily be used for transaction processing

More Related