Service Request Day Break in Service. Detail Design. Document Number DETAIL 3/9/01 4:47 PM Phillip Thompson

Size: px
Start display at page:

Download "Service Request Day Break in Service. Detail Design. Document Number DETAIL 3/9/01 4:47 PM Phillip Thompson"

Transcription

1 Service Request Document Number DETAIL Phillip Thompson Information Systems & Computing Office of the President University of California

2 INTRODUCTION...1 DIFFERENCES FROM REQUIREMENTS...2 DDL MEMBERS FOR DB2 CHANGES...3 PROGRAMS...4 ONE-TIME PROGRAMS...7 INCLUDE MEMBERS...8 CICS MAPS...10 BINDS...11 TABLE UPDATES...12 JCL...13 ATTACHMENTS...14

3 Page 1 Introduction University of California, Human Resources and Benefits department, modified the policy regarding the attainment of career status for employees classified as "casual". Effective January 1, 2001, in addition to the current conditions of eligibility for career status based on the percent time and duration of the employee's appointment, an employee may alternately qualify for career status by accruing 1000 eligible hours on pay status in a casual position in a consecutive 12 month period, without a significant break in service. A terminology change also replaced references to "casual" appointments with the term "limited" appointments. Requirements for Payroll/Personnel System (PPS) changes to support this modification were issued in Service Request 15212, and the PPS changes issued in Release The original service request specified that hours prior to any break in service of 120 days or more should be initialized to zero, but was later amended to eliminate that requirement. It was determined that the hours should not be initialized, because the hours data could be lost in the case where an incorrect hire date or separation date were entered. Instead, it was decided that a mechanism should be provided to allow the system to know the first month to use in the calculation of total eligible hours. Service Request specifies the PPS enhancements needed to provide this mechanism. A Limited Hours As of Date will be maintained on the EDB for each employee. The Total Hours Toward Career Status Eligibility implemented in Release 1330 will subsequently be calculated only from the hours of months equal to or later than the month of the Limited Hours As of Date.

4 Page 2 Differences from Requirements 1. Minor modifications have been made to the screen definitions. The new fields and labels have been moved slightly, and the hours fields have been moved to reflect the previously released format. 2. The Inquiry Only format for the new data element has been changed to 'MM/DD/YY'. The text of the General Description has been slightly modified.

5 Page 3 DDL Members for DB2 Changes Payroll Computation Table (PPPPER): A new column will be added that will contain the Limited Hours As of Date. The standard EDB DDL members defining the table and three Views for the PPPPER table will be modified. TBPER00C PPPVZPER PPPVPER1 PPPVPER2 For campuses which alter tables rather than re-create them, a new ALTER TABLE member will be created to add the new columns. TBPER15A. LIM_HRS_AS_OF_DATE DATE NOT NULL WITH DEFAULT;

6 Page 4 Programs PPAPEUFE PPAPEUFE is the main driver for online editing for EDB Update. It has a SELECT for all the data on the PPPPER row. It will be modified to include the new Limited Hours As of Date column. PPAPEUPU PPAPEUFE is the main driver for online updating for EDB Update. It has a SELECT for all the data on the PPPPER row. It will be modified to include the new Limited Hours As of Date column. PPEMPSTA PPEMPSTA derives Employment Status. It is triggered in explicit EDB maintenance by changes to, among other data elements, Hire Date and Separation Date, which includes Hire and Rehire actions. It is also executed unconditionally in the EDB Daily Process. In explicit EDB maintenance PPEMPSTA executes ahead of PPEA001 (Hire) and PPEA002 (Rehire) consistency edits. Furthermore, PPEMPSTA initializes the Separation Date, when appropriate. Therefore the Hire and Rehire events requested must occur in PPEMPSTA while the Separation date is still known. PER-ROW is already defined as an External, so the Limited Hours As of Date will be available. XACN-ACTION- ARRAY will be added as an External so that Action Codes can be accessed. CPWSXDC3 and CPPDXDC3 common date routine copymembers will be also be added so that calculation of the break in service can use standard date routines. If a Hire is occurring (XACN-ACTION-FLAG (01, 01) = 'Y') during explicit EDB maintenance then the Limited Hours As of Date will be set to the Hire Date. Auditing responsibilities will be performed for Data Element An explicit check for a Rehire (XACN-ACTION-FLAG (01, 02) = 'Y') will not occur. Rather, the same code that checks for an achieved Hire Date will execute during any triggering of PPEMPSTA or unconditional call in the EDB Daily Process. Once performed it will not repeat since the Separation Date is initialized as part of the process. Thus, for a Rehire with a current or past Hire Date, the derivation for Limited Hours As of Date will be immediately performed. If the Rehire date is in the future, the derivation which be left for later. If the Hire Date is later than the current date, as defined by XDTS-ISO-DLY-RUN-DATE, then no change will be made to Limited Hours As of Date. Thus, a future Rehire will not reset the Limited Hours As of Date. That will occur, as shown in the next bullet, when the Hire Date is achieved, most likely during the EDB Daily Process. If the Hire Date is equal to or less than the current date, as defined by XDTS-ISO-DLY-RUN-DATE, and the there is a Separation Date, and the Separation Date is less than the Hire Date (i.e. a break in service has occurred) then length of the break in service will be calculated. The Hire Date and Separation Date will both be converted to Lilian, via PPS date routine XDC3-CONVERT-ISO-TO-LILIAN. The Separation date result will be subtracted from the Hire Date result. If the difference is +121 or greater, then the Limited Hours As of Date will be set to the Hire Date. Auditing responsibilities will be performed for Data Element If the difference is +120 or less then no change will be made to the existing Limited Hours As of Date. PPEM005 PPEM005 performs implied maintenance during Monthly Periodic EDB Maintenance. It was modified in Release 1330 to update the appropriate month's Hours Toward Career Status Eligibility with the Current Month Hours Towards Career Status Eligibility and recalculate Total Hours Toward Career Status Eligibility. Currently it simply adds all the twelve month buckets and places the result in the total bucket.

7 Page 5 PPEM005 will be modified so that the calculation of Total Hours Toward Career Status Eligibility will only include months' hours when that month is equal to or greater than the month of the new As of Date for Total Career Hours Toward Career Status Eligibility. This total will continue to be compared, prior to and after update, with the values of System Parameters 83 and 84 to set flags for career status eligibility reporting. No further changes are required to control that reporting process. A twelve bucket array will be defined to hold "effective dates" and hours from Hours Toward Career Status Eligibility. PER-ROW is already defined as an External, so the Limited Hours As of Date will be available. The twelve month Hours Toward Career Status Eligibility will be loaded from copymember CPLNKHDA into the array position matching its month, e.g. HRS-CAR-ELIG-03 would be loaded into array position three. During the initial execution of PPEM005, an array of "effective dates" in XDC3-ISO-DATE format will be established for the twelve month buckets for Hours Toward Career Status Eligibility. XDTS-ISO-1-MO-PRI-MM is currently used to define the "current" month for updating various hour buckets, and XDTS-ISO-1-MO-PRIOR- DATE will be used to define the starting point for determining these effective dates. Dates for the other buckets will be calculated from that initial date, and will step back month by month until all twelve buckets are dated. The month of the date will serve as the array position. For each employee the Limited Hours As of Date will also be converted to an XDC3-ISO-DATE format. The day field will be set to 01, so that it can be compared to the array dates. If the array effective date for the month bucket is equal to or greater than the reformatted Limited Hours As of Date, the month's hours will be included in the Total Hours Toward Career Status Eligibility. PPKEYCHD PPKEYCHD performs key changes and deletes for both batch and online updating of the EDB. It has a SELECT for all the data on the PPPPER row. It will be modified to include the new Limited Hours As of Date column. PPPERCHG The program is a standard part of the EDB Fetch/Update complex for monthly maintenance for the PPPPER table. It will be modified to process the new Limited Hours As of Date. PPPERFET The program is a standard part of the EDB Fetch/Update complex for the PPPPER table. It will be modified to process the new Limited Hours As of Date. PPPERUPD The program is a standard part of the EDB Fetch/Update complex for the PPPPER table. It will be modified to process the new Limited Hours As of Date. PPPERUTL The program is a standard part of the EDB Fetch/Update complex for the PPPPER table. It will be modified to process the new Limited Hours As of Date. PPPERUTW The program is a standard part of the EDB Fetch/Update complex for the PPPPER table. It will be modified to process the new Limited Hours As of Date. PPWECEN PPWECEN is an online screen processor program for the Central Office update screen. Only two data elements are currently updateable from the ECEN function: 403(b) Limit and Anticipated Retirement Date. It will be modified to display Limited Hours As of Date. The detail map PPECEN0 will also be modified. See Attachment A for a screen sample.

8 Page 6 PPWIHR2 PPWIHR2 is an online screen processor program which currently displays Hours Toward Benefits Eligibility and Hours Toward Career Status Eligibility fields. It will be modified to display Limited Hours As of Date. Hours for months prior to the Limited Hours As of Date will continue to be displayed. The detail map PPIHR20 will also be modified. See Attachment B for a screen sample.

9 Page 7 One-Time Programs PPOTRRRR A one-time program will be created to initialize the new column Limited Hours As of Date. The one-time program will be capable of running in either non-update or update mode, as selected on the Run Specification Record: PPOTRRRR-SPECUPDATE will cause an update of the EDB PPOTRRRR-SPEC will not update the EDB A cursor will be defined to fetch all PPPPER rows regardless of Employment Status. However, stub records, i.e. those with Employee Name of all asterisks will not be processed. An array of "effective dates" in XDC3-ISO-DATE format will be established for the twelve month buckets for Hours of Pay Status. The month prior to SCR-CURRENT-DATE will be used to define the starting point for determining these effective dates, and dates for the other buckets will step back month by month until all twelve buckets are dated. The month of the date will serve as the array position. For example, if the Current SCR Date is would be the latest date in It would be placed in array position three. Array position four would be calculated as , i.e. the prior April. If the employee's Hire Date is equal to or less than , the Limited Hours As of Date will be set to If the employee's Hire Date is greater than , then Hours of Pay Status (DE 5120 through DE 5131) will selected from the PPPPCM table, and loaded into the array. The array will be processed to identify earliest "effective date" of an Hour on Pay Status month with hours greater than zero, and that is January 2001 or later. If that month is earlier than the Hire Date, that month's effective date will be moved to Limited Hours As of Date. If that month is the same month as the Hire, the Hire Date will moved to Limited Hours as of Date. If there are no Hours on Pay Status greater than zero, then Hire Date will be moved to Limited Hours As of Date. An EDB Change File (ECF) record will be written for each data element that is changed. PPP180 will be used to process the file to provide reporting of the changes. The ECF will be written in both non-update and update mode so that projected changes can be evaluated first in non-update mode. This file is for auditing purposes only, and should not be run into History.

10 Page 8 Include Members Payroll Personal Table (PPPPER): The standard EDB Include members defining the working storage and Views for a table row in the PPPPER table will be modified: PPPVZPER PPPVPER1 PPPVPER2 Working storage: 10 LIM-HRS-AS-OF-DATE PIC X(10). View:,LIM_HRS_AS_OF_DATE DATE NOT NULL These Include's have a large filler field which will be decremented by the length of the new fields. Therefore the length of the Include is not affected. Programs that use the Include as an External but do not reference the new fields do not require recompilation.

11 Page 9 Copymembers CPPDIPER CPPDIPER is copy code that performs special initialization of PPPPER columns such as dates. The new Limited Hours As of Date will be added to the dates initialized as ' '. The only two programs using the copymember are PPPERUTL and PPPERUPD which will be included in the modified compiles. CPWSRPER CPWSRPER defines working storage for a row on the EDB PPPPER table. The new Limited Hours As of Date will be added. 10 LIM-HRS-AS-OF-DATE PIC X(10). The copymember has a large filler field which will be decremented by the length of the new fields. Therefore the length of the copymember is not affected. Programs that use the copymember as an External but do not reference the new fields do not require recompilation.

12 Page 10 CICS Maps PPECEN0 PPECEN0 is the map used by EDB Update screen processor program PPWECEN. It will be modified to add a label and data field for the new Limited Hours As of Date. Field level Help text for Limited Hours As of Date will be anchored to the screen. See Attachment A for a screen sample. PPIHR20 PPIHR20 is the map used by EDB Inquiry screen processor program PPWIHR2. It will be modified to add a label and data field for the new Limited Hours As of Date. Field level Help text for Limited Hours As of Date will be anchored to the screen. See Attachment B for a screen sample.

13 Page 11 Binds PPOTRRRR (one-time): A one-time plan bind will be created for one-time program PPOTRRRR. It will contain members PPOTRRRR, PPCTTUTL and PPMSSG2.

14 Page 12 Table Updates Data Element Table (PPPDET): The new data element for Limited Hours As of Date will be added to the PPPPER table. It will be defined as a standard Date and as updateable by EDB File Maintenance. Limited Hours As of Date DE 0427 Data Element to Screen Table (PPPDES): Limited Hours As of Date DE 0427 will be defined for the ECEN screen. The Protected Indicator will be N. Data Dictionary & CICS Help See Attachment C for an example of the Data Dictionary form that will be made available on the PPS website. New field level Help text will be created for Limited Hours As of Date DE A member EDB0427 will be created for PAY.BASE.HELPTEXT, and released as a HELPDDSE file. The CICS Help text will be in the standard format, and its text will reflect the General Description text of the Data Dictionary form.

15 Page 13 JCL PPOTRRRR (one-time): JCL will be created for one-time program PPOTRRRR. It will have a standard Errors and Warnings report at DD OTRRRR1. It will create a standard EDB Change File (ECF) at DD EDBCHG. The one-time program will have a Run Specification Record at DD CARDFIL. It will be capable of running in either non-update or update mode, as selected on the Run Specification Record: PPOTRRRR-SPEC PPOTRRRR-SPECUPDATE The sample JCL will also include execution of PPP180 to read the ECF and produce a PPP1800 report for auditing purposes.

16 Page 14 Attachments Attachment A Attachment B Attachment C ECEN Screen Sample IHR2 Screen Sample. Data Dictionary for Limited Hours As of Date

17 Page 15 Attachment A ECEN Screen Sample PPECEN0-Errrr EDB Entry/Update 02/28/01 10:54:54 02/26/01 10:09:11 Central Office Information Userid: PAYPST ID: Name: AGES,TRUDY SSN: Pri Pay: BW 403b Limit Amt: S: NOT CALCD Anticipated Retirement Date: Limited Hours as of Date: Next Func: ID: Name: SSN: ===> F: 1-Help 3-PrevMenu 4-Print 5-Update F: 9-Jump 12-Exit

18 Page 16 Attachment B IHR2 Screen Sample PPIHR20-Irrrr EDB Inquiry 07/17/00 15:23:24 Hours Toward Eligibility Userid: PAYPST ID: Name: ABSENT,MARCUS SSN: Hm Dept: CHAN OFFICE Emplmt Status: A Pri Pay: MO Hours Toward Benefits Eligibility Hours Toward Career Status Total Hrs at Month Begin: Total Hrs at Month Begin: Current Month: Current Month: Jan: Jul: Jan: Jul: Feb: Aug: Feb: Aug: Mar: Sep: Mar: Sep: * Apr: Oct: * Apr: Oct: May: Nov: May: Nov: Jun: Dec: Jun: Dec: As of Date for counting hours: 12/31/00 Next Func: ID: Name: SSN: ===> F: 1-Help 3-PrevMenu 4-Print 5-GenDoc F: 9-Jump 12-Exit

19 Page 17 Attachment C Data Dictionary for Limited Hours As of Date System Number: EDB0427 User Access Name: Programming Name: Release Date: 03/01/01 Comments: Source(s): Use(s): Location(s): Name: Type: PPP120 LIMITED HOURS AS OF DATE Numeric Length: 6 Format: MM/DD/YY Inquiry Only, MMDDYY Entry/Update General Description: Date on which accumulation of hours worked in a limited appointment begins. These hours are used to determine eligibility for career status. This date is set by the system to the Most Recent Hire Date (EDB 0113) when an employee is first hired. It is reset to the new hire date on rehire after a break in service of 120 days or more. Code Interpretation N/A

UNIVERSITY OF CALIFORNIA

UNIVERSITY OF CALIFORNIA UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT 1111

More information

PPS Requirements. Performance Evaluation Code

PPS Requirements. Performance Evaluation Code PPS Requirements Performance Evaluation Code Final March 14, 2002 Revised May 2, 2002 Information Systems & Computing Office of the President University of California Table of Contents Background... 3

More information

Release Service Request TX Dues DETAIL DESIGN. Document Number DETAIL 2/5/98 11:17 AM Phillip Thompson

Release Service Request TX Dues DETAIL DESIGN. Document Number DETAIL 2/5/98 11:17 AM Phillip Thompson Release 1177 Service Request 13213 DETAIL DESIGN Document Number DETAIL 2/5/98 11:17 AM Phillip Thompson Information Systems & Computing Office of the President University of California INTRODUCTION...

More information

Service Request Savings Choice Vesting Start Date Logic In PPS. Technical Specification. March 29, 2018 Prepared by Pete Stern

Service Request Savings Choice Vesting Start Date Logic In PPS. Technical Specification. March 29, 2018 Prepared by Pete Stern Service Request 102104 Savings Choice Vesting Start Date Logic In PPS Prepared by Pete Stern Information Technology Services Office of the President University of California Version History Version # Date

More information

Detail Design RELEASE Fidelity ID Assignment for Employees With Zero Social Security Numbers Service Request March 7, :00 AM

Detail Design RELEASE Fidelity ID Assignment for Employees With Zero Social Security Numbers Service Request March 7, :00 AM RELEASE 1695 Fidelity ID Assignment for Employees With Zero Social Security Numbers Service Request 81274 11:00 AM Application Technology Services Information Resources &Communications Office of the President

More information

UNIVERSITY OF CALIFORNIA

UNIVERSITY OF CALIFORNIA UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT 1111

More information

Release Service Request SHPS File. Detail Design. Document Number detail.doc Phillip Thompson 1/13/2003 2:58 PM

Release Service Request SHPS File. Detail Design. Document Number detail.doc Phillip Thompson 1/13/2003 2:58 PM Release 1458 Service Request 80286 Detail Design Document Number detail.doc Phillip Thompson Information Systems & Computing Office of the President University of California Page 1 INTRODUCTION...2 DDL

More information

Release Service Request Health Science Severance Pay Plan. Detail Design. June 18, 2008 Prepared by Janet Kennedy

Release Service Request Health Science Severance Pay Plan. Detail Design. June 18, 2008 Prepared by Janet Kennedy Service Request 82146 Health Science Severance Pay Plan Prepared by Janet Kennedy Information Resources & Communications Office of the President University of California Table of Contents Introduction...1

More information

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT

More information

Release 1048 Service Request Employment Verification TEST INSTRUCTIONS. Document Number OTEST. January 9, 1996.

Release 1048 Service Request Employment Verification TEST INSTRUCTIONS. Document Number OTEST. January 9, 1996. Release 1048 Service Request 12076 Employment Verification TEST INSTRUCTIONS Document Number OTEST January 9, 1996 Phillip Thompson Information Systems & Computing Office of the President University of

More information

Special Processes, EDB File Maintenance & Compute Cycles DETAIL DESIGN. Document Number BYCOVER. July 14, Phillip Thompson

Special Processes, EDB File Maintenance & Compute Cycles DETAIL DESIGN. Document Number BYCOVER. July 14, Phillip Thompson Special Processes, EDB File Maintenance & Compute Cycles DETAIL DESIGN Document Number BYCOVER July 14, 1995 Phillip Thompson Information Systems & Computing Office of the President University of California

More information

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT

More information

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT

More information

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT

More information

Release Service Request Consolidated Billing Automation Phase I. Detail Design. January 21, 2009 Prepared by Caroline Rider

Release Service Request Consolidated Billing Automation Phase I. Detail Design. January 21, 2009 Prepared by Caroline Rider Service Request 82209 Consolidated Billing Automation Phase I Prepared by Caroline Rider Information Resources & Communications Office of the President University of California Table of Contents Introduction...1

More information

SkilMatch documentation for adding, changing and deleting Affordable Care Act (ACA) Tracking Codes (TCs) for employees (EEs). Command "ACADATUPD".

SkilMatch documentation for adding, changing and deleting Affordable Care Act (ACA) Tracking Codes (TCs) for employees (EEs). Command ACADATUPD. SkilMatch documentation for adding, changing and deleting Affordable Care Act (ACA) Tracking Codes (TCs) for employees (EEs). Command "ACADATUPD". Abbreviations used in this documentation: ACA = Affordable

More information

Asks for clarification of whether a GOP must communicate to a TOP that a generator is in manual mode (no AVR) during start up or shut down.

Asks for clarification of whether a GOP must communicate to a TOP that a generator is in manual mode (no AVR) during start up or shut down. # Name Duration 1 Project 2011-INT-02 Interpretation of VAR-002 for Constellation Power Gen 185 days Jan Feb Mar Apr May Jun Jul Aug Sep O 2012 2 Start Date for this Plan 0 days 3 A - ASSEMBLE SDT 6 days

More information

This report is based on sampled data. Jun 1 Jul 6 Aug 10 Sep 14 Oct 19 Nov 23 Dec 28 Feb 1 Mar 8 Apr 12 May 17 Ju

This report is based on sampled data. Jun 1 Jul 6 Aug 10 Sep 14 Oct 19 Nov 23 Dec 28 Feb 1 Mar 8 Apr 12 May 17 Ju 0 - Total Traffic Content View Query This report is based on sampled data. Jun 1, 2009 - Jun 25, 2010 Comparing to: Site 300 Unique Pageviews 300 150 150 0 0 Jun 1 Jul 6 Aug 10 Sep 14 Oct 19 Nov 23 Dec

More information

UK Link Committee Meeting. Xoserve Report Pack. Meeting Date: 12 th January 2017 Reporting Month: December 2016

UK Link Committee Meeting. Xoserve Report Pack. Meeting Date: 12 th January 2017 Reporting Month: December 2016 UK Link Committee Meeting Xoserve Report Pack Meeting Date: 12 th January 2017 Reporting Month: December 2016 Authors (for this version): Amjad Hussain Version: V1.0 Date: 10 th January 2017 Xoserve Reports

More information

Michigan Tech University Banner Finance Self-Service User Guide. Revised 1/11/17

Michigan Tech University Banner Finance Self-Service User Guide. Revised 1/11/17 Michigan Tech University Banner Finance Self-Service User Guide Revised 1/11/17 TABLE OF CONTENTS Chart Terminology... 3 MTU Fiscal Year... 3 Web Resource Banner and Reporting... 3 Reports Listing your

More information

Payflow Implementer's Guide FAQs

Payflow Implementer's Guide FAQs Payflow Implementer's Guide FAQs FS-PF-FAQ-UG-201702--R016.00 Fairsail 2017. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced, disclosed, or used

More information

Service Request PPS Changes to correct errors in California State DE9 data for certain Rush Checks Technical Specification for Phase 2

Service Request PPS Changes to correct errors in California State DE9 data for certain Rush Checks Technical Specification for Phase 2 Service Request 100434 PPS Changes to correct errors in California State DE9 data for certain Rush Checks for Phase 2 Prepared by Peter Parker Information Resources & Communications Office of the President

More information

Release (b) Modifications TEST INSTRUCTIONS. Document Number TST1100. December 5, Susan Isaacs

Release (b) Modifications TEST INSTRUCTIONS. Document Number TST1100. December 5, Susan Isaacs Release 1100 TEST INSTRUCTIONS Document Number TST1100 December 5, 1996 Susan Isaacs Information Systems & Computing Office of the President University of California Page 1 TEST PLAN: The following test

More information

Service Request PPI730 Transactions by Retirement Code. Technical Specification. Created on: October 09, Last Modified on: 11/18/2017

Service Request PPI730 Transactions by Retirement Code. Technical Specification. Created on: October 09, Last Modified on: 11/18/2017 Service Request 101922 PPI730 Transactions by Retirement Code Created on: October 09, 2017 Last Modified on: 11/18/2017 Prepared by Baskar Chitravel Information Technology Services Office of the President

More information

Release 1694 Service Request ERS Interface Program Detail Design Revised By:

Release 1694 Service Request ERS Interface Program Detail Design Revised By: Release 1694 ERS Interface Program Detail Design Adam Cohen September 28, 2005 Revised By: Baskar Chitravel Application Technology Services Information Resources & Communications Office of the President

More information

Polycom Advantage Service Endpoint Utilization Report

Polycom Advantage Service Endpoint Utilization Report Polycom Advantage Service Endpoint Utilization Report ABC Company 9/1/2018-9/30/2018 Polycom, Inc. All rights reserved. SAMPLE REPORT d This report is for demonstration purposes only. Any resemblance to

More information

Undergraduate Admission File

Undergraduate Admission File Undergraduate Admission File June 13, 2007 Information Resources and Communications Office of the President University of California Overview Population The Undergraduate Admission File contains data on

More information

Polycom Advantage Service Endpoint Utilization Report

Polycom Advantage Service Endpoint Utilization Report Polycom Advantage Service Endpoint Utilization Report ABC Company 3/1/2016-3/31/2016 Polycom, Inc. All rights reserved. SAMPLE REPORT d This report is for demonstration purposes only. Any resemblance to

More information

1.8 POST AUTHORIZATION NOTIFICATION (PAN)

1.8 POST AUTHORIZATION NOTIFICATION (PAN) 1.8 POST AUTHORIZATION NOTIFICATION (PAN) Overview The PAN Subsystem User The Post Authorization Notification (PAN) Subsystem is a means for informing a designated individual (i.e., a reviewer) that an

More information

software.sci.utah.edu (Select Visitors)

software.sci.utah.edu (Select Visitors) software.sci.utah.edu (Select Visitors) Web Log Analysis Yearly Report 2002 Report Range: 02/01/2002 00:00:0-12/31/2002 23:59:59 www.webtrends.com Table of Contents Top Visitors...3 Top Visitors Over Time...5

More information

DAS LRS Monthly Service Report

DAS LRS Monthly Service Report DAS LRS Monthly Service Report Customer Service Manager : Diploma Aggregation Service : Daniel Ward Project/document reference : DAS LRS 2010-12 Issue : 1.0 Issue date : 17 th January 2011 Reporting Period

More information

Seattle (NWMLS Areas: 140, 380, 385, 390, 700, 701, 705, 710) Summary

Seattle (NWMLS Areas: 140, 380, 385, 390, 700, 701, 705, 710) Summary November, 2016 MTD MARKET UPDATE Data Current Through: November, 2016 (NWMLS Areas: 140, 380, 385, 390,, 701, 705, 710) Summary 4,000 3,500 3,000 2,500 2,000 1,500 1,000 500 0 Active, Pending, & Months

More information

Database Programming with SQL

Database Programming with SQL Database Programming with SQL 4-3 Objectives This lesson covers the following objectives: Demonstrate the use of SYSDATE and date functions State the implications for world businesses to be able to easily

More information

HPE Security Data Security. HPE SecureData. Product Lifecycle Status. End of Support Dates. Date: April 20, 2017 Version:

HPE Security Data Security. HPE SecureData. Product Lifecycle Status. End of Support Dates. Date: April 20, 2017 Version: HPE Security Data Security HPE SecureData Product Lifecycle Status End of Support Dates Date: April 20, 2017 Version: 1704-1 Table of Contents Table of Contents... 2 Introduction... 3 HPE SecureData Appliance...

More information

If you are preparing a new form:

If you are preparing a new form: Procedure 1. An On-Campus Referral Form must be filed for the student. An email confirmation from the Student Employment Office MUST be received prior to completing the Quick Hire. 2. Create a new Quick

More information

All King County Summary Report

All King County Summary Report September, 2016 MTD MARKET UPDATE Data Current Through: September, 2016 18,000 16,000 14,000 12,000 10,000 8,000 6,000 4,000 2,000 0 Active, Pending, & Months Supply of Inventory 15,438 14,537 6.6 6.7

More information

Release Service Request YTD Balances in the PAR. Detail Design. Caroline Rider May 3, 2004

Release Service Request YTD Balances in the PAR. Detail Design. Caroline Rider May 3, 2004 Release 1571 Caroline Rider Enterprise IT Services Office of the President University of California Page 2 Introduction asks for the addition of year-to-date grosses balances, selected hours balances,

More information

DATE OF BIRTH SORTING (DBSORT)

DATE OF BIRTH SORTING (DBSORT) DATE OF BIRTH SORTING (DBSORT) Release 3.1 December 1997 - ii - DBSORT Table of Contents 1 Changes Since Last Release... 1 2 Purpose... 3 3 Limitations... 5 3.1 Command Line Parameters... 5 4 Input...

More information

UNIVERSITY OF CALIFORNIA

UNIVERSITY OF CALIFORNIA UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT 300

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS DISTRICT 7030 WEBSITE FREQUENTLY ASKED QUESTIONS NB: THIS WILL BE REGULARLY UPDATED FOR YOUR INFORMATION. 1. This website works better with the following browsers: Internet Explorer (IE) and Google Chrome.

More information

2018 CALENDAR OF ACTIVITIES

2018 CALENDAR OF ACTIVITIES 2018 CALENDAR OF ACTIVITIES WHO WE ARE AND WHAT WE OFFER Ý Public Trainings Technical Sessions Reviews GMM Other Chapter Activities Conferences Professionals Night ISACA was incorporated by individuals

More information

Seattle (NWMLS Areas: 140, 380, 385, 390, 700, 701, 705, 710) Summary

Seattle (NWMLS Areas: 140, 380, 385, 390, 700, 701, 705, 710) Summary September, 2016 MTD MARKET UPDATE Data Current Through: September, 2016 (NWMLS Areas: 140, 380, 385, 390,, 701, 705, 710) Summary Active, Pending, & Months Supply of Inventory 5,000 4,500 4,000 3,500 4,091

More information

SCI - software.sci.utah.edu (Select Visitors)

SCI - software.sci.utah.edu (Select Visitors) SCI - software.sci.utah.edu (Select Visitors) Web Log Analysis Yearly Report 2004 Report Range: 01/01/2004 00:00:00-12/31/2004 23:59:59 www.webtrends.com Table of Contents Top Visitors...3 Top Visitors

More information

Seattle (NWMLS Areas: 140, 380, 385, 390, 700, 701, 705, 710) Summary

Seattle (NWMLS Areas: 140, 380, 385, 390, 700, 701, 705, 710) Summary October, 2016 MTD MARKET UPDATE Data Current Through: October, 2016 (NWMLS Areas: 140, 380, 385, 390,, 701, 705, 710) Summary Active, Pending, & Months Supply of Inventory 4,500 4,000 3,500 4,197 4,128

More information

Section 1.2: What is a Function? y = 4x

Section 1.2: What is a Function? y = 4x Section 1.2: What is a Function? y = 4x y is the dependent variable because it depends on what x is. x is the independent variable because any value can be chosen to replace x. Domain: a set of values

More information

Grade 4 Mathematics Pacing Guide

Grade 4 Mathematics Pacing Guide Jul 2014 ~ August 2014 ~ Sep 2014 1 2 3 4 5 6 7 8 9 10 11 12 14 15 16 17 Routines 19 Routines 20 Routines BOY 22 BOY 23 24 11 12 14 29 15 30 31 Notes: Found Online @ wwweverydaymathonlinecom 1 More Calendars

More information

Automatic Renewal Using DIY Technology to Create an Improved Patron Experience

Automatic Renewal Using DIY Technology to Create an Improved Patron Experience Using DIY Technology to Create an Improved Patron Experience Samantha Jekot-Graham, Patron Experience Lead Phil Feilmeyer, System Integration What is automatic renewal? A service that automatically renews

More information

Benefits Dashboard User Guide

Benefits Dashboard User Guide User Guide 2016, Release 5 The Benefit Dashboard is designed to assist in the management of your company s benefit enrollments. From qualifying life events to ongoing new hire enrollments, the dashboard

More information

Error Reports Technical Release 2 nd Quarter 2010

Error Reports Technical Release 2 nd Quarter 2010 Error Reports 2236 2241 2259 2260 2261 2267 2219 Prepared by Maxine Gerber Revised August 13, 2010 Revised by Baskar Chitravel Rajeev Gupta Information Resources & Communications Office of the President

More information

June Time Administrator - Change work schedule via SAP (Manager's Desktop)

June Time Administrator - Change work schedule via SAP (Manager's Desktop) Time Administrator - Change work schedule via SAP (Manager's Desktop) 1. Log on to Manager s Desktop Transaction Code: PPMDT Casual processing is entered via Manager s Desktop. You will need to add the

More information

SCI - NIH/NCRR Site. Web Log Analysis Yearly Report Report Range: 01/01/ :00:00-12/31/ :59:59.

SCI - NIH/NCRR Site. Web Log Analysis Yearly Report Report Range: 01/01/ :00:00-12/31/ :59:59. SCI - NIH/NCRR Site Web Log Analysis Yearly Report 2003 Report Range: 01/01/2003 00:00:00-12/31/2003 23:59:59 www.webtrends.com Table of Contents General Statistics...5 Page Views Over Time...8 Top Pages

More information

epaystub 2015 Build Notes ENCORE BUSINESS SOLUTIONS twitter.com/encorebusiness.com

epaystub 2015 Build Notes ENCORE BUSINESS SOLUTIONS   twitter.com/encorebusiness.com epaystub 2015 Build Notes ENCORE BUSINESS SOLUTIONS www.encorebusiness.com twitter.com/encorebusiness.com encore@encorebusiness.com Copyright Build Notes copyright 2018 Encore Business Solutions, Inc.

More information

More Binary Search Trees AVL Trees. CS300 Data Structures (Fall 2013)

More Binary Search Trees AVL Trees. CS300 Data Structures (Fall 2013) More Binary Search Trees AVL Trees bstdelete if (key not found) return else if (either subtree is empty) { delete the node replacing the parents link with the ptr to the nonempty subtree or NULL if both

More information

More BSTs & AVL Trees bstdelete

More BSTs & AVL Trees bstdelete More BSTs & AVL Trees bstdelete if (key not found) return else if (either subtree is empty) { delete the node replacing the parents link with the ptr to the nonempty subtree or NULL if both subtrees are

More information

Getting in Gear with the Service Catalog

Getting in Gear with the Service Catalog Getting in Gear with the Service Catalog How an actionable Service Catalog can drive Service Management adoption, improve Customer Satisfaction and provide a Return On Investment......And do it quickly

More information

NMOSE GPCD CALCULATOR

NMOSE GPCD CALCULATOR NMOSE CALCULATOR It should be noted that all the recorded data should be from actual metered results and should not include any estimates. Gallons per Capita - v2.4 Beta Release Date: Mar, 16, 29 This

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS Release 1408 Service Request 15128 INSTALLATION INSTRUCTIONS Document Number install.doc Adam Cohen Information Systems & Computing Office of the President University of California Page 1 This document

More information

Excel Functions & Tables

Excel Functions & Tables Excel Functions & Tables SPRING 2016 Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 1 Review of Functions Quick Mathematics Review As it turns out, some of the most important mathematics for this course

More information

Nigerian Telecommunications (Services) Sector Report Q2 2016

Nigerian Telecommunications (Services) Sector Report Q2 2016 Nigerian Telecommunications (Services) Sector Report Q2 2016 01 SEPTEMBER 2016 Telecommunications Data The telecommunications data used in this report were obtained from the National Bureau of Statistics

More information

San Joaquin County Emergency Medical Services Agency

San Joaquin County Emergency Medical Services Agency San Joaquin County Emergency Medical Services Agency http://www.sjgov.org/ems Memorandum TO: All Interested Parties FROM: Rick Jones, EMS Analyst DATE: January, 19 Mailing Address PO Box French Camp, CA

More information

Statistical Methods in Trending. Ron Spivey RETIRED Associate Director Global Complaints Tending Alcon Laboratories

Statistical Methods in Trending. Ron Spivey RETIRED Associate Director Global Complaints Tending Alcon Laboratories Statistical Methods in Trending Ron Spivey RETIRED Associate Director Global Complaints Tending Alcon Laboratories What s In It For You? Basic Statistics in Complaint Trending Basic Complaint Trending

More information

ICT PROFESSIONAL MICROSOFT OFFICE SCHEDULE MIDRAND

ICT PROFESSIONAL MICROSOFT OFFICE SCHEDULE MIDRAND ICT PROFESSIONAL MICROSOFT OFFICE SCHEDULE MIDRAND BYTES PEOPLE SOLUTIONS Bytes Business Park 241 3rd Road Halfway Gardens Midrand Tel: +27 (11) 205-7000 Fax: +27 (11) 205-7110 Email: gauteng.sales@bytes.co.za

More information

Logging Mechanism. Cisco Logging Mechanism

Logging Mechanism. Cisco Logging Mechanism Cisco, page 1 Cisco ISE System Logs, page 2 Configure Remote Syslog Collection Locations, page 7 Cisco ISE Message Codes, page 8 Cisco ISE Message Catalogs, page 8 Debug Logs, page 8 Endpoint Debug Log

More information

Markets Gateway Roadmap

Markets Gateway Roadmap Markets Gateway Roadmap As of April 17, 2018 www.pjm.com Background Markets Gateway allows users to submit information and obtain data needed to conduct business in the Day-Ahead, Regulation and Synchronized

More information

9.3 WEB-BASED PAN. Post Authorization Notification Functions (Web PAN) Opening a PAN: Deleting PANs From Your Inbox: Status and Type Columns: 9.

9.3 WEB-BASED PAN. Post Authorization Notification Functions (Web PAN) Opening a PAN: Deleting PANs From Your Inbox: Status and Type Columns: 9. 9.3 WEB-BASED PAN Post Authorization Notification Functions (Web PAN) Note: This section covers web PAN features, but not general background or information about PAN. For detailed information about the

More information

Statutory Holiday Pay for Casuals effective Jan 1, 2018 Report (ZHMR188_STAT_CASUAL)

Statutory Holiday Pay for Casuals effective Jan 1, 2018 Report (ZHMR188_STAT_CASUAL) Statutory Holiday Pay for Casuals effective Jan 1, 2018 Report (ZHMR188_STAT_CASUAL) Contents Purpose Transaction Code & HRIS Menu Path Step 1: Run the Statutory Holiday Pay for Casuals effective Jan 1,

More information

San Francisco Housing Authority (SFHA) Leased Housing Programs October 2015

San Francisco Housing Authority (SFHA) Leased Housing Programs October 2015 San Francisco Housing Authority (SFHA) Leased Housing Programs October 2015 Table of Contents Program Utilization Summary 3 PIC Reporting Rate 4-5 Operational Updates Recertifications and Inspections 6-7

More information

South Platte Summary January Compiled by Lee Cunning, P.E.

South Platte Summary January Compiled by Lee Cunning, P.E. South Platte Summary January 218 Compiled by Lee Cunning, P.E. COLORADO DIVISION OF WATER RESOURCES, DIVISION 1 MONTH OF January 218 RESERVOIR FULL ALLOWABLE CAPACITY FIRST OF MONTH (ACRE (ACRE FEET) FEET)

More information

CIMA Certificate BA Interactive Timetable

CIMA Certificate BA Interactive Timetable CIMA Certificate BA Interactive Timetable 2018 Nottingham & Leicester Version 3.2 Information last updated 09/03/18 Please note: Information and dates in this timetable are subject to change. Introduction

More information

Contents:

Contents: Contents: Conventional/REO/Short Sale Single Family Sold Sold Properties by Cities - Properties Sold Supply Inventory Median Price Comparison by Year www.swflrealtors.com Page #. Single Family & Condo

More information

Instructions for Electronic Wage & Tax Reporting LWC Unemployment Insurance Tax Filing Manual JULY 2017

Instructions for Electronic Wage & Tax Reporting LWC Unemployment Insurance Tax Filing Manual JULY 2017 Instructions for Electronicc Wage & Tax Reporting LWC Unemployment Insurance Tax Filing Manual JULY 2017 INSTRUCTIONS FOR EMPLOYERS Create UI Online Services Account Login Before You Begin 1. You must

More information

October Real Sector Statistics Division. Methodology

October Real Sector Statistics Division. Methodology October 2013 Methodology The Consumer Survey has been conducted monthly since October 1999. Moreover, since January 2007 the Survey has involved 4,600 households as respondents (stratified random sampling)

More information

AWS-SCWI. American Welding Society Senior Certified Welding Inspector. Certification Programs for the Year 2018

AWS-SCWI. American Welding Society Senior Certified Welding Inspector. Certification Programs for the Year 2018 BETZ ENGINEERING & TECHNOLOGY ZONE Educational & Research Division AWS-SCWI American Welding Society Senior Certified Welding Inspector Certification Programs for the Year 2018 Authorized International

More information

2

2 May 2016 1 2 3 4 5 A. Consumer Confidence Index (CCI) - Consumer Confidence Index (CCI) - Current Economic Condition Index (CECI) - Consumer Expectation Index (CEI) Current Economic Condition Index - Current

More information

ES Service Information

ES Service Information ES Service Information File In/With: 160.54-M1, 160.54-O1 160.55-M1, 160.55-O1 Equipment Affected: OptiView Panel Software Enhancement - OptiSave VSD Software Feature SI0068 New 1-04 YK & YT Chillers with

More information

CIMA Asia. Interactive Timetable Live Online

CIMA Asia. Interactive Timetable Live Online CIMA Asia Interactive Timetable 2017 2018 Live Online Version 1 Information last updated 09 October 2017 Please note: Information and dates in this timetable are subject to change. CIMA Cert BA Course

More information

2

2 March 2016 1 2 3 4 5 A. Consumer Confidence Index (CCI) - Consumer Confidence Index (CCI) - Current Economic Condition Index (CECI) - Consumer Expectation Index (CEI) Current Economic Condition Index -

More information

2

2 February 2015 1 2 3 4 5 A. Consumer Confidence Index (CCI) - Consumer Confidence Index (CCI) - Current Economic Condition Index (CECI) - Consumer Expectation Index (CEI) Current Economic Condition Index

More information

ENGINEERING INTEGRITY Asset Integrity & Corrosion Control Consultants

ENGINEERING INTEGRITY Asset Integrity & Corrosion Control Consultants Training Schedule 2018 OUR SERVICES Asset Integrity Engineering Welding Engineering Consultancy Inspection Services API / ASME Training Welding Engineering NDT Services & Training # 4A, First Cross Street,

More information

ENGINEERING INTEGRITY Asset Integrity & Corrosion Control Consultants

ENGINEERING INTEGRITY Asset Integrity & Corrosion Control Consultants Training Schedule Jan - June, 2018 OUR SERVICES Asset Integrity Engineering Welding Engineering Consultancy Inspection Services API / ASME Training Welding Engineering NDT Services & Training # 4A, First

More information

Monthly SEO Report. Example Client 16 November 2012 Scott Lawson. Date. Prepared by

Monthly SEO Report. Example Client 16 November 2012 Scott Lawson. Date. Prepared by Date Monthly SEO Report Prepared by Example Client 16 November 212 Scott Lawson Contents Thanks for using TrackPal s automated SEO and Analytics reporting template. Below is a brief explanation of the

More information

Previous Intranet Initial intranet created in 2002 Created solely by Information Systems Very utilitarian i Created to permit people to access forms r

Previous Intranet Initial intranet created in 2002 Created solely by Information Systems Very utilitarian i Created to permit people to access forms r ACHIEVA Cafe Steve McDonell Previous Intranet Initial intranet created in 2002 Created solely by Information Systems Very utilitarian i Created to permit people to access forms remotely Not much content

More information

URI Online Time Cards

URI Online Time Cards URI Online Time Cards Some facts to know 1. Time cards are due to be approved by 12 noon on the last Friday of a pay period. Employees who have a job with scheduled weekend hours have until 10am on Monday

More information

Oracle HCM Cloud Common Release 12. What s New

Oracle HCM Cloud Common Release 12. What s New Oracle HCM Cloud Common Release 12 What s New TABLE OF CONTENTS REVISION HISTORY... 4 OVERVIEW... 7 RELEASE FEATURE SUMMARY... 8 HCM COMMON FEATURES... 11 APPLICATIONS SECURITY... 11 User Account Management...

More information

HIGH RISK REPORT J.CREW GROUP, INC. September 14, 2017

HIGH RISK REPORT J.CREW GROUP, INC. September 14, 2017 HIGH RISK REPORT J.CREW GROUP, INC. September 14, 2017 CreditRiskMonitor s assessment of J.Crew Group, Inc. s ( JCG ) high risk status has been determined by a combination of factors: Monthly Average FRISK

More information

I.A.M. National Pension Fund Remittance Report Software

I.A.M. National Pension Fund Remittance Report Software I.A.M. National Pension Fund Remittance Report Software The USER S GUIDE INTRODUCTION The I.A.M. National Pension Fund Remittance Report Software version 2.0 (IAMNPF RR Software) is a program created to

More information

AIMMS Function Reference - Date Time Related Identifiers

AIMMS Function Reference - Date Time Related Identifiers AIMMS Function Reference - Date Time Related Identifiers This file contains only one chapter of the book. For a free download of the complete book in pdf format, please visit www.aimms.com Aimms 3.13 Date-Time

More information

Lecture 10: Boolean Expressions

Lecture 10: Boolean Expressions Lecture 10: Boolean Expressions CS1068+ Introductory Programming in Python Dr Kieran T. Herley Department of Computer Science University College Cork 2017-2018 KH (12/10/17) Lecture 10: Boolean Expressions

More information

ERS IT Portfolio Report

ERS IT Portfolio Report Administration and Operations Committee ERS IT Portfolio Report January 21 st, 2014 1 Agenda Information Technology Projects Summary 2013 End of Year Metrics Project Management Office CMERS Website Applications

More information

INTERTANKO Vetting seminar 24 th October 2017

INTERTANKO Vetting seminar 24 th October 2017 INTERTANKO Vetting seminar 24 th October 2017 SIRE Developments VIQ 7 New VIQ being developed Structure will remain the same with 13 chapters. Reduction in the number of questions, net approx. 70 decrease.

More information

September Real Sector Statistics Division. Methodology

September Real Sector Statistics Division. Methodology September 2014 Methodology The Consumer Survey has been conducted monthly since October 1999. Moreover, since January 2007 the Survey has involved 4,600 households as respondents (stratified random sampling)

More information

ISACA MANILA CHAPTER CALENDAR OF ACTIVITIES

ISACA MANILA CHAPTER CALENDAR OF ACTIVITIES MANILA CHAPTER 2017 CALENDAR OF ACTIVITIES 2017 MANILA CALENDAR OF ACTIVITIES GMM Professionals Night Public Trainings Reviews Conferences Technical Session & MANILA PROFILE HISTORY AND MISSION Who we

More information

MSRS Roadmap. As of January 15, PJM 2019

MSRS Roadmap. As of January 15, PJM 2019 MSRS Roadmap As of January 15, 2019 Impact Details Product - Action Required Deadline Who May Be Affected MSRS - Update processes to use basic authentication MSRS - Org parameter added for SUMA requests

More information

Test Plan RELEASE 1695 Fidelity ID Assignment for Employees With Zero Social Security Numbers

Test Plan RELEASE 1695 Fidelity ID Assignment for Employees With Zero Social Security Numbers Test Plan RELEASE 1695 March 7, 2006-11:00 AM Application Technology Services Information Resources and Communications Office of the President University of California Table of Contents TESTING OVERVIEW...

More information

Employer User Guide. Getting Started. Daily Processing. Maintenance. Reporting

Employer User Guide. Getting Started. Daily Processing. Maintenance. Reporting Employer User Guide Getting Started Daily Processing Maintenance Reporting Starting SuperChoice 1. Start your Internet browser 2. In the Location or Address field, type the path https://www.superchoice.com.au/superchoicescnew.htm.

More information

Oklahoma Public Employees Retirement System (OPERS) Online Payroll Reporting System User Manual

Oklahoma Public Employees Retirement System (OPERS) Online Payroll Reporting System User Manual The Payroll Reporting System provides participating government agencies a safe and convenient way to report their payroll contributions to OPERS over the internet. 1 Contents Page Web Server Security 3

More information

Banner 9 Overview and Transition timeline August Edgar Coronel Paddy Wong

Banner 9 Overview and Transition timeline August Edgar Coronel Paddy Wong Banner 9 Overview and Transition timeline August 2018 Edgar Coronel Paddy Wong v1 Banner Basics Banner 9 Overview Single Sign On Begin Transition! Using Banner 9 Demo Agenda Banner Basics Banner Forms

More information

Midwest ISO Overview - ATC Customer Meeting. February 26, 2009

Midwest ISO Overview - ATC Customer Meeting. February 26, 2009 Midwest ISO Overview - ATC Customer Meeting February 26, 2009 Agenda Overview January 2009 Dashboard Module E RAR Timeline Questions 2 Overview January was characterized by seasonal cold temperatures,

More information

ISACA MANILA CHAPTER CALENDAR OF ACTIVITIES

ISACA MANILA CHAPTER CALENDAR OF ACTIVITIES MANILA CHAPTER 2017 CALENDAR OF ACTIVITIES 2017 MANILA CALENDAR OF ACTIVITIES GMM Professionals Night Public Trainings Reviews Conferences Technical Session & MANILA PROFILE HISTORY AND MISSION Who we

More information

The Power of Prediction: Cloud Bandwidth and Cost Reduction

The Power of Prediction: Cloud Bandwidth and Cost Reduction The Power of Prediction: Cloud Bandwidth and Cost Reduction Eyal Zohar Israel Cidon Technion Osnat(Ossi) Mokryn Tel-Aviv College Traffic Redundancy Elimination (TRE) Traffic redundancy stems from downloading

More information