JPH03257593A - Method and device for collection of data - Google Patents
Method and device for collection of dataInfo
- Publication number
- JPH03257593A JPH03257593A JP5698890A JP5698890A JPH03257593A JP H03257593 A JPH03257593 A JP H03257593A JP 5698890 A JP5698890 A JP 5698890A JP 5698890 A JP5698890 A JP 5698890A JP H03257593 A JPH03257593 A JP H03257593A
- Authority
- JP
- Japan
- Prior art keywords
- data
- screen
- aggregation
- image
- totalizing
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims description 13
- 230000002776 aggregation Effects 0.000 claims description 31
- 238000004220 aggregation Methods 0.000 claims description 31
- 238000013480 data collection Methods 0.000 claims description 9
- 230000004931 aggregating effect Effects 0.000 claims description 4
- 230000004044 response Effects 0.000 abstract description 3
- 238000013500 data storage Methods 0.000 description 9
- 238000010586 diagram Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 230000035484 reaction time Effects 0.000 description 1
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明は、オンラインによるデータの更新によるデータ
収集方法に関し、特に、関連表に対し反復される、集計
処理に要する時間と計算機への負荷を軽減するようにし
たデータ収集方法および装置に関する。[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to a data collection method by online data updating, and in particular, to reduce the time and computer load required for repeated aggregation processing for related tables. The present invention relates to a data collection method and apparatus that reduce the amount of data collected.
オンラインによるデータ更新処理は、画面を通して対話
的に表を更新している。従来、関連表に対する集計処理
は、画面から入力するデータで表を更新する度に関連表
へ集計し、更新する(関連表は同時期に更新されるもの
ではない)ようになっていた。Online data update processing updates tables interactively through the screen. Conventionally, the aggregation process for related tables was such that each time the table was updated with data input from a screen, the related tables were aggregated and updated (the related tables were not updated at the same time).
上述した従来のデータ収集方法では、1件の更新データ
に関して、その度、関連表へ集計し、更新しているため
、大量の更新データの発生に伴い、集計処理は反復され
る。これにより、画面の反応時間は増大するとともに計
算機への負荷も増大する。In the conventional data collection method described above, each update data is aggregated and updated in a related table each time, so the aggregation process is repeated as a large amount of update data is generated. This increases the reaction time of the screen and also increases the load on the computer.
本発明の目的は、画面を通しての対話的なデータ更新に
よる集計処理を一括して行うことにより、対話時間を短
縮し、かつ計算機への負荷を軽減するようにしたデータ
収集方法を提供することにある。An object of the present invention is to provide a data collection method that shortens interaction time and reduces the load on a computer by collectively performing aggregation processing by interactively updating data through a screen. be.
本発明のデータ収集方法は、オンライン画面データを格
納し、集計用データを編集し、集計用データを格納し、
関連表へのデータを集計することを特徴とする。The data collection method of the present invention stores online screen data, edits data for aggregation, stores data for aggregation,
It is characterized by aggregating data into related tables.
本発明のデータ収集装置は、オンライン画面データを格
納する手段と、集計用データを編集する手段と、集計用
データを格納する手段と、関連表へのデータを集計する
手段とを具備することを特徴とする。The data collection device of the present invention includes means for storing online screen data, means for editing data for aggregation, means for storing data for aggregation, and means for aggregating data into a related table. Features.
次に本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.
第1図は本発明の一実施例を示すフローチャートである
。このデータ収集装置は1画面データ格納手段1と、集
計用データ格納手段3と、関連表へのデータ集計手段4
とから構成される。FIG. 1 is a flowchart showing one embodiment of the present invention. This data collection device includes a one-screen data storage means 1, a data storage means 3 for aggregation, and a data aggregation means 4 for data aggregation into related tables.
It consists of
画面データ格納手段1は、磁気ディスク中に存在する表
(ファイル)からデータを読み込み主記憶上に画面イメ
ージのデータセグメントと表イメージのデータセグメン
トに展開する。集計用データ編集手段2は、画面入力デ
ータを表イメージのデータセグメントへ編集する。集計
用データ格納手段3は、更新前の表イメージのデータセ
グメントを磁気ディスク上のデータ集計手段5へ格納す
る(更新対象データが存在しない場合、集計用データ格
納手段3は省略できる)。そして、更新後の表イメージ
データをデータ集計手段5へ格納する。関連表へのデー
タ集計手段4は、磁気ディスク上のデータ集計手段5か
ら表イメージデータを読み込み、関連表のデータに対し
て集計演算を行い、関連表を更新する。The screen data storage means 1 reads data from a table (file) existing on a magnetic disk and develops it into a screen image data segment and a table image data segment on the main memory. The aggregation data editing means 2 edits the screen input data into data segments of a table image. The aggregation data storage means 3 stores the data segment of the table image before update into the data aggregation means 5 on the magnetic disk (if there is no data to be updated, the aggregation data storage means 3 can be omitted). Then, the updated table image data is stored in the data aggregation means 5. The data aggregation means 4 for relational tables reads the table image data from the data aggregation means 5 on the magnetic disk, performs aggregation operations on the data of the relational tables, and updates the relational tables.
第2図の矢印21.22は、画面データ格納手段1にお
けるデータの格納の手順を示す、矢印23は、集計用デ
ータ編集手段2によって画面からの入力データを編集し
、表イメージエリアへ格納する手順を示す。矢印24は
、更新形式に応じてiDを付加し、集計用ファイル5へ
表イメージで格納する手順を示す。Arrows 21 and 22 in FIG. 2 indicate the procedure for storing data in the screen data storage means 1, and arrows 23 indicate that the input data from the screen is edited by the totalizing data editing means 2 and stored in the table image area. Show the steps. An arrow 24 indicates a procedure for adding an ID according to the update format and storing it in the tabulation file 5 as a table image.
第3図は集計用ファイルに格納された表イメージデータ
を読み込み、更新形式に基づいて関連表のデータを更新
する状態を図解したものである。FIG. 3 illustrates a state in which table image data stored in a tally file is read and data in a related table is updated based on the update format.
以上説明したように本発明は、画面から入力したデータ
を、集計用データ編集手段、集計用データ格納手段、お
よび関連表へのデータ集計手段を施すことにより、デー
タ集計を一括処理するものであり、本発明を採用するこ
とにより、従来随時行っていたデータ集計処理に伴う画
面応答を高速化し、計算機に対する負荷を軽減すること
ができるという効果を奏する。As explained above, the present invention processes data input at once from a screen by subjecting the data input from the screen to aggregation data editing means, aggregation data storage means, and a data aggregation means to related tables. By employing the present invention, it is possible to speed up the screen response associated with the data aggregation process that was conventionally performed at any time, and to reduce the load on the computer.
第1図は本発明の一実施例のブロック図、第2図、第3
図は同実施例の動作を示す図である。
1・・・画面データ格納手段、2・・・集計用データ編
集手段、3・・・集計用データ格納手段、4・・・デー
タ集計手段、5・・・データ集計手段。FIG. 1 is a block diagram of one embodiment of the present invention, FIG.
The figure is a diagram showing the operation of the same embodiment. DESCRIPTION OF SYMBOLS 1... Screen data storage means, 2... Data compilation means for aggregation, 3... Data storage means for aggregation, 4... Data aggregation means, 5... Data aggregation means.
Claims (1)
集し、集計用データを格納し、関連表へのデータを集計
することを特徴とするデータ収集方法。 2、オンライン画面データを格納する手段と、集計用デ
ータを編集する手段と、集計用データを格納する手段と
、関連表へのデータを集計する手段とを具備することを
特徴とするデータ収集装置。[Claims] 1. A data collection method characterized by storing online screen data, editing data for aggregation, storing data for aggregation, and aggregating the data in a related table. 2. A data collection device comprising means for storing online screen data, means for editing aggregation data, means for storing aggregation data, and means for aggregating data into a related table. .
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP5698890A JPH03257593A (en) | 1990-03-07 | 1990-03-07 | Method and device for collection of data |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP5698890A JPH03257593A (en) | 1990-03-07 | 1990-03-07 | Method and device for collection of data |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH03257593A true JPH03257593A (en) | 1991-11-18 |
Family
ID=13042877
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP5698890A Pending JPH03257593A (en) | 1990-03-07 | 1990-03-07 | Method and device for collection of data |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH03257593A (en) |
-
1990
- 1990-03-07 JP JP5698890A patent/JPH03257593A/en active Pending
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JPH03257593A (en) | Method and device for collection of data | |
| JP7447529B2 (en) | Information processing device, information processing method, and program | |
| JPH0512437A (en) | Image filtering method | |
| JPS60200346A (en) | Production of program test data | |
| JPH0535414A (en) | Magnetic tape file access system | |
| JPH03116223A (en) | Screen control method for variable length data input | |
| JPH05120097A (en) | Data analyzer | |
| JPS6339060B2 (en) | ||
| JP3536670B2 (en) | Multimedia data presentation method and system, and storage medium storing multimedia data presentation program | |
| JPH0594295A (en) | Editing device for plural sub files | |
| JPH05204343A (en) | Screen scrolling control system | |
| JPH0573392A (en) | Data base update system | |
| JPS6097437A (en) | Setting device | |
| JPH02302869A (en) | File edition system | |
| JPH03255547A (en) | Memory dump output system | |
| JPH0962553A (en) | Journal output system | |
| JPH04118728A (en) | Data file updating system | |
| JPH02268324A (en) | Filling system | |
| JPS63247823A (en) | Screen defining system | |
| JPS63278132A (en) | Display control method for file system | |
| JPH025153A (en) | Data base record format conversion system | |
| JPH05210544A (en) | Data file control system | |
| JPH04239345A (en) | Data writing system to external storage file | |
| JPH04347740A (en) | Message display storage device | |
| JPH03276374A (en) | Logical simulation result tracking device |