JPH0240740A - File update system - Google Patents

File update system

Info

Publication number
JPH0240740A
JPH0240740A JP63190350A JP19035088A JPH0240740A JP H0240740 A JPH0240740 A JP H0240740A JP 63190350 A JP63190350 A JP 63190350A JP 19035088 A JP19035088 A JP 19035088A JP H0240740 A JPH0240740 A JP H0240740A
Authority
JP
Japan
Prior art keywords
file
external storage
storage means
file name
files
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
JP63190350A
Other languages
Japanese (ja)
Inventor
Junko Ozaki
尾崎 淳子
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 JP63190350A priority Critical patent/JPH0240740A/en
Publication of JPH0240740A publication Critical patent/JPH0240740A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To reduce overflow occurrence and to improve file update efficiency by deleting overlap files between a 1st and 2nd external storage devices from the 1st external storage device and copying files in the 2nd external storage means to the 1st storage means. CONSTITUTION:The names of files stored on a master disk 1 as the 1st storage means and a transaction disk 2 as the 2nd storage means are read out by the file name read means 51 of an input/output processing part 5, passed through a file name sorting means 52, and compared by a file name comparing means 53. When the file names match each other, a file deletion means 54 deletes the file on the master disk 1 and the contents of the master disk 1 where a free area is formed are updated. Further, the master disk 1 is restored to its original state by the transaction 2 and the file copying means 55 of the processing part 5. This constitution reduces the overflow occurrence of the master disk and increases the file update efficiency.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はファイル更新方式に関し、特にコンピュータシ
ステムにおいて外部記憶手段に格納されたファイルを更
新するファイル更新方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a file update method, and more particularly to a file update method for updating files stored in external storage means in a computer system.

〔従来の技術〕[Conventional technology]

パーソナルコンピュータ等におけるソフトウェアシステ
ムは複数のプログラムから構成されているので、例えば
第3図に示すように、複数枚のトランザクションフロッ
ピーディスク(以下、単にトランザクションという)中
に格納されているプログラムファイルを順次併合して1
枚ないし数枚のマスタフロッピーディスク(以下、単に
マスクという)にまとめて出荷するようになっている。
Since a software system in a personal computer etc. is composed of multiple programs, for example, as shown in Figure 3, program files stored on multiple transaction floppy disks (hereinafter simply referred to as transactions) can be sequentially merged. then 1
They are now shipped together on one or several master floppy disks (hereinafter simply referred to as masks).

また、従来は、マスクが一旦作成された後にソフトウェ
アシステムの一部のプログラムを更新した場合には、例
えば第4図に示すような手順によりマスクが更新されて
いた。すなわち、まず、旧トランザクションのディレク
トリの内容(ファイル名のリスト)と新トランザクシッ
ンのディレクトリの内容(ファイル名のリスト)とをプ
リントアウトして、作業者が机上でファイル名を比較す
る(ステップ41)0次に、旧トランザクションにあっ
て新トランザクションにないファイル名のファイルがあ
る場合には(ステップ42)、不要になったファイルが
マスクに存在することになるので該当するファイルをマ
スクより削除する(ステップ43)、続いて、新トラン
ザクションのファイルをマスクに複写する(ステップ4
4)、新トランザクションのファイルをマスクにすべて
複写できなかった場合には(ステップ45)、重複して
いるファイルをマスクから削除して(ステップ46)、
新トランザクションのファイルのマスクへの複写を繰り
返す(ステップ44)、新トランザクションのファイル
をマスクにすべて複写できた場合には、そのことを確認
してから(ステップ47)、マスクの更新処理を完了す
る。
Furthermore, conventionally, when a part of the program of a software system is updated after a mask has been created, the mask has been updated by the procedure shown in FIG. 4, for example. That is, first, the contents of the directory of the old transaction (list of file names) and the contents of the directory of the new transaction (list of file names) are printed out, and the worker compares the file names on the desk (step 41) 0Next, if there is a file with a file name that is in the old transaction but not in the new transaction (step 42), the file that is no longer needed will exist in the mask, so delete the corresponding file from the mask. (step 43), and then copies the new transaction file to the mask (step 4).
4) If it is not possible to copy all the files of the new transaction to the mask (step 45), delete the duplicate files from the mask (step 46),
Repeat copying of the new transaction files to the mask (step 44), and if all new transaction files have been copied to the mask, confirm this (step 47), then complete the mask update process. .

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のファイル更新方式では、新トランザクシ
ロンからマスクにファイルを複写する際にマスクに古い
ファイルを残しておいてマスクの他のエリア(テンポラ
リファイル)に新しいファイルを作成してからマスクの
古いファイルを削除する手法がとられていたので、新ト
ランザクションをマスクに複写した際にテンポラリファ
イルによってオーバフローが発生することがあるという
欠点がある。
In the conventional file update method described above, when copying a file from a new transaction to a mask, the old file is left in the mask, a new file is created in another area (temporary file) of the mask, and then the old file is copied to the mask. Since the method of deleting files was used, there was a drawback that overflow could occur due to temporary files when a new transaction was copied to the mask.

特に、マスクは複数枚のトランザクションをまとめたも
のであるので、空き領域がほとんどないといってよく、
例えばプログラムのバージョンアップに伴ってマスクが
月に1回更新される場合には、そのたびにオーバフロー
が発生してすべてのファイルを複写できず、人手を介し
て重複しているファイル名をマスクから事前に削除して
から新トランザクションをマスクに複写する等のリカバ
リ処理を行う必要が生じていた。
In particular, since the mask is a collection of multiple transactions, it can be said that there is almost no free space.
For example, if the mask is updated once a month due to a program version update, overflow occurs each time and it is not possible to copy all files, so duplicate file names must be manually removed from the mask. It became necessary to perform recovery processing such as deleting the transaction in advance and then copying the new transaction to the mask.

本発明の目的は、上述の点に鑑み、第1および第2の外
部記憶手段間の重複したファイルを第1の外部記憶手段
より事前に自動的に削除してから第2の外部記憶手段の
ファイルを第1の外部記憶手段に複写することにより、
第2の外部記憶手段のファイルを第1の外部記憶手段に
複写する際にテンポラリファイルが作成されず、オーバ
フローが生じるおそれの少ないファイル更新方式を提供
することにある。
In view of the above-mentioned points, it is an object of the present invention to automatically delete duplicate files between first and second external storage means from the first external storage means and then delete them from the second external storage means. By copying the file to the first external storage means,
It is an object of the present invention to provide a file update method in which a temporary file is not created when a file in a second external storage means is copied to a first external storage means, and there is less risk of overflow occurring.

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

本発明のファイル更新方式は、第1の外部記憶手段に格
納された複数のファイルのうちの第2の外部記憶手段に
格納された複数のファイルと同一のファイル名を有する
ファイルを前記第2の外部記憶手段に格納されたファイ
ルで更新するファイル更新方式において、前記第1およ
び第2の外部記憶手段から格納されているファイルのフ
ァイル名を読み込むファイル名読込み手段と、このファ
イル名読込み手段により読み込まれたファイル名を一時
的に記憶するデータ記憶部と、このデータ記憶部に記憶
されているファイル名を前記第1および第2の外部記憶
手段ごとにソートするファイル名ソート手段と、このフ
ァイル名ソート手段によりソートされ前記データ記憶部
上に記憶されているファイル名を前記第1および第2の
外部記憶手段のファイルのファイル名同士で比較照合す
るファイル名比較手段と、このファイル名比較手段によ
りファイル名が一致したファイルを前記第1の外部記憶
手段から削除するファイル削除手段と、このファイル削
除手段により前記第1の外部記憶手段からファイルが削
除された後に前記第2の外部記憶手段から前記第1の外
部記憶手段にファイルを複写するファイル複写手段とを
有する。
The file update method of the present invention includes updating a file having the same file name as a plurality of files stored in the second external storage means among the plurality of files stored in the first external storage means into the second external storage means. In a file update method for updating files stored in an external storage means, a file name reading means reads file names of files stored from the first and second external storage means; a data storage section for temporarily storing file names stored in the data storage section; a file name sorting means for sorting the file names stored in the data storage section according to the first and second external storage means; a file name comparing means for comparing and collating the file names sorted by the sorting means and stored on the data storage section with the file names of the files in the first and second external storage means; file deletion means for deleting a file with a matching file name from the first external storage means; and after the file deletion means deletes the file from the first external storage means, the file is deleted from the second external storage means. and file copying means for copying files to the first external storage means.

〔作用〕[Effect]

本発明のファイル更新方式では、ファイル名読込み手段
が第1および第2の外部記憶手段から格納されているフ
ァイルのファイル名を読み込み、データ記憶部がファイ
ル名読込み手段により読み込まれたファイル名を一時的
に記憶し、ファイル名ソート手段がデータ記憶部に記憶
されているファイル名を第1および第2の外部記憶手段
ごとにソートし、ファイル名比較手段がファイル名ソー
ト手段によりソートされデータ記憶部上に記憶されてい
るファイル名を第1および第2の外部記憶手段のファイ
ルのファイル名同士で比較照合し、ファイル削除手段が
ファイル名比較手段によりファイル名が一致したファイ
ルを第1の外部記憶手段から削除し、ファイル複写手段
がファイル削除手段により第1の外部記憶手段からファ
イルが削除された後に第2の外部記憶手段から第1の外
部記憶手段にファイルを複写する。
In the file update method of the present invention, the file name reading means reads the file names of the files stored from the first and second external storage means, and the data storage section temporarily stores the file names read by the file name reading means. The file name sorting means sorts the file names stored in the data storage section for each of the first and second external storage means, and the file name comparison means sorts the file names stored in the data storage section by the file name sorting means. The file names stored above are compared and matched between the file names of the files in the first and second external storage means, and the file deletion means uses the file name comparison means to transfer the files with matching file names to the first external storage. The file copying means copies the file from the second external storage means to the first external storage means after the file is deleted from the first external storage means by the file deletion means.

〔実施例〕〔Example〕

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

第1図は、本発明の一実施例のファイル更新方式の構成
を示すブロック図である0本実施例のファイル更新方式
は、第1の外部記憶手段であるマスタ1と、第2の外部
記憶手段であるトランザクション2と、キーボード3と
、指示部4と、入出力処理部5と、データ記憶部6とか
ら、その主要部が構成されている。
FIG. 1 is a block diagram showing the configuration of a file update method according to an embodiment of the present invention. Its main parts are composed of a transaction means 2, a keyboard 3, an instruction section 4, an input/output processing section 5, and a data storage section 6.

マスタ1には、更新前の複数のファイルが格納されてい
る。
Master 1 stores a plurality of files before update.

トランザクション2には、マスタ1に格納されている複
数のファイルのうちの一部である更新前および更新後の
複数のファイルが格納されている。
Transaction 2 stores a plurality of files before and after update, which are some of the plurality of files stored in master 1 .

キーボード3は、作業者がマスタ1およびトランザクシ
ョン2を装填するフロッピーディスクドライブ(図示せ
ず)のドライブ番号を入力してファイル更新処理を開始
させるためのものである。
The keyboard 3 is used by an operator to input the drive number of a floppy disk drive (not shown) into which the master 1 and transaction 2 are loaded to start file update processing.

指示部4は、キーボード3から入力されたマスタ1およ
びトランザクション2が装填されるフロンピーディスク
ドライブのドライブ番号を措定して入出力処理部・5を
起動するものである。
The instruction section 4 assumes the drive number of the floppy disk drive into which the master 1 and transaction 2 input from the keyboard 3 are loaded, and starts the input/output processing section 5.

入出力処理部5は、ファイル名読込み手段51と、ファ
イル名ソート手段52と、ファイル名比較手段53と、
ファイル削除手段54と、ファイル複写手段55とを含
んで構成されている。
The input/output processing section 5 includes a file name reading means 51, a file name sorting means 52, a file name comparing means 53,
It is configured to include a file deletion means 54 and a file copying means 55.

データ記憶部゛6は、ファイル名を一時的に格納するバ
ッファである。
The data storage unit 6 is a buffer that temporarily stores file names.

第2図を参照すると、本実施例のファイル更新方式にお
ける処理は、ドライブ番号入力ステップ21と、ファイ
ル名読込みステップ22と、ファイル名ソートステップ
23と、ファイル名比較照合ステップ24と、重複ファ
イルのマスクからの削除ステップ25と、トランザクシ
ョンのマスクへの複写ステップ26とからなる。
Referring to FIG. 2, the processing in the file update method of this embodiment includes a drive number input step 21, a file name reading step 22, a file name sorting step 23, a file name comparison and verification step 24, and a duplicate file identification step 21. It consists of a step 25 of deleting from the mask and a step 26 of copying the transaction to the mask.

次に、このように構成された本実施例のファイル更新方
式の動作について説明する。
Next, the operation of the file update method of this embodiment configured as described above will be explained.

マスタlおよびトランザクション2を装填するフロッピ
ーディスクドライブのドライブ番号がキーボード3から
入力されると、指示部4がキーボード3から入力された
ドライブ番号をチエツクして、正しければこれらドライ
ブ番号を指定して入出力処理部5を起動する(ステップ
21)。
When the drive number of the floppy disk drive into which master 1 and transaction 2 are loaded is input from the keyboard 3, the instruction section 4 checks the drive number input from the keyboard 3, and if it is correct, specifies these drive numbers and inputs the data. The output processing unit 5 is activated (step 21).

入出力処理部5が起動されると、ファイル名読込み手段
51は、指定されたドライブ番号のフロッピーディスク
ドライブに装填されたマスタ1およびトランザクション
2のディレクトリからファイル名を読み込み、データ記
憶部6上に一時的に格納する(ステップ22)。
When the input/output processing unit 5 is activated, the file name reading unit 51 reads the file name from the master 1 and transaction 2 directories loaded in the floppy disk drive with the specified drive number, and stores the file name on the data storage unit 6. It is temporarily stored (step 22).

次に、ファイル名ソート手段52は、データ記憶部6上
に格納されたファイル名をマスク1およびトランザクシ
ョン2ごとにアルファベント順にソートする(ステップ
23)。
Next, the file name sorting means 52 sorts the file names stored on the data storage unit 6 in alphabetical order for each mask 1 and transaction 2 (step 23).

続いて、ファイル名比較手段53は、データ記憶部6上
でソートされたファイル名をマスタ1およびトランザク
ション2同士で先頭から順次比較照合する(ステップ2
4)。
Subsequently, the file name comparing means 53 sequentially compares and collates the file names sorted on the data storage unit 6 between the master 1 and the transaction 2 from the beginning (step 2).
4).

次に、ファイル削除手段54は、ファイル名比較手段5
3による比較の結果一致したファイル名のファイル(重
複ファイル)をマスタ1がら削除する(ステップ25)
Next, the file deletion means 54 deletes the file name comparison means 5.
Delete files with matching file names (duplicate files) from master 1 as a result of comparison in step 3 (step 25)
.

続いて、ファイル複写手段55は、ファイル削除手段5
4によるマスタlからの重複ファイルの削除が完了した
後に、トランザクション2のファイルをマスタ1に順次
複写する(ステップ26)。
Subsequently, the file copying means 55 deletes the file from the file deletion means 5.
After the deletion of duplicate files from master 1 by transaction 4 is completed, the files of transaction 2 are sequentially copied to master 1 (step 26).

トランザクション2のすべてのファイルのマスタ1への
複写が完了すると、本実施例のファイル更新方式の処理
が終了する。
When the copying of all files of transaction 2 to master 1 is completed, the processing of the file update method of this embodiment ends.

次に、本実施例のファイル更新方式の動作について、第
5図(al〜telを参照しながらさらに具体的に説明
する。
Next, the operation of the file update method of this embodiment will be explained in more detail with reference to FIG. 5 (al to tel).

マスタ1に格納されているファイルのファイル名が、例
えば第5図ialに示すものであるとし、トランザクシ
ョン2に格納されているファイルのファイル名が、例え
ば第5図中)に示すものであるとする。
Suppose that the file name of the file stored in master 1 is as shown in Figure 5ial, for example, and that the file name of the file stored in transaction 2 is as shown in Figure 5, for example. do.

これらのファイル名をファイル名読込み手段51により
データ記憶部6に読み込み、ファイル名ソート手段52
によりファイル名をマスタ1およびトランザクション2
ごとにアルファベット順にソートすると、その結果は第
5図tc+および+dlに示すようになる。
These file names are read into the data storage section 6 by the file name reading means 51, and the file name sorting means 52
Change the file name to Master 1 and Transaction 2
When sorted in alphabetical order, the results are as shown in FIG. 5, tc+ and +dl.

次に、ファイル比較手段53により第5図(C1の1番
目のファイル名と第5図(dlの1番目のファイル名と
を比較する。2つのファイル名が一致しない場合には、
第5図(C1を2番目のファイル名、3番目のファイル
名、・・・というように一致するまで見ていき、一致し
たならばそのファイル名をファイル削除手段54に通知
し、ファイル削除手段54により通知されたファイル名
のファイルをマスタ1から削除する。第5図TCIおよ
び(d)ともにファイル名の終わりまで以上の処理を繰
り返す。この結果、削除完了後には、マスタlのファイ
ル名は第5図telに示すようになる。
Next, the file comparing means 53 compares the first file name in FIG. 5 (C1) with the first file name in FIG. 5 (dl). If the two file names do not match,
FIG. 5 (C1 is checked as the second file name, third file name, etc. until they match, and if they match, the file name is notified to the file deletion means 54, and the file deletion means The file with the file name notified by 54 is deleted from master 1.The above process is repeated until the end of the file name for both TCI and (d) in FIG. 5.As a result, after the deletion is completed, the file name of master 1 is It becomes as shown in FIG. 5 (tel).

したがって、第5図te+に示すファイル名のファイル
が格納されたマスタlに対して第5図fdlに示すファ
イル名のファイルを格納するトランザクション2を複写
してもテンポラリファイルが作成されることがなくなり
、マスタ1のオーバフローが発生するおそれは少なくな
る。
Therefore, even if transaction 2, which stores a file with the file name shown in Figure 5 fdl, is copied to master l, which stores a file with the file name shown in Figure 5 te+, a temporary file will not be created. , the possibility that master 1 overflow will occur is reduced.

なお、上記実施例では、第1および第2の外部記憶手段
をフロッピーディスクとした場合について説明したが、
これらの一方または双方がハードディスク、磁気テープ
等の他の外部記憶手段であっても本発明が同様に適用で
きることはいうまでもない。
In the above embodiment, the first and second external storage means are floppy disks.
It goes without saying that the present invention is equally applicable even if one or both of these are other external storage means such as a hard disk or magnetic tape.

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

以上説明したように本発明は、第1および第2の外部記
憶手段間の重複したファイルを第1の外部記憶手段より
自動的に削除してから第2の外部記憶手段のファイルを
第1の外部記憶手段に複写するようにしたことにより、
ファイルの複写の際にテンポラリファイルが作成されな
いので、第1の外部記憶手段がオーバフローするおそれ
が少なくなり、ファイル更新を効率良く行うことができ
るという効果がある。
As explained above, the present invention automatically deletes duplicate files between first and second external storage means from the first external storage means and then transfers files from the second external storage means to the first external storage means. By copying to external storage means,
Since a temporary file is not created when a file is copied, there is less risk of the first external storage means overflowing, and file updates can be performed efficiently.

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

第1図は本発明の一実施例のファイル更新方式の構成を
示すブロック図、 第2図は本実施例のファイル更新方式における処理を示
す流れ図、 第3図はトランザクションからマスクを作成する処理を
例示する図、 第4図は従来のファイル更新方式の一例を示す流れ図、 第5図(alは第1図中のマスクのファイル名を例示す
る図、 第5図中)は第1図中のトランザクションのファイル名
を例示する図、 第5図(elはソート後のマスクのファイル名を例示す
る図、 第5図(d)はソート後のトランザクションのファイル
名を例示する図、 第5図(elは削除後のマスクのファイル名を例示する
図である。 図において、 1・・・マスク、 2・・・トランザクション、 3・・・キーボード、 4・・・指示部、 5・・・入出力処理部、 6・・・データ記憶部、 51・ 52・ 53・ 54・ 55・ ・ファイル名読込み手段、 ・ファイル名ソート手段、 ・ファイル名比較手段、 ・ファイル削除手段、 ・ファイル複写手段である。
Fig. 1 is a block diagram showing the configuration of a file update method according to an embodiment of the present invention, Fig. 2 is a flow chart showing the processing in the file update method of this embodiment, and Fig. 3 shows the process of creating a mask from a transaction. Figure 4 is a flowchart illustrating an example of a conventional file update method; Figure 5 (al is a diagram illustrating the file name of the mask in Figure 1; Figure 5 (el is a diagram illustrating the file name of the mask after sorting, Figure 5 (d) is a diagram illustrating the file name of the transaction after sorting, Figure 5 (el) is a diagram illustrating the file name of the transaction after sorting, el is a diagram illustrating file names of masks after deletion. In the diagram, 1...mask, 2...transaction, 3...keyboard, 4...instruction section, 5...input/output Processing unit, 6... Data storage unit, 51, 52, 53, 54, 55, ・File name reading means, ・File name sorting means, ・File name comparison means, ・File deletion means, ・File copying means. .

Claims (1)

【特許請求の範囲】 第1の外部記憶手段に格納された複数のファイルのうち
の第2の外部記憶手段に格納された複数のファイルと同
一のファイル名を有するファイルを前記第2の外部記憶
手段に格納されたファイルで更新するファイル更新方式
において、 前記第1および第2の外部記憶手段から格納されている
ファイルのファイル名を読み込むファイル名読込み手段
と、 このファイル名読込み手段により読み込まれたファイル
名を一時的に記憶するデータ記憶部と、このデータ記憶
部に記憶されているファイル名を前記第1および第2の
外部記憶手段ごとにソートするファイル名ソート手段と
、 このファイル名ソート手段によりソートされ前記データ
記憶部上に記憶されているファイル名を前記第1および
第2の外部記憶手段のファイルのファイル名同士で比較
照合するファイル名比較手段と、 このファイル名比較手段によりファイル名が一致したフ
ァイルを前記第1の外部記憶手段から削除するファイル
削除手段と、 このファイル削除手段により前記第1の外部記憶手段か
らファイルが削除された後に前記第2の外部記憶手段か
ら前記第1の外部記憶手段にファイルを複写するファイ
ル複写手段と を有することを特徴とするファイル更新方式。
[Claims] A file having the same file name as a plurality of files stored in a second external storage means among the plurality of files stored in the first external storage means is stored in the second external storage means. In the file update method of updating with a file stored in the means, the file name reading means reads the file name of the file stored from the first and second external storage means, and the file name reading means read by the file name reading means a data storage section for temporarily storing file names; a file name sorting means for sorting the file names stored in the data storage section for each of the first and second external storage means; and the file name sorting means. a file name comparing means for comparing and collating the file names sorted by and stored on the data storage unit with the file names of the files in the first and second external storage means; file deletion means for deleting a file with a matching file from the first external storage means; and after the file deletion means deletes the file from the first external storage means, from the second external storage means the first and file copying means for copying a file to an external storage means.
JP63190350A 1988-07-29 1988-07-29 File update system Pending JPH0240740A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63190350A JPH0240740A (en) 1988-07-29 1988-07-29 File update system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63190350A JPH0240740A (en) 1988-07-29 1988-07-29 File update system

Publications (1)

Publication Number Publication Date
JPH0240740A true JPH0240740A (en) 1990-02-09

Family

ID=16256734

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63190350A Pending JPH0240740A (en) 1988-07-29 1988-07-29 File update system

Country Status (1)

Country Link
JP (1) JPH0240740A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04219819A (en) * 1990-12-20 1992-08-10 Kobe Nippon Denki Software Kk Collating method for file information
US5892953A (en) * 1991-04-15 1999-04-06 International Business Machines Corporation Corrective service facility

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04219819A (en) * 1990-12-20 1992-08-10 Kobe Nippon Denki Software Kk Collating method for file information
US5892953A (en) * 1991-04-15 1999-04-06 International Business Machines Corporation Corrective service facility

Similar Documents

Publication Publication Date Title
US6324548B1 (en) Database backup and recovery using separate history files for database backup and audit backup
JPH08504528A (en) Optimization method of memory space in database
AU2003228905B2 (en) Data archive recovery
US6038569A (en) System for data structure loading with concurrent image copy
JPH11134235A (en) Method for supporting recovery from fault of external storage device
JPH08328933A (en) File access control system for parallel processing system
JP2001344139A (en) Database management device
JPH0430218A (en) Difference installing system
JPH0240740A (en) File update system
JP2925042B2 (en) Information link generation method
US5978810A (en) Data management system and method for storing a long record in a set of shorter keyed records
JPH09274581A (en) Data backup method
JPH039426A (en) Software development environment storing system
JPH0844609A (en) Data backup method
JP2679602B2 (en) Evacuation medium creation system
JPH1153239A (en) Rollback processing method for database and recording medium recorded with procedure thereof
JP2741999B2 (en) Data storage management method
JP2720775B2 (en) File parallel processing unit
JPH0962554A (en) Quiescent point save generation system
JP2669241B2 (en) Migration processing method
JP2818538B2 (en) Journal file division management method and journal file division management method
JP3255121B2 (en) Database search device, database search method, information processing device, recording medium storing program for causing computer to execute database search method
JPH04195559A (en) Subfile management system
JPH05250243A (en) Data processing system for extended storage device
JPH06332856A (en) On-line job processing system