JPS5846738B2 - Time series processing method for table format data - Google Patents

Time series processing method for table format data

Info

Publication number
JPS5846738B2
JPS5846738B2 JP55169905A JP16990580A JPS5846738B2 JP S5846738 B2 JPS5846738 B2 JP S5846738B2 JP 55169905 A JP55169905 A JP 55169905A JP 16990580 A JP16990580 A JP 16990580A JP S5846738 B2 JPS5846738 B2 JP S5846738B2
Authority
JP
Japan
Prior art keywords
processing
data
time
series
time series
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.)
Expired
Application number
JP55169905A
Other languages
Japanese (ja)
Other versions
JPS5793468A (en
Inventor
敏治 下浦
始 清水
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP55169905A priority Critical patent/JPS5846738B2/en
Publication of JPS5793468A publication Critical patent/JPS5793468A/en
Publication of JPS5846738B2 publication Critical patent/JPS5846738B2/en
Expired legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)

Description

【発明の詳細な説明】 本発明は、テーブル形式データの時系列処理方式に関し
、特に、集計されたデータをテーブル形式で格納するデ
ータ格納部と、格納データを加工、編集して分析し出力
するデータ処理部とを有し、集計データについての時系
列処理をデータ処理の対象とするデータ処理システムに
おいて、時系列処理と非時系列処理とを同一の様式で操
作できるようにした処理方式に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a time-series processing method for tabular data, and in particular, a data storage unit that stores aggregated data in a table format, and a system that processes, edits, analyzes and outputs stored data. The present invention relates to a processing method that enables time-series processing and non-time-series processing to be operated in the same manner in a data processing system that has a data processing unit and whose data processing target is time-series processing of aggregated data.

ビジネス分野で扱う多くのデータは、営業所別製品売上
高などのようにテーブル形式(2次元または3次元配列
)である。
Much data handled in the business field is in table format (two-dimensional or three-dimensional array), such as product sales by office.

ところが、従来のテーブル形式データの処理では、時間
要素をもったデータ(時系列データ)に対するサポート
がなく、時間の対応づけや時系列特有の編集レポート処
理をその都度考慮する必要があった。
However, conventional table format data processing lacks support for data with time elements (time series data), and it is necessary to consider time mapping and time series-specific editing report processing each time.

例えば、営業所別製品売上高が月単位にMT(磁気テー
プ)に用意されている場合に、特定月の営業面別の売上
高比較衣(非時系列処理)と特定営業所の売上高の推移
衣(時系列処理)を作成しようとする場合、月別の売上
高が格納されているMT(磁気テープ)を用意し、これ
らを編集するプログラムを目的別に作成してから処理し
なければならなかった。
For example, if product sales by sales office are prepared on MT (magnetic tape) on a monthly basis, a comparison of sales by sales area for a specific month (non-chronological processing) and sales of a specific sales office If you want to create a transition (time series processing), you need to prepare MT (magnetic tape) that stores monthly sales figures, and create a program to edit them for each purpose before processing. Ta.

また、従来の時系列処理方式では、対象とするデータを
1次元配列(ベクトル)で格納し時系列特有の処理のみ
を行なう専用システムであったため、 (1′)非時系列データと混在させて格納することがで
きない。
In addition, in the conventional time series processing method, the target data was stored in a one-dimensional array (vector) and was a dedicated system that only performed time series-specific processing. cannot be stored.

(ロ)処理データをグループ化して扱えない。(b) Processing data cannot be grouped and handled.

等の欠点があり、ビジネス分野での活用が困難であった
Due to these drawbacks, it was difficult to use it in the business field.

本発明は上記問題点を解決し、テーブル形式で格納され
たデータに対して、時系列処理と非時系列処理とを同一
の様式で操作でき、かつ時系列特有の処理に関しては簡
単にまとめて操作できる処理方式を実現することを目的
とし、そしてそのため本発明は、集計されたデータをテ
ーブル形式で格納するデータ格納部と、格納データを加
工、編集して分析し出力するデータ処理部とを有し、集
計データについての時系列処理をデータ処理の対象とす
るデータ処理システムにおいて、上記データ格納部に格
納されるテーブルの1つの軸に時系列属性を定義しても
たせるとともに、上記データ処理部内に時系列特有の処
理を実行する時系列処理部と時系列に関係しない処理を
実行する非時系列処理部とを分割して設け、指定された
処理依頼データ毎に上記テーブルを参照して時系列/非
時系列処理の振分けを行ない、上記時系列処理部と非時
系列処理部のいずれかを起動することを特徴とする。
The present invention solves the above problems, allows time-series processing and non-time-series processing to be performed in the same manner on data stored in table format, and allows time-series-specific processing to be easily summarized. The present invention aims to realize a processing method that can be manipulated, and for this purpose, the present invention has a data storage unit that stores aggregated data in a table format, and a data processing unit that processes, edits, analyzes and outputs the stored data. In a data processing system whose data processing target is time-series processing of aggregated data, a time-series attribute is defined on one axis of the table stored in the data storage unit, and a time series attribute is defined in one axis of the table stored in the data storage unit. A time-series processing unit that executes time-series-specific processing and a non-time-series processing unit that executes processes unrelated to time series are provided separately, and the time-series processing unit that executes processing that is unique to time series and the non-time series processing unit that executes processing that is not related to time series is provided. The present invention is characterized in that sequential/non-time-series processing is sorted, and either the above-mentioned time-series processing section or non-time-series processing section is activated.

以下、本発明を図面により説明する。Hereinafter, the present invention will be explained with reference to the drawings.

第1図は非時系列のテーブル形式データの例でありAと
いうテーブル名で参照されるもの、第2図は時系列のテ
ーブル形式データの例でありBというテーブル名で参照
されるものである。
Figure 1 is an example of non-time series table format data, which is referred to by the table name A, and Figure 2 is an example of time series table format data, which is referred to by the table name B. .

さらに、時系列データの場合には、第3図に示すような
時系列属性情報が個々のテーブルに対して付与されてい
る。
Furthermore, in the case of time series data, time series attribute information as shown in FIG. 3 is given to each table.

そして、以上のような各種のテーブル形式データに対し
て、本発明の実施例のデータ処理システムは第4図の構
成によって処理を行なう。
The data processing system according to the embodiment of the present invention processes the various table-format data as described above using the configuration shown in FIG.

第4図において、1は入力装置でありデータ処理の内容
と処理対象を示すテーブル名とが入力されるもの、2は
入力情報解釈部であり入力された情報を解釈して処理内
容と対象データをセットするもの、3は処理データ参照
部であり対象データをテーブル形式データ格納ファイル
より取出すもの、4はテーブル形式データ格納ファイル
であり時系列の有無にかかわらずテーブル形式データを
格納しておくもの、5は処理内容振り分は部であり処理
内容によって処理を依頼する処理部を起動するもの、6
は非時系列処理入力部であり非時系列処理部10の非時
系列処理に対する具体的なデータ処理の内容が入力され
るもの、7は時系列処理入力部であり時系列処理部12
の時系列処理に対する具体的なデータ処理内容が入力さ
れるもの、8は演算加工入力部であり四則演算や関数処
理などの具体的な演算内容を入力するもの、9と11と
14は属性チェック機構であり時系列属性の有無および
種類とあらかじめ各処理部内に設定している処理に必要
なデータ属性とのチェックを行なうもの、10は非時系
列処理部であり、具体的にはクロス表分析などを行なう
もの、12は時系列処理部であり、具体的には季節調整
などの時系列特有の処理を行なうもの、13と15はエ
ラー処理部であり、各処理部で必要とするデータ属性が
満たされない場合これを検出するもの、16は演算内容
振り分は部であり、演算内容によって演算処理を依頼す
る演算部の呼び出しを行なうもの、17は時系列同期演
算部であり、時間の対応する要素に対してのみ演算処理
を行なうもの、18は非時系列演算部でありデータの構
造に従って対応する要素に対して演算処理を行なうもの
、19は出力装置であり処理内容を出力するものである
In FIG. 4, 1 is an input device into which the contents of data processing and a table name indicating the processing target are input, and 2 is an input information interpreter which interprets the input information to determine the processing contents and target data. 3 is a processing data reference unit that retrieves the target data from the table format data storage file, 4 is a table format data storage file that stores table format data regardless of whether it is in time series. , 5 is a section for distributing processing contents and starts a processing section that requests processing depending on the processing contents, 6
7 is a non-time series processing input section into which specific data processing contents for non-time series processing of the non-time series processing section 10 is input; 7 is a time series processing input section; 7 is a time series processing input section;
8 is an arithmetic processing input section where specific data processing contents for time series processing are input, 9, 11, and 14 are attribute checks. 10 is a non-time series processing unit, which checks the existence and type of time series attributes and the data attributes required for processing preset in each processing unit, and specifically performs cross-tab analysis. 12 is a time series processing unit, which specifically performs time series-specific processing such as seasonal adjustment, and 13 and 15 are error processing units, which handle data attributes required by each processing unit. 16 is a calculation content distribution unit that calls the calculation unit that requests calculation processing depending on the calculation content. 17 is a time-series synchronization calculation unit that determines the time correspondence. 18 is a non-time series calculation unit that performs calculation processing on corresponding elements according to the data structure; 19 is an output device that outputs the processing contents; be.

なお、上記属性チェック機構9,11.14においては
対象データは同一であるが、処理内容が異なるために実
際にチェックを行なう内容は異なっている。
Note that although the target data is the same in the attribute checking mechanisms 9, 11, and 14, the actual checking contents are different because the processing contents are different.

以下に動作例を説明する。An example of operation will be explained below.

まず、第1図図示゛のテーブルにおける東京地区の品目
別の売上高を出力したい場合には、入力装置1からその
旨を指示する情報を入力する。
First, if it is desired to output the sales amount for each item in the Tokyo area in the table shown in FIG. 1, information instructing to that effect is inputted from the input device 1.

入力情報解釈部2は、当該指示を解釈した後、処理デー
タ参照部3を起動する。
After interpreting the instruction, the input information interpreting unit 2 activates the processed data reference unit 3.

処理データ参照部3は、入力された指示にもとづいて、
テーブル形式データ格納ファイル4から所要のデータを
読出し、処理内容振り分は部5へ送出する。
Based on the input instructions, the processed data reference unit 3
Required data is read from the table-format data storage file 4, and the processing contents are sent to the section 5.

処理内容振り分は部5では当該処理に関する指示内容を
解析し、この場合は非時系列データに関する処理である
ため、非時系列処理入力部6を起動し、上記テーブル形
式データ格納ファイル4から読出されたデータを送出す
る。
The processing content distribution unit 5 analyzes the instruction content regarding the processing, and in this case, since the processing is related to non-time-series data, the non-time-series processing input unit 6 is activated to read data from the table-format data storage file 4. Send the data.

以後、非時系列処理部6、属性チェック機構9および非
時系列処理部10において所要の処理が実行され、その
処理結果が出力装置19へ出力される。
Thereafter, required processing is executed in the non-time series processing section 6, the attribute checking mechanism 9, and the non-time series processing section 10, and the processing results are output to the output device 19.

次に、例えば、第2図図示のテーブルにおけるテレビの
年度別売上高を出力したい場合、上記と同様に、入力装
置1からその旨を指示する情報を入力すると、処理内容
振り分は部5は、時系列処理入力部7を起動し、処理デ
ータ参照部6によってテーブル形式データ格納ファイル
から読出されたデータを送出する。
Next, for example, if you want to output the annual sales of televisions in the table shown in FIG. , the time series processing input section 7 is activated, and the data read out from the table format data storage file by the processed data reference section 6 is sent out.

以後、時系列処理入力部7属性チエツク機構11および
時系列処理部12において所要の処理が実行され、その
処理結果が出力装置19へ出力される。
Thereafter, necessary processing is executed in the time series processing input section 7 attribute check mechanism 11 and the time series processing section 12, and the processing results are output to the output device 19.

次に、例えば、第5図に示すように2種類の時系列テー
ブルの内容を加算して新たな時系列テーブルを作成する
場合、上記と同様に、入力装置1からその旨を指示する
情報を入力すると、テーブル形式データ格納ファイル4
から読出されたデータは、処理内容振り分は部5、演算
加工入力部8、属性チェック機構14、演算内容振り分
は部16および時系列同期演算部17の処理ルートによ
って処理が進められる。
Next, for example, when creating a new time series table by adding the contents of two types of time series tables as shown in FIG. When input, table format data storage file 4
The data read out is processed through the processing route of the processing content allocation section 5, the calculation processing input section 8, the attribute checking mechanism 14, the calculation content allocation section 16, and the time series synchronization calculation section 17.

そして、処理結果は、上記と同様に出力装置19へ出力
される。
The processing results are then output to the output device 19 in the same manner as above.

以上説明したように本発明によれば、テーブル形式のデ
ータの1つの軸に時系列属性を持たせ、時系列特有の処
理(季節調整、対前年比や月次データの四半期、半期、
年編集など)やレポート出力および時間の対応づけをし
た演算を、テーブル単位あるいはテーブルの一部を抽出
して行なうようにし、さらに、時系列属性を持たないテ
ーブル形式のデータとの演算は処理系を分けて行なうよ
うにしたので、最も理解しやすいテーブル形式のデータ
構造に対し、時系列/非時系列の処理を意識することな
くデータ処理を行なうことができる。
As explained above, according to the present invention, one axis of table-format data has a time series attribute, and processing specific to time series (seasonal adjustment, year-on-year comparison, quarterly, half-yearly, monthly data,
(year editing, etc.), report output, and calculations that associate time with each table or part of the table. Furthermore, calculations with table-format data that does not have time-series attributes should be performed by the processing system. Since these are performed separately, it is possible to perform data processing on a table-type data structure, which is the easiest to understand, without having to be aware of time-series/non-time-series processing.

例えば、営業所別製品売上高の月単位のMTを三次元配
列(営業所、製品、月次の三軸)のテーブル形式データ
に編集しておけば、抽出するデータの方向(軸)を指定
するだけで時系列/非時系列の処理を切り分けられるこ
とになる。
For example, if you edit the monthly MT of product sales by sales office into table format data in a three-dimensional array (three axes: sales office, product, and month), you can specify the direction (axis) of the data to be extracted. By simply doing this, you can separate time-series/non-time-series processing.

このため、本発明によれば、等間知識を持たないいわゆ
るビジネス分野のエンドユーザでも簡単にシステムを使
用できるというすぐれた効果をもたらすことができる。
Therefore, according to the present invention, it is possible to bring about an excellent effect in that even end users in the business field who do not have knowledge of equivalence can easily use the system.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は非時系列のテーブル形式データの例、第2図は
時系列のテーブル形式データの例、第3図は時系列属性
情報の例、第4図は本発明による実施例のデータ処理シ
ステムの構成図、第5図は時系列テーブル演算の例であ
る。 第4図において、1は入力装置、4はテーブル形式デー
タ格納ファイル、5は処理内容振り分は部、6は非時系
列処理入力部、7は時系列処理入力部、8は演算加工入
力部、10は非時系列処理部、12は時系列処理部、1
7は時系列同期演算部、18は非時系列演算部、19は
出力装置である。
Figure 1 is an example of non-time series table format data, Figure 2 is an example of time series table format data, Figure 3 is an example of time series attribute information, and Figure 4 is data processing of an embodiment according to the present invention. The system configuration diagram, FIG. 5, is an example of time series table calculation. In FIG. 4, 1 is an input device, 4 is a table format data storage file, 5 is a processing content distribution section, 6 is a non-time series processing input section, 7 is a time series processing input section, and 8 is an arithmetic processing input section. , 10 is a non-time series processing unit, 12 is a time series processing unit, 1
7 is a time-series synchronous calculation section, 18 is a non-time-series calculation section, and 19 is an output device.

Claims (1)

【特許請求の範囲】[Claims] 1 集計されたデータをテーブル形式で格納するデータ
格納部と、格納データを格納、編集して分析し出力する
データ処理部とを有し、集計データについての時系列処
理をデータ処理の対象とするデータ処理システムにおい
て、上記データ格納部に格納されるテーブルの1つの軸
に時系列属性を定義して持たせるとともに、上記データ
処理部内に時系列特有の処理を実行する時系列処理部と
時系列に関係しない処理を実行する非時系列処理部とを
分割して設け、指定された処理依頼データ毎に上記テー
ブルを参照して時系列/非時系列処理の振分けを行ない
、上記時系列処理部と非時系列処理部のいずれかを起動
することを特徴とするテーブル形式データの時系列処理
方式。
1. It has a data storage unit that stores aggregated data in a table format, and a data processing unit that stores, edits, analyzes and outputs the stored data, and the data processing target is time-series processing of aggregated data. In the data processing system, one axis of the table stored in the data storage unit defines and has a time series attribute, and the data processing unit includes a time series processing unit that executes processing specific to the time series. A non-time-series processing unit that executes processing unrelated to the above is provided separately, and the time-series processing unit A time-series processing method for table-format data, characterized in that one of the following and a non-time-series processing unit is activated.
JP55169905A 1980-12-02 1980-12-02 Time series processing method for table format data Expired JPS5846738B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP55169905A JPS5846738B2 (en) 1980-12-02 1980-12-02 Time series processing method for table format data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP55169905A JPS5846738B2 (en) 1980-12-02 1980-12-02 Time series processing method for table format data

Publications (2)

Publication Number Publication Date
JPS5793468A JPS5793468A (en) 1982-06-10
JPS5846738B2 true JPS5846738B2 (en) 1983-10-18

Family

ID=15895137

Family Applications (1)

Application Number Title Priority Date Filing Date
JP55169905A Expired JPS5846738B2 (en) 1980-12-02 1980-12-02 Time series processing method for table format data

Country Status (1)

Country Link
JP (1) JPS5846738B2 (en)

Also Published As

Publication number Publication date
JPS5793468A (en) 1982-06-10

Similar Documents

Publication Publication Date Title
JPH0475170A (en) Data base operation system
CN110377621A (en) A kind of interface processing method and device based on computing engines
JPS60218142A (en) Dynamic format conversion system of data
JPS5846738B2 (en) Time series processing method for table format data
JP4167889B2 (en) Data conversion method and computer system therefor
JPS63261462A (en) Rack division management system
JPH0488469A (en) Device for issuing business management document or the like
JPS6019231A (en) Document producing system
JPH0757024A (en) Document processing method
JPH02282890A (en) Automatic setting system applying unitary control of handling fee and transaction tax
JP2692196B2 (en) Test data editing method
JPS58191055A (en) Automatic editing system of output type using virtual record
JP2957417B2 (en) Distributed database system aggregation processing method
JP2582907B2 (en) General-purpose data creation processor
Mendelssohn The bureau of labor statistic's Table Producing Language (TPL)
JPS6312044A (en) Data managing system for electronic computer system
JPS62135958A (en) Simulation system
JPS63137363A (en) Message edition processing system
JPH07262165A (en) Aggregating method for two-dimensional data
JPH11110396A (en) Printed matter production support system
JPH04178729A (en) Automatic generating system for document format and document output program
JPS63307554A (en) Product control system
JPH0216675A (en) Document format preparing device
JPH0484223A (en) Electronic computer system
JPS62235654A (en) Data input/output processing system for file