{"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00174352","sets":["6164:6165:6522:8893"]},"path":["8893"],"owner":"11","recid":"174352","title":["バッチ処理システムにおけるデータセット間の依存関係の抽出"],"pubdate":{"attribute_name":"公開日","attribute_value":"2016-08-24"},"_buckets":{"deposit":"aa236339-c65f-4a20-94b1-5e0b606e9385"},"_deposit":{"id":"174352","pid":{"type":"depid","value":"174352","revision_id":0},"owners":[11],"status":"published","created_by":11},"item_title":"バッチ処理システムにおけるデータセット間の依存関係の抽出","author_link":["357449","357447","357445","357450","357453","357446","357451","357452","357448","357444"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"バッチ処理システムにおけるデータセット間の依存関係の抽出"},{"subitem_title":"Extraction of Dependence Relation among Data-sets in Batch Processing System","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"プログラム理解","subitem_subject_scheme":"Other"}]},"item_type_id":"18","publish_date":"2016-08-24","item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_18_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"大阪大学大学院情報科学研究科"},{"subitem_text_value":"大阪大学大学院情報科学研究科"},{"subitem_text_value":"株式会社NTT データ/大阪大学大学院情報科学研究科"},{"subitem_text_value":"株式会社NTT データ"},{"subitem_text_value":"大阪大学大学院情報科学研究科"}]},"item_18_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Graduate School of Information Science and Technology, Osaka University","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Information Science and Technology, Osaka University","subitem_text_language":"en"},{"subitem_text_value":"NTT DATA Corporation / Graduate School of Information Science and Technology, Osaka University","subitem_text_language":"en"},{"subitem_text_value":"NTT DATA Corporation","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Information Science and Technology, Osaka University","subitem_text_language":"en"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/174352/files/IPSJ-SES2016007.pdf","label":"IPSJ-SES2016007.pdf"},"date":[{"dateType":"Available","dateValue":"2018-08-24"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-SES2016007.pdf","filesize":[{"value":"598.9 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"12"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"a80948ac-5f63-4290-862a-0d24c2a6eea1","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2016 by the Information Processing Society of Japan"}]},"item_18_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"竹之内, 啓太"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"石尾, 隆"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"岡田, 譲二"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"坂田, 祐司"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"井上, 克郎"}],"nameIdentifiers":[{}]}]},"item_18_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Keita, Takenouhi","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Takashi, Ishio","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Joji, Okada","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Yuji, Sakata","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Katsuro, Inoue","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_5794","resourcetype":"conference paper"}]},"item_18_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"バッチ処理とは計算機システムに蓄積されたデータを一定期間ごとに一括で計算する処理の方式である.レガシーシステムには数多くのバッチ処理が含まれているが,いずれも 1 つ以上の入力データセット (データの系列) から 1 つ以上の出力データセットを作成する処理とみなすことができる.本研究では,バッチ処理システムが実行する個別のバッチ処理の概要として,各出力データセットが依存する入力データセットの集合を抽出する手法を実現した.具体的には,ジョブ制御言語で記述されたバッチ処理の上でのデータ依存関係解析に加え,バッチ処理の各ステップに対応する COBOL プログラム内部のデータ依存関係を解析することで,より詳細なデータ依存関係の解析を可能とした.ケーススタディとして,あるレガシーシステムのバッチ処理の分析に適用したところ,手法のデータ依存関係解析は多くのバッチに対し有効であり,COBOL プログラムの内部を考慮した詳細化が有効であるバッチが存在することが確認できた.","subitem_description_type":"Other"}]},"item_18_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"Batch processing is a data processing mode which runs at regular intervals and treats a series of accumulated data. Legacy systems are mainly composed of batch processes and a batch process generates output data-sets using input data-sets. In this paper, we propose a method to extract output data-sets and their corresponding input data-sets as a summary of a batch process. This approach performs data dependence analysis for not only job control language but also COBOL programs to realize a more detailed analysis. A case study with a real legacy batch system shows that data dependence analysis on data-sets is effective in many batch processes and that the detailed analysis on COBOL is effective for a particular set of batch processes.","subitem_description_type":"Other"}]},"item_18_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"24","bibliographic_titles":[{"bibliographic_title":"ソフトウェアエンジニアリングシンポジウム2016論文集"}],"bibliographicPageStart":"14","bibliographicIssueDates":{"bibliographicIssueDate":"2016-08-24","bibliographicIssueDateType":"Issued"},"bibliographicVolumeNumber":"2016"}]},"relation_version_is_last":true,"weko_creator_id":"11"},"id":174352,"updated":"2025-01-20T06:52:51.276499+00:00","links":{},"created":"2025-01-19T00:44:33.746064+00:00"}