JPH06274391A - Master file quick update processing system - Google Patents

Master file quick update processing system

Info

Publication number
JPH06274391A
JPH06274391A JP5062313A JP6231393A JPH06274391A JP H06274391 A JPH06274391 A JP H06274391A JP 5062313 A JP5062313 A JP 5062313A JP 6231393 A JP6231393 A JP 6231393A JP H06274391 A JPH06274391 A JP H06274391A
Authority
JP
Japan
Prior art keywords
file
master
record
work
work file
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
JP5062313A
Other languages
Japanese (ja)
Inventor
Mikio Tashin
美樹雄 田振
Naoyuki Kunieda
直之 国枝
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.)
KOBE NIPPON DENKI SOFTWARE KK
NIPPON JIMUKI KK
NEC Software Kobe Ltd
Original Assignee
KOBE NIPPON DENKI SOFTWARE KK
NIPPON JIMUKI KK
NEC Software Kobe 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 KOBE NIPPON DENKI SOFTWARE KK, NIPPON JIMUKI KK, NEC Software Kobe Ltd filed Critical KOBE NIPPON DENKI SOFTWARE KK
Priority to JP5062313A priority Critical patent/JPH06274391A/en
Publication of JPH06274391A publication Critical patent/JPH06274391A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve the execution speed of the processing of updating the record of a master file by the record of a transaction file. CONSTITUTION:This system is provided with a master output part 5 extracting only a necessary item from the record of the master file 1 and outputting it to a first work file 2 by appending a sequential number to it, a transaction output part 6 extracting only a necessary item from the record of a transaction file 3 and outputting it to a second work file 4 and a first sort processing part 7 sorting the first and second work files 2 and 4 with a common item as a key. Furthermore, the system is composed of a match updating part 8 updating the first work file 2 by successively matching the first work file 2 with the second work file 4 after sorting, a second sort processing part 9 resorting the first work file 2 by the sequential number and a master updating part 10 updating the master file 1 by matching the sorted first work file 2 with the master file 1.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はマスタファイル高速更新
処理方式に関し、特にトランザクションファイルのデー
タでマスタファイルの更新処理を行う場合に、処理の細
分化を行いその実行速度の向上を図ったマスタファイル
高速更新処理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a master file high-speed update processing method, and in particular, when a master file update processing is performed with transaction file data, the master file is subdivided to improve its execution speed. A high-speed update processing method.

【0002】[0002]

【従来の技術】従来、マスタファイルのある項目をトラ
ンザクションファイルの項目で更新処理を行う場合、一
般的なパターンとして、まずマスタファイルのレコード
(マスタレコードと称す)を順次アクセスで取得し、次
にトランザクションファイルのレコード(トランザクシ
ョンレコードと称す)をマスタファイルと共通なレコー
ド識別用の項目をキーとしてランダムアクセスによって
取得した後、トランザクションレコードの項目でマスタ
レコードを更新し、更新されたマスタレコードをマスタ
ファイルに書き戻すといった処理方式が使用されてい
る。
2. Description of the Related Art Conventionally, when updating an item in a master file with an item in a transaction file, as a general pattern, first, records of the master file (called master records) are sequentially accessed and then, After the record of the transaction file (called transaction record) is obtained by random access using the record identification item common to the master file as a key, the master record is updated with the transaction record item and the updated master record is used as the master file. A processing method such as writing back to is used.

【0003】[0003]

【発明が解決しようとする課題】上述した従来のマスタ
ファイル更新処理方式では、トランザクションファイル
をランダムにアクセスするため、トランザクションファ
イルには索引部が必要であり、READ命令に対しキー
ブロックの読み込み分、物理的入出力回数が多くなるほ
か、該当レコードを検索するまでの処理ステップ数も多
くなり、その分処理時間もかかってしまう欠点があっ
た。
In the above-mentioned conventional master file update processing method, since the transaction file is randomly accessed, the transaction file needs an index portion, and a key block is read for the READ command. In addition to increasing the number of physical inputs and outputs, the number of processing steps required to retrieve the corresponding record also increases, and processing time also increases accordingly.

【0004】本発明の目的は、トランザクションファイ
ルに索引部を必要とせず、更新処理を短時間で行えるマ
スタファイル高速更新処理方式を提供することにある。
An object of the present invention is to provide a master file high-speed update processing system which does not require an index part in a transaction file and can perform update processing in a short time.

【0005】[0005]

【課題を解決するための手段】本発明のマスタファイル
高速更新処理方式は、マスタファイルから対象データ中
の各レコードのレコード識別項目と更新対象項目とにシ
ーケンシャル番号を付加して第1のワークファイルへ順
次出力するマスタ出力部と、トランザクションファイル
から更新用データ中のレコード識別項目と更新処理項目
とを第2のワークファイルへ順次出力するトラン出力部
と、前記第1のワークファイル及び前記第2のワークフ
ァイルをそれぞれ前記レコード識別項目でソーティング
する第1のソート処理部と、ソート後の前記第1のワー
クファイル及び前記第2のワークファイルのレコードの
突き合わせ処理を前記レコード識別項目によりソーティ
ング順に行い前記第1のワークファイルの更新を行う突
き合わせ更新部と、更新後に前記第1のワークファイル
を前記シーケンシャル番号でソーティングし直す第2の
ソート処理部と、前記第2のソート処理部の処理後に前
記第1のワークファイルと前記マスタファイルの突き合
わせ処理を行い前記マスタファイルを更新するマスタ更
新部とを備えて構成されている。
A master file high-speed update processing method according to the present invention is a first work file in which a sequential number is added to a record identification item and an update target item of each record in target data from a master file. To the second work file, a master output unit that sequentially outputs the record identification item and the update processing item in the update data from the transaction file to the second work file, the first work file, and the second work file. A first sort processing unit that sorts each work file by the record identification item, and a matching process of the records of the first work file and the second work file after sorting is performed in the sorting order by the record identification item. A match update unit that updates the first work file; A second sort processing unit that re-sorts the first work file with the sequential number after updating; and a matching process of the first work file and the master file after processing by the second sort processing unit. And a master update unit for updating the master file.

【0006】[0006]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Embodiments of the present invention will now be described with reference to the drawings.

【0007】図1は本発明の一実施例の構成を示すブロ
ック図である。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【0008】本実施例のマスタファイル高速更新処理方
式は、図1に示されているように、マスタファイル1か
ら各レコードの必要項目にシーケンシャル番号を付加し
て第1のワークファイル2へ順次出力するマスタ出力部
5と、トランザクションファイル3から各レコードの必
要な項目のみを第2のワークファイル4へ出力するトラ
ン出力部6と、第1のワークファイル2及び第2のワー
クファイル4を共通の項目でソーティングする第1のソ
ート処理部7と、ソート後の第1のワークファイル2と
第2のワークファイル4との突き合わせ処理を行い第1
のワークファイル2を更新する突き合わせ更新部8と、
第1のワークファイル2を出力時に付加したシーケンシ
ャル番号でソーティングする第2のソート処理部9と、
ソーティング処理後の第1のワークファイル2とマスタ
ファイル1とを突き合わせ処理しマスタファイル1を更
新するマスタ更新部10とを備えて構成されている。
As shown in FIG. 1, the master file high-speed update processing method of this embodiment sequentially adds the sequential numbers from the master file 1 to the necessary items of each record and outputs them to the first work file 2. The master output unit 5 which outputs the necessary items of each record from the transaction file 3 to the second work file 4 and the first work file 2 and the second work file 4 are common. The first sort processing unit 7 that sorts by items and the matching processing of the first work file 2 and the second work file 4 after sorting are performed.
Match update section 8 for updating the work file 2 of
A second sort processing unit 9 for sorting the first work file 2 by the sequential number added at the time of output,
The master update unit 10 is configured to include a master work file 2 and a master file 1 that have undergone the sorting process and update the master file 1.

【0009】以下、図2〜図8を参照して各部の動作を
詳細に説明する。図1に示すマスタファイル1及びトラ
ンザクションファイル2は、それぞれ磁気ディスク装置
等からメモリ上に読み込まれた処理対象データ群を含む
ファイルで、トランザクションファイル2にも索引部は
存在せず、各ファイルのレコードはそれぞれ任意の順番
に配列されているものとする。ここで、マスタファイル
1のマスタレコード中のある項目(更新対象項目)をト
ランザクションファイル3のトランザクションレコード
中のある項目(更新処理項目)で更新するものとし、マ
スタレコードとトランザクションレコードの双方に共通
なレコード識別項目として共通CODEが存在し、この
共通CODEをキーとして突き合わせ処理を行い、マス
タレコード中の更新対象項目の値を対応するトランザク
ションレコード中の更新処理項目の値により更新するも
のとする。
The operation of each unit will be described in detail below with reference to FIGS. The master file 1 and the transaction file 2 shown in FIG. 1 are files each containing a processing target data group read into a memory from a magnetic disk device or the like, and the transaction file 2 does not have an index portion, and records of each file. Are arranged in an arbitrary order. Here, it is assumed that an item (update target item) in the master record of the master file 1 is updated by an item (update processing item) in the transaction record of the transaction file 3 and is common to both the master record and the transaction record. A common CODE exists as a record identification item, a matching process is performed using this common CODE as a key, and the value of the update target item in the master record is updated with the value of the update process item in the corresponding transaction record.

【0010】マスタ出力部5は、図2の流れ図に示すよ
うに、マスタファイル1からマスタレコードを1レコー
ドずつ順番に取得し(ステップ11)、レコード終了で
なくマスタレコードが取得できれば(ステップ12)、
そのマスタレコード内の必要な項目(レコード識別項目
と更新対象項目)のみを抽出し(ステップ13)、取得
した順番にシーケンシャル番号を付加してソートレコー
ドを作成し(ステップ14)、作成したソートレコード
を第1のワークファイル2に出力する(ステップ1
5)。以上の動作を繰り返し、すべてのマスタレコード
に対する処理が終了すると、マスタ出力部5はトラン出
力部6へ制御を渡す。
As shown in the flow chart of FIG. 2, the master output unit 5 sequentially acquires the master records from the master file 1 one by one (step 11). If the master record can be acquired instead of the end of the records (step 12). ,
Only necessary items (record identification item and update target item) in the master record are extracted (step 13), a sequential number is added to the acquired order to create a sort record (step 14), and the created sort record Is output to the first work file 2 (step 1
5). When the above operation is repeated and the processing for all master records is completed, the master output unit 5 passes control to the transaction output unit 6.

【0011】マスタ出力部5から第1のワークファイル
2へ出力されるレコード形式の例を図8(a)に示す。
マスタファイル1のマスタレコード形式が、図8(a)
に示すように項目A,共通CODE(レコード識別項
目),項目B,項目Z(更新対象項目),項目Cで構成
されていた場合、第1のワークファイル2へ出力される
ソートレコードのレコード形式は、共通CODE,項目
Z,シーケンシャル番号のみから構成されることにな
る。
An example of a record format output from the master output unit 5 to the first work file 2 is shown in FIG. 8 (a).
The master record format of the master file 1 is shown in FIG.
The record format of the sort record output to the first work file 2 when it is composed of item A, common CODE (record identification item), item B, item Z (update target item), and item C as shown in Is composed of only the common CODE, item Z, and sequential number.

【0012】トラン出力部6は、図3の流れ図に示すよ
うに、トランザクションファイル3からトランザクショ
ンレコードを1レコードずつ順次取得し(ステップ1
6)、レコードの終了でなければ(ステップ17)、取
得したトランザクションレコードから必要な項目(レコ
ード識別項目と更新処理項目)のみを抽出してソートレ
コードを作成し(ステップ18)、作成したソートレコ
ードを第2のワークファイル4に出力する(ステップ1
9)。以上の動作を繰り返し、すべてのトランザクショ
ンレコードの処理が終了すると、トラン出力部6は第1
のソート処理部7に制御を渡す。
As shown in the flow chart of FIG. 3, the transaction output unit 6 sequentially acquires transaction records one by one from the transaction file 3 (step 1
6) If it is not the end of the record (step 17), only the necessary items (record identification item and update processing item) are extracted from the acquired transaction record to create a sort record (step 18), and the created sort record Is output to the second work file 4 (step 1
9). When the above operation is repeated and the processing of all transaction records is completed, the transaction output unit 6
The control is passed to the sorting processing unit 7 of.

【0013】トラン出力部6から第2のワークファイル
4へ出力されるレコード形式の例を図8(b)に示す。
トランザクションファイル3のトランザクションレコー
ド形式が、図8(b)に示すように共通CODE(レコ
ード識別項目),項目A’,項目Z’(更新処理項
目),項目B’で構成されていた場合、第2のワークフ
ァイル4へ出力されるソートレコードのレコード形式
は、共通CODEと項目Z’のみから構成されることに
なる。
An example of a record format output from the transaction output unit 6 to the second work file 4 is shown in FIG. 8 (b).
If the transaction record format of the transaction file 3 is composed of common CODE (record identification item), item A ′, item Z ′ (update processing item), and item B ′ as shown in FIG. 8B, The record format of the sort record output to the work file 4 of No. 2 is composed of only the common CODE and the item Z ′.

【0014】第1のソート処理部7は、第1のワークフ
ァイル2,第2のワークファイル4のそれぞれを共通C
ODEでソーティングする。図4はその動作を示す流れ
図である。まず、第1のワークファイル2,第2のワー
クファイル4をソーティングするために共通CODEを
キーとするソート情報を作成し(ステップ20)、その
ソート情報に基づいて第1のワークファイル2及び第2
のワークファイル4のソーティングを実行し(ステップ
21及び22)、突き合わせ更新部8に制御を渡す。
The first sort processing section 7 uses a common C for each of the first work file 2 and the second work file 4.
Sort by ODE. FIG. 4 is a flow chart showing the operation. First, in order to sort the first work file 2 and the second work file 4, sort information having a common CODE as a key is created (step 20), and the first work file 2 and the second work file 4 are sorted based on the sort information. Two
The work file 4 is sorted (steps 21 and 22), and control is passed to the matching update section 8.

【0015】突き合わせ更新部8は、共通CODEでソ
ートされた第1のワークファイル2のソートレコードを
第2のワークファイル4のソートレコードと突き合わ
せ、第1のワークファイル2のレコードが無くなるまで
更新処理を行う。図5はその動作を示す流れ図である。
第1のワークファイル2の先頭からソートレコードを1
レコードずつ取得し(ステップ23)、レコード終了か
否かを判断し(ステップ24)、終了の場合は第2のソ
ート処理部9に制御を渡す。終了でなければ、第2のワ
ークファイル4から既にソートレコードを取得済みであ
るかを判断し(ステップ25)、取得済みでなければ第
2のワークファイル4の先頭から順にソートレコードを
取得し(ステップ26)、取得したソートレコードと第
1のワークファイル2から取得したソートレコードと突
き合わせのキーである共通CODEを比較し(ステップ
27)、等しければ第2のワークファイル4のソートレ
コードの更新処理項目(項目Z’)で第1のワークファ
イル2の更新対象項目(項目Z)の更新を行い(ステッ
プ28)、更新されたソートレコードを第1のワークフ
ァイル2へ書き戻し(ステップ29)、第2のワークフ
ァイル4から取得したソートレコードは消去する(ステ
ップ30)。共通CODEが等しくなく、第1のワーク
ファイル2から取得したソートレコードの共通CODE
が第2のワークファイル4から取得したソートレコード
の共通CODEよりもソート順位が低い(<:昇順の場
合は小、降順の場合は大)場合には、ステップ26に戻
り第2のワークファイル4から次のソートレコードを取
得する。逆に第1のワークファイル2から取得したソー
トレコードの共通CODEの方がソート順位が高い
(>:昇順の場合は大、降順の場合は小)場合には、ス
テップ23まで戻り第1のワークファイル2から次のソ
ートレコードを取得する。
The match update unit 8 matches the sort records of the first work file 2 sorted by the common CODE with the sort records of the second work file 4, and updates the records until the records of the first work file 2 are exhausted. I do. FIG. 5 is a flow chart showing the operation.
1 sort record from the beginning of the first work file 2
Records are acquired one by one (step 23), it is judged whether or not the record is finished (step 24), and if it is finished, control is passed to the second sort processing section 9. If not completed, it is determined whether or not the sort record has already been acquired from the second work file 4 (step 25). If not already acquired, the sort record is acquired in order from the beginning of the second work file 4 ( Step 26), the acquired sort record and the sort record acquired from the first work file 2 are compared with the common CODE which is a matching key (step 27), and if they are equal, the update processing of the sort record of the second work file 4 is performed. The update target item (item Z) of the first work file 2 is updated with the item (item Z ′) (step 28), and the updated sort record is written back to the first work file 2 (step 29). The sort record acquired from the second work file 4 is deleted (step 30). The common CODE is not equal, and the common CODE of the sort record acquired from the first work file 2
Is lower than the common CODE of the sort records acquired from the second work file 4 (<: small in ascending order, large in descending order), the process returns to step 26 and the second work file 4 Get the next sorted record from. On the contrary, if the common CODE of the sort records acquired from the first work file 2 has a higher sort rank (>: large in the case of ascending order, small in the case of descending order), return to step 23 and return to the first work. Get the next sort record from file 2.

【0016】第2のソート処理部9は、マスタ出力部5
で付加されたシーケンシャル番号で第1のワークファイ
ル2をソーティングし直す。図6はその動作の流れ図
で、まずシーケンシャル番号をキーとするソート情報を
作成し(ステップ31)、作成したソート情報に基づい
て第1のワークファイル2のソーティングを実行し(ス
テップ32)、マスタ更新部10へ制御を渡す。
The second sort processing section 9 includes a master output section 5
The first work file 2 is re-sorted with the sequential number added in. FIG. 6 is a flow chart of the operation. First, sort information having a sequential number as a key is created (step 31), the first work file 2 is sorted based on the created sort information (step 32), and the master information is created. Control is passed to the updating unit 10.

【0017】マスタ更新部10は、第1のワークファイ
ル2とマスタファイル1の突き合わせ更新処理をマスタ
ファイル1のレコードが無くなるまで行う。図7はその
動作の詳細を示す流れ図である。まず、マスタファイル
1から順次マスタレコードを取得し(ステップ33)、
レコード終了か判断し(ステップ34)、終了の場合は
マスタ更新の全処理を終了させる。終了でない場合に
は、シーケンシャル番号順にソートされた第1のワーク
ファイル2から順次ソートレコードを取得し(ステップ
35)、マスタレコードの更新対象項目(項目Z)を更
新されたソートレコードの更新対象項目(項目Z)で更
新し(ステップ36)、更新されたマスタレコードをマ
スタファイル1へ書き戻した後(ステップ37)、ステ
ップ33に戻りマスタファイル1から次のマスタレコー
ドを取得する。上述の処理をマスタレコードが無くなる
まで繰り返し、無くなればマスタファイル更新の全処理
を終了させる。
The master updating unit 10 performs the matching update processing of the first work file 2 and the master file 1 until there are no records in the master file 1. FIG. 7 is a flow chart showing the details of the operation. First, master records are sequentially acquired from the master file 1 (step 33),
It is judged whether or not the record is finished (step 34), and if it is finished, all the processes for updating the master are finished. If it is not the end, the sort records are sequentially acquired from the first work file 2 sorted in the order of the sequential numbers (step 35), and the update target item (item Z) of the master record is the update target item of the updated sort record. After updating with (item Z) (step 36) and writing the updated master record back to the master file 1 (step 37), the process returns to step 33 to acquire the next master record from the master file 1. The above-described processing is repeated until the master record is exhausted, and when the master record is exhausted, the entire master file update processing is terminated.

【0018】[0018]

【発明の効果】以上説明したように、本発明のマスタフ
ァイル高速更新処理方式は、トランザクションファイル
をランダムアクセスせずに順次アクセスで処理するた
め、トランザクションファイルに索引部を必要としな
い。更に、更新対象のマスタファイルと更新用のトラン
ザクションファイルとから必要な項目のみを抽出し、そ
れぞれ第1及び第2のワークファイルへ出力して共通C
ODEでソート処理を行った後、共通CODE順に並べ
替えられたソートレコード同士を突き合わせて更新処理
を行い、更新された第1のワークファイルをレコード取
得時に付与されたシーケンシャル番号でソートし直して
マスタファイルを更新するため、各レコードの突き合わ
せ処理がすべて順次に行えるので処理時間を短縮できる
効果がある。
As described above, according to the master file high-speed update processing method of the present invention, transaction files are processed by sequential access rather than random access, so that the transaction file does not need an index section. Further, only the necessary items are extracted from the update target master file and the update transaction file, and are output to the first and second work files, respectively, and the common C file is output.
After performing the sorting process by ODE, update the records by matching the sorted records sorted in the common CODE order, and re-sorting the updated first work file by the sequential number assigned at the time of record acquisition Since the file is updated, the matching process for each record can be performed sequentially, which has the effect of reducing the processing time.

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

【図1】本発明の一実施例の構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【図2】本実施例のマスタ出力部の動作を示す流れ図で
ある。
FIG. 2 is a flowchart showing an operation of a master output unit of this embodiment.

【図3】本実施例のトラン出力部の動作を示す流れ図で
ある。
FIG. 3 is a flowchart showing the operation of a tran output unit of this embodiment.

【図4】本実施例の第1のソート処理部の動作を示す流
れ図である。
FIG. 4 is a flowchart showing the operation of the first sort processing unit of the present embodiment.

【図5】本実施例の第2のソート処理部の動作を示す流
れ図である。
FIG. 5 is a flowchart showing the operation of the second sort processing unit of the present embodiment.

【図6】本実施例の突き合わせ更新部の動作を示す流れ
図である。
FIG. 6 is a flowchart showing the operation of the match update unit of this embodiment.

【図7】本実施例のマスタ更新部の動作を示す流れ図で
ある。
FIG. 7 is a flowchart showing the operation of the master updating unit of this embodiment.

【図8】本実施例の第1及び第2のワークファイルのレ
コード形式の説明図である。
FIG. 8 is an explanatory diagram of record formats of first and second work files according to the present embodiment.

【符号の説明】[Explanation of symbols]

1 マスタファイル 2 第1のワークファイル 3 トランザクションファイル 4 第2のワークファイル 5 マスタ出力部 6 トラン出力部 7 第1のソート処理部 8 突き合わせ更新部 9 第2のソート処理部 10 マスタ更新部 1 Master File 2 First Work File 3 Transaction File 4 Second Work File 5 Master Output Section 6 Tran Output Section 7 First Sort Processing Section 8 Match Update Section 9 Second Sort Processing Section 10 Master Update Section

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 マスタファイルから対象データ中の各レ
コードのレコード識別項目と更新対象項目とにシーケン
シャル番号を付加して第1のワークファイルへ順次出力
するマスタ出力部と、トランザクションファイルから更
新用データ中のレコード識別項目と更新処理項目とを第
2のワークファイルへ順次出力するトラン出力部と、前
記第1のワークファイル及び前記第2のワークファイル
をそれぞれ前記レコード識別項目でソーティングする第
1のソート処理部と、ソート後の前記第1のワークファ
イル及び前記第2のワークファイルのレコードの突き合
わせ処理を前記レコード識別項目によりソーティング順
に行い前記第1のワークファイルの更新を行う突き合わ
せ更新部と、更新後に前記第1のワークファイルを前記
シーケンシャル番号でソーティングし直す第2のソート
処理部と、前記第2のソート処理部の処理後に前記第1
のワークファイルと前記マスタファイルの突き合わせ処
理を行い前記マスタファイルを更新するマスタ更新部と
を備えたことを特徴とするマスタファイル高速更新処理
方式。
1. A master output unit for sequentially adding a sequential number to a record identification item and an update target item of each record in target data from a master file and sequentially outputting to a first work file, and update data from a transaction file. A transaction output unit that sequentially outputs the record identification item and the update processing item in the second work file, and a first output unit that sorts the first work file and the second work file by the record identification item. A sort processing unit, and a matching update unit that performs the matching process of the records of the first work file and the second work file after sorting in the sorting order by the record identification item to update the first work file, After updating, update the first work file to the sequential number A second sort processing unit that re-sorts with the first sort processing unit, and
The master file high-speed update processing method, comprising: a master file update process for updating the master file by matching the work file with the master file.
JP5062313A 1993-03-23 1993-03-23 Master file quick update processing system Pending JPH06274391A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5062313A JPH06274391A (en) 1993-03-23 1993-03-23 Master file quick update processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5062313A JPH06274391A (en) 1993-03-23 1993-03-23 Master file quick update processing system

Publications (1)

Publication Number Publication Date
JPH06274391A true JPH06274391A (en) 1994-09-30

Family

ID=13196526

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5062313A Pending JPH06274391A (en) 1993-03-23 1993-03-23 Master file quick update processing system

Country Status (1)

Country Link
JP (1) JPH06274391A (en)

Similar Documents

Publication Publication Date Title
US5293616A (en) Method and apparatus for representing and interrogating an index in a digital memory
JPH02178730A (en) Internal sorting system using dividing method
JP3360693B2 (en) Customer information search method
JPH0666050B2 (en) Sort processing method
JPH06274391A (en) Master file quick update processing system
JP3534471B2 (en) Merge sort method and merge sort device
JP2682448B2 (en) Index search method
JP2990312B2 (en) Data access method and device
JPH06215044A (en) Information retrieval processor
JP2596332B2 (en) Data combination extraction method and apparatus
JPH05181719A (en) Variable length data storage and reference system
JPH07101382B2 (en) Margin processing device
JP3018579B2 (en) Name search processor
JPH06162096A (en) Record retrieval method
JPH06149635A (en) Method for additional processing of record
JP3780772B2 (en) Database index creation device
JPH0520145A (en) Data base difference extracting system
JPH05165891A (en) Data registration/retrieval system of data base
JP2757769B2 (en) Automatic indexing device
JPH08235044A (en) Journal retrieval systm
JPH0546666A (en) Information retrieving device
JPS62187930A (en) Retrieval method and its device
JPH0452967A (en) And operation processing system for set file
JPH04230576A (en) Method for retrieving record
JPS62212726A (en) Compression processing system for index key

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20000927