JPH03176732A - Sorting processing method - Google Patents

Sorting processing method

Info

Publication number
JPH03176732A
JPH03176732A JP31673489A JP31673489A JPH03176732A JP H03176732 A JPH03176732 A JP H03176732A JP 31673489 A JP31673489 A JP 31673489A JP 31673489 A JP31673489 A JP 31673489A JP H03176732 A JPH03176732 A JP H03176732A
Authority
JP
Japan
Prior art keywords
record
records
storage area
string
key
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.)
Granted
Application number
JP31673489A
Other languages
Japanese (ja)
Other versions
JP2926803B2 (en
Inventor
Kiyomitsu Hiyoshi
日吉 清充
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 JP31673489A priority Critical patent/JP2926803B2/en
Publication of JPH03176732A publication Critical patent/JPH03176732A/en
Application granted granted Critical
Publication of JP2926803B2 publication Critical patent/JP2926803B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To shorten a merge processing time by utilizing a quick sorting method in an external sorting method and setting up the length of a record string to be an intermediate sorting result longer than the number of records to be simultaneously stored in a main storage area. CONSTITUTION:Plural records capable of being stored in the main storage area are read out from the head of an original record string 1 and arranged in the prescribed strength order of keys. The records of weak keys are sorted and the record string is outputted so that an intermediate record string 5 is extended. In the case of only strong records, all the records in the area 3 are sorted and the record string is outputted to a working storage area 4. The key value of the weakest record is set up to a new reference value and unprocessed records in the string 1 are read out to the area 3 and the same processing is repeated. A merge processing part 6 executes the merge processing of the intermediate record strings and outputs a code string 7, so that the merge processing time can be shortened.

Description

【発明の詳細な説明】 〔概 要] 計算機における、ソート処理に関し、 外部ソートの場合に、クイックソート法を有効に利用し
て、中間ソート結果のレコード列の長さを主記憶領域に
一度に入るレコード数より長くすることを効率よくでき
るようにしたソート処理方法を目的とし、 環レコード群のレコードを、該レコードごとに定まるキ
ーの値の、所定の強さの順に従う所定のキー順にソート
する処理の場合に、該環レコード群の所定個数以内の該
レコードを所定の主記憶領域へ読み込み、該読み込んだ
レコードのうち、所定の基準値より強くないキーのレコ
ードのみを該キー順に並べて、直前に作業記憶領域に出
力したレコード列に追加して連結するように出力し、該
M 準値より強くないキーのレコードが無い場合には、
該主記憶領域のすべてのレコードを該キー順に並べて、
新たなレコード列として該作業記憶領域に出力し、該作
業記憶域に出力したレコードの最も弱いキーを新たに該
基準値とし、所定の初期値を該基準値として開始して、
該環レコード群のすべてのレコードについて、順次以上
の処理を反復した後、該作業記憶域に出力した該レコー
ド列について、所定のマージ処理を実行するように構成
する。
[Detailed Description of the Invention] [Summary] Regarding sorting processing in a computer, in the case of external sorting, the length of the record string of intermediate sorting results is stored in the main storage area at once by effectively utilizing the quick sort method. The purpose of this is a sort processing method that efficiently makes the length of records longer than the number of records entered, and sorts the records of a ring record group in the order of a predetermined key according to the predetermined strength of the key value determined for each record. In the case of processing, the records within a predetermined number of the ring record group are read into a predetermined main storage area, and among the read records, only the records whose keys are not stronger than a predetermined reference value are arranged in the order of the keys, It is added to and concatenated with the record string that was output to the working storage area immediately before, and if there is no record with a key that is not stronger than the corresponding M quasi-value,
Arrange all records in the main storage area in the order of the key,
output as a new record string to the working storage area, set the weakest key of the record output to the working storage area as the new reference value, start with a predetermined initial value as the reference value,
After sequentially repeating the above processing for all records of the ring record group, a predetermined merge process is executed for the record string output to the working storage area.

〔産業上の利用分野〕[Industrial application field]

本発明は、計算機におけるソート処理、特にレコード数
の多い場合のソート処理に、クイックソート法を有効に
利用できるようにしたソート処理方法に関する。
The present invention relates to a sorting method in which a quick sort method can be effectively used for sorting in a computer, particularly for sorting when there are a large number of records.

〔従来の技術と発明が解決しようとする課題〕公知のよ
うに、計算機におけるソート処理は、環レコード群のレ
コードを、レコードごとに定まるキーの値によって、キ
ーの所定の強さの順に並べる処理であり、主記憶に読み
込んだレコードをソートする、いわゆる内部ソートの場
合には、クイックソート法(情報処理学会編「情報処理
ハンドブック」第60頁参照)が比較的高速に処理でき
る方法として知られている。
[Prior art and problems to be solved by the invention] As is well known, sort processing in a computer is a process of arranging the records of a ring record group in order of predetermined key strength based on the key value determined for each record. In the case of so-called internal sorting, in which records read into main memory are sorted, the quick sort method (see page 60 of "Information Processing Handbook" edited by Information Processing Society of Japan) is known as a relatively fast processing method. ing.

レコード数が比較的多量になると、すべてのレコードを
主記憶に一度に読み込んで処理することができなくなる
ので、いわゆる外部ソートが必要になる。外部ソートで
は、例えば第3図に示す様に磁気ディスク等の外部記憶
装置に格納されたファイルをなす環レコード列lをソー
ト処理部2が分割して、主記憶領域3に読み込んで何等
かの方法で部分的にソートし、その中間ソート結果のレ
コード列を外部記憶装置の作業記憶領域4へ順次出力す
る。
When the number of records becomes relatively large, it becomes impossible to read all the records into main memory at once and process them, so so-called external sorting becomes necessary. In external sorting, for example, as shown in FIG. 3, the sort processing unit 2 divides a ring record string l forming a file stored in an external storage device such as a magnetic disk, reads it into the main storage area 3, and stores it in some way. The records are partially sorted according to the method, and the record strings resulting from the intermediate sorting are sequentially output to the working storage area 4 of the external storage device.

そのようにして一般に複数本生成される中間レコード列
5を、次にマージ処理部6が適当な方法でマージ処理す
ることにより、所要のキー順のl゛本の出力レコード列
7に併合するという手順がとられる。
The merge processing unit 6 then merges the intermediate record strings 5, which are generally generated in plural in this way, using an appropriate method, thereby merging them into l゛ output record strings 7 in the required key order. Steps will be taken.

このマージ処理では、例えばソートされた全レコード列
から強いキーの各レコードを順次取り出してキー順に並
べる必要があるので、マージ処理を高速化するには、ソ
ートされたレコード列をできるだけ長い列にして、列数
を少なくすることが望ましい。
In this merge process, for example, it is necessary to sequentially extract each record with a strong key from all the sorted record strings and arrange them in key order, so to speed up the merge process, make the sorted record string as long as possible. , it is desirable to reduce the number of columns.

一方、この中間レコード列を生成するためには、前記の
クイックソート法を使用すれば高速に処理できるが、前
記の通りこの方法で効率よく処理できるのは主記憶に一
度に読み込むことのできるレコード数の範囲に限られる
ので、ソート結果のレコード列の長さは主記憶領域の大
きさに制限されて一般に比較的短くなり、従って中間レ
コード列の列数が多くなって、マージ処理の処理量が増
大してしまうという問題がある。
On the other hand, in order to generate this intermediate record string, the above-mentioned quick sort method can be used to process quickly, but as mentioned above, this method can only efficiently process records that can be read into main memory at once. Since the number range is limited, the length of the record column of the sort result is limited by the size of the main storage area and is generally relatively short.Therefore, the number of intermediate record columns increases, reducing the processing amount of the merge process. There is a problem that the amount increases.

本発明は、外部ソートの場合に、クイックソート法を有
効に利用して、中間ソート結果のレコード列の長さを主
記憶領域に一度に入るレコード数より長くすることを効
率よくできるようにしたソート処理方法を目的とする。
In the case of external sorting, the present invention makes it possible to effectively make the length of the record string of intermediate sorting results longer than the number of records stored in the main storage area at one time by effectively utilizing the quick sort method. The purpose is a sort processing method.

〔課題を解決するための手段〕[Means to solve the problem]

第1図は、本発明の構成を示す処理の流れ図である。 FIG. 1 is a process flowchart showing the configuration of the present invention.

図はソート処理方法の構成を示し、環レコード群のレコ
ードを、該レコードごとに定まるキーの値の、所定の強
さの順に従う所定のキー順にソートする処理の場合に、
処理ステップIOで所定の初期設定の後、処理ステップ
11で該環レコード群の所定個数以内の該レコードを所
定の主記憶領域へ読み込み、処理ステップ12.13で
該読み込んだレコードのうち、所定の基準値より強くな
いキーのレコードのみを該キー順に並べて、直前に作業
記憶領域に出力したレコード列に追加して連結するよう
に出力し、又処理ステップ12で該基準値より強くない
キーのレコードが無い場合には、処理ステップ14で該
主記憶領域のすべてのレコードを該キー順に並べて、新
たなレコード列として該作業記憶領域に出力し、処理ス
テップ15で該作業記憶域に出力したレコードの最も弱
いキーを新たに該基準値とし、所定の初期値を該基準値
として開始して、処理ステップ16で識別して該原レコ
ード群のすべてのレコードについて、順次以上の処理を
反復した後、処理ステップ17で該作業記憶域に出力し
た該レコード列について、所定のマージ処理を実行する
The figure shows the configuration of a sort processing method, in which records of a ring record group are sorted in a predetermined key order according to a predetermined strength order of key values determined for each record.
After predetermined initialization in processing step IO, processing step 11 reads the records within a predetermined number of the ring record group into a predetermined main storage area, and processing step 12.13 reads a predetermined number of records from among the read records. Only the records with keys that are not stronger than the reference value are arranged in the order of the keys, added to and concatenated with the record string that was output to the working memory area immediately before, and in processing step 12, records with keys that are not stronger than the reference value are output. If there is no record, in processing step 14 all records in the main storage area are arranged in the order of the key and output as a new record string to the working storage area, and in processing step 15, the records output to the working storage area are The weakest key is newly set as the reference value, a predetermined initial value is started as the reference value, and the above process is sequentially repeated for all records of the original record group identified in processing step 16, A predetermined merge process is executed for the record string output to the working storage area in processing step 17.

〔作 用〕[For production]

以上の処理方法により、主記憶領域に読み込むレコード
のキーに、直前に出力しである作業記憶領域のレコード
のキーより強くないキーがある場合には、そのようなキ
ーのレコードが読み込みレコードに含まれ続けてい、る
限り、それらのレコードは作業記憶領域上で1本のレコ
ード列につながれるので、主記憶領域の大きさに関わら
ず、中間レコード列を長くすることができる。
With the above processing method, if the key of the record to be read into the main storage area has a key that is not stronger than the key of the record in the working storage area that was output immediately before, the record with such a key will be included in the read record. As long as the records continue to be stored, the records are linked into one record string in the working storage area, so the intermediate record string can be made longer regardless of the size of the main storage area.

従って、原レコード列をNレコードの大きさ、主記憶領
域をGレコードの大きさとした場合に、原レコード列の
レコードが完全にキーの逆順に並んでいる最悪ケースで
は、中間レコード列の列数は、従来と同様にN70本と
なるが、キーの正順に並んでいる場合には1本(即ち中
間レコード列が既にマージ処理済みの状態)になり、そ
の他の場合は両者の中間の値となる。しかし実用上では
、一般に原レコード列が予め成る程度キーの正順に並ん
でいる場合が多いので、通常はN/G本より相当小さい
値になることが期待できる。
Therefore, if the size of the original record string is N records and the main storage area is the size of G records, in the worst case where the records in the original record string are arranged in completely reverse key order, the number of columns in the intermediate record string will be will be N70 as before, but if the keys are arranged in the normal order, there will be one (that is, the intermediate record string has already been merged), and in other cases, the value will be the intermediate value between the two. Become. However, in practice, the original record string is often arranged in the normal order of the keys to some extent, so it can be expected that the value is usually much smaller than N/G records.

〔実施例〕〔Example〕

第1図の処理ステップ10〜16は、第3図のソート処
理部2の本発明による処理の流れであり、先ず処理ステ
ップ10の初期設定により、レコードを読み込む主記憶
領域3を所定の大きさに取って、領域及び必要な制御情
報等を初期値に設定し、又基準値に所定の初期値を設定
する。
Processing steps 10 to 16 in FIG. 1 are the flow of processing according to the present invention in the sort processing unit 2 in FIG. In this case, the area, necessary control information, etc. are set to initial values, and the reference value is set to a predetermined initial value.

基Ys値の初期値には、キーの取り得る任意の値を使っ
てよいが、例えばキーの可能な最弱値を初!tJI値と
する。
Any value that the key can take may be used as the initial value of the base Ys value, but for example, the weakest possible value of the key should be used as the initial value! Let it be the tJI value.

以上の準備の後、ソート処理を開始し、処理ステップ1
1で原レコード列1の先頭から順に、主記憶領域3に入
るだけのレコードを読み込み、処理ステップ12で例え
ば基準値より強いキーのレコードと強くないキーのレコ
ードに分類する。
After the above preparations, start the sorting process and process step 1.
In step 1, as many records as can fit into the main storage area 3 are read in order from the beginning of the original record string 1, and in processing step 12, they are classified into, for example, records with keys stronger than a reference value and records with keys less strong.

その結果基準値より強くない(即ち基準値と等しいか又
は基準値より弱い)キーのレコードがあった場合には、
処理ステップ13でそれら基準値より強くないキーのレ
コードのみをソートして、牟 そのレコード列を、作業記憶領域上の直前に出力した中
間レコード列5を延長するように出力する。
As a result, if there is a record with a key that is not stronger than the reference value (i.e. equal to or weaker than the reference value),
In processing step 13, only the records whose keys are not stronger than the reference values are sorted, and that record string is outputted so as to extend the intermediate record string 5 output immediately before on the working storage area.

基準値より強いレコードのみの場合には、主記憶領域3
にある全レコード(最初を除き、一般には前に出力しな
いで残したレコードと、今回読み込んだレコード)をソ
ートしたレコード列を、新たな(前に出力したレコード
列とは別個の)レコード列として作業記憶領域4へ出力
する。なお、最初の処理ではこのバスで中間レコード列
が出力される。
If there are only records that are stronger than the standard value, the main storage area 3
As a new record column (separate from the previously output record column), a record column is created by sorting all the records in . Output to working storage area 4. Note that in the first process, an intermediate record string is output via this bus.

以上の何れか一方の処理の後、今回出力したレコードの
キーの中で最も弱いキーの値(出力したレコード列の末
尾のレコードのキー値)を、処理ステップ15で新たな
基準値に設定する。次に処理ステップ16で識別して、
原レコード列1に未処理のレコードがあれば処理ステッ
プ11に戻り、今出力して空いたレコード数だけ補充す
るように次のレコードを主記憶領域3へ読み込み、新た
な基準値によって前記の処理を繰り返す。
After one of the above processes, the value of the weakest key among the keys of the record output this time (the key value of the last record in the output record sequence) is set as the new reference value in processing step 15. . Then, in process step 16, identifying
If there is an unprocessed record in the original record column 1, return to processing step 11, read the next record into the main storage area 3 to replenish the number of empty records that have been output, and repeat the above processing using the new reference value. repeat.

以上の処理により、原レコード列lの全レコードを処理
すると、作業記憶領域4には処理ステップ14を通った
数だけの本数の中間レコード列ができるので、マージ処
理部6は処理ステップ17によりそれらの中間レコード
列についてマージ処理を実行し、出力レコード列7を出
力する。
When all the records in the original record string l are processed through the above process, as many intermediate record strings as those that have passed through processing step 14 are created in the working storage area 4. The merge process is performed on the intermediate record string of , and output record string 7 is output.

第2図は以上の処理を簡単なキーの例によって説明する
図であり、図の数字は各レコードのキーの値でキー値の
昇順にソートする例を示し、左から3列は主記憶領域に
おける、読み込まれたキーの状態、それを基準値で分類
した状態、及び分類した結果の全部又は下半部をソート
した状態をそれぞれ示し、ソートしたレコード列を出力
して生成される、作業記憶領域上の中間レコード列を右
端列に示しである。
Figure 2 is a diagram explaining the above process using a simple key example. The numbers in the figure are the key values of each record, and indicate an example of sorting in ascending order of key values. The three columns from the left are the main storage areas. The working memory is generated by outputting the sorted record string, showing the state of the read key, the state of classifying it by reference value, and the state of sorting all or the lower half of the classified results. The intermediate record string on the area is shown in the rightmost column.

第2図(a)は最初の7レコードを処理する例で、基準
値を最強のキー値例えば「99ノに初期設定して処理し
、キー値がすべて基準値より強いので、全レコードをソ
ートして中間レコード列として出力する。
Figure 2 (a) is an example of processing the first 7 records.The standard value is initialized to the strongest key value, for example 99, and all the records are sorted because all the key values are stronger than the standard value. and output it as an intermediate record string.

このとき最も弱いキーは「7」であったので、基f$値
を「7」にし、(b)の左端列のように次の7レコード
を読み込む。基準値「7」でその前後のキー値に分類す
ると第2列のようになるので、キー値「7Jより強くな
いキー「10.8.9」がソートされ、右端列に示すよ
うに前に出力した中間レコード列につながれる。
At this time, the weakest key was "7", so the base f$ value was set to "7" and the next seven records were read as shown in the leftmost column in (b). If you classify the key values before and after the standard value "7", the result will be as shown in the second column, so the keys "10.8.9" which are not stronger than the key value "7J" will be sorted, and the keys "10.8.9" will be sorted before and after the key value "7J". Connected to the output intermediate record string.

次は(C)に示す様に、空きになった3レコードだけ主
記憶領域に読み込まれ、基準値は前出力レコードの最も
弱いキー「10」にして処理される。
Next, as shown in (C), only the three empty records are read into the main storage area, and the reference value is set to the weakest key "10" of the previous output record for processing.

この例では、すべて基準値「10」より強いキーになっ
てしまったので、全レコードをソートして、新たな第2
の中間レコード列にする。なお、もし読み込んだ3レコ
ードの中に、キーが「10」より強くない(即ち10以
上のキーの)レコードが1個でもあった場合には、い)
の場合のようにそれらのレコードが第1の中間レコード
列につながれ、未だ第2の中間レコード列は作られない
In this example, all keys are stronger than the standard value "10", so all records are sorted and a new second key is created.
to an intermediate record column. Furthermore, if there is even one record whose key is not stronger than "10" (i.e., with a key of 10 or more) among the three records read,
As in the case of , those records are connected to the first intermediate record string, and the second intermediate record string is not yet created.

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

以上の説明から明らかなように本発明によれば、計算機
における、外部ソート処理において、クイックソート法
を有効に利用して、中間ソート結果のレコード列の長さ
を主記憶領域に一度に入るレコード数より長くすること
が効率よくできるので、その後のマージ処理の時間が短
縮されて全体の処理効率を改善するという著しい工業的
効果がある。
As is clear from the above description, according to the present invention, in external sort processing in a computer, the quick sort method is effectively used to determine the length of the record string of the intermediate sort result by the records that can be stored at one time in the main storage area. Since it can be efficiently made longer than the number, the time for subsequent merging processing is shortened and the overall processing efficiency is improved, which has a significant industrial effect.

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

第1図は本発明の構成を示す処理の流れ図、第2図は処
理例の説明図、 第3図はソート処理システムの構成例ブロックである。 図において、 1は環レコード列、   2はソート処理部、3は主記
憶領域、   4は作業記憶領域、5は中間レコード列
、  6はマージ処理部、7は出力レコード列、 10
〜17は処理ステップを示す。
FIG. 1 is a process flowchart showing the configuration of the present invention, FIG. 2 is an explanatory diagram of a processing example, and FIG. 3 is a block diagram of an example configuration of a sorting processing system. In the figure, 1 is a ring record string, 2 is a sort processing section, 3 is a main storage area, 4 is a working storage area, 5 is an intermediate record string, 6 is a merge processing section, 7 is an output record string, 10
-17 indicate processing steps.

Claims (1)

【特許請求の範囲】 原レコード群のレコードを、該レコードごとに定まるキ
ーの値の、所定の強さの順に従う所定のキー順にソート
する処理の場合に、 該原レコード群の所定個数以内の該レコードを所定の主
記憶領域へ読み込み(11)、 該読み込んだレコードのうち、所定の基準値より強くな
いキーのレコードのみを該キー順に並べて、直前に作業
記憶領域に出力したレコード列に追加して連結するよう
に出力し(12、13)、該基準値より強くないキーの
レコードが無い場合には、該主記憶領域のすべてのレコ
ードを該キー順に並べて、新たなレコード列として該作
業記憶領域に出力し(12、14)、 該作業記憶域に出力したレコードの最も弱いキーを新た
に該基準値とし(15)、 所定の初期値を該基準値として開始して、該原レコード
群のすべてのレコードについて、順次以上の処理を反復
した後(10、16)、該作業記憶域に出力した該レコ
ード列について、所定のマージ処理を実行する(17)
ことを特徴とするソート処理方法。
[Claims] In the case of a process of sorting records of an original record group in a predetermined key order according to a predetermined order of strength of key values determined for each record, within a predetermined number of records of the original record group. Read the records into a predetermined main storage area (11), and among the read records, only records with keys that are not stronger than a predetermined reference value are arranged in the order of the keys and added to the record string output to the working storage area immediately before. If there is no record with a key that is not stronger than the reference value, all records in the main storage area are arranged in the order of the key and the work is output as a new record string. Output to the storage area (12, 14), set the weakest key of the record output to the working storage area as the new reference value (15), start with a predetermined initial value as the reference value, and convert the original record. After sequentially repeating the above processing for all records in the group (10, 16), a predetermined merge process is executed for the record string output to the working storage area (17).
A sort processing method characterized by the following.
JP31673489A 1989-12-06 1989-12-06 Sorting method Expired - Fee Related JP2926803B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP31673489A JP2926803B2 (en) 1989-12-06 1989-12-06 Sorting method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP31673489A JP2926803B2 (en) 1989-12-06 1989-12-06 Sorting method

Publications (2)

Publication Number Publication Date
JPH03176732A true JPH03176732A (en) 1991-07-31
JP2926803B2 JP2926803B2 (en) 1999-07-28

Family

ID=18080310

Family Applications (1)

Application Number Title Priority Date Filing Date
JP31673489A Expired - Fee Related JP2926803B2 (en) 1989-12-06 1989-12-06 Sorting method

Country Status (1)

Country Link
JP (1) JP2926803B2 (en)

Also Published As

Publication number Publication date
JP2926803B2 (en) 1999-07-28

Similar Documents

Publication Publication Date Title
JPH02178730A (en) Internal sorting system using dividing method
JPH08255176A (en) Method and system for comparison of table of database
JPH0666050B2 (en) Sort processing method
US5659733A (en) Sort processing method and apparatus for sorting data blocks using work buffer merge data records while sequentially transferring data records from work buffers
JPH03176732A (en) Sorting processing method
JP2758609B2 (en) Exact match search method for chemical structural formulas
JP3534471B2 (en) Merge sort method and merge sort device
JPS59121436A (en) Sorting method of data group
JP2923952B2 (en) Merge processing method
JP2921045B2 (en) Index generation method
JPS6266326A (en) Array processing system for japanese data
JP2845173B2 (en) Logical collation method
JPH03202934A (en) Data processor
JPH03216730A (en) Electronic computer
JPH03192437A (en) String directory sort merging system
JPH0452967A (en) And operation processing system for set file
JPS63149728A (en) Index forming device
JPH02294729A (en) Sort processing system
JPH03216729A (en) Elctronic computer
JPH0436415B2 (en)
JPH02165325A (en) Sorting system for random access file
JPH09330322A (en) Data retrieval device
JPH03259329A (en) Key relative address classifying system for bulk data
JPS62157942A (en) Record linking system in two files
JPH05241785A (en) Sorting processing system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees