FREELANCE ']+ ܝ??zUnnamedt.(HField1Field2Field3Field4Field5Field6Field7Field8\g ^"} BDialog14).i] 8D(Dialog1 Globals)l) Command18).i] |g Command28).i] " .Option18).i] o  Check18).i] N ZCheck28).i]  Option28).i]  Dialog24).i] 8<D(Dialog2 Globals)lpx Command18).i]  Command28).i]   Dialog1B  Dialog14).i] Dialog1(Dialog1 Globals),LSOBJA ,0$8TE4*2160810lNEWDELETEȌ INITIALIZE) TERMINATEOBJECT (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *č* Dialog Registry Module *i0;0x*x`x* Ҥ Command18).i] |'++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotuscommandbutton) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSCOMMANDBUTTON Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotuscommandbutton) Msgbox("test") End Sub,LSOBJA 9L$,@L8TELLLL($*2160B20lNEWDELETEW` INITIALIZE TERMINATEOBJECT p,0 (GLOBALS)H (Globals)* DIALOG REGISTRY MODULE ** Dialog Registry Module **DIALOG1*Dialog1CLICKSOURCELOTUSCOMMANDBUTTON%static_OCX_Adapter BINDEVENTS OBJECTNAME_testPq@9x`@94xl8).i]4).i]y@<Jdtttt*t L,,, , t Ld=ҤL [,IL G,˨ }h'gOK_OKR KQ_lr oSVbNd2 Command28).i] h'Gwl~_ݾR KQ_lr oSVbNd2Option18).i] '++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Sub1 '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSOPTIONBUTTON Set Source = Bind(Objectname_) End Sub '++LotusScript Development Environment:2:2:Sub1:1:8 Sub Sub1 End Sub `  Option1Option1R KQ_lr oSVbNd2Check18).i] H Check1_Check1R KQ_lr oSVbNd2Check28).i] (O 'Check2Check2R KQ_lr oSVbNd2Option28).i] ` O Option2_Option2R KQ_lr oSVbNd2 Dialog2BDialog24).i] Dialog2(Dialog2 Globals) Command18).i] h'gOK_OKR KQ_lr oSVbNd2 Command28).i] h'Gwl~_ݾR KQ_lr oSVbNd2FB FindReplace4).i] B'++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Closing(Source As Lotusdialog, Mode As Integer, Cancel As Integer) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSDIALOG Set Source = Bind(Objectname_) On Event Closing From Source Call Closing End Sub '++LotusScript Development Environment:2:2:Closing:1:12 Sub Closing(Source As Lotusdialog, Mode As Integer, Cancel As Integer) Close 1 Currentdocument.gotopage (StartPoint) End Sub LSOBENA,$8T@@@dddLotus ProductV0.0A*27D2E48lNEWDELETE INITIALIZE TERMINATEtOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE$ *FindReplace\SOURCEMODECANCEL BINDEVENTS8 OBJECTNAME_ LOTUSDIALOG%static_ltsdlg31CLOSINGCURRENTDOCUMENTGOTOPAGE STARTPOINTѲwyRy4y 4).i]4).i]E t (,L,,<<LL *<t L<P,,@x(R`=EҤT [I G {dTG' Find & Replace(FindReplace Globals)#'++LotusScript Development Environment:2:5:(Options):0:66 Option Public '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Function checkanswersub Declare Sub CheckForSpan Declare Sub Initialize Declare Sub AddToList Declare Sub PrintToList Declare Sub GetText Declare Sub FindWord Declare Sub ReplaceWord Declare Sub CheckWords '++LotusScript Development Environment:2:5:(Declarations):0:10 Dim StartPoint As Integer Dim i As Integer Dim UpperTest As String Dim UpperFind As String Dim Same As Integer Dim Pages As Integer Dim CreateList As Integer Dim Find As String Dim Replace As String Dim FindLength As Integer Dim ReplaceLength As Integer Dim NewText As String Dim OldText As String Dim TextBlockLength As Integer Dim NextPage As Integer Dim checkanswer As Integer '++LotusScript Development Environment:2:1:checkanswersub:1:8 Function checkanswersub ReplaceThisOne = Msgbox ("Would you like to replace this instance?", 4+32+0+4096, "Replace?") If ReplaceThisOne = 6 Then checkanswer=1 Else checkanswer=0 End If End Function '++LotusScript Development Environment:2:2:CheckForSpan:1:8 Sub CheckForSpan If FindReplace.entirepresentation.value=1 Then currentdocument.gotopage (1) Pages = currentdocument.pages.count Else Pages = 1 End If End Sub '++LotusScript Development Environment:2:2:Initialize:1:10 Sub Initialize CreateList=0 IsCaseSensitive=0 FindReplace.currentpage.value=True Pages = currentdocument.pages.count StartPoint = currentdocument.activepage.number End Sub '++LotusScript Development Environment:2:2:AddToList:1:8 Sub AddToList Print #1 , CurrentDocument.Activepage.Name End Sub '++LotusScript Development Environment:2:2:PrintToList:1:8 Sub PrintToList If CreateList = 1 Then For x = 1 To Len(currentdocument.docname) If Mid(currentdocument.docname, x, 1) = "\" Then backslash = x End If Next x filename = "c:\windows\desktop\" + Mid(currentdocument.docname, backslash+1, Len(currentdocument.docname) - (3+ backslash)) + "txt" Open filename For Output As 1 End If End Sub '++LotusScript Development Environment:2:2:GetText:1:8 Sub GetText Dim objectnum As Integer Dim objecttext As Variant Forall objs In currentpage.objects If objs.istext <> 0 Then objs.entereditmode OldText = objs.text TextBlockLength = Len(OldText) CheckWords objs.text = NewText NewText = "" End If End Forall End Sub '++LotusScript Development Environment:2:2:FindWord:1:8 Sub FindWord Find = Trim(FindReplace.Find.Text) FindLength = Len(Find) End Sub '++LotusScript Development Environment:2:2:ReplaceWord:1:8 Sub ReplaceWord Replace = Trim(FindReplace.Replace.Text) ReplaceLength = Len(Replace) End Sub '++LotusScript Development Environment:2:2:CheckWords:1:8 Sub CheckWords For x = 1 To TextBlockLength TestWord = Mid (OldText, x, FindLength) If findreplace.casesensitive.value = 1 Then If TestWord = Find Then z = 1 If x > 30 Then newnum = 30 If x <= 30 Then newnum = 1 If TextBlockLength-FindLength > 30 Then newnum2 = 30 If TextBlockLength-FindLength <= 30 Then newnum2 = TextBlockLength-FindLength FindReplace.Sentence.caption = Mid (OldText,newnum, newnum2) checkanswersub If checkanswer = 1 Then Newtext = Newtext + Replace x = x + (FindLength - 1) checkanswer = 0 DidOne = 1 If Same = 0 Then If CreateList = 1 Then AddToList Same = 1 End If End If End If End If If findreplace.casesensitive.value = 0 Then UpperFind = Ucase(Find) UpperTest = Ucase(Testword) If UpperFind = UpperTest Then If x > 30 Then newnum = 30 If x <= 30 Then newnum = 1 If TextBlockLength-FindLength > 30 Then newnum2 = 30 If TextBlockLength-FindLength <= 30 Then newnum2 = TextBlockLength-FindLength FindReplace.Sentence.caption = Mid (OldText, newnum, newnum2) checkanswersub If checkanswer = 1 Then Newtext = Newtext + Replace x = x + (FindLength - 1) checkanswer = 0 DidOne = 1 If same = 0 Then If createlist=1 Then AddToList Same = 1 End If End If End If End If If DidOne <> 1 Then NewText = NewText + Mid(OldText, x, 1) End If DidOne=0 Next End SubLSOBEND. HP$T,$<\ l,LP<$|,t44ttLotus ProductV0.0. HINCENDOBJECTTE$$$$B$$jh~<dĸ䶏,䬏L8*27D2F68lNEWDELETEL INITIALIZE TERMINATE0OBJECT (GLOBALS)T (Globals)l* DIALOG REGISTRY MODULE * * Dialog Registry Module * STARTPOINTI UPPERTEST UPPERFINDSAMEPAGES CREATELISTFINDXREPLACE FINDLENGTH4 REPLACELENGTH@NEWTEXTHOLDTEXTlTEXTBLOCKLENGTHNEXTPAGEP CHECKANSWER8CHECKANSWERSUBREPLACETHISONE(Would you like to replace this instance?Replace?x CHECKFORSPAN FINDREPLACE LOTUSDIALOG%static_ltsdlg318ENTIREPRESENTATIONVALUE`CURRENTDOCUMENTGOTOPAGECOUNTISCASESENSITIVE CURRENTPAGE ACTIVEPAGENUMBER ADDTOLIST0NAMEh PRINTTOLISTXDOCNAME@\P BACKSLASHFILENAMEc:\windows\desktop\txt GETTEXT  OBJECTNUM OBJECTTEXTOBJSlOBJECTSISTEXTP ENTEREDITMODETEXT CHECKWORDSFINDWORD REPLACEWORDTESTWORD CASESENSITIVE ZNEWNUM4NEWNUM2SENTENCECAPTIONDIDONE ,)f0*~R0*~<4LP\PXl p|  <$ 8$ L(,p*,$, P\ J@4| 4).i]4).i]EP <  )P <HddHH ` Hp $ (T` 8 8 ( ( `   TT 5}<<=$TdX(d {< TP@$~ DPH `  (  8 0` @ 7$8P`Ҥ&^}$}D+(J8*`,,: -`,/15{tOP8"6{4T'7`{4OP8: 9`:<@`A^B{tOQC`{4OPD`{4O$P0EK{4O$P<MSV8V^H{4UX%^t43W{4UX JHM}48 X^dJHYZ^t6[^}l{4UX Jd{4UX%JdM}]J`bj{P5]lFP8DnFT'p[FPr`([%t)$#vFQGx[}z~7[{tOU W`[%[{tOU W`[%^V(^p 4^GJVM{tO P8JG8^ J8^( J8^( V(V8^8 V(V8 ^8 V(V{tOH QT GJ( J8 M),#1V,8Z[GG^JV`,^` V 8V8) #` {tO P8[\GX[LJXG\GL8J8^( J8^( V(V8^8 V(V8 ^8 V(V{tOH QT GJ( J8 M),#1V,8Z[GG^JV`,^` V 8V8) #` J` 8[GGJM^` ^p 6v Start8).i] `'++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotuscommandbutton) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSCOMMANDBUTTON Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotuscommandbutton) FindWord ReplaceWord CheckForSpan PrintToList For i = 1 To Pages If findreplace.entirepresentation.value = 1 Then currentdocument.gotopage (i) GetText Same = 0 Next i Close 1 Currentdocument.gotopage (Startpoint) End Sub LSOBEN|,8T@@@ D,D,Lotus ProductV0.0|INCENDOBJECTTEB''j_~UW~d4~t <$l$*27D3028lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACEx *FindReplace SOURCE BINDEVENTS< OBJECTNAME_8LOTUSCOMMANDBUTTONX%static_OCX_Adapter$CLICKFINDWORD REPLACEWORD CHECKFORSPAN PRINTTOLISTIHPAGES FINDREPLACE LOTUSDIALOG%static_ltsdlg31lENTIREPRESENTATIONVALUECURRENTDOCUMENTGOTOPAGEGETTEXTSAME STARTPOINT ,vئ@~R@~4@~ 8).i]4).i]0\8K t ,,,, *0t !,@(!,@@!,@LL\!,@,|,<@,|@@ 4).i]4).i]ELP!,<@,l@,,,@5}<p=ҤT [I G˨ )D#)#)#)L#[G^l44{OHPT8 {T`G')#[ ^l6"${T`G,'&h'gFind_FindR KQDB MS Sans Serifd2Done8).i] '++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotuscommandbutton) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSCOMMANDBUTTON Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotuscommandbutton) FindReplace.Close End Sub$ LSOBEN88,`l$8T@@@DDDDlllLotus ProductV0.088*27D30C8lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_LOTUSCOMMANDBUTTON$%static_OCX_AdapterCLICK@ FINDREPLACE\ LOTUSDIALOG%static_ltsdlg31CLOSE<wyRy4y l8).i]4).i]0\K t ,,,,*t @( l`D    4).i]4).i]`E l`Q l<ҤT [I G˨ {D, #h'GDone_DoneR KQDB MS Sans Serifd2Label18).i] xxgwFind:iFind:R KQDB MS Sans Serifd2Label28).i] 'xReplace With: Replace With:R KQDB MS Sans Serifd2Find8).i] xhgR KQDB MS Sans Serifd2Replace8).i] xR KQDB MS Sans Serifd2entirepresentation8).i] x'++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotusoptionbutton) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSOPTIONBUTTON Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotusoptionbutton) PagesToDo=1 End SubLSOBEN 6\8,$8T@@@Lotus ProductV0.06\8<*27D3440lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_ LOTUSOPTIONBUTTON%static_OCX_AdapterCLICK PAGESTODO`"FئwRw4w 8).i]4).i]0\<K  t ,LLL,,*Lt $:ҤT [I G˨ ^L1 Entire Presentation Entire PresentationR KQDB MS Sans Serifd2 currentpage8).i] x'++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotusoptionbutton) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSOPTIONBUTTON Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotusoptionbutton) PagesToDo=0 End SubLSOBEN 6\8,8T@@@Lotus ProductV0.06\8<$*27D34E8lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_ LOTUSOPTIONBUTTON%static_OCX_AdapterCLICK PAGESTODO`(y.R.4. 8).i]4).i]0\<K  t ,LLL,,*Lt $:ҤT [I G˨ ^Lx Current Page3  Current PageR KQDB MS Sans Serifd2 casesensitive8).i] '++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotuscheckbox) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSCHECKBOX Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotuscheckbox) IsCaseSensitive = FindReplace.casesensitive.value End Sub^ LSOBEN>4,`l8T@@@DDDDllLotus ProductV0.0>4$*27D3658lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_ LOTUSCHECKBOX<%static_OCX_AdapterCLICKISCASESENSITIVEX FINDREPLACEt LOTUSDIALOG%static_ltsdlg31 CASESENSITIVEVALUE8efئ@R@4@ ll8).i]4).i]0\K t  ,   ,, * t @@ lx\4).i]4).i]`E (BҤT [I G˨ ^ {DOP("xCase Sensitive  Case SensitiveR KQDB MS Sans Serifd2 list8).i] '++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotuscheckbox) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSCHECKBOX Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotuscheckbox) CreateList = FindReplace.list.value End SubJ LSOBEN>8,t$8T@@@DXDDXXLotus ProductV0.0>8*27D36F8lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_ LOTUSCHECKBOX4%static_OCX_AdapterCLICK CREATELISTP FINDREPLACEl LOTUSDIALOG%static_ltsdlg31LISTVALUE< =#@R@4@ 8).i]4).i]0\K t  ,,,, *t ,@X@8 pT4).i]4).i]tE BҤT [I G˨ [D{XO P,LwCreate List of Changed Pages wCreate List of Changed PagesR KQDB MS Sans Serifd2 Sentence8).i] 0'++LotusScript Development Environment:2:5:(Options):0:66 '++LotusScript Development Environment:2:5:(Forward):0:1 Declare Sub Click(Source As Lotuslabel) '++LotusScript Development Environment:2:5:(Declarations):0:2 '++LotusScript Development Environment:2:2:BindEvents:1:129 Private Sub BindEvents(Byval Objectname_ As String) Static Source As LOTUSLABEL Set Source = Bind(Objectname_) On Event Click From Source Call Click End Sub '++LotusScript Development Environment:2:2:Click:1:12 Sub Click(Source As Lotuslabel) End SubLSOBEN .L,$8T@@@Lotus ProductV0.0.L*27D3C28lNEWDELETE INITIALIZE TERMINATEOBJECTpP (GLOBALS) (Globals)* DIALOG REGISTRY MODULE *0* Dialog Registry Module * *FINDREPLACE *FindReplaceSOURCE BINDEVENTS OBJECTNAME_ LOTUSLABEL%static_OCX_AdapterCLICKPئwRw4w 8).i]4).i]<K  t ,,,,*t 2ҤT [I G˨ xpo  O%R KQDB MS Sans Serifd2 H ~a"Page 2~~~  b 4  b  b 2bb FOLl l L .l~><6}x4*  ("&""8"* }x (64><~*N~~~~~~~~~~~~~~`~~~~~~2F~~`~~~~~ffl~~~~~~~~~~~~, ,,,, , L" L             ,6&~~~~~~~~~~~c &u^&cC:\lotus\smasters\flg\BLANK.MAS3.%$$dn   ????X!Wblank.PALh]ht~Z\kofhpZt^oh\ktpZ;XBLANK.BWo//Oo/OooooooO/_?/P_~|wdʌnɀzum]igٮحҡɭ222h t)r@@4::c:|,nx(\`$d4lFFF% FZZQPPmL<G,tDZZZXpppllbT22@cLnnn$o|c@@Nc 0}xSTHh ;-PmЌytdH yck,$y80N[Nz(8v`jppr$@`iی}~d̮ٚmtfn=?l?r ??,fs=240,fe=0,fc=7,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=0,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=7,bz=100,f2=7,b2=7,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=401,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=381,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=356,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=331,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=306,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=240,fe=0,fc=7,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=0,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=7,bz=100,f2=7,b2=7,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=304,fe=0,fc=283,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=0,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=23,bz=100,f2=283,b2=23,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Arial,fs=284,fe=0,fc=283,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=0,bu=,bs=1,pr=0,ll=100,ts=462<0L|,bc=23,bz=100,f2=283,b2=23,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=449,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\14,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=449,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=N1N18,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=705,fe=32,fc=280,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=280,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=513,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=577,fe=32,fc=280,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=280,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=410,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=363,ip=0,pl=15,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=410,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=690,ip=0,pl=15,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=372,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1017,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=372,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1272,ip=0,pl=15,bu=\2,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=410,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=618,ip=0,pl=15,bu=N1N19,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=410,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1090,ip=0,pl=15,bu=N1N17,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=372,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1526,ip=0,pl=15,bu=N1N20,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=372,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1926,ip=0,pl=15,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=308,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=256,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=302,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=205,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=605,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=385,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=321,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=256,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=280,bz=100,f2=281,b2=280,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=192,fe=0,fc=281,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=280,bz=100,f2=281,b2=280,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=449,fe=32,fc=280,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=280,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=385,fe=32,fc=280,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=280,bz=100,f2=280,b2=280,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=321,fe=32,fc=280,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=280,bz=100,f2=280,b2=280,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0 fn=Arial,fs=385,fe=32,fc=280,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=280,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0!fn=Arial,fs=321,fe=32,fc=280,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=280,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0"fn=Arial,fs=256,fe=32,fc=280,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=280,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0#fn=Arial,fs=180,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=906,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0$fn=Arial,fs=154,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=1208,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0%fn=Arial,fs=454,fe=32,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0&fn=Arial,fs=454,fe=32,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0'fn=Arial,fs=454,fe=32,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0(fn=Arial,fs=454,fe=32,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0)fn=Arial,fs=454,fe=32,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0*fn=Arial,fs=303,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0+fn=Arial,fs=303,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0,fn=Arial,fs=303,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0-fn=Arial,fs=303,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0.fn=Arial,fs=303,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0/fn=Arial,fs=227,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=00fn=Arial,fs=227,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=01fn=Arial,fs=227,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=02fn=Arial,fs=227,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=03fn=Arial,fs=227,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=04fn=Arial,fs=192,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=05fn=Arial,fs=192,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=06fn=Arial,fs=192,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=07fn=Arial,fs=192,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=08fn=Arial,fs=192,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=09fn=Arial,fs=176,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0:fn=Arial,fs=176,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0;fn=Arial,fs=176,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0<fn=Arial,fs=176,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0=fn=Arial,fs=176,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0>fn=Arial,fs=401,fe=0,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0?fn=Arial,fs=381,fe=0,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0@fn=Arial,fs=356,fe=0,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Afn=Arial,fs=331,fe=0,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Bfn=Arial,fs=306,fe=0,fc=282,hy=NO,hc=3,qm=2,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Cfn=Arial,fs=132,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Dfn=Arial,fs=132,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Efn=Arial,fs=132,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Ffn=Arial,fs=132,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Gfn=Arial,fs=132,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Hfn=Arial,fs=325,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\14,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Ifn=Arial,fs=297,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=363,ip=0,pl=15,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Jfn=Arial,fs=297,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=690,ip=0,pl=15,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Kfn=Arial,fs=269,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1017,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Lfn=Arial,fs=269,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1272,ip=0,pl=15,bu=\2,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0Mfn=Arial,fs=210,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Nfn=Arial,fs=199,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Ofn=Arial,fs=186,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Pfn=Arial,fs=173,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Qfn=Arial,fs=160,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Rfn=Arial,fs=247,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Sfn=Arial,fs=234,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Tfn=Arial,fs=219,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Ufn=Arial,fs=204,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Vfn=Arial,fs=188,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Wfn=Arial,fs=203,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Xfn=Arial,fs=290,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Yfn=Arial,fs=275,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0Zfn=Arial,fs=258,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0[fn=Arial,fs=239,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0\fn=Arial,fs=221,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0]fn=Arial,fs=357,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0^fn=Arial,fs=339,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0_fn=Arial,fs=317,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0`fn=Arial,fs=295,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0afn=Arial,fs=272,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0bfn=Arial,fs=382,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\14,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0cfn=Arial,fs=349,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=363,ip=0,pl=15,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0dfn=Arial,fs=349,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=690,ip=0,pl=15,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0efn=Arial,fs=316,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1017,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0ffn=Arial,fs=316,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1272,ip=0,pl=15,bu=\2,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0gfn=Arial,fs=181,fe=0,fc=284,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=284,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0hfn=Arial,fs=276,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\14,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0ifn=Arial,fs=252,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=363,ip=0,pl=15,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0jfn=Arial,fs=252,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=690,ip=0,pl=15,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0kfn=Arial,fs=229,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1017,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0lfn=Arial,fs=229,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=1272,ip=0,pl=15,bu=\2,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0mfn=Arial,fs=227,fe=0,fc=283,hy=NO,hc=3,qm=0,sh=25,st=25,if=75,ip=75,pl=0,bu=,bs=1,pr=75,ll=100,ts=462<0L|,bc=286,bz=100,f2=283,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0nfn=Arial,fs=490,fe=32,fc=280,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=280,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0ofn=Arial,fs=382,fe=32,fc=280,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=280,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0pfn=Arial,fs=327,fe=32,fc=280,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=280,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0qfn=Arial,fs=273,fe=32,fc=280,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=280,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0rfn=Arial,fs=218,fe=32,fc=280,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=280,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0sfn=Arial,fs=296,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=363,ip=0,pl=15,bu=\3,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0tfn=Arial,fs=296,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=690,ip=0,pl=15,bu=\12,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=281,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=0,uc=303,bn=1,ca=,cc=0,ce=0ufn=Arial,fs=291,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0vfn=Arial,fs=314,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\14,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0wfn=Arial,fs=298,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=545,pl=15,bu=\14,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0xfn=Arial,fs=279,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\14,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0yfn=Arial,fs=258,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\14,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0zfn=Arial,fs=240,fe=0,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\14,bs=0,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0{fn=Comic Sans MS,fs=301,fe=32,fc=268,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=268,bz=100,f2=268,b2=268,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0|fn=Comic Sans MS,fs=176,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=363,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=281,bz=100,f2=281,b2=281,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0}fn=Comic Sans MS,fs=176,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=690,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=281,bz=100,f2=281,b2=281,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0~fn=Comic Sans MS,fs=211,fe=0,fc=281,hy=NO,hc=3,qm=0,sh=25,st=25,if=690,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=281,bz=100,f2=281,b2=281,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Comic Sans MS,fs=254,fe=32,fc=268,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\16,bs=0,pr=0,ll=100,ts=462<0L|,bc=268,bz=100,f2=268,b2=268,bl=0,fx=0,sd=0,sw=0,sc=0,ud=0,uw=0,uc=0,bn=1,ca=,cc=0,ce=0fn=Gill Sans,fs=200,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Gill Sans,fs=200,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Gill Sans,fs=200,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Gill Sans,fs=200,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Gill Sans,fs=200,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Gill Sans,fs=280,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Gill Sans,fs=280,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=302,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Gill Sans,fs=280,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=605,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Gill Sans,fs=280,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=906,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Gill Sans,fs=280,fe=32,fc=282,hy=NO,hc=3,qm=0,sh=25,st=25,if=1208,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=282,b2=286,bl=0,fx=0,sd=0,sw=1,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=213,fe=0,fc=284,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=284,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0fn=Arial,fs=154,fe=0,fc=284,hy=NO,hc=3,qm=2,sh=25,st=25,if=0,ip=0,pl=15,bu=\0,bs=1,pr=0,ll=100,ts=462<0L|,bc=286,bz=100,f2=284,b2=286,bl=0,fx=0,sd=0,sw=0,sc=303,ud=0,uw=1,uc=303,bn=1,ca=,cc=0,ce=0uf$$`Background Images_p$$`NamedStyle objects@[<>0000910{name=,r=22}{name=Level2,r=23}{name=Level3,r=24}{name=Level4,r=35}{name=Level5,r=36}o  Label text@!![ $ $   <>0000910{name=,r=12}{name=Level2,r=25}{name=Level3,r=26}{name=Level4,r=27}{name=Level5,r=28}o Presentation subtitle@[/!/!k|<>0000910{name=,r=11}{name=Level2,r=13}{name=Level3,r=29}{name=Level4,r=30}{name=Level5,r=31}o Presentation title@>$[u % %uu<>0000910{name=,r=10}{name=Level2,r=18}{name=Level3,r=19}{name=Level4,r=20}{name=Level5,r=21}o Numbered list@>$Zu % %uu<>0000909{name=,r=9}{name=Level2,r=14}{name=Level3,r=15}{name=Level4,r=16}{name=Level5,r=17}o Bulleted text@#[D%D%77<>0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page title_$$`Presentation Backdrop@#[-D%-D%<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page title 4"=%=%_$$`Title@Z!'[Q,$Q,$<>Click here to type presentation title0000910{name=,r=11}{name=Level2,r=13}{name=Level3,r=29}{name=Level4,r=30}{name=Level5,r=31}o Presentation title@!![ $ $   <>Click here to type subtitle0000910{name=,r=12}{name=Level2,r=25}{name=Level3,r=26}{name=Level4,r=27}{name=Level5,r=28}o Presentation subtitlee@$V<>Click here to add clip art0000864{name=,r=8}{name=Level2,r=8}{name=Level3,r=8}{name=Level4,r=8}{name=Level5,r=8}o _$$` Bulleted ListaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page title@>$"Zu6%6%uu<>Click here to type bulleted text0000909{name=,r=9}{name=Level2,r=14}{name=Level3,r=15}{name=Level4,r=16}{name=Level5,r=17}o Bulleted text_$$`2-Column BulletsaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page title@"Zu))uu<>Click here to type bulleted text0000909{name=,r=9}{name=Level2,r=14}{name=Level3,r=15}{name=Level4,r=16}{name=Level5,r=17}o Bulleted text@"Z%%<>Click here to type bulleted text0000909{name=,r=9}{name=Level2,r=14}{name=Level3,r=15}{name=Level4,r=16}{name=Level5,r=17}o Bulleted text_$$`1 ChartaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page titlee @>$Vu%%%%uu <>Click here to create chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o _$$`2 ChartsaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page titlee @Vu%)%)uu <>Click here to create chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o f @V%%%% <>Click here to create chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o _$$`4 ChartsaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page titlee @Vu ) )uu<>Click here to create chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o f @V % %<>Click here to create chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o g @Vu%)%)3 u3 u,<>Click here to create chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o h @V%%%%3 3 ,<>Click here to create chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o _$$`Bullets & ChartaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page title@"Zu))uu<>Click here to type bulleted text0000909{name=,r=9}{name=Level2,r=14}{name=Level3,r=15}{name=Level4,r=16}{name=Level5,r=17}o Bulleted texte @V%%%% <>Click here to create chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o _$$`Bullets & Clip ArtaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page title@"Zu))uu<>Click here to type bulleted text0000909{name=,r=9}{name=Level2,r=14}{name=Level3,r=15}{name=Level4,r=16}{name=Level5,r=17}o Bulleted texte@V%%%% <>Click here to add clip art0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o _$$`Organization ChartaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page titlee!@>$)Vu%%%%uu <>Click here to create organization chart0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o _$$`TableaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page titlee"@>$Vu%%%%uu <>Click here to create table0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o _$$`DiagramaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page titlee&@>$Vu%%%%uu <>Click here to create diagram0000864{name=,r=7}{name=Level2,r=7}{name=Level3,r=7}{name=Level4,r=7}{name=Level5,r=7}o _$$` Basic LayoutaPresentation Backdrop@#[D%D%2<>Click here to type page title0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page title_$$`Page 2k@AZ![[9i!i!9><+fs=613+fc=308+f2=308+bc=313+b2=313+f2=308+b2=313>Security Improvements in DB2 V8 for z/OS0000910{name=,r=11}{name=Level3,r=29}{name=Level2,r=13}{name=Level4,r=30}{name=Level5,r=31}o Presentation title@[ZvZvaa1]<> 0000910{name=,r=37}{name=Level2,r=38}{name=Level3,r=39}{name=Level4,r=40}{name=Level5,r=41}o @ [N3N3$<>Brian Lee0000910{name=,r=42}{name=Level2,r=43}{name=Level3,r=44}{name=Level4,r=45}{name=Level5,r=46}o @qs[9 9 l <><=<+fs=197>Senior Consultant and<=Certified DB2 Specialist,Certified Java Analyst<=<=brianlee@lightyr.com<=<><=<=0000910{name=,r=47}{name=Level5,r=48}{name=Level2,r=49}{name=Level3,r=50}{name=Level4,r=51}o ;?6$db, * 4Eb,?6$d p k[hY p@ 3[b kkb b <>L I G H T Y E A R0000910{name=,r=52}{name=Level2,r=53}{name=Level3,r=54}{name=Level4,r=55}{name=Level5,r=56}o  ;4H8$oo4HH$;488$?288 dhaII?288 dhaII?288 d hI I&& ?288 d=hRI=IYY=?V88  diy uqIqICqqqiqi?288 d L;CE E!! ?288 dL;EE?288 dRss?288 dqsqsq?288 d=Rs=sYY=?288 d s s&& ?288 dLa;EE?288 dLa;EE?88  d ay   ?N88  d ay !      ?288 d ;: :&& ?N88  d&y & "!!#### #  &?n88 d !yC!!!!!      !?288 d;R::?n88 d:;y     {zzzuutqq:q:?n88 d:Y;yRYWWRQOOOOJ J G B B @>=:=:Y?N88  dRy !!!!!!   ?288 d4!*C! 4 4!?288 d4*44?288 diyRhii?288 d=yRi=iYY=?288 d yi i&& ?288 d*a44?288 d*a44?288 dYhR;Y2==Y?288 d%h*&#  %?288 dah?288 dR?288 d))?288 d:!C! 0 :!?N88  d y    !  ?288 dah  488$\\@[)E=E=))<>Business<=Partner0000910{name=,r=57}{name=Level2,r=58}{name=Level3,r=59}{name=Level4,r=60}{name=Level5,r=61}o  @!![ % %  - <> 0000910{name=,r=12}{name=Level2,r=25}{name=Level3,r=26}{name=Level4,r=27}{name=Level5,r=28}o Presentation subtitle@i[OO<+fs=202>Lightyear Consulting Ltd.<=Palo Alto, Calgary, Scottsdale, Laguna Beach, Austin, Chicago<=Tel: 1-877-LIGHTYR<=www.lightyr.com0000910{name=,r=62}{name=Level2,r=63}{name=Level3,r=64}{name=Level4,r=65}{name=Level5,r=66}o @ [bbh<>Source from Roger Miller (IBM)0000910{name=,r=82}{name=Level2,r=83}{name=Level3,r=84}{name=Level4,r=87}{name=Level5,r=86}o _$$`Page 9a Bulleted Listk@#`D%D%2<+fc=317+f2=317+f2=317>Agenda0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$H[''<>Overview of security enhancements in V8<=Multilevel Security with Row Level Granularity (Preview)<=Multilevel Security for Access Control<=Special Registers and Session Variables<=Encryption<=Other authorization changes<=<Level2>Return Secondary Authorization Information<=Materialized Query Tables (MQT)<=Sequences<=<>Summary0000910{name=,r=72}{name=Level2,r=73}{name=Level3,r=74}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J;'X'J_$$`Page 10a Bulleted Listk@#`D%D%2<>DB2 Security Needs0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$^ ' '---<>Very significant need for increased<=<Level2>Security<=<Level3>Mandatory security<=Row level granularity<=<Level2>Flexibility e-business<=Integration<=Ease of Use for safe security0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text; NAME=Group1;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J;'X'J NAME=Curve1;ChCLIPBOARD AN@} @} A3[EE V@EA @}I_Dm AAAhAA_Dl AAA@AA1@AAl@lAA@IBA7K "V7K FU  7K" $ !% %$$"&'*(-)++-+0.2/41325/9 5946!69#:=&=:*A*=E*AA&AB,BE-SF.GI.KM/WO.BB1EF1GF;GJ2KM2LM5QK0QN5HK:KN8PM9QP-LP3MQ6OU7SR6UU6MR]\>aZ9`]>LLBKNCNNHQQESUBSRKUUMXZA\]AZ^M`_BXYU]^T__[]`OeaEdeJ^aP`bTbeUaa[de[ynQfiYjmYjm]rsWfdaiicloajjinljmp`rufrqouwiwyk{}m{ytyyynYy\}}tiwv{{|x¯ŵįͼ²òŹʹɽ;­ȟʼñť;ȩ˳̹ծϺK@ 88888 $  ݋ZJPSY]`dhsu y+ $&+?DIR\`esv l &' &'('(&$&+?CIKZ`es~ W  & '(,(&$% >ADR\euA  &'(&$%Cdi   &  &$k S   $& P@    $$& VB $ Wa  Q    P    O   L G G G|  Gy   Gt   Gm  Gl    Oi Ob  L_ O[PU  QQ  PO  UQ  WO ^G 4' _GN9:9737320' bE N79379372 7F:0' .2cB N972*'023F:F(p圶F*i4 N7:6 67:9="zǤťG* l4N9F (2:9:"ĉ46 l,N92:$6:9E.̵ú/6 n&&N;7XN&79893 6 o$0M:E&(79893ȝ1 w$7MEF6:293 <{2 x#7M:7 76/9727˷r$' yEH:720:72;o)' | NF=;:97:72fTgjM2& }E(&'*2*(2&(*-B$        $   $ $$$  &$$  &$&$&$ &&$ && $('&$ &$&'&$$$&$$&(' &$$|   $&( & cWL:50(7632/'! &  &BQ zq3&_$$`Page 44a Bulleted Listk@#`D%D%2<>Security Enhancements in V80000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@N>$_`uZ%Z%uu<>Multilevel Security (MLS)<=<Level2>Row-level security<=Extension to SQL with RACF access control<=<>DRDA encryption on the wire<=<Level2>Encrypt and decrypt data based on the 56-bit DES (userid and password)<=Uses z/OS ICSF facilities with hardware assist<=<>JDBC security enhancement<=<Level2>Improved security for DB2 authentication in new DB2 universal driver<=<>ODBC security enhancement<=<Level2>SQLConnect user and password support (available in V7 via APAR)<=<>Exploitation of security enhancements in z/OS<=<Level2>Enhancement of system SSL, Firewall and LDAP<=PKI Services for Digital Certificate0000965{name=,r=104}{name=Level2,r=105}{name=Level3,r=106}{name=Level4,r=107}{name=Level5,r=108}o Bulleted text?&42J6'O'J;?6$di1M ;Y 6ai1?6$dU `M IreZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 11a Bulleted Listk@#!`D%D%2<>Database security & granularity0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$[u % %uu<>Low level access control is increasingly critical<=<Level2>Web hosting<=Privacy<=<>Need row level granularity<=<Level2>Individual user restricted to specific rows<=<>Views can limit access<=<Level2>May be cumbersome<=Not as effective for update, insert, delete and utilities0000910{name=,r=72}{name=Level2,r=73}{name=Level3,r=74}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text;?6$di1M ;Y 6ai1?6$dU `M IreZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J6'O'J_$$`Page 12a Bulleted Listk@#`D%D%2<>New concepts for DB2 people0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$^j%%jj<>Multilevel security (MLS)<=Discretionary access control (DAC)<=Mandatory access control (MAC)<=Security label or seclabel<=Read up<=Write down<=Seclabel comparisions<=<Level2+fs=303>Dominate (Greater than or equal to)<=Reverse dominate (Less than or equal to)<=Equivalence<=Null0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text;?6$di1M ;Y 6ai1?6$dU `M IreZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J6'O'J;;?$dz   B Y u    x x 4    6 i i    u Y B    %',:<c?$+d<1+L;& xlXA,V?q!XCR_PgEtHMM<<HP<<IK,<F<l< ;?d  T}  - d {     P P n U     > >     { d -   :?$+d  +}l[HpAr$}}tggvreerrzecTN,?qc;IC.e'%##% 3=!Ne?2$dnpn?2oo$d Dr=r*% ?2oo$dxjj'?2oo$d%$Ylg2g%?Soo$dc;X CJc;;;0Avc;?2oo$d#=$+QP#P#J#=?Nd.*,=CHHHHA?=77}7xAlAjCeC_A]AY;W=R=PHPHPJLCFAA??;=;;;7L7L.L*A&C"FRRRJHF...JPVgg g]]Y*]3_9_=eHeLeP_Y_]]a[l[p[vgjlrnj5.?$ d(j ~ (j p   '   <   _w ]H ]1 }}ccax }) [   '    v 3 3 Y n  " "  (p (j ?$ d] Wg ] )J ) )R   Z    K "   <AE! T w  . . 5  . | ] ] _$$`Page 4k@#` % %S<>Multilevel Security by Row0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title;4"9$, @, @,?&"d4"3$  ,4"3$& & ,4"3$3 3 ,?&"dBT?&"d u   4"=$##  ,4"$k7 k7 ,4"0$ EiEi ,?&"dhk bM % s  ^ ?&"dhR b? Y uW ?&"dR 2 Y J ?&"d R  Y  4"4$7OO 7 ,4"5$66  ,4">$]!]!  ,?&"d8 & ? 8 ?&"dR ? Y W ?&"d  % 1 ?&"d % % = ?&"d M % ^ ?&"d@" [LLR<+fe=32>Red0000910{name=,r=77}{name=Level2,r=78}{name=Level3,r=79}{name=Level4,r=80}{name=Level5,r=81}o @"[    <+fe=32>Orange0000910{name=,r=77}{name=Level2,r=78}{name=Level3,r=79}{name=Level4,r=80}{name=Level5,r=81}o @[B   B H <+fe=32>Yellow0000910{name=,r=77}{name=Level2,r=78}{name=Level3,r=79}{name=Level4,r=80}{name=Level5,r=81}o @"[m m <>SUNSET0000910{name=,r=82}{name=Level2,r=83}{name=Level3,r=84}{name=Level4,r=85}{name=Level5,r=86}o @<B[ a a<>GREEN0000910{name=,r=82}{name=Level2,r=83}{name=Level3,r=84}{name=Level4,r=87}{name=Level5,r=86}o @B[  <>PASTEL0000910{name=,r=82}{name=Level2,r=83}{name=Level3,r=84}{name=Level4,r=87}{name=Level5,r=86}o @" [<+fe=32>Blue0000910{name=,r=77}{name=Level2,r=78}{name=Level3,r=79}{name=Level4,r=80}{name=Level5,r=81}o @B[44<+fe=32>Indigo0000910{name=,r=77}{name=Level2,r=78}{name=Level3,r=79}{name=Level4,r=80}{name=Level5,r=81}o @B[  <+fe=32>Violet0000910{name=,r=77}{name=Level2,r=78}{name=Level3,r=79}{name=Level4,r=80}{name=Level5,r=81}o @B [ @@  <>RAINBOW0000910{name=,r=88}{name=Level2,r=89}{name=Level3,r=90}{name=Level4,r=91}{name=Level5,r=92}o ?&"di`zi. ?&42J6'O'J;?6$di1M ;Y 6ai1?6$dU `M IreZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  #$@#* `  ))<>My Seclabel0000965{name=,r=138}{name=Level2,r=138}{name=Level3,r=138}{name=Level4,r=138}{name=Level5,r=138}o #$@# `   A w <>Read Up0000965{name=,r=139}{name=Level2,r=139}{name=Level3,r=139}{name=Level4,r=139}{name=Level5,r=139}o #$@#` `   <>Write Down0000965{name=,r=139}{name=Level2,r=139}{name=Level3,r=139}{name=Level4,r=139}{name=Level5,r=139}o ?&"dA#"# A#?&"dD-! @B[   <>Horizontal (Catagories)0000910{name=,r=82}{name=Level2,r=83}{name=Level3,r=84}{name=Level4,r=87}{name=Level5,r=86}o @ [$$ & &&<>Vertical (Hierarchies)0000910{name=,r=82}{name=Level2,r=83}{name=Level3,r=84}{name=Level4,r=87}{name=Level5,r=86}o _$$`Page 27a Bulleted Listk@#`D%D%2<>Security Labels in RACF0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@?>$Z[]*&]*&kkk<>Users have default SECLABEL<=<Level2>Users (TSO/E, batch jobs) can request specific SECLABEL<=<>Port of entry (e.g. terminal) has SECLABEL<=Print labeled with SECLABEL<=Datasets, other objects have a SECLABEL<=Each SECLABEL has a RACF profile:<=<Level2>Access list, Universal access, Audit information<=<>System and user controls for write-down0000910{name=,r=72}{name=Level2,r=73}{name=Level3,r=74}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text?&42J6'O'J;?6$di1M ;Y 6ai1?6$dU `M IreZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 28a Bulleted Listk@#"`D%D%2<>Built-in Security Labels in RACF0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@9>$W[?}%}%<?<?<<>SYSHIGH equivalent to highest security level<=<Level2>Dominates all other security labels <=<>SYSLOW equivalent to the lowest security level<=<Level2>Dominates by all other security labels<=<>SYSNONE equivalent to any security label<=SYSMULTI equivalent to any security label<=<Level2>Can contain data with different security classifications0000910{name=,r=72}{name=Level2,r=73}{name=Level3,r=74}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text?&42J6'O'J;?6$di1M ;Y 6ai1?6$dU `M IreZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 5k@#`*%*%ZZ<>Multilevel Security by Row0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page titleChCLIPBOARDo~~vu,r=Luu"F`v(;"`\vN|(;uvvvE E II F:5FI O [ " 5I  mwwfff3f33@@@ff3f@pppݿ000 ```ﯯyyyPPPO9Pԯ̟ϑ06ň @ت`6첲،fO}p}Ïf}}Gă:fyy`ly554CZr3Tx钒ff:frrxxزyllfffωf4@TCfx~~ą̊r~ff،⏏钾Kffylr⸸yrr`Zrȷ·ZN~龾=K0=G(8Ϭa⏸ωąa:C ؉7:a@(CCCCCCCC%bDd+35>DD>x Db>a>qWKbbpq*25>D>DKa`W>xVxwVD .22>D>DpWabVDVKqjY +22>D>D>D YxKVqd`wKV *23D>>>D>Dx jYW`W`VK *23KaD>p>DW`WpWjjwqKY` *2 4 Ydad>D`> KqdaKKjVjW *24=  7   5baKpwD>D VWdbVYdVwVpKa +35;    & "            %Yjwb>Yb>KYqa`jp`>dWd CCC:   "&    " &   %CCCC:# &  "   #& "  %CCCC>          %; &   " "  " #  %CCCC: "  #     #& #  !CCCC:   #"&            CCCC:   # ##"  &  #   # #      #  C$3,;  &&&   &  "   )f)fg'#3+f))3iNg&'3/X)3&'4/N)3N)%#4+X)g3)%#4+6X)3Ni%# 5 + 6/, ,)3)3)f&$ 5,6/, ,)Ng)N)i)&$2,  /, ,3i33X)'CCC "   /, ,CCCC        /, ,CCCC#       /, ,CCCC"      /, ,    /, ,CCCC   # "" /, ,CCCC    &    /, ,CCCC#/, ,R?T!?L2:," &" #  /, ,LJS7O7T57HJQTO7?Q 5S7 JR5 7 1:+" &/, ,JHSL5Q7TMQ7?RO QMRLJ755:/ /, ,TOJQ5ROTMH?SL7?7Q SR?755;/  /, ,5v75LMHHS7OJ 7?v7 TMH5J753;+65?75 OvLMJ? 7?LOR ?7H5H5 ? 5;+HJH5vSRJvLO7?Q RO55<+ RSL7H57?TJHQ7M O?HQ51<,MTRJM5J?5SLML7 T ?SHHST5J?R 29,QO S5LH7JTv5Q7? M?H7H CCCCCCCCCCCCCCCCCCCCCCC)f)fg';3,f))3iNg&;3+X)3&83/N)3N)%84/X)g3)%94+X)3Ni%94+)3)3)f&:5 + )Ng)N)i)&:5,3i33X)';2,CCCCCCCCCCCCCCCCCCCCCCCC](l*;':e\(l~e1z( ;':le(uu(1%8$:\z}u(1%8$;l~((1(1%9%;|(1(\ 9%;(e}(1(1%:& <1((1(1%:&<(\z}(1(~(] ;'9>  G ?1]11]|]1| CCC<    & "    &   %CCCC;   "&    &"  )CCCC;# &  "   "  #   )?       #    )CCCC< &   "     &   )CCCC; "  #    & "  #B{-CCC;   #"&     " &    #tn hGnr B  9.<;   # ##"  &  #   # ""    #    #{  knk{r BG  8.<<  &&&    &   #t on BG  <+9hB{ o  B BG  <+9kht  GB B r :,:trBh hohk BG  <,:{nohB trBh BG  <- ;6rt on{n BBkkB Bk8-;6..+ roGo GBGkGG9.<6..+ CCCC   ..+ CCCC#  ..+ CCCC  ..+ &   # #  ..+ CCCC&   ..+ CCCC   ..+ CCCC "..+  [EZZE[,.3   #..+ =[EAPU^_APAE^UPA_A[,.2 ..+ =PEAEZUA[PEcyUmP^,+6 # # ..+ ==yAEAE_[ym[_Uc,+6 ..+ = Z_^AEAEs=P^E==A,,2 ..+ = AAEAE=E==EA,,2 ..+ =cyAEAEsc_ZmUmy*- 2 6=U_ZAEAE^PZU=[UZP^Am+-3=cAEAcEs^P=^Ecs[ZU,.3AmUs[sAymAZUP_cc_P=^CCCCCCC@&CCCCCCCCCCCCCCCCCCCC](l*9.:e\(l~e1z( 8.:le(uu(1%<+:\z}u(1%<+;l~((1(1%:,;|(1(\ <,;(e}(1(1%<- <1((1(1%8-<(\z}(1(~(] 9.91]11]|]1| CCCCCCCCCCCCCCCCCCCCCCC,CCC:%8F98<;8$:-894:5:-8%:;9$I8$I$4 95'<-'98%F-'-'9$192F$:$%-<;'-9<:I'-1929  ^ ,<;F%:%$ $%:%:-'2937    & "    # #  " #%<%$'F9%$%:%8%$$I9':2936   "&    &#  && %$'$;:;<F''-$%39 4 6# &  "   "   #  & "-$;-$'I9F8-8-98%<-I$8'F394:          "     &9%'9'-$<%;;4:57 &   "       "  CCCC6 "  #    # " &#   ""&CCCC6   #"&      #    "" CCCC6   # ##"  &  #   # &   #  #""&# 7  &&&    "#  &"& "#  &CCCCCCCC,CCC:%8F98<;8$:-89133:-8%:;9$I8$I$222) '<-'98%F-'-'9$362)  F$:$%-<;'-9<:I'-462)   <;F%:%$ $%:%:-'422  %<%$'F9%$%:%8%$$I9':522  "  #%$'$;:;<F''-$%52 2         -$;-$'I9F8-8-98%<-I$8'F132 #      9%'9'-$<%;;233 "     CCCC     CCCC   #   CCCC     &   "  #   "CCCC " &"  #CCCC " &    ,CCC      :%8F98<;8$:-892:3   `$:-8%:;9$I8$I$1:36'<-'98%F-'-'9$5:3F$:$%-<;'-9<:I'-5;4<;F%:%$ $%:%:-'1;4%<%$'F9%$%:%8%$$I9':1;4%$'$;:;<F''-$%1 <5 -$;-$'I9F8-8-98%<-I$8'F2<59%'9'-$<%;;292CCCCCCCCCCCCCCCCCCCC%.CCC%CCCCCCC/*./0*@+!4CCC@4!+2+/*/2,/@0+!4*@CCCC*C 4!+2/CCC0*C!2C!C,4 @.@0CCC2,2,!/0 02.CCC@!00/+ /2CCCC4/2/*!+,0 @ 4@*C0/CCC+@.  4!+.2/CCCCCCC804CCC8CCCC00/00/00/62!,.*/!C.+264!+ +/*6226+/*6226@+/*6226@ 0+6C,*CC+!6,0!. 6/*@,,@!C6/*@,,@!C46/*@,,@!C4+.//,C ,* .!*@2.!*!..!*@2.!*!.@+.!*@2.!*!.@+*,2,4//44, *+/+46++**+/+46++*,,.*+/+46++*,,.+6,2!. ,/,//**/  , , 4,C, 0*,6!,@ ,40,42@ 6,46++*+C6,46++*40.26,46++*40.262! */!,.!6/4,!4 .!04!4.!00!..!04!4.!00!.02..!04!4.!00!.02.C!C!6,,6*!!C!6,,6/2+!C!6,,6/2+04%!,.6!2*6!,.6!2*4++.!,.6!2*4++.%.00/.00/.00/CCCC+026!,CCC @*/2+4+,CCC0**./!0-CCC2/./!4,CCC@.!+,CCC0*C!*6,CCC @*/2/!C!*/2,CCC020.2,CCCCCCCCCCCCCCCCCCCCCCC@?&42J6'O'J NAME=Curve1;; NAME=Group1;?6$di1M ;Y 6ai1?6$dU `M IreZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  @ B\1 1 + <+bu=\14+bs=0>Table column defined AS SECURITY LABEL<=Check for each new seclabel value accessed<=Mandatory access control: run time user to data<=Works with native DB2 access control or RACF0000921{name=,r=117}{name=Level2,r=89}{name=Level3,r=90}{name=Level4,r=91}{name=Level5,r=92}o _$$`Page 3k@#%` % %S<>Row Granularity Multilevel Security0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@/r Q]h#h#<>Use Security Server (RACF) for MLS MAC<=<Level2>Use RACF security label or seclabel<=Key advantage is consistent, integrated security<=<>Table has a column defined AS SECURITY LABEL<=<Level2>Each row value has a specific security label <=Get user security label from RACF<=Save in rows for INSERT, UPDATE, LOAD, ...<=<>Compare seclabel in row to seclabel for the DB2 users<=<Level2>If access is allowed, then normal access<=If access is not allowed, data not returned<=<>Runtime user to data checking<=Seclabel values are cached to minimize CPU<=Requires z/OS V1R5 and Security Server (RACF)0000932{name=,r=72}{name=Level2,r=115}{name=Level3,r=116}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text?&42J;'X'J NAME=Curve1;; NAME=Group1;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 14a Bulleted Listk; NAME=Group1;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J;'X'J@#'`D%D%2<>CREATE TABLE / ALTER TABLE statements0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$[u%%uu<>To enable the row level security<=<Level2>Table must have a column with CHAR(8) to store the seclabel<=<>To define the security label column<=<Level2>Specify "AS SECURITY LABEL" in the column-options in the "create table / alter table" column-definition<=<>Table once created with seclabel cannot be disabled<=Audit record produced if the table with security label is created, altered or dropped0000910{name=,r=72}{name=Level2,r=73}{name=Level3,r=74}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text_$$`Page 15a Bulleted Listk;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J;'X'J@#`D%D%2<>Column-Definition0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$[u%%uu<>Any column name<=Data-type must be CHAR(8)<=<Level2>Subtype associated with the column must be single byte<=NOT NULL WITH DEFAULT required<=<>Column-option AS SECURITY LABEL<=<Level2>Indicates that table is defined with multilevel security with row level granularity, and that the column will contain the security label values<=<>Cannot specify for the column: Field procedures, Edit procedures, Check constraints0000910{name=,r=72}{name=Level2,r=73}{name=Level3,r=74}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text_$$`Page 16a Bulleted Listk;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J;'X'J@# `D%D%2<>MLS SELECT0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@x>$^u6%6%uu<>User's seclabel compared to seclabel of the row<=<Level2>If user seclabel dominates the data seclabel<=<Level3>Row is returned<=<Level2>If user seclabel does not dominate the data seclabel<=<Level3>Row is not returned, but no error is reported0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text_$$`Page 17a Bulleted Listk;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J;'X'J@# `D%D%2<>MLS INSERT0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$^uZ%Z%uu<>Value of the seclabel column for inserted row set to the value of the user's seclabel<=<Level2>If user has authority for write-down, then user is allowed to set the seclabel field0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text_$$`Page 18a Bulleted Listk;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J;'X'J@# `D%D%2<>MLS UPDATE0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$+^u % %uu<>User's seclabel compared with the seclabel of the row to be updated<=<Level2>If the seclabels are equivalent<=<Level3>Row is updated<=Value of the seclabel in updated row is set to the value of the user seclabel<=<>If user has write-down authority, then down level rows can be accessed and updated0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text_$$`Page 19a Bulleted Listk;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J;'X'J@# `D%D%2<>MLS DELETE0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@6>$^u % %uu<>User seclabel compared to seclabel of the row to be deleted<=<Level2>If the seclabels are equivalent<=<Level3>Row is deleted<=<>If user has write-down authority, then down level rows can be accessed and deleted0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text_$$`Page 20a Bulleted Listk;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J;'X'J@#`D%D%2<>Utilities Changes0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$^u%%uu<>LOAD RESUME of table space containing tables with MLS<=<Level2>Similar to INSERT rules<=Without write down, seclabel set to current seclabel<=With write down permission, permitted to specify seclabel<=LOAD REPLACE on MLS requires write down authority<=<>UNLOAD and REORG UNLOAD EXTERNAL<=<Level2>Similar to SELECT rules<=Rows unloaded if the user seclabel dominates the row seclabel0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text_$$`Page 22a Bulleted Listk;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J;'X'J@#`D%D%2<>Utilities Changes (cont.)0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$-^u%%uu<>REORG DISCARD of tables<=<Level2>Similar to DELETE rules<=For each row discarded, user seclabel is compared to row seclabel<=If they are equivalent<=<Level3>Row discarded<=<Level2>Otherwise, row is not discarded<=<>If user has write-down authority, then down level rows can be accessed and discarded0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text_$$`Page 23a Bulleted Listk;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J;'X'J@#`D%D%2<>Utilities Changes (cont.)0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$^u%%uu<>Access control not changed for other utilities, which don't change rows or ...<=<Level2>REORG without discard or unload<=COPY, RECOVER<=DSN1*<=REPAIR<=....<=<>Need to have administrative controls0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text_$$`Page 24a Bulleted Listk;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J;'X'J@#`D%D%2<>Row level MLS0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@">$J^u%%uu<>Checks using RACF for seclabel<=<Level2>RACF defines seclabels for users<=DB2 implements seclabel checking<=<>Works with native DB2 GRANT & REVOKE or with RACF Access Control<=Implementation with RACF access control<=<Level2>Consolidated access control<=Ability to have MLS access control for larger objects e.g. table, database0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text_$$`Page 25a Bulleted Listk;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J;'X'J@#`D%D%2<>Performance Considerations0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$^u#%#%uu<>Caching used to avoid performance impact<=<Level2>Initial measurements made, generally small<=Works best with small number of seclabels retrieved per commit<=<>Index concerns<=<Level2>If current access is index only, need to access seclabel column<=Can add seclabel column to the index0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text_$$`Page 26a Bulleted Listk;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  ?&42J;'X'J@#$`D%D%2<>Some Requirements and Restrictions0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$]u%%uu<>Requires z/OS V1R5 & Security Server (RACF) V1R5<=Row level security not enforced for referential constraints<=Referential constraints cannot be defined on a seclabel column<=Sysplex parallelism not used for queries on table with seclabel<=Not allowed on seclabel column: Field procedures, Edit procedures, Check constraints<=Trigger transition tables do not have security labels<=Some additional restrictions for MQTs0000932{name=,r=72}{name=Level2,r=115}{name=Level3,r=116}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text_$$`Page 29a Bulleted Listk@#`D%D%2<>RACF Access Control Improved0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$^u % %uu<>DB2 commands<=<Level2>When signed on console, jobs, TSO, ....<=Be sure to define authorities, not just SYSOPR<=<>WebSphere environment<=Multilevel security for object access control0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text?&42J;'X'J;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 30a Bulleted Listk@#-`D%D%2<>Multilevel security for RACF Access Control0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$'^u%%uu<>Ability to use multilevel security with RACF access control for objects: views, tables, databases, ...<=User security profile definitions, not PERMITs<=Ship access control authorization exit with DB2<=<Level2>prefix.SDSNSAMP instead of SYS1.SAMPLIB<=<>Requires z/OS V1R5 & Security Server V1R50000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text?&42J;'X'J;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 31a Bulleted Listk@#(`D%D%2<>Multilevel DB2 Authorization Hierarchy0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$^\''Q\Q\Q<>Subsystem or data sharing group<=<Level2>Database<=<Level3>Table Space<=<Level4>Table<=<Level5>Column<=Row<=<Level2>View<=Storage Group<=Bufferpool<=....0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text?&42J;'X'J;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  @BV//5<>Hierarchy for DB2 objects0000864{name=,r=1}{name=Level2,r=2}{name=Level3,r=3}{name=Level4,r=4}{name=Level5,r=5}o _$$`Page 32a Bulleted Listk@#$`D%D%2<>Multilevel Authorization Hierarchy0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$^u%%uu<>Subsystem or data sharing group<=<Level2>Plan<=Collection<=<Level3>Package<=<Level2>Schema<=<Level3>Stored Procedure, User-Defined Function<=Java ARchive (JAR)<=Distinct Type<=Sequence0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text?&42J;'X'J;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 33a Bulleted Listk@#8`D%D%2<>Views with Multilevel Security, Session Variables, ...0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$[k%%%k%k%<>Views can provide only equivalent seclabel data<=Views can have lower seclabel than tables<=<Level2>Eliminate projected data: rows and/or columns<=Join or union with other tables to add or remove information<=Use triggers, stored procedures, constraints and with check option for update control at row level<=<>Views can use plan or package, seclabel, site-defined comparisons with special registers & session variables0000910{name=,r=72}{name=Level2,r=73}{name=Level3,r=74}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text#$@b#i`<>CREATE VIEW SW_CUSTOMER AS SELECT CUST_NBR, CUST_NAME, CUST_CREDIT FROM CUSTOMER WHERE CUST_REGION='SW'0000965{name=,r=103}{name=Level2,r=103}{name=Level3,r=103}{name=Level4,r=103}{name=Level5,r=103}o @G[Z)%)%ZZ<+bu=\14+bs=0>Only customers in SW<=Only customer number, name & credit0000910{name=,r=88}{name=Level2,r=89}{name=Level3,r=90}{name=Level4,r=91}{name=Level5,r=92}o ?&42J;'X'J;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 7k@#`b%b%$$<>Session Variables0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@By`L#L#<>Variables set by DB2, connection or signon exit<=Built in function to retrieve value for a variable<=<Level2+bu=\3+bs=0>Use function in views, triggers, stored procedures & constraints to enforce security policy<=<>Can have more general, flexible access checks <=<Level2+bu=\3+bs=0>Multiple columns, AND/OR logic, ... <=PLAN, PACKAGE, SECLABEL, VERSION, ...<=<>Complements other security mechanisms0000965{name=,r=118}{name=Level2,r=119}{name=Level3,r=120}{name=Level4,r=121}{name=Level5,r=122}o 4"#$%%  @?!Z[oT%T%oo<>CREATE VIEW V1 AS SELECT * FROM T1 WHERE COL5 = <+fe=32>GETVARIABLE(SYSIBM.SECLABEL)<>;0000910{name=,r=93}{name=Level2,r=94}{name=Level3,r=95}{name=Level4,r=96}{name=Level5,r=97}o ?&42J;'X'J;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 34a Bulleted Listk@#`D%D%2<>Session Variables0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$ `I2%2%II<>Set by DB2 SYSIBM.varname<=<Level2>PLAN_NAME<=PACKAGE_NAME<=PACKAGE_SCHEMA<=PACKAGE_VERSION<=SECLABEL<=SYSTEM_NAME<=VERSION<=DATA_SHARING_GROUP_NAME<=SYSTEM_ASCII_CCSID<=EBCDIC<=UNICODE<=<>Set by connection & signon exits<=<Level2>Up to 10 variables SESSION.varname0000965{name=,r=104}{name=Level2,r=105}{name=Level3,r=106}{name=Level4,r=107}{name=Level5,r=108}o Bulleted text?&42J;'X'J;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 35a Bulleted Listk@#`D%D%2<>New Special Registers0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$^u%%uu<>Client information for this connection <=Provided by sqleseti, Java methods, RRS SIGNON & SET_CLIENT_ID<=<Level2>CLIENT_ACCTNG: accounting string<=CLIENT_APPLNAME: value of application name<=CLIENT_USERID: client user ID<=CLIENT_WRKSTNNAME: workstation name0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text?&42J;'X'J;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 37a Basic Layoutk@#`D%D%2<>DB2 and Encrypted Data0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@+BP[1 1 <>What do you want to protect? from whom? Techniques, where to encrypt / decrypt0000910{name=,r=88}{name=Level2,r=89}{name=Level3,r=90}{name=Level4,r=91}{name=Level5,r=92}o PX"_1!1!&_&QQ$/-+('$`#L @@!"Q`k  kk<>Outside of DB20000965{name=,r=109}{name=Level2,r=109}{name=Level3,r=109}{name=Level4,r=109}{name=Level5,r=109}o @!bQ4` %! %!<>General, flexible, no relational range comparisons0000965{name=,r=109}{name=Level2,r=109}{name=Level3,r=109}{name=Level4,r=109}{name=Level5,r=109}o @!bQ`k  kk<>DB2 FIELDPROC0000965{name=,r=109}{name=Level2,r=109}{name=Level3,r=109}{name=Level4,r=109}{name=Level5,r=109}o @!bQ9` %! %!<>No relational range comparisons, FIELDPROC restrictions0000965{name=,r=109}{name=Level2,r=109}{name=Level3,r=109}{name=Level4,r=109}{name=Level5,r=109}o @!bQ`k   k k <>DB2 EDITPROC0000965{name=,r=109}{name=Level2,r=109}{name=Level3,r=109}{name=Level4,r=109}{name=Level5,r=109}o @!bQ2` %! %!   <>Indexes are not encrypted, EDITPROC restrictions0000965{name=,r=109}{name=Level2,r=109}{name=Level3,r=109}{name=Level4,r=109}{name=Level5,r=109}o @!bQ`k k k <>User-defined function0000965{name=,r=109}{name=Level2,r=109}{name=Level3,r=109}{name=Level4,r=109}{name=Level5,r=109}o @!bQG`%!%!   <>General, flexible, invocation needed, no relational range comparisons0000965{name=,r=109}{name=Level2,r=109}{name=Level3,r=109}{name=Level4,r=109}{name=Level5,r=109}o @!bQ`kkk<>Stored procedure0000965{name=,r=109}{name=Level2,r=109}{name=Level3,r=109}{name=Level4,r=109}{name=Level5,r=109}o @!bQG`%!%!<>General, flexible, invocation needed, no relational range comparisons0000965{name=,r=109}{name=Level2,r=109}{name=Level3,r=109}{name=Level4,r=109}{name=Level5,r=109}o Q?&42J;'X'J;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 36a Bulleted Listk@#'`D%D%2<>New Built-in Functions for Encryption0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@W>$f[u%%uu<>ENCRYPT_TDES: encrypt a column in a table with a user-provided encryption password<=ENCRYPTION PASSWORD special register<=DECRYPT_BIT, DECRYPT_CHAR, DECRYPT_DB<=<+fc=313+f2=313+f2=313>GET_HINT: obtain hint to help remember ENCRYPTION PASSWORD<><=GENERATE_UNIQUE creates CHAR(13) FOR BIT DATA value that is unique across Sysplex<=DRDA encryption on the wire0000910{name=,r=72}{name=Level2,r=73}{name=Level3,r=74}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text?&42J;'X'J;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 38a Bulleted Listk@#`D%D%2<>Return Authid Information0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$[u%%uu<>APAR PQ47973 in V6 & V7<=READS IFI Call to retrieve<=<Level2>Primary AUTHID USER<=SQL AUTHID CURRENT SQLID<=SECONDARY AUTHIDs<=<>IFCID 234 maps the information<=QMF V7.2 LIST TABLES<=<Level2>Works with authority groups defined by DB2 secondary authorization IDs0000910{name=,r=72}{name=Level2,r=73}{name=Level3,r=74}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text?&42J;'X'J;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 39a Bulleted Listk@#/`D%D%2<>Materialized Query Tables (MQT) Authorization0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$^u%%uu<>Use of MQT may be implicit or explicit<=<Level2>Explicit use requires MQT authorization<=Implicit use requires base table or view authorization<=<>Creation of table requires CREATE TABLE authorization<=<Level2>DBADM can create MQT for another authorization ID<=Some restrictions for MQT and MLS<=<>REFRESH TABLE authorization<=<Level2>Ownership of MQT, DBADM, DBCTRL, SYSADM or SYSCTRL0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text?&42J;'X'J;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 40a Bulleted Listk@#2`D%D%2<>Materialized Query Table and Multilevel Security0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$^u % %uu<>DEFINITION only: AS SECURITY LABEL attribute not inherited<=Only one source table can have security label<=Security label column must be included in MQT<=AS SECURITY LABEL attribute is inherited<=ALTER TABLE to add seclabel will fail if table is source of MQT0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text?&42J;'X'J;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 41a Bulleted Listk@#`D%D%2<>Sequence Authorization0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@I>$_[u%%uu<>CREATE: CREATEIN for schema, SYSADM or SYSCTRL<=ALTER: Ownership, ALTER for sequence, ALTERIN for schema, SYSADM or SYSCTRL<=DROP: Ownership, DROPIN for schema, SYSADM or SYSCTRL<=COMMENT: Ownership, ALTER for sequence, ALTERIN for schema, SYSADM or SYSCTRL<=GRANT & REVOKE: ALTER & USAGE<=<Level2>USAGE: NEXT VALUE or PREVIOUS VALUE expression used0000910{name=,r=72}{name=Level2,r=73}{name=Level3,r=74}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text?&42J;'X'J;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 42a Bulleted Listk@#`D%D%2<>Other authorization changes0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$[u%%uu<>Schema evolution means alter, instead of drop, so we don't need to save and regrant authority<=If the SELECT-statement contains an INSERT statement, then INSERT and SELECT privileges on the target table or view are required<=Access Control Authorization Exit changed substantially<=<Level2>RACF version shipped with DB2: code and book<=Exit for prior versions are not usable<=<Level3>long names, new objects, ...0000910{name=,r=72}{name=Level2,r=73}{name=Level3,r=74}{name=Level4,r=75}{name=Level5,r=76}o Bulleted text?&42J;'X'J;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _$$`Page 1k@ [ f$f$  <>Who is0000910{name=,r=13}{name=Level2,r=29}{name=Level3,r=32}{name=Level4,r=33}{name=Level5,r=34}o  Page title@\`ZzzZZ<>Services we offer<=<Level2>Technical Education<=<Level3>E-Business on OS/390<=DB2 V5+ / V6 / V7<=IMS / CICS / MQ / OS/390<=<Level2>Teleconference Series<=<Level3>DB2 and IMS Tools<=IMS V7 and Connectivity<=DB2 V5+, V6, V7<=DB2 Stored Procedures<=WebSphere / VA JAVA<=DB2 and JAVA, DB2 Connect, ...<=<Level2>Onsite Install Services<=Remote (Telephone) Consulting<=Certified by IBM in OS/390, CICS, IMS, DB2 (both MVS and NT/UNIX) and JAVA / Host-on-Demand<=Application / Web / JAVA Development<=Web Enabling Legacy Applications<=Most for FREE !!<=More complex ones for a fee ...<=<>Where do we work<=<Level2>W-Canada - Office in Calgary<=W-US (WA, OR, CA, CO, AZ) - Office in Palo Alto, Los Angeles, Phoenix and Chicago<=Mid-West - hiring !!0000965{name=,r=123}{name=Level2,r=124}{name=Level3,r=125}{name=Level4,r=126}{name=Level5,r=126}o @J`&%%l&l&l<>Sample Projects<=<Level2>Web Enable State Courts Scheduling System<=Insurance - Agent Access System from the Web - to replace manual procedure and re-use legacy applications<=Web Enable a large City's Legacy System<=Insurance - Claim Management System - Web Front End for IMS Legacy System<=Telephone Company: Yellow Page Sub-System in JAVA<=Credit Card Corp. - Y2K Database Assessment / Replacement<=Research Institute - Clinical Research Center Record System (DB2 UDB+ Web + JAVA)<=Datawarehouse Project at large trucking manufacturer, incl. web and DB2, IMS access<=Java and ODBC/Java Access to very large DB2 database - Very Large Banking Institution<=Large Java app to DB2/CICS/Cobol with CTG - Dept. of Transportation Kansas0000965{name=,r=127}{name=Level2,r=124}{name=Level3,r=126}{name=Level4,r=126}{name=Level5,r=126}o ;4$\\,?6qd_\\?6qd_\\4$\\?qq$0d^;=_;DDB?<99 3340.++zzwtoii TPdPdUeXd\b\_\_Zca_a_acddhdlclcUiipuy{{ }zxx_=`=^; ;4$  ,?2qdZ  Y $ $ Z Z ?2qd o      ?2qd'  $   ' ' ?2qd :  Z Z   ?2qd' ( ' ' ?2qd >  Y Y   ?2qd       4$  ;4Z$$ $   ?N$ dv : y h h a T \ T a h h h v ?N$ d v : ?y h h a T \ T a h h h v ?N$ d`v D: y eh th hb lT `\ TT Xb Kh [h [h `v ?N$ dv : y h h a S Z S a g g h v ?N$ dv : Ny h /h "a 'T \ T a h h h v ?N$ dwv d: y |h h b T w\ kT pb dh th th wv ?N$ dS  W F F = 0 6 0 = F F F S ?N$ d7S " aW =F LF ?= E0 76 ,0 1= %F 4F 4F 7S ?N$ dQ w W E E ; . 5 . ; |E E E Q ?N$ dR  W F F = 0 6 0 = F F F R ?N$ dJS 1 pW PF ]F R? V2 J8 >2 C? 5F FF FF JS ?N$ d              ?N$ d7 " a = L ? F 7 , 1 % 4 4 7 ?N$ d w         |    ?N$ d              ?N$ dL 1 p P _ S W L ? E 6 G G L ?N$ d              ?N$ d8 " a = L A F 8 , 2 % 4 4 8 ?N$ d w         |    ?N$ d              ?N$ dK 1 p P _ R V K > D 5 G G K ?N$ d M  { { r f l f r { { {  ?N$ d9 "M a ={ L{ Ar Ff 9l ,f 2r %{ 4{ 4{ 9 ?N$ d wM  z z r f l f r ~z z z  ?N$ d M  { { r f l f r { { {  ?N$ dK 1M p P{ _{ Rs Vg Km >g Ds 5{ G{ G{ K ?N$ d2  5 $ $      $ $ $ 2 ?N$ d 2  ?5 $ $      $ $ $ 2 ?N$ dd2 D 5 h$ w$ k p d W [ N$ ^$ ^$ d2 ?N$ d1  5 $ $      $ $ $ 1 ?N$ d2  N5 $ /$ # '    $ $ $ 2 ?N$ dv2 d 5 {$ $   v j p d$ t$ t$ v2 ?N$ d              ?N$ d   ?            ?N$ de D  j w l p e Y ] Q ` ` e ?N$ d              ?N$ d  N  / # '        ?N$ dw d  {    w j p d t t w ?N$ d o             ?N$ d  o ?            ?N$ dd Do  h w k p d W [ N ^ ^ d ?N$ d o             ?N$ d o N  / # '        ?N$ dv do  {    v j p d t t v ?N$ dd + j W W L A H A L W W W d ?N$ d d + ?j W W L A H A L W W W d ?N$ d`d D+ j eW tW hM lB `I TB XM KW [W [W `d ?N$ de + j X X M B I B M X X X e ?N$ dd + Nj W /W "L 'A H A L W W W d ?N$ dwd d+ j |W W M B wI kB pM dW tW tW wd ;?6$d&p &rvuv&?6$dlB_*&4&:u)lB@ 3`o$o$<>L I G H T Y E A R0000965{name=,r=128}{name=Level2,r=129}{name=Level3,r=130}{name=Level4,r=131}{name=Level5,r=132}o  ;4H8$!!4HH$G G ;488$    ?288 ds}ss?288 ds}&s&s?288 d K?9rKu u K?288 d 9  ?V88  dGO9 )5C    GG?288 d       ?288 d       ?288 d 9# - p$ 9$ m m 9?288 d #  $ $   ?288 d #  $ $   ?288 d K# ? r$ K$ u u K?288 d     & & ?288 d       ?88  d   ||yunnid^\ZUOJGB;  ?N88  d &  &    &?288 d Ke ? rd Kd u u K?N88  dQuQ?r umjf\\WLKQKQu?n88 d   QX\dinu|  ?288 d 9e - pd 9d m m 9?n88 dd e    d d ?n88 dd e d d ?N88  dQmQ-p mf_XUOJ@9Q9Qm?288 d ?288 d?288 dGmO-+pm9G9Gm?288 dOGG?288 dKO?rGKGuuK?288 d&&?288 d?288 d?288 ds?ryunKKs?288 d & n`&T &?288 dZmM-9p m 9O9Zm?288 dun}ssfu?288 d} ss?N88  d     ?288 d5+^1'I5 488$gg@` e e e<>Business<=Partner0000965{name=,r=133}{name=Level2,r=134}{name=Level3,r=135}{name=Level4,r=136}{name=Level5,r=137}o  _$$`Page 43a Bulleted Listk@#%`D%D%2<>Summary of DB2 for z/OS V8 security0000965{name=,r=110}{name=Level2,r=111}{name=Level3,r=112}{name=Level4,r=113}{name=Level5,r=114}o  Page title@>$^u%%uu<>Very significant changes for increased<=<Level2>Security<=Flexibility<=Integration<=Ease of use for safe security<=<>Lightyear will be happy to help you to implement the new security features<=<Level2>Teleconference<=On-site workshop<=Planning, training and consulting0000943{name=,r=98}{name=Level2,r=99}{name=Level3,r=100}{name=Level4,r=101}{name=Level5,r=102}o Bulleted text?&42J;'X'J;?6$di1N 8Y 6ai1?6$dU `N =eZaU `@3[<>L I G H T Y E A R0000910{name=,r=67}{name=Level2,r=68}{name=Level3,r=69}{name=Level4,r=70}{name=Level5,r=71}o  _