NOTE: Copyright (c) 2002-2010 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.3 (TS1M2) Licensed to MTQ MINISTERE DU TRANSPORTS, Site 70131106. NOTE: This session is executing on the X64_7PRO platform. NOTE: Enhanced analytical products: SAS/STAT 12.1, SAS/ETS 12.1, SAS/OR 12.2, SAS/IML 12.1, SAS/QC 12.1 NOTE: SAS initialization used: real time 1.15 seconds cpu time 0.77 seconds 1 data foo; 2 do group = 1 to 40; 3 x = rannor(123); 4 output; 5 end; 6 run; NOTE: The data set WORK.FOO has 40 observations and 2 variables. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.01 seconds 7 8 proc template; WARNING: Could not restore referenced object: HTMLBlue. WARNING: Could not find parent template: HTMLBlue. WARNING: Could not locate parent style element "GraphGridLines" for element "HTMLBlue.GraphGridLines". WARNING: Could not locate parent style element "GraphBackground" for element "HTMLBlue.GraphBackground". WARNING: Could not locate parent style element "TitlesAndFooters" for element "HTMLBlue.SystemFooter". WARNING: Could not locate parent style element "Index" for element "HTMLBlue.IndexProcName". WARNING: Could not locate parent style element "Index" for element "HTMLBlue.IndexTitle". NOTE: Writing HTML Body file: sashtml.htm 9 define style Styles.Custom; 10 parent = Styles.HTMLBlue; 11 Class GraphColors / 12 "gzonea" = cxEB6F09 13 "gzoneb" = cxFFFF68 14 "gzonec" = cx4A8E5A 15 ; 16 end; NOTE: Overwriting existing template/link: Styles.Custom NOTE: STYLE 'Styles.Custom' has been saved to: SASUSER.TEMPLAT 17 run; NOTE: PROCEDURE TEMPLATE used (Total process time): real time 0.79 seconds cpu time 0.50 seconds 18 19 ods listing style=Custom; WARNING: Could not restore referenced object: HTMLBlue. WARNING: Could not find parent template: HTMLBlue. 20 ods graphics on; 21 22 proc shewhart data=foo; 23 irchart x * group / 24 zonelabels 25 markers 26 nochart2 27 ltmplot=histogram 28 odstitle="essais irchart" 29 ; 30 run; NOTE: Processing beginning for IRCHART statement number 1. NOTE: Three-sigma limits are assumed. NOTE: TYPE=ESTIMATE is assumed for the process mean and standard deviation used to compute the control limits. NOTE: For process variable x moving ranges are based on 2 consecutive values. NOTE: Listing image output written to IChart1.png. NOTE: There were 40 observations read from the data set WORK.FOO. NOTE: PROCEDURE SHEWHART used (Total process time): real time 2.39 seconds cpu time 0.77 seconds 31 data foo; 32 do group = 1 to 40; 33 x = rannor(123); 34 output; 35 end; 36 run; NOTE: The data set WORK.FOO has 40 observations and 2 variables. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.00 seconds 37 38 proc template; 39 define style Styles.Custom; 40 parent = Styles.HTMLBlue; 41 Class GraphColors / 42 "gzonea" = cxEB6F09 43 "gzoneb" = cxFFFF68 44 "gzonec" = cx4A8E5A 45 ; 46 end; NOTE: Overwriting existing template/link: Styles.Custom NOTE: STYLE 'Styles.Custom' has been saved to: SASUSER.TEMPLAT 47 run; NOTE: PROCEDURE TEMPLATE used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 48 49 ods listing style=Custom; WARNING: Could not restore referenced object: HTMLBlue. WARNING: Could not find parent template: HTMLBlue. 50 ods graphics on; 51 52 proc shewhart data=foo; 53 irchart x * group / 54 zonelabels 55 markers 56 nochart2 57 ltmplot=histogram 58 odstitle="essais irchart" 59 ; 60 run; NOTE: Processing beginning for IRCHART statement number 1. NOTE: Three-sigma limits are assumed. NOTE: TYPE=ESTIMATE is assumed for the process mean and standard deviation used to compute the control limits. NOTE: For process variable x moving ranges are based on 2 consecutive values. NOTE: Listing image output written to IChart3.png. NOTE: There were 40 observations read from the data set WORK.FOO. NOTE: PROCEDURE SHEWHART used (Total process time): real time 0.94 seconds cpu time 0.43 seconds 61 data foo; 62 do group = 1 to 40; 63 x = rannor(123); 64 output; 65 end; 66 run; NOTE: The data set WORK.FOO has 40 observations and 2 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 67 proc template; 68 define style Styles.Custom; 69 parent = Styles.HTMLBlue; 70 Class GraphColors / 71 "gzonea" = cxEB6F09 72 "gzoneb" = cxFFFF68 73 "gzonec" = cx4A8E5A 74 ; 75 end; NOTE: Overwriting existing template/link: Styles.Custom NOTE: STYLE 'Styles.Custom' has been saved to: SASUSER.TEMPLAT 76 run; NOTE: PROCEDURE TEMPLATE used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 77 PROC FORMAT FMTLIB LIB=Sasuser.Formats; 77 ! SELECT Dollar2d; 77 ! RUN; NOTE: PROCEDURE FORMAT used (Total process time): real time 0.02 seconds cpu time 0.03 seconds NOTE: Non-portable document will be produced. The current settings of FORMCHAR use nonstandard line-drawing characters and the resulting output file will not render correctly unless all readers of the document have the SAS Monospace font installed. To make your document portable, issue the following command: OPTIONS FORMCHAR="|----|+|---+=|-/\<>*";