Intermediate SPSS. StatLab Workshop February 21, Sherlock Campbell & Oriana Aragón

Size: px
Start display at page:

Download "Intermediate SPSS. StatLab Workshop February 21, 2013. Sherlock Campbell & Oriana Aragón"

Transcription

1 Intermediate SPSS StatLab Wrkshp February 21, 2013 Sherlck Campbell & Oriana Aragón SPSS Syntax This sectin prvides an intrductin and sampling f basic syntax in SPSS. All illustratins and details are intended t apply t SPSS v19 fr Windws (and mst Macs). Mst f the infrmatin will be the same fr ther versins, but there may be discrepancies. Syntax refers t the cmputer language SPSS uses t cmplete analyses. While mst cmmnly used cmmands are available thrugh the menu system f SPSS (pint & click) many mre ptins and functinalities are available using syntax. Why Use Syntax? Using syntax can save a great deal f time when running repetitive analyses. It is als an easy way t dcument yur wrk. It allws yu t instantly duplicate that wrk with a new (r updated) data set. It allws yu t 'tweak' yur analysis in ways nt available thrugh dialg bxes If yu'd like t fllw alng, please pen the sample data file satisf.sav' It shuld be lcated in C:\Prgram Files\IBM\SPSS\Statistics\19\Samples\English\satisf.sav. Creating and Saving a Syntax File: Syntax files in SPSS are plain text files with an extensin f '.sps'. 1) Duble click and it will pen t the data file- variable view. 2) Next pen a new syntax file: File > New > Syntax 3) T save the file File >Save > (Dialgue bx will pp up. Name and designate lcatin) Archiving Prcedure and Describing Data 1

2 1) Syntax files in SPSS are plain text files with an extensin f '.sps'. Yu can create syntax several ways. Prbably the easiest way t start using syntax is by using the 'paste' buttn available in mst dialg bxes. It is seen belw in the Descriptives dialg bx. First select the ptins yu wish frm the dialg bx, then, instead f clicking 'OK', click 'Paste'. If yu d nt have a syntax windw pen already, this will pen a new syntax windw cntaining the cmmands yu selected in the dialg bx as seen belw. If yu already have a syntax windw pen, the cmmands will be pasted at the bttm f the currently active syntax windw. The Syntax Editr allws yu t edit a plain text file and submit selected cmmands t SPSS directly. Hit the green arrw (run cmmand) and yu will see n yur utput viewer the descriptive statistics fr these data. 2

3 Next, let s say that we want every variable in the data set. Likewise if yu wuld nly like the mean and standard deviatin, yu can eliminate the MIN and MAX frm the /STATISTICS = Yu can add ntes (using *), cut, paste and edit just as with any ther text file. Structure f Cmmands in SPSS syntax Cmmands in SPSS begin with a keywrd that is the name f the cmmand fllwed by any subcmmands and user specificatins. The end f the cmmand is marked by a perid/full stp. In SPSS syntax files, cmmands must always be placed in the first clumn. Refer t the Cmmand Syntax Reference fr a discussin f available cmmands and ptins. It can be fund in the menus under Help > Cmmand Syntax Reference. Example: the FREQUENCIES cmmand: FREQUENCIES prduces tables f frequency cunts and percentages f the values f individual variables. FREQUENCIES is used t btain frequencies and statistics fr categrical variables and t btain statistics and graphical displays fr cntinuus variables. By default, SPSS will paste syntax with cmmands and specificatins in all caps, and will display variables as yu have entered them. Cmmands and specificatins d nt have t be entered in all caps, but I will cntinue t display them that way t help differentiate them frm variables. In the syntax belw, just as pasted frm the dialg bx, 'sex' and 'race' are 3

4 the variables that I selected. NOTE: Variable names in SPSS are generally separated by spaces. FREQUENCIES VARIABLES=gender regular /ORDER= ANALYSIS. In the syntax windw there is a very useful tlbar buttn called 'Syntax Help'. It is cntext sensitive, meaning that it will display a syntax chart fr the cmmand where the cursr is currently lcated. Clicking n the 'Syntax Help' buttn prvides the fllwing infrmatin abut the FREQUENCIES cmmand. Dn't let the lng list intimidate yu. Many peple are surprised t learn that FREQUENCIES has s many subcmmands and specificatins! Subcmmands and specificatins in square brackets ([ ]) are ptinal, and thse in braces ({ }) indicate a chice between elements. Lk clsely, there are nly tw wrds that are NOT in brackets, FREQUENCIES and 'varlist'. This means that yu can run frequencies n the tw variables 'sex' and 'race' by typing the fllwing int a syntax editr windw: FREQUENCIES gender regular. There are many abbreviatins allwed in syntax (generally the first 3 r 4 letters f a cmmand/specificatin will suffice.) S the fllwing syntax will prvide the same utput: FREQ gender regular. Dn't frget the perid at the end f the cmmand. The 'Syntax Help' buttn prvides the skeletn f the cmmand yu are using, but des nt prvide a detailed explanatin f each pssible subcmmand and/r specificatin. That infrmatin is fund in the Cmmand Syntax Reference (use the menus: Help >Cmmand Syntax Reference). 4

5 Nw lets add a little mre t the syntax. The fllwing will prvide descriptive statistics and barcharts fr ur tw variables: FREQUENCIES gender regular /STATISTICS=STDDEV MINIMUM MAXIMUM MEAN MEDIAN MODE /BARCHART. If yu want t add dcumentatin t yur syntax file, indicate the start f a cmment with an asterisk (*). Everything between that asterisk and the next perid will by ignred by SPSS. Remember nt t add ther perids in yur dcumentatin if yu use this methd, since SPSS will try t interpret everything after the perid as cmmands. Anther methd is t use /* and */ t set ff a cmment. That is, start with /*, insert yur cmment f as many r as few wrds and lines as yu want then end the cmment with */. Remember nt t include any perids in the cmment using this technique either. Missing Values, Variable and Value Labels Missing Values Creating a well dcumented data file can be quite tedius. Syntax statements can make the prcess a little less painful. The MISSING VALUES cmmand declares values fr variables as user-missing. User-missing values are then treated the same as the system-missing values. (That is, they are usually ignred.) Multiple missing values are separated by cmmas, and a range f missing values may be declared using the keywrds LO, LOWEST, HI, HIGHEST, and THRU. If the variable(s) are strings, enclse the missing values in single qutes. Still using the 'dem' file frm abve; the fllwing cmmand sets values f the variable 'age' higher than 99 (including 99) and values f 'regin' equal t 999 t user-missing. Dn't frget the perid at the end. MISSING VALUES age (99 THRU HIGHEST) regin (999). T cancel previusly declared missing values, simply reassign the missing values t blank (use () in the previus statement.) T remve all missing values settings at nce, use the fllwing cde: MISSING VALUES ALL (). 5

6 Variable and Value Labels VARIABLE LABELS assigns descriptive labels t variables in the data file. Yu can assign a label t ne variable r t a lng list at the same time. The fllwing syntax assigns labels t tw variables in the active file. NOTE: Each variable label can be up t 120 characters lng, althugh mst prcedures will nly print fewer than the 120 characters. All statistical prcedures display at least 40 characters. VARIABLE LABELS cntact 'Cntact with Emplyee' regular Shpping Frequency. In general, syntax will ignre spaces and lines within cmmands and subcmmands. It is ften easier t read a syntax file if yu add spaces and start new lines t create clumns, as belw. VARIABLE LABELS cntact 'Cntact with Emplyee'. The VALUE LABELS cmmand assigns descriptive labels t values f variables in the data file. Many peple cnfuse variable and value labels when they are new t them. Variable labels describe the variables and value labels allw yu t assign descriptins t particular values f a variable. In the 'dem' file, cntact is either 0 r 1. Value labels help yu t remember whether 0 means married r nt married. VALUE LABELS cntact 0 'n' 1 'yes'. NOTE: The VALUE LABELS cmmand deletes all existing value labels fr the specified variable(s) and assigns new value labels. The ADD VALUE LABELS cmmand can be used t add new labels r t alter labels fr specified values withut deleting existing labels. T create value labels fr additinal variables just list the next variable after the last value label f the previus, fllwed by the value labels in single qutes. Remember t put a perid nly at the very end f the cmmand. 6

7 Data Management: COMPUTE, RECODE, SPLIT FILE, and FILTER In this sectin we will g ver creating new variables (COMPUTE), recding the values f existing variables (RECODE), running the same analysis n subgrups (SPLIT FILE) and using filters t select subsectins f yur data (FILTER). The COMPUTE cmmand The COMPUTE cmmand creates new numeric variables r mdifies the values f existing string r numeric variables. Yu may be familiar with the dialg bx, accessed by clicking Transfrm >Cmpute BUT, It is ften mre efficient t write COMPUTE statements in syntax, instead f 'pinting and clicking' yur way t a new variable. While the dialg bx is especially useful fr functins yu are nt familiar with, I find it faster t cde cmmn frmulas directly in syntax. The examples belw illustrate why cmputing with syntax might save yu sme time. Nte the differences between the 4 different cmputatins f the Satisfactin. 7

8 Nte: Syntax will nt warn yu if yu are abut t rewrite an existing variable. But yu will have recrd f what yu have dne. Ntice the EXECUTE statement at the end. SPSS requires this at the end f COMPUTE cmmands, unless a prcedural cmmand fllws it (i.e. FREQUENCIES, r ther statistical analyses.) If yu frget and run the syntax withut it, the Data Editr windw will display "Transfrmatins Pending" in the bttm display area. Either add the EXECUTE statement t the syntax, highlight it and run it, r g t the menus and click Transfrm >Run Pending Transfrms t cmplete the cmmand. EXECUTE can be shrtened t EXE. The RECODE cmmand The RECODE functin allws yu change the values f a variable. Fr example, it is smetimes useful t reverse cde respnses t a survey (change the highest respnse t the lwest and vice versa.) Yu may als need t cllapse categries fr an analysis. In general, it is safer t recde int a new variable, rather than change an existing ne, s I will nt address that ptin here. Here is an example frm ur data set. We wuld like t change distance frm stre int a binary variable where peple have traveled either mre r less than 10 miles t shp: Ntice, at this time it makes sense t apply desired variable and value labels. The RECODE cmmand needs a list f variables t act upn (yes, yu can recde many variables at nce by listing them after the RECODE statement). The variable(s) are fllwed by a list f recdes each enclsed in parentheses. Here is an example, splitting the satisfactin variables int lw and high grups. 8

9 The keywrds MISSING and SYSMIS bth refer t missing values. MISSING includes bth systemmissing values (n value entered in the data set) and user-missing (values entered but set t missing by the user.) SYSMIS refers nly t system-missing values. Since I included MISSING, I did nt need t include SYSMIS. RECODE price (1=0) (2=0) (3=0) (ELSE=SYSMIS) INTO price_lw. EXECUTE. Remember that yu can get reference infrmatin by clicking n the 'Syntax Help' buttn in the Syntax Editr, r by lking in the Cmmand Reference. Anther great recde feature that is nt available thrugh the dialgue bxes is the ability t recde given particular If statements. Let s say that we want t create a variable that tells us if the custmer wh answered the survey was an lder wman r nt, because we are curius if the lder female custmers were getting the same attentin as the ther shppers by the sales assciates. With syntax we can create a variable with tw (r mre) cnditinal statements. Here is what that wuld lk like. COMPUTE FemOlder = 0. EXECUTE. If (Gender = 1) and (agecat > 4) FemOlder = 1. EXECUTE. Nw we have a variable that we can crss with Cntact t check if ut ur ideas. The SPLIT FILE cmmand If yu are interested in running the same analysis n a set f subgrups in yur data yu can use SPLIT FILE t accmplish this. Using the survey data, let's see if the distributin f educatin is different fr males and females. We'll use SPLIT FILE and FREQUENCIES t get the utput we're lking fr. SPLIT FILE requires that the data be srted by the variable(s) we want t split by. The SORT CASES cmmand will srt by the variables listed after the cmmand. The default is t srt ascending. If yu want t srt descending, add (D) after that variable. SORT CASES BY cntact. SPLIT FILE SEPARATE BY cntact. FREQUENCIES Satisfactin /HISTOGRAM. 9

10 SORT CASES BY cntact. SPLIT FILE LAYERED BY cntact. FREQUENCIES Satisfactin /HISTOGRAM. SPLIT FILE OFF. By default, SPLIT FILE will prduce utput with the values f the split variable as the utermst clumn entries f a table (the LAYERED BY ptin.) If yu want split file grups t display in separate tables, use SEPARATE BY instead. It is a gd practice t 'turn ff' splits as sn as yu cmplete the analysis. SPLIT FILE will be verridden by a later SPLIT FILE cmmand. Until SPLIT FILE OFF is entered, all analyses will be carried ut n a split file. The FILTER and SELECT IF cmmand Filter variables (als knwn as indicatr variables and dummy variables) are used t identify cases that meet the criteria yu have specified. Fr example, let's create a variable t identify all the wmen in the wh have had cntact with a sales emplyee and live within 10 miles f the stre that they visited. T accmplish this enter: USE ALL. COMPUTE filter_$=(gender=1 & cntact=1 & distance >2). VARIABLE LABELS filter_$ 'gender=1 & cntact=1 & distance >2 (FILTER)'. VALUE LABELS filter_$ 0 'Nt Selected' 1 'Selected'. FORMATS filter_$ (f1.0). FILTER BY filter_$. EXECUTE. The USE ALL cmmand is added by the dialgue bx t ensure that n ther filters are active when creating the new variable The COMPUTE cmmand creates a new variable 'filter_$'. This is the default SPSS name fr filters. If yu used the dialgue bxes t create anther filter, it wuld als be named 'filter_$' which wuld verwrite the previus filter. Yu culd, f curse, rename the filter after using the dialgue bxes, but it is surprisingly easy t frget. Using syntax, yu can name the variable smething mre useful as yu create it. The next three lines f syntax (VARIABLE LABEL, VALUE LABEL, and FORMAT) are nt abslutely necessary but are very helpful fr dcumentatin sake, nt t mentin ease f use f the data set. Remember, if yu change the name f the filter variable, yu need t change 'filter_$' t the new name in each f the next fur lines as well. The next line f the syntax applies the filter t yur data. FILTER BY filters ut all cases where the filter variable is 0. In ther wrds, applying a filter selects nly thse cases where the filter variable equals 1 r greater. The SELECT IF statement is anther way t select subsets f cases. Instead f using a filter variable, the lgical expressin (r frmula) t select cases is specified in the cmmand. The majr difference is that this cmmand permanently deletes nn-selected cases. S, SELECT IF can be used if yu need t create a new data set that is a subset f existing data.fr example, the fllwing syntax will prvide a data set that includes nly females: 10

11 SELECT IF (gender = 1). SELECT IF will evaluate the expressin yu enter between the parentheses as either True, False, r Missing; all the False and Missing cases are drpped frm the active data set. Using the TEMPORARY cmmand will allw yu t return t the riginal data set nce a cmmand that reads the data is run. That is, temprary transfrmatins nly apply until the next cmmand that reads data and are n lnger in effect nce that cmmand has run. S, the fllwing syntax will temprarily filter ut males, and then run DESCRIPTIVES fr the variables 'happy' and 'life'. Since the DESCRIPTIVES cmmand reads the data, it turns ff the TEMPORARY cmmand. Repeating the same DESCRIPTIVES cmmand will then act upn the entire data set, nt just females. TEMPORARY. SELECT IF (gender=1). DESCRIPTIVES distance verall. Which is better; SELECT IF r creating a filter? That depends n hw yu prefer t wrk in SPSS. If yu are writing a syntax file t dcument an analysis, it may be easier t fllw if yu use SELECT IF, particularly if yu need t run nly ne cmmand n a subset f data. If yu need t run multiple cmmands n a subset f data, it may be easier t use filters t subset yur data, depending upn hw yu need t split the data. If yu are in the midst f an analysis and are switching back and frth frm syntax t pint & click, it is useful t have permanent filter variables instead f re-creating them each time yu want t use them. Preparing Data fr Analysis Syntax can als be helpful in keeping a gd recrd f the preparatin that has gne int a data set BEFORE hypthesis testing begins. Fr example let s cnsider ur data set. Let s say that we want t test ut custmer satisfactin. We have 6 different variables regarding custmer satisfactin. The ideal is t test these items fr nrmality, t cnfirm a single latent factr in these items (f satisfactin), and t cnfirm this idea with reliability analysis. Syntax can serve as a gd recrd f due diligence in data preparatin. T run frequencies: FREQUENCIES VARIABLES=price numitems rg service quality verall /STATISTICS=STDDEV MEAN MEDIAN /HISTOGRAM NORMAL /ORDER=ANALYSIS. T identify latent factrs: We can use the dialgue bx under Analyze > Dimensin Reductin > Factr 11

12 Next Click n Extractin. In this case, we will allw fr 3 factrs t emerge. Under Extract click Fixed number f factrs and then specify 3 in the dialgue bx. Press Cntinue. Once back t the main dialgue bx, click PASTE. Here is the resulting syntax. FACTOR /VARIABLES price numitems rg service quality verall /MISSING LISTWISE /ANALYSIS price numitems rg service quality verall /PRINT INITIAL EXTRACTION ROTATION /CRITERIA FACTORS(3) ITERATE(25) /EXTRACTION PC /CRITERIA ITERATE(25) /ROTATION VARIMAX 12

13 /METHOD=CORRELATION. The Output : Rtated Cmpnent Matrix a Cmpnent Price satisfactin Variety satisfactin Organizatin satisfactin Service satisfactin Item quality satisfactin Overall satisfactin Extractin Methd: Principal Cmpnent Analysis. Rtatin Methd: Varimax with Kaiser Nrmalizatin. a. Rtatin cnverged in 4 iteratins. The Rtatin Matrix lets us knw that indeed nt all items lad nt nly ne factr. Indeed it appears that what seems t lad with Overall satisfactin are the variables f Price, Variety, and Service. The items f Organizatin satisfactin and the Item quality satisfactin seem t have different riginatins and pssibly shuld nt be cnsidered in the same scale. But we d nt need t guess abut this, we can nw run reliability analysis that will prvide fr us inter-item crrelatins s that we may verify the internal cnsistency f this dependent variable f satisfactin. T run reliability: G t Analyze > Scale > Reliability Analysis Yu will see a dialgue bx such as this: 13

14 Press the Statistics Buttn and check ff item, scale, scale if item deleted, means, variances and then hit cntinue. Once back t the main dialgue bx, enter the variables f interest Then hit Paste. Yu will see a syntax like this 14

15 RELIABILITY /VARIABLES=price numitems rg service quality verall /SCALE('ALL VARIABLES') ALL /MODEL=ALPHA /STATISTICS=DESCRIPTIVE SCALE /SUMMARY=TOTAL MEANS VARIANCE. Let s run it and make sme decisins abut ur measure f satisfactin. The analysis tells us that althugh Item quality satisfactin is nt really hurting us, Organizatin satisfactin actually is. Scale Mean if Item Deleted Item-Ttal Statistics Scale Variance if Item Deleted Crrected Item-Ttal Crrelatin Squared Multiple Crrelatin Crnbach's Alpha if Item Deleted Price satisfactin Variety satisfactin Organizatin satisfactin Service satisfactin Item quality satisfactin Overall satisfactin Here is ne f the beauties f syntax. Nw we simply make a nte abut what we see in ur syntax (i.e. *alpha at.828, but shws that measure culd be imprved by the remval f Organizatin), cpy and paste the first reliability cmmand, remve the Organizatin satisfactin variable and run it again. Nw we have alpha at.867 and the fllwing utput: Scale Mean if Item Deleted Item-Ttal Statistics Scale Variance if Item Deleted Crrected Item-Ttal Crrelatin Squared Multiple Crrelatin Crnbach's Alpha if Item Deleted Price satisfactin Variety satisfactin Service satisfactin Item quality satisfactin Overall satisfactin

16 Creating ur new variable. Nw we knw hw t d this! Let s cmpute ur new variable f satisfactin. COMPUTE Satisfactin=SUM(price,numitems,service,quality,verall)/ NVALID (price,numitems,service,quality,verall). EXECUTE. VARIABLE LABELS Satisfactin 'Measure f Satisfactin'. These prcedures can be mdified and used whenever data preparatin is necessary BEFORE that all-imprtant analysis is dne. It is crucial t understand the distributins and the nature f yur measures befre yu begin hypthesis testing. Using syntax is a very useful way t keep track fr yurself and thers, f yur wrk. 16

The ad hoc reporting feature provides a user the ability to generate reports on many of the data items contained in the categories.

The ad hoc reporting feature provides a user the ability to generate reports on many of the data items contained in the categories. 11 This chapter includes infrmatin regarding custmized reprts that users can create using data entered int the CA prgram, including: Explanatin f Accessing List Screen Creating a New Ad Hc Reprt Running

More information

TRAINING GUIDE. Crystal Reports for Work

TRAINING GUIDE. Crystal Reports for Work TRAINING GUIDE Crystal Reprts fr Wrk Crystal Reprts fr Wrk Orders This guide ges ver particular steps and challenges in created reprts fr wrk rders. Mst f the fllwing items can be issues fund in creating

More information

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents BRILL s Editrial Manager (EM) Manual fr Authrs Table f Cntents Intrductin... 2 1. Getting Started: Creating an Accunt... 2 2. Lgging int EM... 3 3. Changing Yur Access Cdes and Cntact Infrmatin... 3 3.1

More information

Dreamweaver MX 2004. Templates

Dreamweaver MX 2004. Templates Dreamweaver MX 2004 Templates Table f Cntents Dreamweaver Templates... 3 Creating a Dreamweaver template... 3 Types f template regins... 4 Inserting an editable regin... 4 Selecting editable regins...

More information

CHAPTER 26: INFORMATION SEARCH

CHAPTER 26: INFORMATION SEARCH Chapter 26: Infrmatin Search CHAPTER 26: INFORMATION SEARCH AVImark allws yu t lcate r target a variety f infrmatin in yur data including clients, patients, Medical Histry, and accunting. The data can

More information

Copyrights and Trademarks

Copyrights and Trademarks Cpyrights and Trademarks Sage One Accunting Cnversin Manual 1 Cpyrights and Trademarks Cpyrights and Trademarks Cpyrights and Trademarks Cpyright 2002-2014 by Us. We hereby acknwledge the cpyrights and

More information

Create a Non-Catalog Requisition

Create a Non-Catalog Requisition Create a Nn-Catalg Requisitin Jb Aid This jb aid describes hw t create a standard nn-catalg (i.e., nn-ibuynu) purchase request. REFER TO ADDITIONAL TRAINING GUIDES If yu need t create a special requisitin

More information

STIClassroom Win Rosters, Attendance, Lesson Plans and Textbooks

STIClassroom Win Rosters, Attendance, Lesson Plans and Textbooks STIClassrm Win Rsters, Attendance, Lessn Plans and Textbks Student Class Rster T access the student class rster, click the icn in the Classrm desktp. Frm the Rster screen, teachers may access the items

More information

CSAT Account Management

CSAT Account Management CSAT Accunt Management User Guide March 2011 Versin 2.1 U.S. Department f Hmeland Security 1 CSAT Accunt Management User Guide Table f Cntents 1. Overview... 1 1.1 CSAT User Rles... 1 1.2 When t Update

More information

Software Distribution

Software Distribution Sftware Distributin Quantrax has autmated many f the prcesses invlved in distributing new cde t clients. This will greatly reduce the time taken t get fixes laded nt clients systems. The new prcedures

More information

UTO Training Bb Discussion Boards. Technical Assistance: Website: http://help.asu.edu Help Desk Phone: 855.278.5080 (24/7 support) Instruction

UTO Training Bb Discussion Boards. Technical Assistance: Website: http://help.asu.edu Help Desk Phone: 855.278.5080 (24/7 support) Instruction Bb Discussin Bards Technical Assistance: Website: http://help.asu.edu Help Desk Phne: 855.278.5080 (24/7 supprt) Instructin 1. Discussin Bard Basics Instructrs can create frums fr the curse r fr Grups

More information

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free.

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free. 990 e-pstcard FAQ Fr frequently asked questins abut filing the e-pstcard that are nt listed belw, brwse the FAQ at http://epstcard.frm990.rg/frmtsfaq.asp# (cpy and paste this link t yur brwser). General

More information

Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet

Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet Custm Prtlets an unbiased review f the greatest Practice CS feature ever Andrew V. Gamet Descriptin In Practice CS, the firm can use any f the fur dashbards t quickly display relative infrmatin. The Firm,

More information

Helpdesk Support Tickets & Knowledgebase

Helpdesk Support Tickets & Knowledgebase Helpdesk Supprt Tickets & Knwledgebase User Guide Versin 1.0 Website: http://www.mag-extensin.cm Supprt: http://www.mag-extensin.cm/supprt Please read this user guide carefully, it will help yu eliminate

More information

Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest:

Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest: PrQuest Accessing PrQuest Access t the Ashwrth Cllege Online Library service is free and prvided upn enrllment. T access PrQuest: 1. G t http://www.ashwrthcllege.edu/student/resurces/enterlibrary.html

More information

This page provides help in using WIT.com to carry out the responsibilities listed in the Desk Aid Titled Staffing Specialists

This page provides help in using WIT.com to carry out the responsibilities listed in the Desk Aid Titled Staffing Specialists This page prvides help in using WIT.cm t carry ut the respnsibilities listed in the Desk Aid Titled Staffing Specialists 1. Assign jbs t yurself G t yur hme page Click n Yur Center has new jb pstings r

More information

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide HarePint HelpDesk fr SharePint Fr SharePint Server 2010, SharePint Fundatin 2010 User Guide Prduct versin: 14.1.0 04/10/2013 2 Intrductin HarePint.Cm (This Page Intentinally Left Blank ) Table f Cntents

More information

NAVIPLAN PREMIUM LEARNING GUIDE. Existing insurance coverage

NAVIPLAN PREMIUM LEARNING GUIDE. Existing insurance coverage NAVIPLAN PREMIUM LEARNING GUIDE Existing insurance cverage Cntents Existing insurance cverage 1 Learning bjectives 1 NaviPlan planning stages 1 Client case 2 Enter yur clients existing life, disability,

More information

OUTLOOK All About Archives

OUTLOOK All About Archives OUTLOOK All Abut Archives Why d we have Zantaz Enterprise Archiving Slutin (EAS)? Archiving prvides verall lng term strage EAS has been implemented t help manage the 300MB mailbx size limit in Outlk/Exchange

More information

FOCUS Service Management Software Version 8.5 for CounterPoint Installation Instructions

FOCUS Service Management Software Version 8.5 for CounterPoint Installation Instructions FOCUS Service Management Sftware Versin 8.5 fr CunterPint Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins will

More information

Durango Merchant Services QuickBooks SyncPay

Durango Merchant Services QuickBooks SyncPay Durang Merchant Services QuickBks SyncPay Gateway Plug-In Dcumentatin April 2011 Durang-Direct.cm 866-415-2636-1 - QuickBks Gateway Plug-In Dcumentatin... - 3 - Installatin... - 3 - Initial Setup... -

More information

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions FOCUS Service Management Sftware fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins

More information

Frequently Asked Questions November 19, 2013. 1. Which browsers are compatible with the Global Patent Search Network (GPSN)?

Frequently Asked Questions November 19, 2013. 1. Which browsers are compatible with the Global Patent Search Network (GPSN)? Frequently Asked Questins Nvember 19, 2013 General infrmatin 1. Which brwsers are cmpatible with the Glbal Patent Search Netwrk (GPSN)? Ggle Chrme (v23.x) and IE 8.0. 2. The versin number and dcument cunt

More information

Merchant Management System. New User Guide CARDSAVE

Merchant Management System. New User Guide CARDSAVE Merchant Management System New User Guide CARDSAVE Table f Cntents Lgging-In... 2 Saving the MMS website link... 2 Lgging-in and changing yur passwrd... 3 Prcessing Transactins... 4 Security Settings...

More information

How To Install Fcus Service Management Software On A Pc Or Macbook

How To Install Fcus Service Management Software On A Pc Or Macbook FOCUS Service Management Sftware Versin 8.4 fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin

More information

Connecting to Email: Live@edu

Connecting to Email: Live@edu Cnnecting t Email: Live@edu Minimum Requirements fr Yur Cmputer We strngly recmmend yu upgrade t Office 2010 (Service Pack 1) befre the upgrade. This versin is knwn t prvide a better service and t eliminate

More information

Training Script: Documenting Provider

Training Script: Documenting Provider Training Script: Dcumenting Prvider Training Script: Dcumenting Prvider Agenda Item Intrductin Lg int Cmputer EMR Mdule Desktp Mdule Review Desktp and EMR in Meditech Test CPOE Sessin 1 Discussin Intrduce

More information

Your Outlook Mailbox can be accessed from any PC that is connected to the Internet.

Your Outlook Mailbox can be accessed from any PC that is connected to the Internet. Outlk Web Access Faculty and Staff Millsaps Cllege Infrmatin Technlgy Services Yur Outlk Mailbx can be accessed frm any PC that is cnnected t the Internet. Open the Web brwser. Type in this URL: https://mail.millsaps.edu

More information

Using PayPal Website Payments Pro UK with ProductCart

Using PayPal Website Payments Pro UK with ProductCart Using PayPal Website Payments Pr UK with PrductCart Overview... 2 Abut PayPal Website Payments Pr & Express Checkut... 2 What is Website Payments Pr?... 2 Website Payments Pr and Website Payments Standard...

More information

INSTRUCTIONS ON HOW TO IMPORT (Attach) DOCUMENTS TO TRANSACTIONS IN THE EMPLOYEE REIMBURSEMENT SYSTEM

INSTRUCTIONS ON HOW TO IMPORT (Attach) DOCUMENTS TO TRANSACTIONS IN THE EMPLOYEE REIMBURSEMENT SYSTEM INSTRUCTIONS ON HOW TO IMPORT (Attach) DOCUMENTS TO TRANSACTIONS IN THE EMPLOYEE REIMBURSEMENT SYSTEM In the Emplyee Reimbursement System, users with verifier and apprver/prxy access rights have the ability

More information

edoc Lite Recruitment Guidelines

edoc Lite Recruitment Guidelines edc Lite Recruitment Guidelines Intrductin OneStart & the Academic Psitin Search Channel edc Lite Ruting and Wrkgrups Ruting Actin List Ruting Cntrls Wrkgrups Dcument Search edc Lite Dcuments Vacancy Ntice

More information

UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES

UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES REFERENCES AND RELATED POLICIES A. UC PPSM 2 -Definitin f Terms B. UC PPSM 12 -Nndiscriminatin in Emplyment C. UC PPSM 14 -Affirmative

More information

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL)

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) Authr: Jayashree Satapathy Krishna Mhan A Cmplete Guide t Oracle BI Discverer End User Layer (EUL) 1 INTRODUCTION END USER LAYER (EUL) The

More information

GETTING STARTED With the Control Panel Table of Contents

GETTING STARTED With the Control Panel Table of Contents With the Cntrl Panel Table f Cntents Cntrl Panel Desktp... 2 Left Menu... 3 Infrmatin... 3 Plan Change... 3 Dmains... 3 Statistics... 4 Ttal Traffic... 4 Disk Quta... 4 Quick Access Desktp... 4 MAIN...

More information

Excel Contact Reports

Excel Contact Reports Excel Cntact Reprts v.1.0 Anther efficient and affrdable ACT! Add-On by http://www.expnenciel.cm Excel Cntact Reprts User s Manual 2 Table f cntents Purpse f the add-n... 3 Installatin prcedure... 3 The

More information

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3 EEC Single Sign In (SSI) Applicatin The EEC Single Sign In (SSI) Single Sign In (SSI) is the secure, nline applicatin that cntrls access t all f the Department f Early Educatin and Care (EEC) web applicatins.

More information

Vancouver Island University Job Posting System Instruction Manual

Vancouver Island University Job Posting System Instruction Manual Vancuver Island University Jb Psting System Instructin Manual Have questins, cncerns, r need training? Cntact Human Resurces Recruitment Office at recruit@viu.ca r lcal 6239 Last updated: February 2013

More information

CSE 231 Fall 2015 Computer Project #4

CSE 231 Fall 2015 Computer Project #4 CSE 231 Fall 2015 Cmputer Prject #4 Assignment Overview This assignment fcuses n the design, implementatin and testing f a Pythn prgram that uses character strings fr data decmpressin. It is wrth 45 pints

More information

Chris Chiron, Interim Senior Director, Employee & Management Relations Jessica Moore, Senior Director, Classification & Compensation

Chris Chiron, Interim Senior Director, Employee & Management Relations Jessica Moore, Senior Director, Classification & Compensation TO: FROM: HR Officers & Human Resurces Representatives Chris Chirn, Interim Senir Directr, Emplyee & Management Relatins Jessica Mre, Senir Directr, Classificatin & Cmpensatin DATE: May 26, 2015 RE: Annual

More information

Phone support is available if you have any questions or problems with the NASP PRO software during your tournament.

Phone support is available if you have any questions or problems with the NASP PRO software during your tournament. NASP Pr Turnament Instructins Updated 11/4/13 - NASP Pr Turnament Step by Step It is HIGHLY recmmended that yu read and fllw these instructins. Als, print these instructins and have them available at yur

More information

DIRECT DATA EXPORT (DDE) USER GUIDE

DIRECT DATA EXPORT (DDE) USER GUIDE 2 ND ANNUAL PSUG-NJ CONFERNCE PSUG-NJ STUDENT MANAGEMENT SYSTEM DIRECT DATA EXPORT (DDE) USER GUIDE VERSION 7.6+ APRIL, 2013 FOR USE WITH POWERSCHOOL PREMIER VERSION 7.6+ Prepared by: 2 TABLE OF CONTENTS

More information

Welcome to Microsoft Access Basics Tutorial

Welcome to Microsoft Access Basics Tutorial Welcme t Micrsft Access Basics Tutrial After studying this tutrial yu will learn what Micrsft Access is and why yu might use it, sme imprtant Access terminlgy, and hw t create and manage tables within

More information

learndirect Test Information Guide The National Test in Adult Numeracy

learndirect Test Information Guide The National Test in Adult Numeracy learndirect Test Infrmatin Guide The Natinal Test in Adult Numeracy 1 Cntents The Natinal Test in Adult Numeracy: Backgrund Infrmatin... 3 What is the Natinal Test in Adult Numeracy?... 3 Why take the

More information

NAVIPLAN PREMIUM LEARNING GUIDE. Analyze, compare, and present insurance scenarios

NAVIPLAN PREMIUM LEARNING GUIDE. Analyze, compare, and present insurance scenarios NAVIPLAN PREMIUM LEARNING GUIDE Analyze, cmpare, and present insurance scenaris Cntents Analyze, cmpare, and present insurance scenaris 1 Learning bjectives 1 NaviPlan planning stages 1 Client case 2 Analyze

More information

David Drivers Revit One-sheets: Linked Project Positioning and shared coordinates

David Drivers Revit One-sheets: Linked Project Positioning and shared coordinates This paper discusses the fllwing features f Revit Building Shared Crdinates Named lcatins Publish and acquire Vs Saving lcatins Shared Crdinates and wrkset enabled files Revisin 1 (Versin 9.0) David Driver.

More information

Exchanging Files Securely with Gerstco Using gpg4win Public Key Encryption

Exchanging Files Securely with Gerstco Using gpg4win Public Key Encryption Exchanging Files Securely with Gerstc Using gpg4win Public Key Encryptin Overview Visit the fllwing page n Gerstc s website t watch a vide verview f Public Key Encryptin: www.gerstc.cm/???? Initial Setup

More information

WHAT SHOULD I LOOK FOR WHEN I BUY HEALTH INSURANCE?

WHAT SHOULD I LOOK FOR WHEN I BUY HEALTH INSURANCE? WHAT SHOULD I LOOK FOR WHEN I BUY HEALTH INSURANCE? The Maine Bureau f Insurance 34 State Huse Statin Augusta, Maine 04333 207-624-8475 r 1-800-300-5000 (in Maine) http://www.maine.gv/pfr/insurance Paul

More information

Outlook Web Access Training Light Version: Using a browser other than Internet Explorer 6.0 or later. A NWOCA Training Session

Outlook Web Access Training Light Version: Using a browser other than Internet Explorer 6.0 or later. A NWOCA Training Session Outlk Web Access Training Light Versin: Using a brwser ther than Internet Explrer 6.0 r later A NWOCA Training Sessin 1 Lg On T Lg On t yur OutLk Web Access accunt, either: G t this URL: https://dwa.nwca.rg

More information

Business Digital Voice Site Services - Phone & User Assignments

Business Digital Voice Site Services - Phone & User Assignments Feature Overview The Phnes and Users must be assigned befre setting up ther cmpnents f Business Digital Vice. The system is designed t allw custmers t quickly setup and mdify phne assignments in real time

More information

efusion Table of Contents

efusion Table of Contents efusin Cst Centers, Partner Funding, VAT/GST and ERP Link Table f Cntents Cst Centers... 2 Admin Setup... 2 Cst Center Step in Create Prgram... 2 Allcatin Types... 3 Assciate Payments with Cst Centers...

More information

Creating Vehicle Requests

Creating Vehicle Requests Overview Vehicle requisitins, including additins, replacements, dnatins and leases, are submitted, reviewed, and apprved using the State f Gergia Frms in VITAL Insights. The prcess has three levels f review

More information

Attachment 2 BID PROPOSAL SUBMISSION GUIDE OCTOBER 2014 SOLICITATION

Attachment 2 BID PROPOSAL SUBMISSION GUIDE OCTOBER 2014 SOLICITATION Attachment 2 BID PROPOSAL SUBMISSION GUIDE OCTOBER 2014 SOLICITATION 1. Cntact Us If yu encunter difficulties in submitting yur Bid Prpsals nline, please cntact us: 2. Intrductin The PPL Electric RFP Team

More information

STIOffice Integration Installation, FAQ and Troubleshooting

STIOffice Integration Installation, FAQ and Troubleshooting STIOffice Integratin Installatin, FAQ and Trubleshting Installatin Steps G t the wrkstatin/server n which yu have the STIDistrict Net applicatin installed. On the STI Supprt page at http://supprt.sti-k12.cm/,

More information

Supervisor Quick Guide

Supervisor Quick Guide Payrll Office: ext. 7611 payrll@dixie.edu Supervisr Quick Guide This dcument prvides an verview f the daily functins and respnsibilities t be cmpleted by Supervisrs in the EMPOWERTIME Autmated Timekeeping

More information

Backing Up and Restoring Your MySQL Database From the command prompt

Backing Up and Restoring Your MySQL Database From the command prompt Backing Up and Restring Yur MySQL Database Frm the cmmand prmpt In this article, it will utline tw easy ways f backing up and restring databases in MySQL. The easiest way t backup yur database wuld be

More information

LISTSERV ADMINISTRATION Department of Client Services Information Technology Systems Division

LISTSERV ADMINISTRATION Department of Client Services Information Technology Systems Division LISTSERV ADMINISTRATION Department f Client Services Infrmatin Technlgy Systems Divisin E-MAIL LIST INSTRUCTIONS Yur List s Admin Webpage...2 Fr assistance cntact the Technlgy Assistance Center: 962-4357

More information

UCDHS PeopleSoft HRMS 8.8 External Applicants User Guide. External Applicants User Guide

UCDHS PeopleSoft HRMS 8.8 External Applicants User Guide. External Applicants User Guide UCDHS PepleSft HRMS 8.8 External Applicants User Guide External Applicants User Guide 8.8 Applicants - External Applicants User Guide 1/22/2007 UCDHS PepleSft HRMS 8.8 External Applicants User Guide Table

More information

1 GETTING STARTED. 5/7/2008 Chapter 1

1 GETTING STARTED. 5/7/2008 Chapter 1 5/7/2008 Chapter 1 1 GETTING STARTED This chapter intrduces yu t the web-based UIR menu system. Infrmatin is prvided abut the set up necessary t assign users permissin t enter and transmit data. This first

More information

Guide to Stata Econ B003 Applied Economics

Guide to Stata Econ B003 Applied Economics Guide t Stata Ecn B003 Applied Ecnmics T cnfigure Stata in yur accunt: Lgin t WTS (use yur Cluster WTS passwrd) Duble-click in the flder Applicatins and Resurces Duble-click in the flder Unix Applicatins

More information

iphone Mobile Application Guide Version 2.2.2

iphone Mobile Application Guide Version 2.2.2 iphne Mbile Applicatin Guide Versin 2.2.2 March 26, 2014 Fr the latest update, please visit ur website: www.frte.net/mbile Frte Payment Systems, Inc. 500 West Bethany, Suite 200 Allen, Texas 75013 (800)

More information

e-qip Online Checklist

e-qip Online Checklist U.S. Custms and Versin 3.03 Brder Prtectin e-qip Online Checklist Please cmplete each step in the rder listed belw befre submitting yur e-qip frms. If yu fail t cmplete these steps in rder, yu will delay

More information

Implementing ifolder Server in the DMZ with ifolder Data inside the Firewall

Implementing ifolder Server in the DMZ with ifolder Data inside the Firewall Implementing iflder Server in the DMZ with iflder Data inside the Firewall Nvell Cl Slutins AppNte www.nvell.cm/clslutins JULY 2004 OBJECTIVES The bjectives f this dcumentatin are as fllws: T cnfigure

More information

User Manual Brainloop Outlook Add-In. Version 3.4

User Manual Brainloop Outlook Add-In. Version 3.4 User Manual Brainlp Outlk Add-In Versin 3.4 Cntent 1. Summary... 3 2. Release Ntes... 3 2.1 Prerequisites... 3 2.2 Knwn Restrictins... 4 3. Installatin and Cnfiguratin... 4 3.1 The installatin prgram...

More information

Steps to fix the product is not properly fixed issue for international clients.

Steps to fix the product is not properly fixed issue for international clients. Axxya Systems supprt cntact details 1-800-709-2977 ext 9 within US 1-425-999-4350 ext 9 utside f US Email supprt@axxya.cm Technical FAQ -- www.nutritinistpr.cm/help-center/ Steps t fix the prduct is nt

More information

How To Set Up A General Ledger In Korea

How To Set Up A General Ledger In Korea MODULE 6: RECEIVABLES AND PAYABLES MANAGEMENT: PAYMENT DISCOUNT AND PAYMENT TOLERANCE Mdule Overview Granting payment discunts prvides an incentive fr custmers t quickly pay their utstanding amunts in

More information

1.0 Special Education and Conversion in MyEducation BC

1.0 Special Education and Conversion in MyEducation BC 1.0 Special Educatin and Cnversin in MyEducatin BC Special Educatin student eligibilities have been cnverted int MyEducatin BC frm BCeSIS. In rder t d s, special educatin wrkflw shells cntaining the designatin

More information

Ad Hoc Reporting: Query Building Tyler SIS Version 10.5

Ad Hoc Reporting: Query Building Tyler SIS Version 10.5 Mdule: Tpic: Ad Hc Reprting Ad Hc Reprting Basics Ad Hc Reprting: Query Building Tyler SIS Versin 10.5 Cntents OBJECTIVE... 1 OVERVIEW... 2 PREREQUISITES... 2 PROCEDURES... 3 THE COLUMN LISTING LANDSCAPE...

More information

Kronos Workforce Timekeeper Frequently Asked Questions

Kronos Workforce Timekeeper Frequently Asked Questions Krns Wrkfrce Timekeeper Frequently Asked Questins 1. I d nt have the Emplyee Time Reprting ptin listed in my Agra menu. What d I d? If yu are a new emplyee and can t see yur emplyee timecard, cnfirm with

More information

Often people have questions about new or enhanced services. This is a list of commonly asked questions and answers regarding our new WebMail format.

Often people have questions about new or enhanced services. This is a list of commonly asked questions and answers regarding our new WebMail format. Municipal Service Cmmissin Gerald P. Cle Frederick C. DeLisle Thmas M. Kaul Gregry L. Riggle Stanley A. Rutkwski Electric, Steam, Water Cable Televisin and High Speed Internet Service since 1889 Melanie

More information

CallCenter@nywhere Interaction Manager OFT 605 (Part1)

CallCenter@nywhere Interaction Manager OFT 605 (Part1) Interactin Manager OFT 605 (Part1) Cpyright 2014 ICS, McGill University Table f Cntents What is Interactin Manager?... 1 Features and Benefits... 1 Launch Interactin Manager... 1 Screen Layut... 2 Cnfiguring

More information

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later.

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later. Certified Payrll XML Exprt As f June 4 th, 2015, The Califrnia Department f Industrial Relatins (DIR) is requiring that all certified payrll reprts be submitted nline using the ecpr system. The ecpr System

More information

HP Connected Backup Online Help. Version 8.7.1 04 October 2012

HP Connected Backup Online Help. Version 8.7.1 04 October 2012 HP Cnnected Backup Online Help Versin 8.7.1 04 Octber 2012 Legal Ntices Warranty The nly warranties fr Hewlett-Packard prducts and services are set frth in the express statements accmpanying such prducts

More information

Chalkable Classroom For Students

Chalkable Classroom For Students Chalkable Classrm Fr Students Abut This Dcument This dcument cntains an verview f the Chalkable Classrm Hme Prtal, which is used by students. Table f Cntents Chalkable Classrm Fr Students 1 Abut This Dcument...1

More information

Tipsheet: Sending Out Mass Emails in ApplyYourself

Tipsheet: Sending Out Mass Emails in ApplyYourself GEORGETOWN GRADUATE SCHOOL Tipsheet: Sending Out Mass Emails in ApplyYurself In ApplyYurself (AY), it is very simple and easy t send a mass email t all f yur prspects, applicants, r students with applicatins

More information

esupport Quick Start Guide

esupport Quick Start Guide esupprt Quick Start Guide Last Updated: 5/11/10 Adirndack Slutins, Inc. Helping Yu Reach Yur Peak 908.725.8869 www.adirndackslutins.cm 1 Table f Cntents PURPOSE & INTRODUCTION... 3 HOW TO LOGIN... 3 SUBMITTING

More information

Click here to open the library

Click here to open the library Dcument Management What is a Dcument Library? Use a dcument library t stre, rganize, sync, and share dcuments with peple. Yu can use cauthring, versining, and check ut t wrk n dcuments tgether. With yur

More information

IMPORTANT INFORMATION ABOUT MEDICAL CARE FOR YOUR WORK-RELATED INJURY OR ILLNESS

IMPORTANT INFORMATION ABOUT MEDICAL CARE FOR YOUR WORK-RELATED INJURY OR ILLNESS IMPORTANT INFORMATION ABOUT MEDICAL CARE FOR YOUR WORK-RELATED INJURY OR ILLNESS MEDICAL PROVIDER NETWORK (MPN) NOTIFICATION If yu are injured at wrk, Califrnia Law requires yur emplyer t prvide and pay

More information

Configuring an Email Client for your Hosting Support POP/IMAP mailbox

Configuring an Email Client for your Hosting Support POP/IMAP mailbox Cnfiguring an Email Client fr yur Hsting Supprt POP/IMAP mailbx This article lists the email settings and prt numbers fr pp and imap cnfiguratins, as well as fr SSL. It cntains instructins fr setting up

More information

IT Quick Reference Guides Using Outlook 2011 for Mac for Faculty and Staff

IT Quick Reference Guides Using Outlook 2011 for Mac for Faculty and Staff IT Quick Reference Guides Using Outlk 2011 fr Mac fr Faculty and Staff Outlk Guides This guide cvers using Outlk 2011 fr Mac fr SU faculty and staff n campus cmputers. This des nt cver using Outlk 2011

More information

Table of Contents. Welcome to Employee Self Service... 3 Who Do I Call For Help?... 3

Table of Contents. Welcome to Employee Self Service... 3 Who Do I Call For Help?... 3 ALABAMA STATE UNIVERSITY HUMAN RESOURCES EMPLOYEE SELF SERVICE USER GUIDE 2 Table f Cntents Welcme t Emplyee Self Service... 3 Wh D I Call Fr Help?... 3 Hw d I access Emplyee Self Service?... 4 Persnal

More information

Watlington and Chalgrove GP Practice - Patient Satisfaction Survey 2011

Watlington and Chalgrove GP Practice - Patient Satisfaction Survey 2011 Watlingtn and Chalgrve GP - Patient Satisfactin Survey 2011 Backgrund During ne week in Nvember last year patients attending either the Chalgrve r the Watlingtn surgeries were asked t cmplete a survey

More information

Some Statistical Procedures and Functions with Excel

Some Statistical Procedures and Functions with Excel Sme Statistical Prcedures and Functins with Excel Intrductry Nte: Micrsft s Excel spreadsheet prvides bth statistical prcedures and statistical functins. The prcedures are accessed by clicking n Tls in

More information

Using Identity Finder. ITS Training Document

Using Identity Finder. ITS Training Document Using Identity Finder ITS Training Dcument Hw t search and remve Persnally Identifiable Infrmatin (PII) frm yur cmputer using Identity Finder sftware. Using Identity Finder ITS Training Dcument Our intentin

More information

Introduction to Mindjet MindManager Server

Introduction to Mindjet MindManager Server Intrductin t Mindjet MindManager Server Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 mindjet.cm 2013 Mindjet. All Rights

More information

Setup O365 mailbox access on MACs

Setup O365 mailbox access on MACs Setup O365 mailbx access n MACs Yu can use a web brwser r an email prgram n yur cmputer t cnnect t yur email accunt. Web brwser access Yu cnnect yur Apple cmputer t yur email accunt by using a web brwser

More information

HeartCode Information

HeartCode Information HeartCde Infrmatin Hw t Access HeartCde Curses... 1 Tips fr Cmpleting Part 1 the nline curse... 5 HeartCde Part 2... 6 Accessing a Cmpleted Curse... 7 Frequently Asked Questins... 8 Hw t Access HeartCde

More information

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1 Preparing t Deply Reflectin : A Guide fr System Administratrs Versin 14.1 Table f Cntents Table f Cntents... 2 Preparing t Deply Reflectin 14.1:... 3 A Guide fr System Administratrs... 3 Overview f the

More information

How to put together a Workforce Development Fund (WDF) claim 2015/16

How to put together a Workforce Development Fund (WDF) claim 2015/16 Index Page 2 Hw t put tgether a Wrkfrce Develpment Fund (WDF) claim 2015/16 Intrductin What eligibility criteria d my establishment/s need t meet? Natinal Minimum Data Set fr Scial Care (NMDS-SC) and WDF

More information

Volume THURSTON COUNTY CLERK S OFFICE. e-file SECURE FTP Site (January 2011) User Guide

Volume THURSTON COUNTY CLERK S OFFICE. e-file SECURE FTP Site (January 2011) User Guide Vlume 1 THURSTON COUNTY CLERK S OFFICE e-file SECURE FTP Site (January 2011) User Guide Table f Cntents C H A P T E R 1 FTP e-filing SERVICE 1 Dcument Requirements 1 Scanners 2 File naming cnventin 2 e-file

More information

CU Payroll Data Entry

CU Payroll Data Entry Lg int PepleSft Human Resurces: Open brwser G t: https://cubshr9.clemsn.edu/psp/hpprd/?cmd=lgin Enter yur Nvell ID and Passwrd Click Sign In A. Paysheets are created by the Payrll Department. B. The Payrll

More information

Special Tax Notice Regarding 403(b) (TSA) Distributions

Special Tax Notice Regarding 403(b) (TSA) Distributions Special Tax Ntice Regarding 403(b) (TSA) Distributins P.O. Bx 7893 Madisn, WI 53707-7893 1-800-279-4030 Fax: (608) 237-2529 The IRS requires us t prvide yu with a cpy f the Explanatin f Direct Rllver,

More information

Space Exploration Classroom Activity

Space Exploration Classroom Activity Space Explratin Classrm Activity The Classrm Activity intrduces students t the cntext f a perfrmance task, s they are nt disadvantaged in demnstrating the skills the task intends t assess. Cntextual elements

More information

PART 6. Chapter 12. How to collect and use feedback from readers. Should you do audio or video recording of your sessions?

PART 6. Chapter 12. How to collect and use feedback from readers. Should you do audio or video recording of your sessions? TOOLKIT fr Making Written Material Clear and Effective SECTION 3: Methds fr testing written material with readers PART 6 Hw t cllect and use feedback frm readers Chapter 12 Shuld yu d audi r vide recrding

More information

Budget Planning. Accessing Budget Planning Section. Select Click Here for Budget Planning button located close to the bottom of Program Review screen.

Budget Planning. Accessing Budget Planning Section. Select Click Here for Budget Planning button located close to the bottom of Program Review screen. Budget Planning Accessing Budget Planning Sectin Select Click Here fr Budget Planning buttn lcated clse t the bttm f Prgram Review screen. Depending n what types f budgets yur prgram has, yu may r may

More information

Adding Slideshare Presentations

Adding Slideshare Presentations Blackbard 9.1 Quick Start Guide Adding Slideshare Presentatins Slideshare presentatins can be added t curse cntent frm tw different lcatins: the Build Cntent area in Cntent mdules and mst text areas thrughut

More information

Best Practice - Pentaho BA for High Availability

Best Practice - Pentaho BA for High Availability Best Practice - Pentah BA fr High Availability This page intentinally left blank. Cntents Overview... 1 Pentah Server High Availability Intrductin... 2 Prerequisites... 3 Pint Each Server t Same Database

More information

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers)

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers) Firewall/Prxy Server Settings t Access Hsted Envirnment Client firewall settings in mst cases depend n whether the firewall slutin uses a Stateful Inspectin prcess r ne that is cmmnly referred t as an

More information

MDSB. MemberDirect Small Business. User Guide

MDSB. MemberDirect Small Business. User Guide MDSB MemberDirect Small Business User Guide Table f Cntents Small Business Upgrade... 1 Member Lgin... 3 Delegate Manager... 3 Add a Delegate... 4 Edit a Delegate... 6 Reset a Delegate s Access and /r

More information

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel An HP PrCurve Netwrking Applicatin Nte Traffic mnitring n PrCurve switches with sflw and InMn Traffic Sentinel Cntents 1. Intrductin... 3 2. Prerequisites... 3 3. Netwrk diagram... 3 4. sflw cnfiguratin

More information

LOTUS NOTES 8.5. Managing Tasks. Microcomputer Training Centre. Department of Human Resources and Employee Relations Learning and Development

LOTUS NOTES 8.5. Managing Tasks. Microcomputer Training Centre. Department of Human Resources and Employee Relations Learning and Development Department f Human Resurces and Emplyee Relatins Learning and Develpment LOTUS NOTES 8.5 Cpyright 2005 Micrcmputer Training Centre, Yrk University Micrcmputer Training Centre Ltus Ntes 8.5 Table f Cntents

More information