RMF Post Processor Report JCL Samples for Use with RMF Spreadsheet Reporter

Size: px
Start display at page:

Download "RMF Post Processor Report JCL Samples for Use with RMF Spreadsheet Reporter"

Transcription

1 RMF Post Processor Report JCL Samples for Use with RMF Spreadsheet Reporter GSE z/os Expertforum CH, Silvio Sasso IBM Switzerland, Global Technology Services S. Sasso, IBM Switzerland, Global Technology Services ITS, September 2007 Page 1

2 Table of Contents INTRODUCTION AND USE... 3 RMF POST PROCESSSOR CF ACTIVITY REPORT SAMPLE JCL... 5 RMF POST PROCESSSOR CPU ACTIVITY REPORT SAMPLE JCL... 5 RMF POST PROCESSSOR SYSTEM OVERVIEW REPORT SAMPLE JCL... 6 RMF POST PROCESSSOR WLM TREND REPORT SAMPLE JCL... 7 RMF POST PROCESSSOR LPAR OVERVIEW REPORT SAMPLE JCL... 8 S. Sasso, IBM Switzerland, Global Technology Services ITS, September 2007 Page 2

3 Introduction and Use The JCL samples in this documentation are provided as part of the handouts for the RMF Spreadsheet Reporter introduction and overview session given at the 67 th GSE z/os expert forum Switzerland, September 26, 2007 These samples are just ready for use, but before submitting them you have to apply a few changes to meet your installations standards, as follows: 1) Define the input dataset containing your RMF SMF type 7x records on the MFPINPUT DD-statement 2) In the RMF control statements, change the DATE() control statement to specify the reporting date as appropriate 3) In the RMF control statements, change the SYSOUT() control statement to specify the sysout class suitable to your installations requirements 4) If necessary, add a Job statement to the JCL deck 5) In the RMF control statements for the LPAR overview report, change the OVW() control statement to specify the logical partition (LPAR) names suitable to your installations requirements The reports generated by the JCL samples can be downloaded and processed with the RMF Spreadsheet Reporter. In order to avoid problems using these reports with the Spreadsheet Reporter, remember to download the different reports with the correct file transfer types, as follows: RMF Control Statement used to create the Report REPORTS() SYSRPTS() OVERVIEW(RECORD) File Transfer Type ASCII ASCII Binary For detailed information on the use of the RMF Spreadsheet Reporter, refer to the following documentation, which is also provided as part of the handouts for the RMF Spreadsheet Reporter introduction and overview session: RMF Spreadsheet Reporter - Reloaded S. Sasso, IBM Switzerland, Global Technology Services ITS, September 2007 Page 3

4 For addition information on the use of the RMF Spreadsheet Reporter, appropriate RMF control statements and reporting fields, refer to the following documentation: z/os Resource Measurement Facility User's Guide, SC For help with the interpretation of the various RMF reports, including Spreadsheet reporter, refer to the following documentation: z/os Resource Measurement Facility Report Analysis, SC For general information on using RMF, including cook book like hints and tips related to performance management and tuning, refer to the following documentation z/os Resource Measurement Facility Performance Management Guide, SC Further more, if you have any RMF and performance related questions specific to your installation, which are not covered by the documentations mentioned above, send me an and I will give my best to help you answer them. S. Sasso, IBM Switzerland, Global Technology Services ITS, September 2007 Page 4

5 RMF Post Processsor CF Activity Report Sample JCL * Doc: This JCL will create an RMF Coupling Facility * * Activity Report as Input for the RMF Spreadsheet * * Reporter Macro RMFR9CF.xls. * PPXRPTS DD SYSOUT=* RTOD(0000,2400) SYSOUT(K) SYSRPTS(CF) RMF Post Processsor CPU Activity Report Sample JCL * Doc: This JCL will create an RMF CPU Activity Report as * * Input for the RMF Spreadsheet Reporter Macro * * RMFR9LP.xls. * PPRPTS DD SYSOUT=* RTOD(0000,2400) SYSOUT(K) REPORTS(CPU) S. Sasso, IBM Switzerland, Global Technology Services ITS, September 2007 Page 5

6 RMF Post Processsor System Overview Report Sample JCL * Doc: This JCL will create an System Overview Report as * * Input for the RMF Spreadsheet Reporter Macro * * RMFY9OVW.xls * PPOVWREC DD DSN=USM1115.RMF.SYSTEM.OVERVIEW.DATA,DISP=(,CATLG), UNIT=SYSDA,SPACE=(CYL,(10,5),RLSE), RECFM=VB,LRECL=32756,BLKSIZE=32760 SYSOUT(K) OVERVIEW(RECORD) OVW(CPUBUSY(CPUBSY)) OVW(MVSBUSY(MVSBSY)) OVW(APPLPER(APPLPER(POLICY))) OVW(NUMPROC(NUMPROC)) OVW(EXCP(EXCP(POLICY))) OVW(EXCPRT(EXCPRT(POLICY))) OVW(OCPU1(OCPU1)) OVW(OCPU2(OCPU2)) OVW(OCPU3(OCPU3)) OVW(INREADY(AVGIARDY)) OVW(OUTREADY(AVGOARDY)) OVW(OUTWAIT(AVGUOWT)) OVW(LOGRDY(AVGULRDY)) OVW(LOGWAIT(AVGULWT)) OVW(INUSER(AVGUIN)) OVW(AVGSTC(AVGSTC)) OVW(AVGBATCH(AVGBATCH)) OVW(AVGTSO(AVGTSO)) OVW(AVGAPPC(AVGASCH)) OVW(AVGOMVS(AVGOMVS)) OVW(STOTOT(STOTOT(POLICY))) OVW(STOCEN(STOCEN(POLICY))) OVW(STOEXP(STOEXP(POLICY))) OVW(SINGLE(SINGLE(POLICY))) OVW(BLOCK(BLOCK(POLICY))) OVW(EXPSNGL(EXPSNGL(POLICY))) OVW(EXPBLK(EXPBLK(POLICY))) OVW(TPAGRT(TPAGRT)) OVW(FAULTS(PAGERT)) OVW(DEMAND(DPAGRT)) OVW(PGMOVERT(PGMVRT)) OVW(TOEXPAND(PTES)) OVW(MIGTOAUX(ESMR)) OVW(AVGHUIC(AVGHUIC)) S. Sasso, IBM Switzerland, Global Technology Services ITS, September 2007 Page 6

7 OVW(SWAPS(SWART)) OVW(AVGSQA(AVGSQA)) OVW(AVGCSA(AVGCSAT)) RMF Post Processsor WLM Trend Report Sample JCL * * * Doc: This JCL will create an Worklad Activity Trend Report * * as Input for the RMF Spreadsheet Reporter Macro * RMFR9WLM.xls. * * * * * PPXSRPTS DD DSN=USM1115.RMFWLM.D DATA,DISP=(,CATLG), UNIT=SYSDA,SPACE=(CYL,(200,100)),BUFNO=20 RTOD(0000,2400) DINTV(0015) SYSOUT(K) SYSRPTS(WLMGL(SCPER,WGROUP,RCLASS,RCPER,POLICY)) S. Sasso, IBM Switzerland, Global Technology Services ITS, September 2007 Page 7

8 RMF Post Processsor LPAR Overview Report Sample JCL * Doc: This JCL will create an LPAR Overview Report as * * Input for the RMF Spreadsheet Reporter Macro * * RMFX9CPC.xls. * PPOVWREC DD DSN=USM1115.RMF.OVERVIEW.D0505,DISP=(,CATLG), UNIT=SYSDA,SPACE=(CYL,(50,5),RLSE), RECFM=VB,LRECL=32756,BLKSIZE=32760 OVERVIEW(RECORD) OVW(DEFLP00(WDEFL(LP00))) OVW(ACTLP00(WACTL(LP00))) OVW(MINLP00(WMINL(LP00))) OVW(MAXLP00(WMAXL(LP00))) OVW(NLDLP00(NLDEFL(LP00))) OVW(NLALP00(NLACTL(LP00))) OVW(LBULP00(LBUSYL(LP00))) OVW(PBULP00(PBUSYL(LP00))) OVW(LDMLP00(LDEFMSU(LP00))) OVW(LDALP00(LACTMSU(LP00))) OVW(CAPLP00(WCAPPER(LP00))) OVW(DEFLP01(WDEFL(LP01))) OVW(ACTLP01(WACTL(LP01))) OVW(MINLP01(WMINL(LP01))) OVW(MAXLP01(WMAXL(LP01))) OVW(NLDLP01(NLDEFL(LP01))) OVW(NLALP01(NLACTL(LP01))) OVW(LBULP01(LBUSYL(LP01))) OVW(PBULP01(PBUSYL(LP01))) OVW(LDMLP01(LDEFMSU(LP01))) OVW(LDALP01(LACTMSU(LP01))) OVW(CAPLP01(WCAPPER(LP01))) OVW(DEFLP02(WDEFL(LP02))) OVW(ACTLP02(WACTL(LP02))) OVW(MINLP02(WMINL(LP02))) OVW(MAXLP02(WMAXL(LP02))) OVW(NLDLP02(NLDEFL(LP02))) OVW(NLALP02(NLACTL(LP02))) OVW(LBULP02(LBUSYL(LP02))) OVW(PBULP02(PBUSYL(LP02))) OVW(LDMLP02(LDEFMSU(LP02))) OVW(LDALP02(LACTMSU(LP02))) OVW(CAPLP02(WCAPPER(LP02))) OVW(NLDPHY(NLDEFL(PHYSICAL))) OVW(LBUPHY(LBUSYL(PHYSICAL))) OVW(PBUPHY(PBUSYL(PHYSICAL))) S. Sasso, IBM Switzerland, Global Technology Services ITS, September 2007 Page 8

IBM. Resource Measurement Facility Messages and Codes. z/os. Version 2 Release 3 SC

IBM. Resource Measurement Facility Messages and Codes. z/os. Version 2 Release 3 SC z/os IBM Resource Measurement Facility Messages and Codes Version 2 Release 3 SC34-2666-30 Note Before using this information and the product it supports, read the information in Notices on page 137. This

More information

IBM Systems. An Introduction to RMF. System z Technical Conference April 16 20, 2007, Munich. Session ZP04. Harald Bender Software Engineer

IBM Systems. An Introduction to RMF. System z Technical Conference April 16 20, 2007, Munich. Session ZP04. Harald Bender Software Engineer Session ZP04 System z Technical Conference April 16 20, 2007, Munich An Introduction to RMF Harald Bender Software Engineer 2007 IBM Corporation Anything else? ZZ Session Monitor III Postprocessor Sysplex

More information

Computer Science 160 Course Standards

Computer Science 160 Course Standards CONTACT INFORMATION Becka Morgan: morganb@wou.edu 503-838-8964 COURSE DESCRIPTION Computer Science 160 (3 credits): Introduction to the study of computer science. Topics will include: binary and hexadecimal

More information

8253 functions ( General overview )

8253 functions ( General overview ) What are these? The Intel 8253 and 8254 are Programmable Interval Timers (PITs), which perform timing and counting functions. They are found in all IBM PC compatibles. 82C54 which is a superset of the

More information

CICS High Availability

CICS High Availability Glenn A. Schneck SunTrust Banks, Inc. March 2, 2011 Session 8276 Agenda Who we are & Environment Overview How WLM works Opportunities for WLM CICS and HA Dynamic WLM Deployment Scenarios Urban Myths and

More information

Two Factor Full Factorial Design with Replications

Two Factor Full Factorial Design with Replications Two Factor Full Factorial Design with Replications Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu These slides are available on-line at: 22-1 Overview Model Computation

More information

RMF BASICS by Cheryl Watson

RMF BASICS by Cheryl Watson RMF BASICS by Cheryl Watson This is an introduction to RMF, Resour@ Measurement Facilities It can be used as an overview of the functions and facilities of RMF, This material has been extracted from my

More information

BLUE BRAIN - The name of the world s first virtual brain. That means a machine that can function as human brain.

BLUE BRAIN - The name of the world s first virtual brain. That means a machine that can function as human brain. CONTENTS 1~ INTRODUCTION 2~ WHAT IS BLUE BRAIN 3~ WHAT IS VIRTUAL BRAIN 4~ FUNCTION OF NATURAL BRAIN 5~ BRAIN SIMULATION 6~ CURRENT RESEARCH WORK 7~ ADVANTAGES 8~ DISADVANTAGE 9~ HARDWARE AND SOFTWARE

More information

Introduction to tablebase and tablebase Family. William Weber. Market Experts Distribution, SL

Introduction to tablebase and tablebase Family. William Weber. Market Experts Distribution, SL Introduction to tablebase and tablebase Family William Weber Market Experts Distribution, SL Presentation Outline Introduction to DataKinetics tablebase tablebase Product Family Who Is DataKinetics? Established

More information

CS 484, Fall 2018 Homework Assignment 1: Binary Image Analysis

CS 484, Fall 2018 Homework Assignment 1: Binary Image Analysis CS 484, Fall 2018 Homework Assignment 1: Binary Image Analysis Due: October 31, 2018 The goal of this assignment is to find objects of interest in images using binary image analysis techniques. Question

More information

DIG INTO PROPORTIONAL REPRESENTATIONS: FLOOR PLANS Presented by MathLinks Authors Mark Goldstein and Shelley Kriegler For more information about our core programs for middle school and intervention programs

More information

Session 11 Introduction to Robotics and Programming mbot. >_ {Code4Loop}; Roochir Purani

Session 11 Introduction to Robotics and Programming mbot. >_ {Code4Loop}; Roochir Purani Session 11 Introduction to Robotics and Programming mbot >_ {Code4Loop}; Roochir Purani RECAP from last 2 sessions 3D Programming with Events and Messages Homework Review /Questions Understanding 3D Programming

More information

ENGIN 112 Intro to Electrical and Computer Engineering

ENGIN 112 Intro to Electrical and Computer Engineering ENGIN 112 Intro to Electrical and Computer Engineering Lecture 28 Timing Analysis Overview Circuits do not respond instantaneously to input changes Predictable delay in transferring inputs to outputs Propagation

More information

Robsy's MSX Workshop. Introduction to MSXdev'05. Game requirements

Robsy's MSX Workshop. Introduction to MSXdev'05. Game requirements Robsy's MSX Workshop proudly presents Introduction to MSXdev'05 Welcome to the third edition of MSXdev, the game development contest for first generation MSX computers. On one hand, after the success of

More information

Mind Explorer. -Community Resources for Science

Mind Explorer. -Community Resources for Science Thank you for downloading the science and mathematics activity packet! Below you will find a list of contents with a brief description of each of the items. This activity packet contains all the information

More information

How to Customize Your Appointment Robot. Use this guide to discover how to customize your Appointment Robot landing pages.

How to Customize Your Appointment Robot. Use this guide to discover how to customize your Appointment Robot landing pages. Use this guide to discover how to customize your Appointment Robot landing pages. Read This First Use this guide to discover how to customize your Appointment Robot landing pages. You have 4 types of Appointment

More information

SAX263 [10 30] MHz Tunable Bandpass Filter

SAX263 [10 30] MHz Tunable Bandpass Filter SAX263 [1 3] MHz Tunable Bandpass Filter Application The SAX263 electronically tunable bandpass filter is designed for Tactical Communications Applications using binary weighted digital tunable capacitor

More information

Using the web program Allmycousins.com

Using the web program Allmycousins.com Using the web program Allmycousins.com The program works with your Family Search Tree You pick an anchor person the default value is yourself The program finds all decedents of that person s grandparents

More information

1. The decimal number 62 is represented in hexadecimal (base 16) and binary (base 2) respectively as

1. The decimal number 62 is represented in hexadecimal (base 16) and binary (base 2) respectively as BioE 1310 - Review 5 - Digital 1/16/2017 Instructions: On the Answer Sheet, enter your 2-digit ID number (with a leading 0 if needed) in the boxes of the ID section. Fill in the corresponding numbered

More information

Lab 5. Binary Counter

Lab 5. Binary Counter Lab. Binary Counter Overview of this Session In this laboratory, you will learn: Continue to use the scope to characterize frequencies How to count in binary How to use an MC counter Introduction The TA

More information

Lab Exercise #10. Assignment Overview

Lab Exercise #10. Assignment Overview Lab Exercise #10 Assignment Overview You will work with a partner on this exercise during your lab session. Two people should work at one computer. Occasionally switch the person who is typing. Talk to

More information

SHARE CICS Project Opening and Product Update

SHARE CICS Project Opening and Product Update CICS Project Opening and Product Update Steve Ware, UF, Kathy Tyrrell, IBM Session 1022, 112 March 2, 2009 (Mon.), 9:30am Hilton Third Floor Salon C http://nersp.cns.ufl.edu/~sfware/share112/s1022sfw.pdf

More information

For this assignment, your job is to create a program that plays (a simplified version of) blackjack. Name your program blackjack.py.

For this assignment, your job is to create a program that plays (a simplified version of) blackjack. Name your program blackjack.py. CMPT120: Introduction to Computing Science and Programming I Instructor: Hassan Khosravi Summer 2012 Assignment 3 Due: July 30 th This assignment is to be done individually. ------------------------------------------------------------------------------------------------------------

More information

Lab 6. Binary Counter

Lab 6. Binary Counter Lab 6. Binary Counter Overview of this Session In this laboratory, you will learn: Continue to use the scope to characterize frequencies How to count in binary How to use an MC14161 or CD40161BE counter

More information

Using AutoCrat with Google Forms/Sheets

Using AutoCrat with Google Forms/Sheets Using AutoCrat with Google Forms/Sheets Getting AutoCrat into your Google Sheets Create a form that you wish to gather information from. Make sure that the question fields will be used for your certificate,

More information

SCRIPT SUPERVISOR 2016 COURSE GUIDELINES. Application Deadline: 12pm, Monday 24 th October 2016

SCRIPT SUPERVISOR 2016 COURSE GUIDELINES. Application Deadline: 12pm, Monday 24 th October 2016 SCRIPT SUPERVISOR 2016 COURSE GUIDELINES Application Deadline: 12pm, Monday 24 th October 2016 Course Dates: Start October 31st 2016 End November 11 th 2016 CONTENTS About The Course 2 Who Should Apply

More information

The Illustrated Dream Dictionary: Your Dreams And What They Mean By RUSSELL GRANT

The Illustrated Dream Dictionary: Your Dreams And What They Mean By RUSSELL GRANT The Illustrated Dream Dictionary: Your Dreams And What They Mean By RUSSELL GRANT Dream Dictionary - Official Site - Dream Dictionary provides a complete resource to help you analyze your dreams and find

More information

Educator s Guide to Graphing y = mx + b

Educator s Guide to Graphing y = mx + b Educator s Guide to Graphing y = mx + b Overview: Using an ipad and Sketchpad Explorer, students will graph a linear equation using the y intercept and slope. Grades and Subject Areas: High School Algebra

More information

The NEW (2015) Complete Guide To: NBA Jam Game Cheats AND Guide Tips & Tricks, Strategy, Walkthrough, Secrets, Download The Game, Codes, Gameplay And

The NEW (2015) Complete Guide To: NBA Jam Game Cheats AND Guide Tips & Tricks, Strategy, Walkthrough, Secrets, Download The Game, Codes, Gameplay And The NEW (2015) Complete Guide To: NBA Jam Game Cheats AND Guide Tips & Tricks, Strategy, Walkthrough, Secrets, Download The Game, Codes, Gameplay And MORE! [Kindle Edition] By Mogul Books Virtua Tennis

More information

Meeting of International Authorities under the Patent Cooperation Treaty (PCT)

Meeting of International Authorities under the Patent Cooperation Treaty (PCT) E ORIGINAL: ENGLISH ONLY DATE: JANUARY 17, 2013 Meeting of International Authorities under the Patent Cooperation Treaty (PCT) Twentieth Session Munich, February 6 to 8, 2013 QUALITY Document prepared

More information

Chapter 17. Constructing a Model from RMF Data

Chapter 17. Constructing a Model from RMF Data Chapter 17 Constructing a Model from RMF Data 17.1. Introduction In Chapter 12 we described in general terms how to determine the input parameter values of a queueing network model from knowledge of a

More information

o o o o o TOS 2.4.1 PDI 3.0.0 IBM DS 7.5 IBM DS PX 7.5 INFA PWC 8.1.1 Test1 13 7 19 8 16 Test2 0 0 0 0 0 Test3 13 3 7 9 11 Test4 8 7 12 5 13 Test5 15 4 13 12 18 Test6 15 4 10 5 12 Test7 11 3 7 8 15 Test8

More information

Building Concepts: Fractions and Unit Squares

Building Concepts: Fractions and Unit Squares Lesson Overview This TI-Nspire lesson, essentially a dynamic geoboard, is intended to extend the concept of fraction to unit squares, where the unit fraction b is a portion of the area of a unit square.

More information

ATMP GMP requirements. Andrew Hopkins

ATMP GMP requirements. Andrew Hopkins Andrew Hopkins Scope GMP for ATMPs Points to consider Survey MHRA next steps Questions 2 GMP for ATMPs The usual process for GMP updates Problem statement submitted to IWG and PIC/S Reviewed and if accepted

More information

How does Blogging work?

How does Blogging work? How does Blogging work? Class Blogmeister For Teachers This is the login screen of Class BlogMeister You can find this site at: www.classblogmeister.com You will login with your Name and Password on this

More information

CHAPTER 1 INTRODUCTION...

CHAPTER 1 INTRODUCTION... GSE 460 and 465 Technical Reference Manual Manual TABLE OF CONTENTS CHAPTER 1 INTRODUCTION...1-1 INTRODUCTION...1-2 About This Manual...1-2 Conventions...1-2 CHAPTER 2 INSTALLATION...2-1 INSTALLATION...2-1

More information

Silver Oak College of Engineering and Technology

Silver Oak College of Engineering and Technology Silver Oak College of Engineering and Technology Department of Electronics and Communication Syllabus of Midsem I (5 th Sem) Subject Name: Microcontroller & interfacing (2500) Introduction To 8-bit Microcontroller:

More information

Finding right frequencies

Finding right frequencies Finding right frequencies - new additional spectrum for future UMTS / IMT systems Lasse Wieweg World LTE Conference, Berlin - 17 July 2011 Agenda UMTS Forum contributions to the work on IMT the study work

More information

Accessing Census statistics relating to your parish

Accessing Census statistics relating to your parish Accessing Census statistics relating to your parish Finding useful statistics relating to your parish is a key element in the process of evidence gathering relating to the production of your Neighbourhood

More information

by Christina Hills V24

by Christina Hills V24 V24 by Christina Hills The Essential Pages of a Successful Website You want to take control of your business. That's why you downloaded this PDF. Maybe you are getting started building your business and

More information

TIPS For Girls Using

TIPS For Girls Using TIPS For Girls Using Purpose The purpose of this guide is to help girl scouts, Go Gold trainers, Gold Award Mentors, project advisors and anyone else who may find themselves in conjunction with a Gold

More information

Educator s Guide to Cartoon Yourself in Photoshop

Educator s Guide to Cartoon Yourself in Photoshop Educator s Guide to Cartoon Yourself in Photoshop Overview: Photoshop is the leading program for editing photos. The aim of this lesson is to help students become more familiar with this industry standard

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO 14223-1 First edition 2003-07-01 Radiofrequency identification of animals Advanced transponders Part 1: Air interface Identification des animaux par radiofréquence Transpondeurs

More information

A trainer s guide to the GIS session

A trainer s guide to the GIS session A trainer s guide to the GIS session What is this guide? This guide is a support document for the trainers of the DATIM session on GIS. This session follows the standard DATIM training approach with 1)

More information

Ryko Resouces Web Site Drawings Pages Instructions For Use

Ryko Resouces Web Site Drawings Pages Instructions For Use Ryko Resouces Web Site Drawings Pages Instructions For Use Drawings - The drawings and plans from the Pre-Installation Manuals are now available to you in an electronic format that you can open, send and

More information

Module 1: Choosing the Right Skills to Monetise and Setting Yourself up for Massive Freelancing Success

Module 1: Choosing the Right Skills to Monetise and Setting Yourself up for Massive Freelancing Success Module 1: Choosing the Right Skills to Monetise and Setting Yourself up for Massive Freelancing Success Download and fill out the Skills & Interest Worksheet. As per instructions in this module. Start

More information

How To Build Your Own Deck By Decking Photography, John Nanto

How To Build Your Own Deck By Decking Photography, John Nanto How To Build Your Own Deck By Decking Photography, John Nanto If you are searching for a book by Decking Photography, John Nanto How To Build Your Own Deck in pdf form, then you've come to the right website.

More information

Perfect Shuffles TEACHER NOTES MATH NSPIRED. Math Objectives. Vocabulary. About the Lesson. TI-Nspire Navigator System

Perfect Shuffles TEACHER NOTES MATH NSPIRED. Math Objectives. Vocabulary. About the Lesson. TI-Nspire Navigator System Math Objectives Students will create a piecewise linear function to model a method for shuffling a deck of cards. Students will apply composite functions to represent two or more shuffles of a deck. Students

More information

STATUS NETWORK RECON / MAP DIRECT

STATUS NETWORK RECON / MAP DIRECT STATUS NETWORK RECON / MAP DIRECT September 20-21, 2017 Andy Woeber, GIS Analyst, Watershed Monitoring Section, DEP Status Network Recon Manual Please review and get familiar with your Status Network Reconnaissance

More information

UNIVERSITY OF CALIFORNIA, DAVIS Department of Electrical and Computer Engineering. EEC 180A DIGITAL SYSTEMS I Winter 2015

UNIVERSITY OF CALIFORNIA, DAVIS Department of Electrical and Computer Engineering. EEC 180A DIGITAL SYSTEMS I Winter 2015 UNIVERSITY OF CALIFORNIA, DAVIS Department of Electrical and Computer Engineering EEC 180A DIGITAL SYSTEMS I Winter 2015 LAB 2: INTRODUCTION TO LAB INSTRUMENTS The purpose of this lab is to introduce the

More information

Key Census Bureau Economic Programs and Tools

Key Census Bureau Economic Programs and Tools Key Census Bureau Economic Programs and Tools NY State Data Center Annual Affiliate Meeting May 11, 2017 Presented by: Andrew W. Hait U.S. Census Bureau Outline Overview of Census Economic Data The 2017

More information

Canon G11 Repair Manual READ ONLINE

Canon G11 Repair Manual READ ONLINE Canon G11 Repair Manual READ ONLINE If you are searching for the book Canon g11 repair manual in pdf format, then you have come on to correct website. We present the complete version of this ebook in txt,

More information

My signature confirms that I will not discuss the content of this assessment with anyone. Time: 1 hour Total Marks: 30

My signature confirms that I will not discuss the content of this assessment with anyone. Time: 1 hour Total Marks: 30 Functional Skills English - Writing Level 2 Sample Fill in your name, date of birth and registration number in the boxes below. Surname: Other Names: Gateway Qualifications registration number: DOB: Centre

More information

Genetics 4th Edition Pierce Solutions Manual READ ONLINE

Genetics 4th Edition Pierce Solutions Manual READ ONLINE Genetics 4th Edition Pierce Solutions Manual READ ONLINE Find great deals on ebay for Genetics Pierce genetics textbook and the student solution manual Solutions and Problem Solving Manual Pierce Genetics

More information

LSI Design Flow Development for Advanced Technology

LSI Design Flow Development for Advanced Technology LSI Design Flow Development for Advanced Technology Atsushi Tsuchiya LSIs that adopt advanced technologies, as represented by imaging LSIs, now contain 30 million or more logic gates and the scale is beginning

More information

Liquid Benchmarks. Sherif Sakr 1 and Fabio Casati September and

Liquid Benchmarks. Sherif Sakr 1 and Fabio Casati September and Liquid Benchmarks Sherif Sakr 1 and Fabio Casati 2 1 NICTA and University of New South Wales, Sydney, Australia and 2 University of Trento, Trento, Italy 2 nd Second TPC Technology Conference on Performance

More information

inemi Project on Metals Recycling

inemi Project on Metals Recycling inemi Project on Metals Recycling SOW Review Session 10/31 10-11 AM EDT Co-leaders Adam Wheeler (IBM) Carol Handwerker (Purdue) Metals Recycling Statement of Work Review Agenda Introduction of Project

More information

D i g i t a l D e v i c e s a n d B a s i c L o g i c ( 1 2 A )

D i g i t a l D e v i c e s a n d B a s i c L o g i c ( 1 2 A ) 9 0 5 0 D i g i t a l D e v i c e s a n d B a s i c L o g i c ( 1 2 A ) 40S/40E/40M An Electronics Technology Course 9 0 5 0 : D i g i t a l D e v i c e s a n d B a s i c L o g i c ( 1 2 A ) 4 0 S / 4

More information

Sourcing in Scientific Computing

Sourcing in Scientific Computing Sourcing in Scientific Computing BAT Nr. 25 Fertigungstiefe Juni 28, 2013 Dr. Michele De Lorenzi, CSCS, Lugano Agenda Short portrait CSCS Swiss National Supercomputing Centre Why supercomputing? Special

More information

Lecture 1. Tinoosh Mohsenin

Lecture 1. Tinoosh Mohsenin Lecture 1 Tinoosh Mohsenin Today Administrative items Syllabus and course overview Digital systems and optimization overview 2 Course Communication Email Urgent announcements Web page http://www.csee.umbc.edu/~tinoosh/cmpe650/

More information

SABO Student Activities Advisor Training. Advisor System Training

SABO Student Activities Advisor Training. Advisor System Training SABO Student Activities Advisor Training Advisor System Training Today s Session Goals Introduction to SABO Account Use and Responsibilities Accessing Your Account(s) Transactions, Documentation, and Approvals

More information

Defense Security Service Industrial Security Field Operations

Defense Security Service Industrial Security Field Operations NAO Presentation Impact 2017 April 25, 2017 Defense Security Service Industrial Security Field Operations Karl Hellmann Assistant Deputy Director, NISP Authorization Office (NAO) NAO Topics RMF Overview

More information

Northwest Woodworkers Guild

Northwest Woodworkers Guild A forum for wo odwor k ers o f a l l skill le vels to shar e their common inter e s ts Northwest Woodworkers Guild The Sawdust News May 2010 http://www.nwwguild.org Next Meeting: McKinnon Furniture Thursday

More information

CDISC SHARE. Dave Iberson-Hurst Assero Limited CDISC E3C & SHARE Team Co-Lead

CDISC SHARE. Dave Iberson-Hurst Assero Limited CDISC E3C & SHARE Team Co-Lead CDISC SHARE Dave Iberson-Hurst Assero Limited CDISC E3C & SHARE Team Co-Lead Outline An overview of the SHARE programme Why SHARE SHARE Programme (Moved to end) An explanation of the content of SHARE How

More information

Beginners Guide to Creating Keyword List for SEO.

Beginners Guide to Creating Keyword List for SEO. Beginners Guide to Creating Keyword List for SEO. by Feuza Reis. YOU: Lets start our keyword list first by looking at ourselves and answer the following questions: Who am I? What is my story? What is my

More information

GM-270. CF GPS Receiver. User s Guide

GM-270. CF GPS Receiver. User s Guide GM-270 CF GPS Receiver User s Guide Jul 05, 2002 TABLE OF CONTENTS 1. Introduction.. 3 1.1 Overview.. 3 1.2 Features.. 3 2. Brief Information. 5 2.1 Hardware Interface 5 2.2 Software Interface 6 3. Functional

More information

Engineering Drawing Standards Manual READ ONLINE

Engineering Drawing Standards Manual READ ONLINE Engineering Drawing Standards Manual READ ONLINE Drawing Requirements Manual We spent over a year updating this classic and exhaustive reference on engineering standards and engineering drawing practices.

More information

Tools: 23andMe.com website and test results; DNAAdoption handouts.

Tools: 23andMe.com website and test results; DNAAdoption handouts. When You First Get Your 23andMe Results Objective: Learn what to do with results of atdna testing with 23andMe. Tools: 23andMe.com website and test results; DNAAdoption handouts. Exercises: Practice Exercises

More information

DIG INTO PROPORTIONAL REPRESENTATIONS: PAINT MIXTURES Presented by MathLinks Authors Mark Goldstein and Shelley Kriegler For more information about our core programs for middle school and intervention

More information

A step by step guide to starting your housing application DEPARTMENT OF RESIDENTIAL LIFE WHEATON COLLEGE NORTON, MA

A step by step guide to starting your housing application DEPARTMENT OF RESIDENTIAL LIFE WHEATON COLLEGE NORTON, MA A step by step guide to starting your housing application DEPARTMENT OF RESIDENTIAL LIFE WHEATON COLLEGE NORTON, MA This slide show will show you - How to become eligible for lottery by creating your housing

More information

ME 487 Mechatronics. Office: JH 515, Tel.: (505)

ME 487 Mechatronics. Office: JH 515,   Tel.: (505) ME 487 Mechatronics Instructor: Assistant: Dr. Ou Ma Office: JH 515, Email: oma@nmsu.edu Tel.: (505)646-6534 Xiumin Diao (Ph.D. student) Office: JH 608, Email: xiumin@nmsu.edu Tel.: (505)646-6544 Dept.

More information

Rainbow Logic Squares

Rainbow Logic Squares Thank you for downloading the science and mathematics activity packet! Below you will find a list of contents with a brief description of each of the items. This activity packet contains all the information

More information

Killer Sudoku 9x9 - Difficile - Volume Puzzle (Italian Edition) By Nick Snels

Killer Sudoku 9x9 - Difficile - Volume Puzzle (Italian Edition) By Nick Snels Killer Sudoku 9x9 - Difficile - Volume 4-270 Puzzle (Italian Edition) By Nick Snels Samurai Sudoku - Free Puzzles to Print or Play - Challenge your brain and enjoy endless hours of fun with our free puzzles.

More information

SEVENTH FRAMEWORK PROGRAMME

SEVENTH FRAMEWORK PROGRAMME SEVENTH FRAMEWORK PROGRAMME THEME [SP1-JTI-FCH.2010.5.1] [Development of a Framework for Technology Monitoring and Assessments (TMA)] Grant agreement for: Article 171 of the Treaty* D3.7- "" Project acronym:

More information

Formalising Event Reconstruction in Digital Investigations

Formalising Event Reconstruction in Digital Investigations Formalising Event Reconstruction in Digital Investigations Pavel Gladyshev The thesis is submitted to University College Dublin for the degree of PhD in the Faculty of Science August 2004 Department of

More information

Harmony Angel Cards By Angela McGerr, Richard Rockwood READ ONLINE

Harmony Angel Cards By Angela McGerr, Richard Rockwood READ ONLINE Harmony Angel Cards By Angela McGerr, Richard Rockwood READ ONLINE If searching for the ebook Harmony Angel Cards by Angela McGerr, Richard Rockwood in pdf format, then you have come on to the faithful

More information

Activity. Image Representation

Activity. Image Representation Activity Image Representation Summary Images are everywhere on computers. Some are obvious, like photos on web pages, but others are more subtle: a font is really a collection of images of characters,

More information

Your First Step to Game Programming... Your First Step to Game Programming... Manual and Catalog Version 0.01

Your First Step to Game Programming... Your First Step to Game Programming... Manual and Catalog Version 0.01 Manual and Catalog 2010 Version 0.01 Contents Motive... 3 Objective of the Program... 3 Program Overview... 4 Certification and Accreditation... 4 Tuition and Fees... 5 How it works... 5 What it requires...

More information

SigCalRP User s Guide

SigCalRP User s Guide SigCalRP User s Guide . . Version 4.2 Copyright 1997 TDT. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose

More information

DB2 SQL for the 21 st Century: Overlooked Enhancements. David Simpson

DB2 SQL for the 21 st Century: Overlooked Enhancements. David Simpson DB2 SQL for the 21 st Century: Overlooked Enhancements David Simpson dsimpson@themisinc.com Themis Education Most complete DB2 Curriculum in the industry Offerings include a complete mainframe curriculum

More information

ISO INTERNATIONAL STANDARD

ISO INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO 14649-111 First edition 2010-09-15 Industrial automation systems and integration Physical device control Data model for computerized numerical controllers Part 111: Tools for

More information

Signal Integrity Tips and Techniques Using TDR, VNA and Modeling. Russ Kramer O.J. Danzy

Signal Integrity Tips and Techniques Using TDR, VNA and Modeling. Russ Kramer O.J. Danzy Signal Integrity Tips and Techniques Using TDR, VNA and Modeling Russ Kramer O.J. Danzy Simulation What is the Signal Integrity Challenge? Tx Rx Channel Asfiakhan Dreamstime.com - 3d People Communication

More information

ECEN 449: Microprocessor System Design Department of Electrical and Computer Engineering Texas A&M University

ECEN 449: Microprocessor System Design Department of Electrical and Computer Engineering Texas A&M University ECEN 449: Microprocessor System Design Department of Electrical and Computer Engineering Texas A&M University Prof. Sunil P Khatri (Lab exercise created and tested by Ramu Endluri, He Zhou, Andrew Douglass

More information

Dealing with your local FSDO

Dealing with your local FSDO Dealing with your local FSDO W. Ashley Smith Jr., CAM Chairman, Domestic Operations Committee, NBAA Dave Hewitt Executive Vice President Safety, Wheels Up Las Vegas, NV October 23, 2013 YOU DON T KNOW

More information

Assignment 5 due Monday, May 7

Assignment 5 due Monday, May 7 due Monday, May 7 Simulations and the Law of Large Numbers Overview In both parts of the assignment, you will be calculating a theoretical probability for a certain procedure. In other words, this uses

More information

Drum Leveler. User Manual. Drum Leveler v Sound Radix Ltd. All Rights Reserved

Drum Leveler. User Manual. Drum Leveler v Sound Radix Ltd. All Rights Reserved 1 Drum Leveler User Manual 2 Overview Drum Leveler is a new beat detection-based downward and upward compressor/expander. By selectively applying gain to single drum beats, Drum Leveler easily achieves

More information

Extending GDAL/OGR and UMN MapServer

Extending GDAL/OGR and UMN MapServer Extending GDAL/OGR and UMN MapServer Maarten Plieger Nils de Reus Providing the building blocks for a geospatial infrastructure http://adaguc.knmi.nl/ This project is sponsored by Space for Geo-Information

More information

Challenges in Transition

Challenges in Transition Challenges in Transition Keynote talk at International Workshop on Software Engineering Methods for Parallel and High Performance Applications (SEM4HPC 2016) 1 Kazuaki Ishizaki IBM Research Tokyo kiszk@acm.org

More information

How to Promote your itunes Podcast

How to Promote your itunes Podcast How to Promote your itunes Podcast Brought to You By PLR-MRR-Products.com You may give away this report. It may not be sold or modified on any manner. Disclaimer Reasonable care has been taken to ensure

More information

Digital: Photography: For Beginners 2ND EDITION: Pictures: Simple Digital Photography Tips And Tricks To Help You Take Amazing Photographs (Canon,

Digital: Photography: For Beginners 2ND EDITION: Pictures: Simple Digital Photography Tips And Tricks To Help You Take Amazing Photographs (Canon, Digital: Photography: For Beginners 2ND EDITION: Pictures: Simple Digital Photography Tips And Tricks To Help You Take Amazing Photographs (Canon, Nikon,... Flash, Book 1) By Crys Kirkland Digital: Photography:

More information

An Overview of TETRA

An Overview of TETRA TETRA ASSOCIATION An Overview of TETRA Roger Dowling Board Member TETRA Association Market Development Director Sepura plc 8 th July 2010 Warsaw Contents TETRA Design Aims Overview of Features TETRA Data

More information

It s Logical! Technical Newsletter. Logic, the basics you need to know

It s Logical! Technical Newsletter. Logic, the basics you need to know Technical Newsletter V O L U M E I, I S S U E 2 It s Logical! The first newsletter issue received such a great feedback that it was decided to expand the distribution to an international level. It is great

More information

Course Outcome of M.Tech (VLSI Design)

Course Outcome of M.Tech (VLSI Design) Course Outcome of M.Tech (VLSI Design) PVL108: Device Physics and Technology The students are able to: 1. Understand the basic physics of semiconductor devices and the basics theory of PN junction. 2.

More information

Overview of Presentation

Overview of Presentation Grab a Camera and Get Involved with! Photo by B. Bax Victoria MacPhail, MSc Program Biologist, Wildlife Preservation Canada Twitter: @VJMacPhail E-mail: vmacphail@gmail.com Overview of Presentation Overview

More information

The UK s European university POST APPLICATION. What happens now?

The UK s European university POST APPLICATION. What happens now? The UK s European university POST APPLICATION What happens now? Introduction Hopefully by now you ve submitted your application to UCAS The hard work may feel like it s done, but there s still so much

More information

Schematic image of multi-core transmission line composed of different vendors and its loss characteristics

Schematic image of multi-core transmission line composed of different vendors and its loss characteristics 8 August, 2017 Nippon Telegraph and Telephone Corporation KDDI Research, Inc. Sumitomo Electric Industries, Ltd. Fujikura Ltd. Furukawa Electric Co., Ltd. NEC Corporation Chiba Institute of Technology

More information

Please stand by for realtime captions. [Captioner is on hold, waiting for event to begin.]

Please stand by for realtime captions. [Captioner is on hold, waiting for event to begin.] Please stand by for realtime captions. [Captioner is on hold, waiting for event to begin.] >> Welcome to today's webinar, understanding your National Healthcare Safety Network Clostridium Difficile data,

More information

PASSAIC COUNTY TECHNICAL INSTITUTE 45 Reinhardt Road Wayne, NJ. Academic Curriculum Unit Planner. Multimedia & CAD. Course # S7120.

PASSAIC COUNTY TECHNICAL INSTITUTE 45 Reinhardt Road Wayne, NJ. Academic Curriculum Unit Planner. Multimedia & CAD. Course # S7120. Multimedia & CAD Course # S7120 August 2018 Multimedia:CAD.docx Page 1 Unit Plan Title: Introduction to Proprietary & Open Source and Web-Based Programs 8.2.12.A.2 - Analyze a current technology and the

More information

Week 15. Mechanical Waves

Week 15. Mechanical Waves Chapter 15 Week 15. Mechanical Waves 15.1 Lecture - Mechanical Waves In this lesson, we will study mechanical waves in the form of a standing wave on a vibrating string. Because it is the last week of

More information

GPS Business Academy 90 Day QuickStart Program

GPS Business Academy 90 Day QuickStart Program Here are some guidelines to write your website content. We ll focus on 5 pages: 1. Home page 2. Store page 3. About You 4. Contact 5. Blog Home page which is the first page of your website, the one that

More information