SAS Web XML * ** * ** Web Data Analysis with SAS Input and Output of XML Data and Application to Real Estate Valuation Map Junnosuke Matsushima*, Hiro

Size: px
Start display at page:

Download "SAS Web XML * ** * ** Web Data Analysis with SAS Input and Output of XML Data and Application to Real Estate Valuation Map Junnosuke Matsushima*, Hiro"

Transcription

1 SAS Web XML * ** * ** Web Data Analysis with SAS Input and Output of XML Data and Application to Real Estate Valuation Map Junnosuke Matsushima*, Hiroshi Ishijima**, Ikue Watanabe *Clinical Research Planning Department, Chugai Pharmaceutical Co., LTD. **Graduate School of International Accounting, Chuo University July 27, 2010 Web Web ( 2 ) XML ( 3 ) Web XML ( ) File name MAP SAS SAS ( ) SAS Put KML (XML ) ( 4 ) XML : Google Earth ( 5 ) CSV CSV SAS ( ) SAS Google Earth 1 1

2 SAS WebXML Web Google Earth XML, Filename, Valuation Map, Google Earth 2 WebWeb WebSAS 2 1. Web SAS 2. Web Web XML(eXtensible Markup Language) 3 2

3 XML () XMLWeb XHTML RSS Web API 4 XHTML 5 3

4 RSS 6 Web API 7 4

5 WebSAS 2 1. Web SAS? 2. Web? WebXML Web XML SAS XML 8 : XML 9 5

6 1. Web Web 2. SAS 3. Web Google Earth Google Maps 10 : 3 1. Web! (Web)API XML SAS SAS 2. SAS ( ) 3. Web SAS KML(XML ) Google Earth Google Maps 11 6

7 SAS Web XML SAS SAS SAS SASXML Web Google 12 Web Web ( 2 ) XML ( 3 ) Web XML ( ) File name MAP SAS SAS ( ) SAS Put KML (XML ) ( 4 ) XML : Google Earth ( 5 ) CSV CSV SAS ( ) SAS Google Earth 13 7

8 Web Filename filename < > url <URL> ( ) ; <URL> URL ( ) 14 WEB

9 ! API 16 URL

10 18 Web Filename filename < > url <URL> ( ) ; SAS 1 options validvarname=any ; 2 filename junk url URL encoding="utf-8" Filename URL termstr=lf debug lrecl=8192; URL 3 data data1; Infile 4 5 infile junk length=len; input record $varying8192. len; 6 run; data; set data1; file 'C:\mysasfiles\xml\in.xml' termstr=lf encoding="utf-8" lrecl=8192; put record; run; 2.1 C:\mysasfiles\xml\in.xml 19 10

11 Web Web ( 2 ) XML ( 3 ) ( 4 ) XML : Google Earth ( 5 ) Web XML ( ) CSV CSV File name MAP SAS SAS ( ) SAS SAS ( ) SAS Put KML (XML ) Google Earth 20 XML3 XML 1 <?xml version= 1.0 encoding= windows-1252?> 3 2 <TABLE> TABLE 3 <CLASS> CLASS 4 <NAME> Taro </NAME> NAME 5 <SEX> Male </SEX> SEX 6 <AGE> 25 </AGE> AGE 7 </CLASS> 8 <CLASS> Obs AGE SEX NAME 9 <NAME> Hanako </NAME> 10 <SEX> Female </SEX> 1 25 Male Taro 11 <AGE> 24 </AGE> 2 24 Female Hanako 12 </CLASS> 13 </TABLE>

12 SAS ( 3 ) SAS 1 Libname trans xml C:\mysasfiles\xml\basic.xml ; XML 2 Libname myfiles C:\mysasfiles\xml ; 3 data myfiles.class; 4 set trans.class; 5 run; XML CLASS SAS 3? 22 XML MAP XML results apartment id area name MAP SAS APARTMENTS id areaname

13 XML <?xml version="1.0" encoding="utf-8"?> <results xmlns=" <api_version>1.0</api_version> <apartment> <id> </id> <area> <name></name> <code>030</code> </area> </apartment> <apartment> </apartment> </results> XMLMAP MAP <?xml version="1.0"?> <SXLEMAP version="1.2"> <TABLE name="apartments"> <TABLE-PATH syntax="xpath"> /results/apartment </TABLE-PATH> <COLUMN name="id"> <PATH>/results/apartment/id</PATH> <TYPE>character</TYPE> <DATATYPE>STRING</DATATYPE> <LENGTH>15</LENGTH> </COLUMN> <COLUMN name="areaname"> <PATH>/results/apartment/area/name</PATH> <TYPE>character</TYPE> <DATATYPE>STRING</DATATYPE> <LENGTH>8</LENGTH> </COLUMN> </TABLE> </SXLEMAP> SAS SAS 1 filename RESULTS 'C:\mysasfiles\XML\in.xml' ; XML 2 filename MAP 'C:\mysasfiles\XML\in.map' ; MAP 3 libname RESULTS xml xmlmap=map MAP xmlconcatenate=yes ; 4 libname MYFILES 'C:\mysasfiles\XML' ; 5 data MYFILES.APARTMENTS; 6 set RESULTS.APARTMENTS; 7 run; XML APARTMENT SAS MAPXML SAS 25 13

14 Web Web ( 2 ) XML ( 3 ) ( 4 ) XML : Google Earth ( 5 ) Web XML ( ) CSV CSV File name MAP SAS SAS ( ) SAS SAS ( ) SAS Put KML (XML ) Google Earth 26 1 Box-Cox 3 N } K ( l ) ( l ) ( k ) ( k ) ( k ) Hij ( ) xij xij { { i ij 123 { l 1 k (1) : (Box-Cox) (2) 1 : () (2) 1 : (+ ) 4 (3) 2 : ( ) (3) 2 : () (4) : 27 14

15 2 (, 2009) 1: 2: 28 3 ~ 1 ~ 1: Box-Cox (Box-Cox) : Hij 1 ( 0 ) Hij ( ) : log Hij ( 0 ) = 1 = 1 =0 = 29 15

16 4 ~ 2 ~ 2: Box-Cox : K } } ( k ) ( k ) ( k ) x ij i { k k k k = = 30! (Web) () 8 ( i j (Hij) k ( k ) ) : Box-Cox : PROC MIXED λ Gurka et al (2006) x ij 31 16

17 3 3 41, ( <.0001 ) () ( ) ( ) Box-Cox (λ= -0.05) 39, ( <.0001 ) 39, ( <.0001 ) 38, ( <.0001 ) 39, ( <.0001 ) 38, ( <.0001 ) 36, ( <.0001 ) ( <.0001 ) ( <.0001 ) ( <.0001 ) ( <.0001 ) ( <.0001 ) ( <.0001 ) ( <.0001 ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) 8,552 4,856 3,940 3,945 3,518 3,458 2,581 ( <.0001 ) ( <.0001 ) ( <.0001 ) ( <.0001 ) ( <.0001 ) ( <.0001 ) ( <.0001 ) 4 32 Web Web ( 2 ) XML ( 3 ) ( 4 ) XML : Google Earth ( 5 ) Web XML ( ) CSV CSV File name MAP SAS SAS ( ) SAS SAS ( ) SAS Put KML (XML ) Google Earth 33 17

18 XML ~ Google Earth ~ Google Earth Web kml

19 XMLSAS XML SAS Web MAP SAS ( ) XML ( ) SAS KML (XML ) CSV SAS ( ) CSV SAS Google Earth 37 19

20 KML KML 1 <?xml version="1.0" encoding="utf-8"?> 2 <KML xmlns=" <DOCUMENT> <STYLE ID="ICON3"> <ICONSTYLE > </ICONSTYLE> 6 </STYLE> 7 <STYLE ID="ICON4"> header <ICONSTYLE > </ICONSTYLE> </STYLE> <PLACEMARK> <NAME> </NAME> <STYLEURL> #ICON4 </STYLEURL> <DESCRIPTION> </ DESCRIPTION> <POINT> <COORDINATES> , </ COORDINATES> 18 </POINT > 19 (20) 21 </ PLACEMARK > </DOCUMENT> 22 </KML> DOCUMENT STYLE STYLE ICONSTYLE PLACEMARK NAME STYLEURL STYLE DESCRIPTION POINT COORDINATES KML3 header STYLE <PLACEMARK> <PLACEMARK> footer <PLACEMARK> footer SAS : SASKML data MYFILES.APARTMENTS; set MYFILES.APARTMENTS; keep id name tag1 tag2 ; tag1 = '<Placemark><name>' ; tag2 = '</name><styleurl>' ; run; 39 20

21 SAS : Header, Footer Header Footer %LET kml_header_file="c:\mysasfiles\output\kml_header.csv"; %LET kml_footer_file="c:\mysasfiles\output\kml_footer.csv"; Header Footer SAS proc import datafile=&kml_header_file out=myfiles.kml_header replace; getnames=no; run; proc import datafile=&kml_footer_file out=myfiles.kml_footer replace; getnames=no; run; 40 SAS : KML KML %LET kml_file="c:\mysasfiles \out.kml"; kml_headerheaderapartments kml_footerfooter SAS KML data; set MYFILES.kml_header MYFILES.APARTMENTS MYFILES.kml_footer; file &kml_file termstr=lf encoding="utf-8" lrecl=8192; put var1 tag1 name tag2 address ; run; 41 21

22 Web Web ( 2 ) XML ( 3 ) Web XML ( ) File name MAP SAS SAS ( ) SAS Put KML (XML ) ( 4 ) XML : Google Earth ( 5 ) CSV CSV SAS ( ) SAS Google Earth 42 WebXMLSAS SASXML 3 1. Web Filename 2. XML SAS MAP 3. SASXML XMLHeader Footer 43 22

Autumn 2005 1 9 13 14 16 16 DATA _null_; SET sashelp.class END=eof; FILE 'C: MyFiles class.txt'; /* */ PUT name sex age; IF eof THEN DO; FILE LOG; /* */ PUT '*** ' _n_ ' ***'; END; DATA _null_;

More information

5 Armitage x 1,, x n y i = 10x i + 3 y i = log x i {x i } {y i } 1.2 n i i x ij i j y ij, z ij i j 2 1 y = a x + b ( cm) x ij (i j )

5 Armitage x 1,, x n y i = 10x i + 3 y i = log x i {x i } {y i } 1.2 n i i x ij i j y ij, z ij i j 2 1 y = a x + b ( cm) x ij (i j ) 5 Armitage. x,, x n y i = 0x i + 3 y i = log x i x i y i.2 n i i x ij i j y ij, z ij i j 2 y = a x + b 2 2. ( cm) x ij (i j ) (i) x, x 2 σ 2 x,, σ 2 x,2 σ x,, σ x,2 t t x * (ii) (i) m y ij = x ij /00 y

More information

16soukatsu_p1_40.ai

16soukatsu_p1_40.ai 2 2016 DATA. 01 3 DATA. 02 4 DATA. 03 5 DATA. 04 6 DATA. 05 7 DATA. 06 8 DATA. 07 9 DATA. 08 DATA. 09 DATA. 10 DATA. 11 DATA. 12 DATA. 13 DATA. 14 10 11 12 13 COLUMN 1416 17 18 19 DATA. 15 20 DATA. 16

More information

Pinnacle 21: ADaM データセットや Define.xml の CDISC 準拠状況をチェックするツール 本発表で言及している Pinnacle: Enterprise version ( 有償版 ) Community version ( 無償版 ) 本発表で

Pinnacle 21: ADaM データセットや Define.xml の CDISC 準拠状況をチェックするツール 本発表で言及している Pinnacle: Enterprise version ( 有償版 ) Community version ( 無償版 ) 本発表で Pinnacle 21 Community の ADaM チェック機能を補完する XML Mapping を使用したプログラムの紹介 西岡宏 ( シミック株式会社 統計解析部 ) A Program with XML Mapping to Make up ADaM Checking Function of Pinnacle 21 Community Hiroshi Nishioka Statistical

More information

Microsoft PowerPoint - コピー ~ SUGI-J2011_proceeding_Takumi_Sakoda配布用ロゴあり.ppt [互換モード]

Microsoft PowerPoint - コピー ~ SUGI-J2011_proceeding_Takumi_Sakoda配布用ロゴあり.ppt [互換モード] SAS メタデータのバッチ登録 迫田英之株式会社タクミインフォメーションテクノロジーシステム開発推進部 Registering SAS Metatadata Objects in batch execution Hideyuki Sakoda System Development Dept., Takumi Information Technology Inc. 要旨 : SAS BI Server,

More information

001-002_...j.f......_..

001-002_...j.f......_.. 1 2 1 Chapter of Export 1 10 2 12 3 14 4 16 5 18 6 20 7 22 8 24 9 26 10 28 11 30 12 32 13 34 14 36 15 38 16 40 17 42 18 44 19 46 3 20 48 21 50 22 52 23 54 24 56 25 58 26 60 27 62 28 64 29 66 30 68 Chapter

More information

Graduate School of Clinical Psychology, Kibi International University 8 Iga-machi, Takahashi, Okayama, Japan(716-8508) Research Institute of Clinical Psychology, Kibi International University Department

More information

3 4 2

3 4 2 A Comparison of SAS Functions Designed for Creating Excel Output in a Stand-alone Environment and a BI Environment. Koichi Satoh Takumi Information Technology Co., Ltd. ODS EXCELXP ODS HTML ODS CSVALL

More information

WebOS aplat WebOS WebOS 3 XML Yahoo!Pipes Popfry UNIX grep awk XML GUI WebOS GUI GUI 4 CUI

WebOS aplat WebOS WebOS 3 XML Yahoo!Pipes Popfry UNIX grep awk XML GUI WebOS GUI GUI 4 CUI 7 XML Week Web WebOS WebShell WebOS WebOS GUI WebOS WebOS 2 WebOS aplat WebOS WebOS 3 XML Yahoo!Pipes Popfry UNIX grep awk XML GUI WebOS GUI GUI 4 CUI CUI JavaScript I/O CommandClass WebShell webshell

More information

電子情報通信学会ワードテンプレート (タイトル)

電子情報通信学会ワードテンプレート (タイトル) 環境情報収集サイトにおける XML や KML の応用 咸周亨 福田知弘 加賀有津子 大阪大学大学院工学研究科環境 エネルギー工学専攻 565-0871 大阪府吹田市山田丘 2-1 大阪大学大学院工学研究科ビジネスエンジニアリング専攻 565-0871 大阪府吹田市山田丘 2-1 E-mail: (hahm,fukuda)@it.see.eng.osaka-u.ac.jp, kaga@mit.eng.osaka-u.ac.jp

More information

<4D F736F F D C8E868AD320895E97418CF092CA95AA96EC2E646F63>

<4D F736F F D C8E868AD320895E97418CF092CA95AA96EC2E646F63> JICACRANES Results of Field Survey on Padma Bridge Project JICA JICA CRANES JICA CRANES CRANES with Google Earth CRANES Web GoogleEarth Web CRANES export import JICACRANES OSWindows ServerWindows Server

More information

DATA Sample1 /**/ INPUT Price /* */ DATALINES

DATA Sample1 /**/ INPUT Price /* */ DATALINES 3180, 3599, 3280, 2980, 3500, 3099, 3200, 2980, 3380, 3780, 3199, 2979, 3680, 2780, 2950, 3180, 3200, 3100, 3780, 3200 DATA Sample1 /**/ INPUT Price @@ /* @@1 */ DATALINES 3180 3599 3280 2980 3500 3099

More information

Exam : A JPN Title : SAS Base Programming for SAS 9 Vendor : SASInstitute Version : DEMO Get Latest & Valid A JPN Exam's Question and Answ

Exam : A JPN Title : SAS Base Programming for SAS 9 Vendor : SASInstitute Version : DEMO Get Latest & Valid A JPN Exam's Question and Answ Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : A00-211-JPN Title : SAS Base Programming for SAS 9 Vendor : SASInstitute Version : DEMO Get Latest &

More information

講座_河西秀夫2010_21-3.qxd

講座_河西秀夫2010_21-3.qxd 21 3 161-175 2010 Geoinformatics, vol.21, no.3, pp.161-175, 2010 161 * * Google Earth 3 GIS KML KML KML KML 2 KML GoogleEarth KML KMZ Key words : GoogleEarth, KML, KMZ, GIS, Path, Polygon, Imageoverlay

More information

PROC OPTIONS; NOTE: XXXXXXXXSASV8.2 SASV9.1 SASV9.1 LIBNAME source ""; LIBNAME target V9 ""; PROC MIGRATE IN=source OUT=target ; RUN ; LIBNAME v8lib V8 "d: saslib v8lib"; LIBNAME v9lib V9 "d: saslib

More information

2 1,384,000 2,000,000 1,296,211 1,793,925 38,000 54,500 27,804 43,187 41,000 60,000 31,776 49,017 8,781 18,663 25,000 35,300 3 4 5 6 1,296,211 1,793,925 27,804 43,187 1,275,648 1,753,306 29,387 43,025

More information

untitled

untitled Summer 2008 1 7 12 14 16 16 16 SAS Academic News B-8 4 B-9 6 B-11 7 B-15 10 DATA _NULL_; dlm=","; char1="" char2="" char3="15" char4="a",,15,a results=catx(dlm, OF char1-char4); PUT results; DATA

More information

Vol. 4 No (Mar. 2011) of location. We then measure the risk in real estate prices which are caused by it. Moreover, we apply our model t

Vol. 4 No (Mar. 2011) of location. We then measure the risk in real estate prices which are caused by it. Moreover, we apply our model t Vol. 4 No. 2 1 12 (Mar. 2011) 1 2 3 of location. We then measure the risk in real estate prices which are caused by it. Moreover, we apply our model to develop a prototype system called Real Estate Valuation

More information

PROC PWENCODE IN=sastrust1 ; RUN ;

PROC PWENCODE IN=sastrust1 ; RUN ; PROC PWENCODE IN=sastrust1 ; RUN ; 1 PROC PWENCODE IN="sastrust1" ; 2 RUN ; {sas001}c2fzdhj1c3qx /* */ LIBNAME audit 'Lev1 SASMain MetadataServer audit repos1'; /* ID */ PROC PRINT DATA=audit.person; VAR

More information

28 2016 24 4 16-1 - KuniJiban XML Windows7 10 Google Chrome MS-IE 11 Mozilla Firefox iphone6 Safari URL http://geonews.zenchiren.or.jp/api/2016kumamotoeq/index.html http://www.web-gis.jp/2016kumamotoeq/index.html

More information

Web XXX.XXX.XXX.XXX - - [02/May/2010:12:52: ] "GET /url/url2/page2.htm HTTP/1.1" "http://www.domain.co.jp/url/url2/page1.htm" "(compatibl

Web XXX.XXX.XXX.XXX - - [02/May/2010:12:52: ] GET /url/url2/page2.htm HTTP/1.1 http://www.domain.co.jp/url/url2/page1.htm (compatibl Web Web-Site Analytics Fukuoka Financial Group, Inc. Mahiru Sunaga SAS Institute Japan Ltd. Kiyoshi Murakami (Combind log format) Apache Web 2 1 Web XXX.XXX.XXX.XXX - - [02/May/2010:12:52:55 +0900] "GET

More information

Step 1 Feature Extraction Featuer Extraction Feature Extraction Featuer Extraction Image Analysis Start>Programs>Agilent-Life Sciences>Feature Extract

Step 1 Feature Extraction Featuer Extraction Feature Extraction Featuer Extraction Image Analysis Start>Programs>Agilent-Life Sciences>Feature Extract Agilent G2565AA Feature Extraction Step 1 Feature Extraction Step 2 Step 3 Step 4 ( ) Step 5 ( ) Step 6 Step 7 Step 8 Feature Extraction Step 9 Step 10 Feature Extraction Step 11 Feature Extraction Step

More information

ohp.mgp

ohp.mgp 2019/06/11 A/B -- HTML/WWW(World Wide Web -- (TA:, [ 1 ] !!? Web Page http://edu-gw2.math.cst.nihon-u.ac.jp/~kurino VNC Server Address : 10.9.209.159 Password : vnc-2019 (2019/06/04 : : * * / / : (cf.

More information

UNIX版SAS/Warehouse Administrator ソフトウェア

UNIX版SAS/Warehouse Administrator ソフトウェア UNIX 版 SAS/Warehouse Administrator ソフトウェア インストレーションガイド Version 1.3 序文 UNIX SAS/Warehouse Administrator 1.3 UNIX SAS/Warehouse Administrator 1.3 1998 12 SAS SAS CPU i ii 目次 第 1 章インストールを始める前に.........1

More information

SGML HTML XML Markup Language Web HTML HTML SGML Standard Generalized Markup Language Markup Language DTD Document Type Definition XML SGML Markup Language HTML XML HTML XML JavaScript JAVA CGI HTML Web

More information

山梨県ホームページ作成ガイドライン

山梨県ホームページ作成ガイドライン 17 7 ...1...4...4...4...4...5...5 W3C...5...6...6...6...7...8...8...10...10...10... 11...12...12...13...13...13...14...14...14...15...15...16...16...16...16...16...17...18 15 (2003 ) 69.7 81.1 43.6 19.6

More information

Dim obwsmgr As New SASWorkspaceManager. WorkspaceManager Dim errstring As String Set obws = obwsmgr.workspaces.createworkspacebyserver( _ "My workspace", VisibilityProcess, Nothing, _ "", "", errstring)

More information

Lotus Domino XML活用の基礎!

Lotus Domino XML活用の基礎! IBM Software Group Lotus Domino XML 2 Agenda Domino XML Domino XML Lotus Domino Web XML Lotus Domino Web XML XML 3 Domino XML Language (DXL) XML Lotus Domino Lotus Notes/Domino R5 Lotus Notes/Domino 6.x

More information

Antenna House PDF Server V3.1 ユーザーズマニュアル

Antenna House PDF Server V3.1 ユーザーズマニュアル http://www.microsoft.com/ja-jp/download/details.aspx?id=32 http://www.microsoft.com/ja-jp/download/details.aspx?id=1385 2 1 3 4 5 1 2 3 4 5 1 2 1 2 1 2 3 4 1 2 3 4 5 6 1 2 4 5 7 8 3 6 9 1

More information

XML XML (Extensible Markup Language) ISO SGML (Standard Generalized Markup Language) W3C (World Wide Web Consortium) XML 1.0

XML XML (Extensible Markup Language) ISO SGML (Standard Generalized Markup Language) W3C (World Wide Web Consortium) XML 1.0 XML 2-1 XML XML (Extensible Markup Language) ISO SGML (Standard Generalized Markup Language) W3C (World Wide Web Consortium) XML 1.0 http://www.w3.org/tr/rec-xml http://www.fxis.co.jp/xmlcafe/tmp/rec-xml.html

More information

QualysGuard(R) Release Notes

QualysGuard(R) Release Notes Web Application Scanning 3.5 リリースノート 2014 年 7 月 23 日 QualysGuard WAS 3.5 では 組織が利用している Web アプリケーションポートフォリオ全体にわたる大量かつ完全自動化された Web アプリケーションスキャンに対応できる新機能を提供します 主な機能の概要 カスタムフォームパラメータスキャン時間の予測の改善収集情報の QID -

More information

JTS Google App Engine S119325

JTS Google App Engine S119325 JTS Google App Engine S119325 1 3 1.1.............................. 3 1.2.............................. 3 1.3.............................. 4 2 Google App Engine 5 2.1 Google App Engine.....................

More information

橡sit nakai-ppt

橡sit nakai-ppt GML(Geography Markup Language) nakai@mv.thd.pb.nttdata.co.jp NTT 1 1997 1997 1998 1999 1999 OGC XML Web Mapping SIG GIS Web Galdos Inc. ( ) 1998 2 XML 1.0 XML 1998 12 NTT MDML by NTT Data OGC Simple Features

More information

libref libref libref

libref libref libref Spring 2009 1 6 11 14 16 16 libref libref libref LIBNAME '; LIBNAME '; PROC MIGRATE IN=source OUT=target ; : c: saslib source : source : c: saslib target : target ERROR: File TARGET.XXXXX (memtype=zzzz)

More information

DATA test; /** **/ INPUT score DATALINES; ; PROC MEANS DATA=test; /** DATA= **/ VAR sc

DATA test; /** **/ INPUT score DATALINES; ; PROC MEANS DATA=test; /** DATA= **/ VAR sc 70 80 43 63 20 71 77 31 24 21 DATA test; /** **/ INPUT score @@; DATALINES; 70 80 43 63 20 71 77 31 24 21 ; PROC MEANS DATA=test; /** DATA= **/ VAR score; /** **/ RUN ; MEANS : score N ------------------------------------------------------------

More information

init: /**/ call notify(., _get_widget_, graph1, graphid); return; graph1: /**/ title1=getnitemc(graphid, title1 ); /**/ call display( title.frame, tit

init: /**/ call notify(., _get_widget_, graph1, graphid); return; graph1: /**/ title1=getnitemc(graphid, title1 ); /**/ call display( title.frame, tit init: /**/ call notify(., _get_widget_, graph1, graphid); return; graph1: /**/ title1=getnitemc(graphid, title1 ); /**/ call display( title.frame, title1); /**/ call notify( graph1, _set_title_, 1, title1);

More information

: (EQS) /EQUATIONS V1 = 30*V F1 + E1; V2 = 25*V *F1 + E2; V3 = 16*V *F1 + E3; V4 = 10*V F2 + E4; V5 = 19*V99

: (EQS) /EQUATIONS V1 = 30*V F1 + E1; V2 = 25*V *F1 + E2; V3 = 16*V *F1 + E3; V4 = 10*V F2 + E4; V5 = 19*V99 218 6 219 6.11: (EQS) /EQUATIONS V1 = 30*V999 + 1F1 + E1; V2 = 25*V999 +.54*F1 + E2; V3 = 16*V999 + 1.46*F1 + E3; V4 = 10*V999 + 1F2 + E4; V5 = 19*V999 + 1.29*F2 + E5; V6 = 17*V999 + 2.22*F2 + E6; CALIS.

More information

XML Week Web 2.0 Day (1) SOA2.0 KM2.0? REST API + XSLT Amazon hon. hon.jp API XML Consortium XML ( ) REST(GET)API Amazon.co.jp hon.jp REST

XML Week Web 2.0 Day (1) SOA2.0 KM2.0? REST API + XSLT Amazon hon. hon.jp API XML Consortium XML ( ) REST(GET)API Amazon.co.jp hon.jp REST XML Week Web 2.0 Day (1) SOA2.0 KM2.0? REST API + XSLT Amazon hon. hon.jp API XML Consortium 2006-05-23 XML ( ) REST(GET)API Amazon.co.jp hon.jp REST + XSLT ( ) hon.jp hon.jp + Aamazon.co.jp Exif to RDF(kanzaki.com)

More information

TheRecordx.indd

TheRecordx.indd Monthly News Digest Contents 6/8 6/24 7/7 THE RECORD 2016-08 2 focus 3 THE RECORD 2016 08 4 THE RECORD 2016 08 5 THE RECORD 2016 08 focus 6 THE RECORD 2016 08 focus 7 THE RECORD 2016 08 COLUMN THE RECORD

More information

1 2 3 1 34060120 1,00040 2,000 1 5 10 50 2014B 305,000140 285 5 6 9 1,838 50 922 78 5025 50 10 1 2

1 2 3 1 34060120 1,00040 2,000 1 5 10 50 2014B 305,000140 285 5 6 9 1,838 50 922 78 5025 50 10 1 2 0120-563-506 / 9001800 9001700 123113 0120-860-777 163-8626 6-13-1 Tel.03-6742-3111 http://www.himawari-life.co.jp 1 2 3 1 34060120 1,00040 2,000 1 5 10 50 2014B 305,000140 285 5 6 9 1,838 50 922 78 5025

More information

age 3 age 4 2

age 3 age 4 2 age 2 1 age 3 age 4 2 age 5 age 6 3 age 7 age 8 4 age 9 age 10 5 0 8 / 0 7 age 11 TARO SUZUKI age 12 6 age 13 age 14 7 HP HP age 15 age 16 8 age 17 age 18 9 age 19 age 20 10 age 21 age 22 11 age 23 age

More information

untitled

untitled IT IT IT IT 1 IT 2 Software as a Service (SaaS 3 ) IT SaaS 4 SaaS SaaS PC SaaS SaaS Web SaaS ID IT SaaS IT 1 2 3 Software as a Service ASP(Application Service Provider) SaaS 4 ASPIC SaaS SaaS SaaS SaaS

More information

第11期 年次報告書

第11期 年次報告書 Top message 1961 1986 1986 2000 1 Nippon Commercial Development REPORT Nippon Commercial Development REPORT 2 Top message 20,000 15,492 15,000 11,201 10,000 7,993 1,200 1,200 1,000 1,000 800 800 600 600

More information

dicutil1_5_2.book

dicutil1_5_2.book Kabayaki for Windows Version 1.5.2 ...1...1 1...3...3 2...5...5...5...7...7 3...9...9...9...10...10...11...12 1 2 Kabayaki ( ) Kabayaki Kabayaki ( ) Kabayaki Kabayaki Kabayaki 1 2 1 Kabayaki ( ) ( ) CSV

More information

1. 52

1. 52 51 1. 52 5 2. 1 2 54 4 55 5 1 56 2 57 . 1 1 58 2 1 59 2 4 60 61 62 6 64 4. 65 66 67 5 1 2 4 68 1 69 2 70 1 2 71 72 1 2 7 1 2 74 75 1 76 2 77 1 2 78 4 79 5 80 6. 1 81 2 82 8 84 85 86 87 7. 88 89 8. column

More information

1 2 2 36 8 1212 15 16 20 22 24 26 28 8 14 21 1 31 32 32 3335 37 39 43 45 48 49 5051 54 56 58 6264 6669 43 50 58 2 73 74 7779 8183 85 88 91 93 9698 100 102103 74 85 93 106 106 108 110 112 3 115 116 116

More information

1 I EViews View Proc Freeze

1 I EViews View Proc Freeze EViews 2017 9 6 1 I EViews 4 1 5 2 10 3 13 4 16 4.1 View.......................................... 17 4.2 Proc.......................................... 22 4.3 Freeze & Name....................................

More information

Innovation Linked Open Data Resource Description Framework Uniform Resource Identifier Open Government 25 5 23 2011 25 2013 6 26 2014 3 ...1 ICT 2...4...4.....5..6..9..9 13 15 15 22 24 26 26 27 29 32 43

More information

B 20 Web

B 20 Web B 20 Web 0753018 21 1 29 1 1 6 2 8 3 UI 10 3.1........................ 10 3.2 Web............ 11 3.3......... 12 4 UI 14 4.1 Web....................... 15 4.2 Web........... 16 4.3 Web....................

More information

SystemDirector Developer's Studio(V3.2) 適用ガイド

SystemDirector Developer's Studio(V3.2) 適用ガイド 目次 6. 開発時のトラブルシューティング...2 6.2. WTP( 共通 ) の注意制限事項... 2 6.2.1. インストール済みサーバランタイム環境 画面の キャンセル...2 6.2.2. サーブレットの作成 画面の スーパークラスからのコンストラクター...3 6.2.3. Webプロジェクトの設定 画面の デフォルトの復元...3 6.2.4. サーバー 画面の デフォルトの復元...4

More information

Microsoft Word - 新Excel&SAS資料.doc

Microsoft Word - 新Excel&SAS資料.doc 1 SAS と EXCEL による 統 計 処 理 1. はじめに アンケート 調 査 などで 集 めたデータを 加 工 解 析 するためには 統 計 ソフトの 利 用 が 必 須 であ る 本 演 習 では EXCEL と SAS を 使 ったデータ 解 析 の 方 法 について 説 明 する 2. 前 準 備 EXCEL EXCEL での 統 計 処 理 は 関 数 を 用 いる 方 法 と 分

More information

2 H23 BioS (i) data d1; input group patno t sex censor; cards;

2 H23 BioS (i) data d1; input group patno t sex censor; cards; H BioS (i) data d1; input group patno t sex censor; cards; 0 1 0 0 0 0 1 0 1 1 0 4 4 0 1 0 5 5 1 1 0 6 5 1 1 0 7 10 1 0 0 8 15 0 1 0 9 15 0 1 0 10 4 1 0 0 11 4 1 0 1 1 5 1 0 1 1 7 0 1 1 14 8 1 0 1 15 8

More information

Vol.8 No (July 2015) 2/ [3] stratification / *1 2 J-REIT *2 *1 *2 J-REIT % J-REIT J-REIT 6 J-REIT J-REIT 10 J-REIT *3 J-

Vol.8 No (July 2015) 2/ [3] stratification / *1 2 J-REIT *2 *1 *2 J-REIT % J-REIT J-REIT 6 J-REIT J-REIT 10 J-REIT *3 J- Vol.8 No.2 1 9 (July 2015) 1,a) 2 3 2012 1 5 2012 3 24, 2013 12 12 2 1 2 A Factor Model for Measuring Market Risk in Real Estate Investment Hiroshi Ishijima 1,a) Akira Maeda 2 Tomohiko Taniyama 3 Received:

More information

IC RDFOWL PIM DB ID GIS RFID 2 ID ID ID XML web.xml GIS,PIM G-XML OWL RDF XML WSDL REST XML ID

IC RDFOWL PIM DB ID GIS RFID 2 ID ID ID XML web.xml GIS,PIM G-XML OWL RDF XML WSDL REST XML ID YRP IC RDFOWL PIM DB ID GIS RFID 2 ID ID ID XML web.xml GIS,PIM G-XML OWL RDF XML WSDL REST XML 1 3 4 5 6 7 ID ID IC ID ID XML ID RFID ID 1ID ID IP ID ISO ID 2. RFID ARFID BRFID AIC 2 ID 3 3. ID IDIC IC

More information

258 5) GPS 1 GPS 6) GPS DP 7) 8) 10) GPS GPS 2 3 4 5 2. 2.1 3 1) GPS Global Positioning System

258 5) GPS 1 GPS 6) GPS DP 7) 8) 10) GPS GPS 2 3 4 5 2. 2.1 3 1) GPS Global Positioning System Vol. 52 No. 1 257 268 (Jan. 2011) 1 2, 1 1 measurement. In this paper, a dynamic road map making system is proposed. The proposition system uses probe-cars which has an in-vehicle camera and a GPS receiver.

More information

2

2 2 485 1300 1 6 17 18 3 18 18 3 17 () 6 1 2 3 4 1 18 11 27 10001200 705 2 18 12 27 10001230 705 3 19 2 5 10001140 302 5 () 6 280 2 7 ACCESS WEB 8 9 10 11 12 13 14 3 A B C D E 1 Data 13 12 Data 15 9 18 2

More information

template.dvi

template.dvi XVI W I D E P R O J E C T 16 1 igeoid Internet GEOgraphical Information Platform Development ULP 2 2.1 PDA GPS Global Positioning System IC RFID ID LAN 2.1.1 GPS LAN IC 2.1 2.2 2.2.1 163 16 16 16 W I

More information

09_理学部案内S2.indd

09_理学部案内S2.indd Okayama University Faculty of Science Okayama University Faculty of Science 2009 1 2 4 6 10 14 18 22 26 27 28 29 30 32 34 36 37 CONTENTS Okayama University Faculty of Science 1 Okayama University Faculty

More information

endo.PDF

endo.PDF MAP 18 19 20 21 3 1173 MAP 22 700800 106 3000 23 24 59 1984 358 358 399 25 12 8 1996 3 39 24 20 10 1998 9,000 1,400 5,200 250 12 26 4 1996 156 1.3 1990 27 28 29 8 606 290 250 30 11 24 8 1779 31 22 42 9

More information

1 1 2 2 3 3 3.1 RSS Dripper [1]............................................ 3 3.2 Whazzup [2].............................................. 3 3.3 Summ

1 1 2 2 3 3 3.1 RSS Dripper [1]............................................ 3 3.2 Whazzup [2].............................................. 3 3.3 Summ 2011 08H046 1 1 2 2 3 3 3.1 RSS Dripper [1]............................................ 3 3.2 Whazzup [2].............................................. 3 3.3 Summify [3]..............................................

More information

QualysGuard(R) Release Notes

QualysGuard(R) Release Notes QualysGuard リリースノート Web Application Scanning 2.4.1 2013 年 1 月 22 日 QualysGuard WAS 2.4.1 では 使いやすさの向上とレポート機能の拡張が行われました Web アプリケーション ファイルアップロードの改善オプションプロファイルの改善ユーザスコープタグの新規オブジェクトへの適用オンデマンドスキャン (n) 時間後にキャンセルスキャンとスケジュール

More information

Proc luaを初めて使ってみた -SASでの処理を条件に応じて変える- 淺井友紀 ( エイツーヘルスケア株式会社 ) I tried PROC LUA for the first time Tomoki Asai A2 Healthcare Corporation

Proc luaを初めて使ってみた -SASでの処理を条件に応じて変える- 淺井友紀 ( エイツーヘルスケア株式会社 ) I tried PROC LUA for the first time Tomoki Asai A2 Healthcare Corporation Proc luaを初めて使ってみた -SASでの処理を条件に応じて変える- 淺井友紀 ( エイツーヘルスケア株式会社 ) I tried PROC LUA for the first time Tomoki Asai A2 Healthcare Corporation 要旨 : 実行されるコードを分岐 繰り返すためには SAS マクロが用いられてきた 本発表では SAS マクロではなく Proc Lua

More information

untitled

untitled S u s t a i n a b i l i t y R e p o r t 2008 2008 http://www.np-g.com/ http://www.np-g.com/csr/ 2008 2 P 2 P 4 P 8 P 10 P 10 P 18 P 20 P 22 P 24 P 27 P 30 P 34 P 36 P 38 P 40 P 44 P 52 P 54 P 56 P 58 P

More information

technews2012autumn

technews2012autumn For Higher Customer Satisfaction, We Bridge the SAS System Between Customer s World. SPRING 2013 L Ext SAS 9.3 for Windows 02 SPRING 2013 1 SAS terms SPRING 2013 03 2 User account net localgroup Administrators

More information

PostgreSQL の XML 機能解説と将来拡張への提言

PostgreSQL の XML 機能解説と将来拡張への提言 2009 11 21 11 00 11 50 B 1 PostgreSQL "Let's Postgres" 2 PostgreSQL XML URL http://lets.postgresql.jp/documents/technical/tutorial/xml 3 4 Storage Query Language XML Schemas Programming Interface 5 XML

More information

BA-100_Ver3.05

BA-100_Ver3.05 JA Windows 1 2 3 4 5 6 7 8 10 1 1 2 11 1 2 3 12 1 1 1 13 1 2 3 1 2 3 14 4 1 5 6 7 2 3 15 16 17 18 19 20 21 22 1 2 3 23 24 25 26 1 2 3 1 2 27 1 2 3 1 28 2 3 4 1 2 1 2 3 4 29 5 6 1 2 3 1 2 3 4 1 2 3 30

More information

News_Letter_No35(Ver.2).p65

News_Letter_No35(Ver.2).p65 OCIAL AFETY CIENCE No.35 2000.8 from Institute of Social Safety Science 10 11 17 11 19 17 181819 18 420-0042 5-9-1 JR 25 Tel 054-251-7100-1 - 10 10 I (1) 12 11 17 19 (2) 5-9-1 JR 25 II (1) 12 9 18 (2)

More information

HARK Designer Documentation 0.5.0 HARK support team 2013 08 13 Contents 1 3 2 5 2.1.......................................... 5 2.2.............................................. 5 2.3 1: HARK Designer.................................

More information

s

s s073083 23 3 17 1 2 1.1.............................. 2 1.2.............................. 2 1.3.............................. 3 2 4 2.1........................... 4 2.2 Google App Engine........................

More information

情報の構造とデータ処理

情報の構造とデータ処理 mizutani@ic.daito.ac.jp 2014 SQL information system input process output (information) (symbols) (information structure) (data) 201411 ton/kg m/feet km 2 /m 2 (data structure) (integer) (real) (boolean)

More information

Since

Since Since 1885 16.4 15.6 14.2.8 39.4 13.6 21 211 212 213 214 8,88 227 186,164 181,869 184,412 197,495 21,995 11,466 11,67 15,474 16,899 22,1 1, 24, 3,54 5,686 7,518 9,615 17,467 8,88 8,37 8,288 8,29 8,319

More information

XML基礎

XML基礎 基礎から学ぶ XML 特集 - 基本の基本! XML と文法 - インフォテリア株式会社 XML とは XML 1.0 W3Cの勧告 XML 1.1 XML 文書 HTMLとXML XML(Extensible Markup Language) 1.0 拡張可能なマークアップ言語 1998 年にW3Cから勧告された XML 1.0 ベンダーやプラットフォームから独立したインターネット標準 http://www.w3.org/tr/xml/

More information

276-E12001.indd

276-E12001.indd 2012; 54 (6): 276 285 91.6% 1 1 91.6% 2 142 54 196 (1) (2) 6 (3) (4) 60 1 54.2% 91.6% 1 6,226,192 8,418,514 65,945 300,898 ROI 933% 2012; 54 (6): 276 285 doi: 10.1539/sangyoeisei.E12001 1,2) 2) 3) 3 5)

More information

<30323334333697A796BD8AD991E58A77976C2D8CBE8CEA837083938374838C83628367945B956983665B835E2E706466>

<30323334333697A796BD8AD991E58A77976C2D8CBE8CEA837083938374838C83628367945B956983665B835E2E706466> 2Graduate School of Language Education and Information Science (LEIS) 3 4Graduate School of Language Education and Information Science (LEIS) 5 6Graduate School of Language Education and Information Science

More information

Scientific Visualization Geovisualization International Cartographic Association Commission on Visualization and Virtual Environments (URL1) 3 The fun

Scientific Visualization Geovisualization International Cartographic Association Commission on Visualization and Virtual Environments (URL1) 3 The fun : :The role of the map in a Web-GIS environment :Menno-Jan Kraak Menno-Jan Kraak http://www.itc.nl/personal/kraak/ ( ) ITC(The International Institute for Geo-Information Science and Earth Observation)

More information

TheRecordx.indd

TheRecordx.indd March 2015 Contents 2/2-13 2/12 THE RECORD 2015-03 2 focus 3 THE RECORD 2015 03 THE RECORD 2015 03 4 focus 5 THE RECORD 2015 03 THE RECORD 2015 03 6 01 02 03 04 05 06 07 08 7 THE RECORD 2015 03 09 10 11

More information

※サンプルアプリケーションを固めたファイル(orcasample

※サンプルアプリケーションを固めたファイル(orcasample SDK XML... 3... 4 orca... 4 table-name...4 method... 4 functions... 4 function... 5 function-params... 5 function-param... 5... 6... 6... 8... 10... 12... 14 dbs... 18 dbs... 18 dbs... 18... 18... 19...

More information