JPS63276629A - Sorting system for record in file - Google Patents

Sorting system for record in file

Info

Publication number
JPS63276629A
JPS63276629A JP11193987A JP11193987A JPS63276629A JP S63276629 A JPS63276629 A JP S63276629A JP 11193987 A JP11193987 A JP 11193987A JP 11193987 A JP11193987 A JP 11193987A JP S63276629 A JPS63276629 A JP S63276629A
Authority
JP
Japan
Prior art keywords
sort
file
input
sorting
control word
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
Application number
JP11193987A
Other languages
Japanese (ja)
Inventor
Yoichi Ueda
洋一 上田
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP11193987A priority Critical patent/JPS63276629A/en
Publication of JPS63276629A publication Critical patent/JPS63276629A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To eliminate the need of initial processing of a sort, and to shorten the sort processing time by preserving a necessary control data, etc. in a sort fixed information storing file, and reading only a record added newly to a sort input file by the sort processing of the second time and thereafter. CONSTITUTION:When executing a sort processing by a sort parameter being different from the previous sort processing, a sort utilizing program 1 sets a new sort parameter to a sort parameter table 10, designates the table 10, and calls a sort processor 9. Also, when the same sort processing as the previous time is executed, the program 1 assigns a sort fixed information storing file 8 generated by the processor 9 instead of the table 10 and calls the processor 9. In such a way, at the time of executing sort processing of the second time and thereafter, only a record added newly to a sort input file is read and the sort processing is executed and the sort processing time of the second time and thereafter can be shortened.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はファイル内レコードのソート方式に関し、特に
補助記憶装置上のソート入力ファイルに入力データを随
時追加していきながら所定の契機でソート処理を繰り返
し行うファイル内レコードのソート方式に関する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a method for sorting records in a file, and in particular, a method for sorting records at a predetermined timing while adding input data to a sort input file on an auxiliary storage device as needed. This relates to a method of sorting records within a file that repeatedly performs the following steps.

〔従来の技術〕[Conventional technology]

従来、この種のファイル内レコードのソート方式では、
ソート処理の実行毎にソート入力ファイル内のすべての
レコードを読み込んでソート処理を行っていた。
Traditionally, this type of in-file record sorting method uses
Every time sort processing was executed, all records in the sort input file were read and sorted.

また、前回のソート処理と同一のソートパラメータでソ
ート処理を行う場合でも、ソート処理の実行毎にパラメ
ータの解析、ソートキー比較命令の生成、必要な制御デ
ータの設定等を行うためのソート初期処理を実行してい
た。
In addition, even when performing sort processing using the same sort parameters as the previous sort processing, initial sort processing is performed to analyze the parameters, generate a sort key comparison command, set necessary control data, etc. each time the sort processing is executed. was running.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来のファイル内レコードのソート方式では、
ソート処理の実行毎に入力ファイル内のすべてのレコー
ドを読み込んでソート処理を行っていたので、ソート入
力ファイルに追加されたレコードがいかに少量であって
もソート処理に要する時間が次第に長くなるという欠点
がある。
In the conventional method of sorting records in a file described above,
Since all records in the input file were read and sorted each time the sorting process was executed, the disadvantage was that the time required for the sorting process gradually increased no matter how small the number of records added to the sorting input file. There is.

また、前回のソート処理と同一のソートパラメータでソ
ート処理を行う場合でも、パラメータの解析、ソートキ
ー比較命令の生成、必要な制御データの設定等を行うた
めのソート初期処理がソート処理毎に行われていたので
、ソート初期処理に要する一定の時間がソート処理毎に
消費されるという欠点がある。
Furthermore, even when performing sort processing using the same sort parameters as the previous sort processing, initial sort processing is performed for each sort processing to analyze the parameters, generate a sort key comparison command, set necessary control data, etc. Therefore, there is a drawback that a certain amount of time required for the initial sorting process is consumed for each sorting process.

本発明の目的は、上述の点に鑑み、ソート入力ファイル
に入力データを随時追加しながら所定の契機で同一のソ
ートパラメータにより繰り返し実行されるソート処理に
おいて、2回目以降のソート処理ではソート入力ファイ
ルに新たに追加されたレコードのみを読み込んでソート
処理を行えばすむようにするとともにソート初期処理を
不要にすることにより、2回目以降のソート処理に要す
る時間を短縮可能とするファイル内レコードのソート方
式を提供することにある。
In view of the above-mentioned points, an object of the present invention is to provide a sort input file in a sort process that is repeatedly executed using the same sort parameter at a predetermined opportunity while adding input data to a sort input file as needed. A method for sorting records in a file that allows only newly added records to be read and sorted, and by eliminating the need for initial sorting processing, it is possible to shorten the time required for subsequent sorting processing. Our goal is to provide the following.

〔問題点を解決するための手段〕[Means for solving problems]

本発明のファイル内レコードのソート方式は、ソート入
力ファイルに入力データを随時追加していきながら所定
の契機でソート処理を繰り返し行うファイル内レコード
のソート方式において、前記ソート入力ファイル内のレ
コード入力開始位置を示す入力ファイル位置付は制御語
と、ソート中間ファイル内のストリング出力開始位置を
示す中間ファイル位置付は制御語と、ソート処理の実行
に必要な制御データが格納されるソート作業領域。
The in-file record sorting method of the present invention is such that the in-file record sorting method repeats the sorting process at a predetermined opportunity while adding input data to a sort input file as needed. The input file positioning indicating the position is a control word, the intermediate file positioning indicating the string output start position in the sorting intermediate file is a control word, and the sorting work area stores the control data necessary for executing the sorting process.

前記入力ファイル位置付は制御語および前記中間ファイ
ル位置付は制御語の内容を保存するソート固定情報保存
ファイルと、ソート利用プログラムによりソートパラメ
ータテーブルが指定された場合にはこのソートパラメー
タテーブルに基づいて前記ソート作業領域を作成して前
記ソート作業領域の内容を前記ソート固定情報保存ファ
イルに保存し前記入力ファイル位置付は制御語にレコー
ド入力開始位置を設定し前記中間ファイル位置付は制御
語にストリング出力開始位置を設定し前記ソート利用プ
ログラムにより前記ソートパラメータテーブルが指定さ
れなかった場合には前記ソート固定情報保存ファイルか
ら前記ソート作業領域。
The input file positioning is based on a control word, and the intermediate file positioning is based on a sort fixed information storage file that stores the contents of the control word, and on this sort parameter table if a sort parameter table is specified by the sort usage program. The sorting work area is created and the contents of the sorting work area are saved in the sort fixed information storage file, the input file positioning sets a record input start position in a control word, and the intermediate file positioning sets a string in the control word. Set the output start position, and if the sort parameter table is not specified by the sort usage program, read the sort work area from the sort fixed information storage file.

前記入力ファイル位置付は制御語および前記中間ファイ
ル位置付は制御語の内容を復元するソート初期処理手段
と、前記入力ファイル位置付は制御語が示す前記ソート
入力ファイル内のレコード入力開始位置からレコードを
1件ずつ読み込みながらソート処理を行ってソート処理
の中間結果であるストリングを前記中間ファイル位置付
は制御語が示す前記ソート中間ファイル内のストリング
出力開始位置から書き出し最後に読み込んだレコードの
末尾の前記ソート入力ファイル内の相対位置を前記入力
ファイル位置付は制御語に設定して前記入力ファイル位
置付は制御語の内容を前記ソート固定情報保存ファイル
に保存する入力処理手段と、前記ソート中間ファイル内
の全ストリングの本数が1回のマージ処理でマージでき
る本数以下になるまでマージ処理を行って生成したスト
リングを前記ソート中間ファイルに再び書き出し最後に
書き出したストリングの末尾の前記ソート中間ファイル
内の相対位置を前記中間ファイル位置付は制御語に設定
して前記中間ファイル位置付は制御語の内容を前記ソー
ト固定情報保存ファイルに保存するマージ処理手段と、
前記ソート中間ファイル内のストリングをマージ処理し
て最終的に1本のストリングにまとめてソート出力ファ
イルに出力する出力処理手段とを有する。
The input file positioning is a control word, the intermediate file positioning is a sorting initial processing means for restoring the contents of the control word, and the input file positioning is a record starting position in the sort input file indicated by the control word. are read one by one, and the string that is the intermediate result of the sorting process is written out from the string output start position in the sorted intermediate file indicated by the control word. an input processing means for setting a relative position in the sort input file in the input file position control word and storing the content of the input file position control word in the sort fixed information storage file; The strings generated by merging until the number of all strings in the file becomes less than the number that can be merged in one merge process are exported to the sort intermediate file again, and the string at the end of the last string written is stored in the sort intermediate file. merging processing means for setting the relative position of the intermediate file positioning in a control word and storing the content of the intermediate file positioning control word in the sort fixed information storage file;
and output processing means for merging the strings in the sorting intermediate file to finally combine them into one string and outputting the string to a sorting output file.

〔作用〕[Effect]

本発明のファイル内レコードのソート方式では、入力フ
ァイル位置付は制御語がソート入力ファイル内のレコー
ド入力開始位置を示し、中間ファイル位置付は制御語が
ソート中間ファイル内のストリング出力開始位置を示し
、ソート固定情報保存ファイルがソート処理の実行に必
要な制御データが格納されるソート作業領域、入力ファ
イル位置付は制御語および中間ファイル位置付は制御語
の内容を保存し、ソート初期処理手段がソート利用プロ
グラムによりソートパラメータテーブルが指定された場
合にはこのソートパラメータテーブルに基づいてソート
作業領域を作成してソート作業領域の内容をソート固定
情報保存ファイルに保存し入力ファイル位置付は制御語
にレコード入力開始位置を設定し中間ファイル位置付は
制御語にストリング出力開始位置を設定しソート利用プ
ログラムによりソートパラメータテーブルが指定されな
かった場合にはソート固定情報保存ファイルからソート
作業領域、入力ファイル位置付は制御語および中間ファ
イル位置付は制御語の内容を復元し、入力処理手段が入
力ファイル位置付は制御語が示すソート入力ファイル内
のレコード入力開始位置からレコードを1件ずつ読み込
みながらソート処理を行ってソート処理の中間結果であ
るストリングを中間ファイル位置付は制御語が示すソー
ト中間ファイル内のストリング出力開始位置から書き出
し最後に読み込んだレコードの末尾のソート入力ファイ
ル内の相対位置を入力ファイル位置付は制御語に設定し
て入力ファイル位置付は制御語の内容をソート固定情報
保存ファイルに保存し、マージ処理手段がソート中間フ
ァイル内の全ストリングの本数が1回のマージ処理でマ
ージできる本数以下になるまでマージ処理を行って生成
したストリングをソート中間ファイルに再び書き出し最
後に書き出したストリングの末尾のソート中間ファイル
内の相対位置を中間ファイル位置付は制御語に設定して
中間ファイル位置付は制御語の内容をソート固定情報保
存ファイルに保存し、出力処理手段がソート中間ファイ
ル内のストリングをマージ処理して最終的に1本のスト
リングにまとめてソート出力ファイルに出力する。
In the in-file record sorting method of the present invention, in the input file positioning, the control word indicates the record input start position in the sorting input file, and in the intermediate file positioning, the control word indicates the string output start position in the sorting intermediate file. , the sort fixed information storage file stores the control data necessary to execute sort processing, the sort work area, the input file positioning stores the control words, the intermediate file positioning stores the contents of the control words, and the sort initial processing means stores the contents of the control words. If a sort parameter table is specified by the sort usage program, a sort work area is created based on this sort parameter table, the contents of the sort work area are saved in a sort fixed information storage file, and the input file positioning is set as a control word. Set the record input start position, set the string output start position in the control word for intermediate file positioning, and if the sort parameter table is not specified by the sort usage program, sort work area and input from the sort fixed information storage file. The file positioning restores the contents of the control word, and the intermediate file positioning restores the contents of the control word, and the input processing means reads the records one by one from the record input start position in the sort input file indicated by the control word. Performs sort processing and writes the string that is the intermediate result of sort processing to the intermediate file from the string output start position in the sort intermediate file indicated by the control word.The relative position in the sort input file of the end of the last read record is written. The input file positioning is set to the control word, the input file positioning saves the contents of the control word in the sort fixed information storage file, and the merge processing means calculates the number of all strings in the sort intermediate file in one merge process. Perform the merging process until the number of strings that can be merged is reduced, and then write the generated strings to the sorting intermediate file again. Set the intermediate file positioning to the control word to set the relative position in the sorting intermediate file of the end of the last string written, and then File positioning stores the contents of the control word in a sort fixed information storage file, and the output processing means merges the strings in the sort intermediate file to finally combine them into one string and output it to the sort output file.

〔実施例〕〔Example〕

次に、本発明について図面を参照して詳細に説明する。 Next, the present invention will be explained in detail with reference to the drawings.

第1図は、本発明の一実施例のファイル内レコードのソ
ート方式の構成を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of a method for sorting records in a file according to an embodiment of the present invention.

本実施例のファイル内レコードのソート方式は、ソート
処理を利用して処理を実行するソート利用プログラム1
と、ソートすべきレコードを格納するソート入力ファイ
ル2と、ソート処理の中間結果である順序付けられたレ
コード列(以下、ストリングと称する)を格納するソー
ト中間ファイル3と、ソートされたレコードを書き出す
ソート出力ファイル4と、ソート比較命令等のソート処
理の実行に必要な制御データが格納されるソート作業領
域5と、ソート入力ファイル2からのレコード入力開始
位置を示す入力ファイル位置付は制御語6と、ソート中
間ファイル3へのストリング出力開始位置を示す中間フ
ァイル位置付は制御語7と、ソート作業領域5.入力フ
ァイル位置付は制御語6および中間ファイル位置付は制
御語7を保存するソート固定情報保存ファイル8と、ソ
ート処理を実行するソート処理手段9と、ソート利用プ
ログラム1がソート処理手段9に渡すソートパラメータ
を格納するソートパラメータテーブル10とを含んで構
成されている。
The method for sorting records in a file in this embodiment is a sorting program 1 that executes processing using sorting processing.
, a sort input file 2 that stores records to be sorted, a sort intermediate file 3 that stores an ordered record string (hereinafter referred to as a string) that is an intermediate result of sort processing, and a sort file that writes out sorted records. An output file 4, a sort work area 5 in which control data necessary for executing sort processing such as sort comparison commands are stored, and an input file position indicating the start position of record input from the sort input file 2 is a control word 6. , the intermediate file position indicating the start position of string output to the sort intermediate file 3 is the control word 7, and the sort work area 5. The input file positioning is a sort fixed information storage file 8 that stores a control word 6 and the intermediate file positioning is a control word 7. A sorting processing means 9 executes sorting processing, and the sorting program 1 passes it to the sorting processing means 9. It is configured to include a sort parameter table 10 that stores sort parameters.

ソート固定情報保存ファイル8には、ソート作業領域5
の内容を格納するソート作業領域格納領域81と、入力
ファイル位置付は制御語6の内容を格納する入力ファイ
ル位置付は制御語格納領域82と、中間ファイル位置付
は制御語7の内容を格納する中間ファイル位置付は制御
語格納領域83とが含まれている。
The sort fixed information storage file 8 includes a sort work area 5.
a sort work area storage area 81 for storing the contents of the input file positioning, a control word storage area 82 for the input file positioning storing the contents of the control word 6, and a control word storage area 82 for the intermediate file positioning storing the contents of the control word 7. The intermediate file positioning includes a control word storage area 83.

ソート処理手段9は、ソート初期処理手段91と、入力
処理手段92と、マージ処理手段93と、出力処理手段
94とを含んで構成されている。
The sort processing means 9 includes a sort initial processing means 91, an input processing means 92, a merge processing means 93, and an output processing means 94.

第2図を参照すると、ソート初期処理手段91における
処理は、ソートパラメータテーブル指定有無判定ステッ
プ911と、ソート作業領域設定ステップ912と、ソ
ート作業領域保存ステップ913と、入力ファイル位置
付は制御語および中間ファイル位置付は制御語設定ステ
ップ914と、ソート作業領域復元ステップ915と、
入力ファイル位置付は制御語および中間ファイル位置付
は制御語復元ステップ916とからなる。
Referring to FIG. 2, the processing in the sort initial processing means 91 includes a step 911 for determining whether or not a sort parameter table is specified, a sort work area setting step 912, a sort work area storage step 913, and input file positioning for control words and Intermediate file positioning is performed in a control word setting step 914, a sort work area restoration step 915,
The input file location consists of a control word and the intermediate file location consists of a control word restoration step 916.

第3図を参照すると、入力処理手段92における処理は
、レコード入力開始位置設定ステップ921と、ストリ
ング出力開始位置設定ステップ922と、ソートおよび
ストリング出力ステップ923と、次レコード入力開始
位置設定・保存ステップ924とからなる。
Referring to FIG. 3, the processing in the input processing means 92 includes a record input start position setting step 921, a string output start position setting step 922, a sort and string output step 923, and a next record input start position setting/save step. It consists of 924.

第4図を参照すると、マージ処理手段93における処理
は、ストリング本数判定ステップ931 と、マージお
よびストリング出力ステップ932と、次ストリング出
力開始位置設定・保存ステップ933とからなる。
Referring to FIG. 4, the processing in the merge processing means 93 consists of a string number determination step 931, a merging and string output step 932, and a next string output start position setting/storage step 933.

次に、このように構成された本実施例のファイル内レコ
ードのソート方式の動作について説明スる。
Next, the operation of the in-file record sorting method of this embodiment configured as described above will be explained.

まず、ソート入力ファイル2を新しく作成して最初のソ
ート処理を行う場合の動作について説明する。
First, the operation when a new sort input file 2 is created and the first sort process is performed will be described.

ソート利用プログラム1は、ソート入力ファイル2を新
しく作成して最初のソート処理を行う場合には、ソート
パラメータテーブル10にソートキー等の必要なソート
パラメータを設定しソートパラメータテーブル10を指
定してソート処理手段9を呼び出す。
When the sort usage program 1 creates a new sort input file 2 and performs the first sort process, it sets necessary sort parameters such as a sort key in the sort parameter table 10, specifies the sort parameter table 10, and performs the sort process. Call means 9.

呼び出されたソート処理手段9は、ソート利用プログラ
ム1から制御を渡されると、まずソート初期処理手段9
1を起動する。
When the called sorting processing means 9 receives control from the sorting program 1, it first performs the sorting initial processing means 9.
Start 1.

起動されたソート初期処理手段91は、まずソート利用
プログラム1によりソートパラメータテーブル10が指
定されているか否かを判定する(ステップ911)。い
ま、ソートパラメータテーブル10が指定されているの
で、ソート初期処理手段91は、ソートパラメータテー
ブル10内のソートキー等のソートパラメータを解析し
てソートキー比較命令等のソート処理の実行に必要な制
御データをソート作業領域5に設定する(ステップ91
2)。次に、ソート初期処理手段91は、ソート作業領
域5の内容をソート固定情報保存ファイル8内のソート
作業領域格納領域81に保存する(ステップ913)。
The activated sort initial processing means 91 first determines whether the sort parameter table 10 is specified by the sort utilization program 1 (step 911). Since the sort parameter table 10 is now specified, the sort initial processing means 91 analyzes the sort parameters such as the sort key in the sort parameter table 10 and generates control data necessary for executing the sort process such as a sort key comparison command. Set in sort work area 5 (step 91
2). Next, the sort initial processing means 91 stores the contents of the sort work area 5 in the sort work area storage area 81 in the sort fixed information storage file 8 (step 913).

続いて、ソート初期処理手段91は、ソート入力ファイ
ル2内の先頭位置をレコード入力開始位置として入力フ
ァイル位置付は制御語6に設定するとともにソート中間
ファイル3内の先頭位置をストリング出力開始位置とし
て中間ファイル位置付は制御語7に設定して(ステップ
914)、入力初期処理を終了し入力処理手段92を起
動する。
Subsequently, the sort initial processing means 91 sets the input file positioning to the control word 6 as the start position in the sort input file 2 as the record input start position, and sets the start position in the sort intermediate file 3 as the string output start position. Intermediate file positioning is set to control word 7 (step 914), input initial processing is ended, and input processing means 92 is activated.

起動された入力処理手段92は、ソート入力ファイル2
を入力ファイル位置付は制御語6によって示される位置
にボジショニングする、すなわちソート入力ファイル2
からのレコード入力開始位置を設定する(ステップ92
1)。いま、ソート入力ファイル2が新しく作成されて
最初のソート処理を行う場合であるので、ソート入力フ
ァイル2はソート入力ファイル2内の先頭位置にボジシ
ョニングされる。
The activated input processing means 92 reads the sort input file 2.
The input file positioning positions the input file to the position indicated by the control word 6, that is, the sort input file 2
Set the record input start position from (step 92
1). Now, since the sort input file 2 is newly created and the first sorting process is to be performed, the sort input file 2 is positioned at the beginning position in the sort input file 2.

次に、入力処理手段92は、ソート中間ファイル3を中
間ファイル位置付は制御語7によって示される位置にポ
ジショニングする、すなわちソート中間ファイル3への
ストリング出力開始位置を設定する(ステップ922)
。いま、ソート入力ファイル2が新しく作成されて最初
のソート処理を行う場合であるので、ソート中間ファイ
ル3はソート中間ファイル3内の先頭位置にポジショニ
ングされる。
Next, the input processing means 92 positions the sort intermediate file 3 at the position indicated by the intermediate file positioning control word 7, that is, sets the string output start position to the sort intermediate file 3 (step 922).
. Now, since the sorting input file 2 is newly created and the first sorting process is to be performed, the sorting intermediate file 3 is positioned at the top position in the sorting intermediate file 3.

続いて、入力処理手段92は、ソート入力ファイル2か
らレコードを1件ずつ読み込みながらソート処理を行っ
ていき、ソート処理の中間結果としてのストリングをソ
ート中間ファイル3に出力していく (ステップ923
)。いま、ソート入力ファイル2が新しく作成されて最
初のソート処理を行う場合であるので、ソート入力ファ
イル2内の先頭位置からすべてのレコードが読み込まれ
、生成されたストリングはソート中間ファイル3内の先
頭位置から書き込まれていく。
Subsequently, the input processing means 92 performs sorting processing while reading records one by one from the sorting input file 2, and outputs a string as an intermediate result of the sorting processing to the sorting intermediate file 3 (step 923).
). Now, since sort input file 2 has been newly created and the first sort process is to be performed, all records are read from the first position in sort input file 2, and the generated string is read from the first position in sort intermediate file 3. It is written from the position.

読み込んだレコードをすべてストリングとしてソート中
間ファイル3に出力したならば、入力処理手段92は、
最後に読み込んだレコードの末尾のソート入力ファイル
2内の相対位置を入力ファイル位置付は制御語6に設定
し、入力ファイル位置付は制御語6の内容をソート固定
情報保存ファイル8内の入力ファイル位置付は制御語格
納領域82に保存して(ステップ924)、入力処理を
終了しマージ処理手段93を起動する。
Once all the read records have been output as strings to the sorting intermediate file 3, the input processing means 92
Sort the end of the last read record Set the relative position in input file 2 to input file positioning to control word 6, and input file positioning to sort the contents of control word 6 Input file in fixed information storage file 8 The positioning is saved in the control word storage area 82 (step 924), the input processing is ended, and the merge processing means 93 is activated.

起動されたマージ処理手段93は、ソート中間ファイル
3内のストリングの本数が1回のマージ処理でマージで
きるストリングの本数以下であるか否かを判定する(ス
テップ931)。ソート中間ファイル3内のストリング
の本数が1回のマージ処理でマージできるストリングの
本数よりも多い場合には、マージ処理手段93は、ソー
ト中間ファイル3内のストリングをマージ処理して新し
いストリングにし、ふたたびソート中間ファイル3に出
力しくステップ932)、ステップ931に戻る。ソ一
ト中間ファイル3内のストリングの本数が1回のマージ
処理でマージできるストリングの本数以下になるまで、
ステップ931およびステップ932の処理が繰り返さ
れる。
The activated merge processing means 93 determines whether the number of strings in the sort intermediate file 3 is less than or equal to the number of strings that can be merged in one merge process (step 931). If the number of strings in the sort intermediate file 3 is greater than the number of strings that can be merged in one merge process, the merge processing means 93 merges the strings in the sort intermediate file 3 into a new string, To output the data to the sort intermediate file 3 again (step 932), the process returns to step 931. Until the number of strings in sort intermediate file 3 becomes less than the number of strings that can be merged in one merge process,
The processing of steps 931 and 932 is repeated.

ステップ931で、ソート中間ファイル3内の全ストリ
ングの本数が1回のマージ処理でマージできるストリン
グの本数以下になったと判定されたならば、マージ処理
手段93は、最後にソート中間ファイル3に出力したス
トリングの末尾のソート中間ファイル3内の相対位置を
中間ファイル位置付は制御語7に設定し、中間ファイル
位置付は制御語7の内容をソート固定情報保存ファイル
8内の中間ファイル位置付は制御語格納領域83に保存
して(ステップ933 ) 、マージ処理を終了し出力
処理手段94を起動する。
If it is determined in step 931 that the number of all strings in the sort intermediate file 3 has become less than the number of strings that can be merged in one merge process, the merge processing means 93 finally outputs the strings to the sort intermediate file 3. The relative position of the end of the string in the sorted intermediate file 3 is set to the intermediate file positioning control word 7, and the intermediate file positioning in the sorted fixed information storage file 8 is set to the content of the control word 7. The data is stored in the control word storage area 83 (step 933), the merge process is completed, and the output processing means 94 is activated.

起動された出力処理手段94は、ソート中間ファイル3
内のすべてのストリングをマージ処理してソート処理の
最終的な結果である1本のストリングにまとめてソート
出力ファイル4に出力する。
The activated output processing means 94 outputs the sort intermediate file 3
All the strings in the string are merged into one string, which is the final result of the sorting process, and outputted to the sort output file 4.

出力処理手段94によるソート出力ファイル4への出力
処理が終了すると、ソート入力ファイル2が新しく作成
されて最初のソート処理が完了し、ソート処理手段9は
ソート利用プログラム1に制御を戻す。
When the output processing to the sort output file 4 by the output processing means 94 is completed, a new sort input file 2 is created, the first sort processing is completed, and the sort processing means 9 returns control to the sort utilization program 1.

次に、ソート入力ファイル2内にすでに存在するレコー
ドに加えて新しいレコードを随時追加しながらソート処
理を行う場合の本実施例のファイル内レコードのソート
方式の動作について説明する。
Next, the operation of the in-file record sorting method of this embodiment will be described when sorting is performed while adding new records as needed in addition to the records already existing in the sorting input file 2.

ソート利用プログラム1は、前回のソート処理と異なっ
たソートパラメータでソート処理を行う場合には、ソー
トパラメータテーブル10に新たなソートパラメータを
設定しソートパラメータテーブル10を指定してソート
処理手段9を呼び出す。
When performing sorting using different sorting parameters from the previous sorting, the sorting program 1 sets new sorting parameters in the sorting parameter table 10, specifies the sorting parameter table 10, and calls the sorting means 9. .

また、前回のソート処理と同一のソートパラメータでソ
ート処理を行う場合には、ソート利用プログラム1は、
ソートパラメータテーブル10の代わりに前回のソート
処理の実行時にソート処理手段9により作成されたソー
ト固定情報保存ファイル8を割り当ててソート処理手段
9を呼び出す。
In addition, when performing sort processing using the same sort parameters as the previous sort processing, the sort usage program 1
Instead of the sorting parameter table 10, the sorting fixed information storage file 8 created by the sorting means 9 during the previous sorting process is allocated and the sorting means 9 is called.

呼び出されたソート処理手段9は、ソート利用プログラ
ム1から制御を渡されると、まずソート初期処理手段9
1を起動する。
When the called sorting processing means 9 receives control from the sorting program 1, it first performs the sorting initial processing means 9.
Start 1.

起動されたソート初期処理手段91は、まずソート利用
プログラム1によりソートパラメータテーブル10が指
定されているか否かを判定する(ステップ911)。ソ
ートパラメータテーブル10が指定されている場合には
、ソート初期処理手段91は、前述したソート入力ファ
イル2を新しく作成して最初のソート処理を行った場合
と同様にステップ912〜ステツプ914の処理を行い
、入力初期処理を終了して入力処理手段92を起動する
。以下、新しいソートパラメータでソート処理を行う場
合の動作は、前述したソート入力ファイル2が新しく作
成されて最初のソート処理を行う場合の動作と同じであ
るので詳しい説明を省略する。
The activated sort initial processing means 91 first determines whether the sort parameter table 10 is specified by the sort utilization program 1 (step 911). If the sort parameter table 10 is specified, the sort initial processing means 91 performs steps 912 to 914 in the same way as when the above-mentioned sort input file 2 is newly created and the first sort process is performed. Then, the input initial processing is completed and the input processing means 92 is activated. Hereinafter, the operation when performing the sorting process using new sorting parameters is the same as the operation when performing the first sorting process after the sorting input file 2 is newly created as described above, so a detailed explanation will be omitted.

ステップ911でソートパラメータテーブル10が指定
されていない場合には、ソート初期処理手段91は、ソ
ート固定情報保存ファイル8内のソート作業領域格納領
域81の内容を主記憶装置(図示せず)にロードするこ
とによりソート作業領域5を復元しくステップ915)
、ソート固定情報保存ファイル8内の入力ファイル位置
付は制御語格納領域82および中間ファイル位置付は制
御語格納領域83の内容を主記憶装置にロードすること
により入力ファイル位置付は制御語6および中間ファイ
ル位置付は制御語7を復元して(ステップ916)、ソ
ート初期処理を終了し入力処理手段92を起動する。
If the sort parameter table 10 is not specified in step 911, the sort initial processing means 91 loads the contents of the sort work area storage area 81 in the sort fixed information storage file 8 into the main storage device (not shown). The sort work area 5 is restored by performing step 915).
, the input file positioning in the sort fixed information storage file 8 is done by loading the contents of the control word storage area 82 and the intermediate file positioning by loading the contents of the control word storage area 83 into the main memory. The intermediate file positioning restores the control word 7 (step 916), completes the initial sorting process, and activates the input processing means 92.

起動された入力処理手段92は、ソート入力ファイル2
を入力ファイル位置付は制御語6によって示される位置
にポジショニングする(ステップ921)。例えば、第
5図に示すように、既存のレコード201 、202 
、・・・、203と追加されたレコード211.・・・
、212とを有するソート入力ファイル2は、入力ファ
イル位置付は制御語6によって既存のレコード203の
末尾にポジショニングされる。
The activated input processing means 92 reads the sort input file 2.
The input file is positioned at the position indicated by control word 6 (step 921). For example, as shown in FIG. 5, existing records 201 and 202
, ..., 203 and the added record 211. ...
, 212 is positioned at the end of the existing record 203 by input file positioning control word 6.

次に、入力処理手段92は、ソート中間ファイル3を中
間ファイル位置付は制御語7によって示される位置にポ
ジショニングする(ステップ922)。
Next, the input processing means 92 positions the sort intermediate file 3 at the position indicated by the intermediate file positioning control word 7 (step 922).

例えば、第5図に示すように、既存のレコード201 
、202 、・・・、203のソート処理の中間結果と
して生成されて書き込まれている既存のストリング30
1および302を有するソート中間ファイル3は、中間
ファイル位置付は制御語7によって既存のストリング3
02の末尾にボジショニングされる。
For example, as shown in FIG.
, 202 , . . . , 203 The existing string 30 is generated and written as an intermediate result of the sorting process.
1 and 302, the intermediate file positioning is set to the existing string 3 by the control word 7.
Positioned at the end of 02.

続いて、入力処理手段92は、ソート入力ファイル2か
ら追加レコードを1件ずつ読み込みながらソート処理を
行っていき、ソート処理の中間結果としてのストリング
をソート中間ファイル3に出力していく (ステップ9
23)。例えば、第5図に示すように、入力処理手段9
2は、入力ファイル2内の追加レコード211.・・・
、212のみを読み込み、生成されたストリングはソー
ト中間ファイル3内の既存のストリング302の末尾か
ら追加されて書き込まれていくことになる。
Subsequently, the input processing means 92 performs a sorting process while reading additional records one by one from the sorting input file 2, and outputs a string as an intermediate result of the sorting process to the sorting intermediate file 3 (Step 9
23). For example, as shown in FIG.
2 is an additional record 211.2 in input file 2. ...
, 212 are read, and the generated string is added to the end of the existing string 302 in the sorting intermediate file 3 and written.

読み込んだ追加レコードをすべてストリングとしてソー
ト中間ファイル3に出力したならば、入力処理手段92
は、最後に読み込んだ追加レコードの末尾のソート入力
ファイル2内の相対位置を入カフアイル位置付は制御語
6に設定し、入力ファイル位置付は制御語6の内容をソ
ート固定情報保存ファイル8内の入力ファイル位置付は
制御語格納領域82に保存して(ステップ924 ) 
、入力処理を終了しマージ処理手段93を起動する。
Once all the read additional records have been output as strings to the sorting intermediate file 3, the input processing means 92
inputs the relative position in the sort input file 2 of the end of the additional record read last, sets the file position to control word 6, and sets the input file position to the content of control word 6 in the sort fixed information storage file 8. The input file location is saved in the control word storage area 82 (step 924).
, ends the input processing and starts the merge processing means 93.

例えば、第6図に示すように、追加レコード211、・
・・、212を有するソート入力ファイル2を前回のソ
ート処理と同一のソートパラメータでソート処理を行っ
た場合の入力処理手段92による入力処理終了時点では
、入力ファイル位置付は制御語6は、ソート入力ファイ
ル2内の最後に入力された追加レコード212の末尾の
位置、すなわち次の追加レコードが入力される位置を示
している。
For example, as shown in FIG. 6, additional records 211,...
. . , 212 is sorted using the same sort parameters as the previous sorting process. At the end of the input processing by the input processing means 92, the input file positioning control word 6 is sorted. It shows the end position of the last input additional record 212 in the input file 2, that is, the position where the next additional record is input.

また、ソート中間ファイル3には、既存のストリング3
01および302に加えて追加レコード211゜・・・
、212のソート処理の中間結果として新しく生成され
たストリング311 、312 、313および314
が書き込まれ、中間ファイル位置付は制御語7はソート
中間ファイル3内の既存のストリング302の末尾の位
置を指している。
In addition, the existing string 3 is stored in the sort intermediate file 3.
In addition to 01 and 302, additional records 211°...
, 212 newly generated strings 311 , 312 , 313 and 314 as intermediate results of the sorting process.
is written, and the intermediate file location control word 7 points to the end position of the existing string 302 in the sort intermediate file 3.

起動されたマージ処理手段93は、ソート中間ファイル
3内の既存のストリングと今回のソート入力処理手段9
2の処理によって新しく書き込まれたストリングの合計
の本数が1回のマージ処理でマージできるストリングの
本数以下であるか否かを判定する(ステップ931)。
The activated merge processing means 93 merges the existing string in the sort intermediate file 3 with the current sort input processing means 9.
It is determined whether the total number of strings newly written in step 2 is less than or equal to the number of strings that can be merged in one merge process (step 931).

以下、マージ処理手段93は、ソート入力ファイル2が
新しく作成されて最初のソート処理を行った場合と同様
にして、ステップ931〜ステツプ933の処理を行い
、出力処理手段94を起動する。
Thereafter, the merge processing means 93 performs the processing of steps 931 to 933 and starts the output processing means 94 in the same manner as when the sort input file 2 is newly created and the first sort processing is performed.

例えば、第7図に示すように、第6図に示すソート入力
ファイル2内の既存のストリング301および302と
新しく生成されたストリング311゜312 、313
および314 とを1回のマージ処理でマージできるま
でマージ処理手段93によるマージ処理が繰り返し行わ
れる結果、ソート中間ファイル3内のストリングは3本
のストリング321 、322および323にまとめら
れる。また、中間ファイル位置付は制御語7は、最後に
生成されたスl−IJソング23の末尾の位置、すなわ
ち次のソート処理でストリングを出力し始める位置を指
している。
For example, as shown in FIG. 7, the existing strings 301 and 302 in the sort input file 2 shown in FIG. 6 and the newly generated strings 311, 312, 313
and 314 can be merged in one merge process. As a result, the merging process by the merging process means 93 is repeated until the strings in the sorting intermediate file 3 are combined into three strings 321, 322, and 323. Further, in the intermediate file positioning, the control word 7 indicates the end position of the last generated Sl-IJ song 23, that is, the position at which strings are to be output in the next sorting process.

起動された出力処理手段94は、前述したソート入力フ
ァイル2が新しく作成されて最初のソート処理を行う場
合と同様の処理を行って、ソート出力ファイル4にソー
ト結果として1本のストリングを出力する。
The activated output processing means 94 performs the same processing as when the above-mentioned sort input file 2 is newly created and performs the first sort processing, and outputs one string as a sort result to the sort output file 4. .

出力処理手段94の処理が終了すると、ソート入力ファ
イル2が新しく作成されて2回目以降のソート処理で前
回のソート処理と同一のソートパラメータにより行われ
るソート処理が完了し、ソート処理手段9はソート利用
プログラム1に制御を戻す。
When the processing of the output processing means 94 is completed, a new sort input file 2 is created, and the sorting processing performed using the same sorting parameters as the previous sorting processing is completed in the second and subsequent sorting processings, and the sorting processing means 9 Return control to usage program 1.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、ソート入力ファイルに入
力データを随時追加していきながら所定の契機でソート
処理を繰り返すファイル内レコードのソート方式におい
て、ソート入力ファイルが作成されてから最初のソート
処理の際にソート比較命令等のソート処理を行うために
必要な制御データとソート入力ファイルへの次のレコー
ド入力開始位置とソート中間ファイルへの次のストリン
グ出力開始位置とをソート固定情報保存ファイルに保存
しておくことにより、ソート入力ファイルが作成されて
から2回目以降のソート処理で前回のソート処理と同一
のソートパラメータにより行われるソート処理では、ソ
ート入力ファイルに新しく追加されたレコードのみを読
み込んでソート処理を行えばすむことになり、ソート処
理に要する時間を大幅に短縮することができるという効
果がある。
As explained above, the present invention is a method for sorting records in a file in which input data is added to a sort input file as needed and the sorting process is repeated at a predetermined opportunity. At this time, the control data necessary to perform sort processing such as sort comparison commands, the next record input start position to the sort input file, and the next string output start position to the sort intermediate file are stored in the sort fixed information storage file. By saving it, in the second and subsequent sort processing after the sort input file is created, only records newly added to the sort input file will be read in the sort processing performed using the same sort parameters as the previous sort processing. This means that the sorting process can be carried out using , which has the effect of significantly shortening the time required for the sorting process.

また、ソート入力ファイルが作成されてから2回目以降
のソート処理で前回のソート処理と同一のソートパラメ
ータにより行われるソート処理では、ソート固定情報保
存ファイルを割り付けることによりパラメータ解析、制
御データ設定等のソート初期処理を行わずにすみ、ソー
ト初期処理に要する時間を無駄に消費せずにすますこと
ができるという効果がある。
In addition, in the second and subsequent sorting processes after the sorting input file is created, which are performed using the same sorting parameters as the previous sorting process, by allocating a sorting fixed information storage file, parameter analysis, control data setting, etc. There is an effect that it is not necessary to perform the initial sorting process, and the time required for the initial sorting process is not wasted.

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

第1図は本発明の一実施例のファイル内しコードのソー
ト方式の構成を示すブロック図、第2図は第1図中のソ
ート初期処理手段における処理を示す流れ図、 第3図は第1図中の入力処理手段における処理を示す流
れ図、 第4図は第1図中のマージ処理手段における処理を示す
流れ図、 第5図は第1図中の入力処理手段の処理開始時点でのソ
ート入力ファイルおよびソート中間ファイルの状態の一
例を示す図、 第6図は第1図中の入力処理手段の処理終了時点でのソ
ート入力ファイルおよびソート中間ファイルの状態の一
例を示す図、 第7図は第1図中のマージ処理手段の処理終了時点での
ソート入力ファイルおよびソート中間ファイルの状態の
一例を示す図である。 図において、 l・・・ソート利用プログラム、 2・・・ソート入力ファイル、 3・・・ソート中間ファイル、 4・・・ソート出力ファイル、 5・・・ソート作業領域、 6・・・入力ファイル位置付は制御語、7・・・中間フ
ァイル位置付は制御語、8・・・ソート固定情報保存フ
ァイル、9・・・ソート処理手段、 10・・・ソートパラメータテーブル、81・・・ソー
ト作業領域格納領域、 82・・・入力ファイル位置付は制御語格納領域、83
・・・中間ファイル位置付は制御語格納領域、91・・
・ソート初期処理手段、 92・・・入力処理手段、 93・・・マージ処理手段、 94・・・出力処理手段である。
FIG. 1 is a block diagram showing the configuration of a method for sorting codes within a file according to an embodiment of the present invention, FIG. 2 is a flowchart showing the processing in the sort initial processing means in FIG. 1, and FIG. FIG. 4 is a flowchart showing the processing in the input processing means in FIG. 1; FIG. 5 is a flowchart showing the processing in the merge processing means in FIG. 1; FIG. FIG. 6 is a diagram showing an example of the state of the sort input file and sort intermediate file at the end of processing of the input processing means in FIG. 1; FIG. FIG. 2 is a diagram showing an example of the state of a sort input file and a sort intermediate file at the end of processing of the merge processing means in FIG. 1; In the figure, l... Sort usage program, 2... Sort input file, 3... Sort intermediate file, 4... Sort output file, 5... Sort work area, 6... Input file position. Attachment is a control word, 7... Intermediate file positioning is a control word, 8... Sort fixed information storage file, 9... Sort processing means, 10... Sort parameter table, 81... Sort work area Storage area, 82...Input file positioning is control word storage area, 83
...Intermediate file positioning is control word storage area, 91...
- sort initial processing means, 92...input processing means, 93...merge processing means, 94...output processing means.

Claims (1)

【特許請求の範囲】 ソート入力ファイルに入力データを随時追加していきな
がら所定の契機でソート処理を繰り返し行うファイル内
レコードのソート方式において、前記ソート入力ファイ
ル内のレコード入力開始位置を示す入力ファイル位置付
け制御語と、ソート中間ファイル内のストリング出力開
始位置を示す中間ファイル位置付け制御語と、 ソート処理の実行に必要な制御データが格納されるソー
ト作業領域、前記入力ファイル位置付け制御語および前
記中間ファイル位置付け制御語の内容を保存するソート
固定情報保存ファイルと、ソート利用プログラムにより
ソートパラメータテーブルが指定された場合にはこのソ
ートパラメータテーブルに基づいて前記ソート作業領域
を作成して前記ソート作業領域の内容を前記ソート固定
情報保存ファイルに保存し前記入力ファイル位置付け制
御語にレコード入力開始位置を設定し前記中間ファイル
位置付け制御語にストリング出力開始位置を設定し前記
ソート利用プログラムにより前記ソートパラメータテー
ブルが指定されなかった場合には前記ソート固定情報保
存ファイルから前記ソート作業領域、前記入力ファイル
位置付け制御語および前記中間ファイル位置付け制御語
の内容を復元するソート初期処理手段と、 前記入力ファイル位置付け制御語が示す前記ソート入力
ファイル内のレコード入力開始位置からレコードを1件
ずつ読み込みながらソート処理を行ってソート処理の中
間結果であるストリングを前記中間ファイル位置付け制
御語が示す前記ソート中間ファイル内のストリング出力
開始位置から書き出し最後に読み込んだレコードの末尾
の前記ソート入力ファイル内の相対位置を前記入力ファ
イル位置付け制御語に設定して前記入力ファイル位置付
け制御語の内容を前記ソート固定情報保存ファイルに保
存する入力処理手段と、 前記ソート中間ファイル内の全ストリングの本数が1回
のマージ処理でマージできる本数以下になるまでマージ
処理を行って生成したストリングを前記ソート中間ファ
イルに再び書き出し最後に書き出したストリングの末尾
の前記ソート中間ファイル内の相対位置を前記中間ファ
イル位置付け制御語に設定して前記中間ファイル位置付
け制御語の内容を前記ソート固定情報保存ファイルに保
存するマージ処理手段と、 前記ソート中間ファイル内のストリングをマージ処理し
て最終的に1本のストリングにまとめてソート出力ファ
イルに出力する出力処理手段と、を有することを特徴と
するファイル内レコードのソート方式。
[Claims] In a record sorting method in a file in which input data is added to a sort input file as needed and sort processing is repeated at a predetermined opportunity, an input file indicating a record input start position in the sort input file. a positioning control word, an intermediate file positioning control word indicating the string output start position in the sort intermediate file, a sort work area in which control data necessary for executing sort processing is stored, the input file positioning control word and the intermediate file. A sort fixed information storage file that stores the contents of positioning control words, and if a sort parameter table is specified by the sort usage program, the sort work area is created based on this sort parameter table, and the contents of the sort work area are created. is stored in the sort fixed information storage file, a record input start position is set in the input file positioning control word, a string output start position is set in the intermediate file positioning control word, and the sort parameter table is specified by the sort usage program. a sort initial processing means for restoring the contents of the sort work area, the input file positioning control word, and the intermediate file positioning control word from the sort fixed information storage file if the contents are not found; and Sort processing is performed while reading records one by one from the record input start position in the sort input file, and the string that is the intermediate result of the sort processing is output from the string output start position in the sort intermediate file indicated by the intermediate file positioning control word. Input processing means for setting the relative position in the sorting input file of the end of the last read record to the input file positioning control word, and saving the contents of the input file positioning control word in the sorting fixed information storage file. Then, the strings generated by merging until the number of all strings in the sorting intermediate file becomes less than the number that can be merged in one merge process are written out again to the sorting intermediate file, and the strings at the end of the string written last are merging processing means for setting a relative position in the sorting intermediate file in the intermediate file positioning control word and saving the contents of the intermediate file positioning control word in the sorting fixed information storage file; A method for sorting records in a file, comprising: output processing means for merging and finally outputting the string into one string to a sort output file.
JP11193987A 1987-05-08 1987-05-08 Sorting system for record in file Pending JPS63276629A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11193987A JPS63276629A (en) 1987-05-08 1987-05-08 Sorting system for record in file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11193987A JPS63276629A (en) 1987-05-08 1987-05-08 Sorting system for record in file

Publications (1)

Publication Number Publication Date
JPS63276629A true JPS63276629A (en) 1988-11-14

Family

ID=14573928

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11193987A Pending JPS63276629A (en) 1987-05-08 1987-05-08 Sorting system for record in file

Country Status (1)

Country Link
JP (1) JPS63276629A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02259828A (en) * 1989-03-31 1990-10-22 Mitsubishi Electric Corp File mergence processing system
CN104897828A (en) * 2014-03-04 2015-09-09 株式会社岛津制作所 Chromatograph data processing system and data processing method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02259828A (en) * 1989-03-31 1990-10-22 Mitsubishi Electric Corp File mergence processing system
CN104897828A (en) * 2014-03-04 2015-09-09 株式会社岛津制作所 Chromatograph data processing system and data processing method

Similar Documents

Publication Publication Date Title
JPS63276629A (en) Sorting system for record in file
JPH05297911A (en) Sequence control circuit for sequence controller
JPH02257349A (en) Network address setting system
JPS6042492B2 (en) Processing phase execution control method
JP2961781B2 (en) Data processing device
JPS62221058A (en) Additional load control system for input/output control program
JPH02165325A (en) Sorting system for random access file
JPH01286053A (en) Data control system over plural types of computers
JPH04353944A (en) Record additional system for index order formation file
JPH01185729A (en) Overlay structure program execution system
JPS59153247A (en) Debugging device
JPS6286436A (en) Editor control information generating system
JPH03137869A (en) Magnetic tape data recording system
JPH04328644A (en) Debug back-up device
JPH01300352A (en) Dump area instruction control system
JPH0844570A (en) System and method for program execution
JPS6344240A (en) Program processing control system
JPS5924344A (en) Overlay controlling system
JPH0333928A (en) Program patch system
JPH0573390A (en) Deadlock handling process system for data base
JPH035807A (en) Data record input/output system
JPH02263265A (en) Tabulation processor
JPH01205331A (en) Large-scale program link system
JPH05120222A (en) Common information acquisition system for on-line system
JPH03282636A (en) Data storing method for execution of test package