JPS63271769A - Data correction system for non rewritable medium - Google Patents

Data correction system for non rewritable medium

Info

Publication number
JPS63271769A
JPS63271769A JP62107414A JP10741487A JPS63271769A JP S63271769 A JPS63271769 A JP S63271769A JP 62107414 A JP62107414 A JP 62107414A JP 10741487 A JP10741487 A JP 10741487A JP S63271769 A JPS63271769 A JP S63271769A
Authority
JP
Japan
Prior art keywords
input
data
file
block
record
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
JP62107414A
Other languages
Japanese (ja)
Inventor
Yoshio Kariya
刈谷 善雄
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 JP62107414A priority Critical patent/JPS63271769A/en
Publication of JPS63271769A publication Critical patent/JPS63271769A/en
Pending legal-status Critical Current

Links

Landscapes

  • Optical Recording Or Reproduction (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To use the minimum quantity of resources regardless of the sequential processing or the random processing applying a record positioning function, by recording temporarily a corrected block of a nonwritable medium to a rewritable medium and finally updating the extent information on a file label added to an unwritten area of the nonwritable medium. CONSTITUTION:An input/output control means 4 replaces an original data record of a block supplied in an input request state with a corrected data record to deliver it to an unwritten part in an index file 3 and at the same time registers a data block position in the file 3 as a record using the block number as the key value. When the means 4 receives a closing request of a data file 1, the means 4 supplies all data blocks in the file 3 in the order of keys to copy them into the unwritten parts at the rear side of the file 1 and updates the extent information stored in a file label 5. In such a constitution, the minimum quantity of resources is consumed regardless of the forward processing or the random processing applying a record positioning function.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、一度データを書込んだ後二度と同一部分へは
データを書込むことのできない再書込み不可媒体上のデ
ータ修正を伴うファイルアクセスに関する。
[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to file access involving data modification on a non-rewritable medium in which data cannot be written to the same part again after data has been written. .

〔従来の技術〕[Conventional technology]

従来、再書込み不可媒体上のファイル内容の修正につい
ては、全く不可能とするかあるいは新たなファイルを茸
成してそこに修正データを含む形式でデータをコピーす
ることによりデータ修正を行なっていた。
Traditionally, data modification was done by making it impossible to modify file contents on non-rewritable media, or by creating a new file and copying the data to it in a format that contains the modified data. .

(発明が解決しようとする問題点〕 上述したように、データ修正不可能の場合、全く修正の
ないデータしか再書込み不可媒体には書込めず利用上細
心の注意が必要となり、利用範囲は狭いものであった。
(Problem to be solved by the invention) As mentioned above, when data cannot be modified, only data that has not been modified at all can be written on a non-rewritable medium, which requires extreme care when using it, and the scope of use is narrow. It was something.

また、新たなファイルを作成してそこにコピーする方式
では、順次処理であればファイル容量が小さい場合はそ
れ程問題はないが、ファイル容量が大きい場合、はんの
一部の修正でも同容量のファイルを必要とするため、無
駄が大きいということと、ファイルの位置付は機能を使
用した乱処理であればデータの修正は全く不可能である
という欠点がある。
In addition, with the method of creating a new file and copying it there, there is no problem if the file size is small if it is processed sequentially, but if the file size is large, even if a part of the file is modified, the same size Since it requires a file, it is wasteful, and if the file positioning is done randomly using a function, it is impossible to modify the data.

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

本発明の再書込み不可媒体上のデータ修正方式一度デー
タを書込んだ後、二度と同一部分に対してはデータを書
込むことのできない再書込み不可媒体上のデータファイ
ルのファイル属性および媒体内の位置付は情報であるエ
クステント情報を持つファイルラベルと、 前記データファイルに対する入出力を要求する入出力要
求プログラムと、 前記データファイルの修正ブロックをデータファイルク
ローズまでの間一時的に管理するための再書込み可能な
媒体上の索引ファイルと、前記入出力要求プログラムが
前記データファイル内のデータレコードを順次またはレ
コードの位置付は機能を使用して乱読込みする場合、前
記入出力要求プログラムから要求を受け、前記データフ
ァイル内のブロック番号をキー値として前記索引ファイ
ルを検索し、入力したいブロックが存在しない場合は再
書込み不可媒体上の該当ブロックを入力し、前記索引フ
ァイル上に入力したいブロックが存在する場合は、前記
索引ファイル上の該当ブロックを入力して、入力したブ
ロック内のデータレコードを前記入出力要求プログラム
に渡し、前記入出力要求プログラムが入力されたデータ
レコードの修正を要求する場合、前記入出力要求プログ
ラムから要求を受け、入出力要求時に入力されたブロッ
ク上の元のデータレコードと修正データレコードを置き
換えた後、前記索引ファイル上に更新ブロックを登録す
るために、入力要求時前記索引ファイルからの入力ブロ
ックであれば前記索引ファイル上のデータブロックを更
新し、入力要求時前記索引ファイルから入力せず前記デ
ータファイルから入力したブロックであれば前記索引フ
ァイル上の後方の未書込み部分にデータブロックを出力
し、ブロック番号をキー値としたブロック位置を持つレ
コードとして前記索引ファイル上に登録することにより
、以後のデータレコード入力要求に対して修正したブロ
ックから新しく入力できるようにし、ファイルクローズ
時、前記索引ファイルをキー順に入力し、前記索引ファ
イル内全データブロックを前記データファイル内の後方
の未書込み部分にコピーし、前記データファイルのファ
イルラベル情報内エクステント情報を更新することによ
り再書込み不可媒体上を最新状態にする入出力制御手段
を存している。
Data modification method on non-rewritable media of the present invention Once data is written, data cannot be written to the same part again File attributes of data files on non-rewritable media and positions within the media Attached are a file label with extent information, an input/output request program that requests input/output to the data file, and a rewrite program for temporarily managing modified blocks of the data file until the data file is closed. receiving a request from the input/output requesting program when the input/output requesting program reads data records in the data file sequentially or randomly using a record positioning function; Search the index file using the block number in the data file as a key value, and if the block you want to input does not exist, input the corresponding block on the non-rewritable medium, and if the block you want to input exists in the index file. inputs the corresponding block on the indexed file, passes the data record in the input block to the input/output request program, and if the input/output request program requests modification of the input data record, the input/output request program After receiving a request from the output request program and replacing the original data record and modified data record on the block input at the time of the input/output request, the index file at the time of the input request is registered in order to register the updated block on the index file. If the block is an input block from the index file, the data block on the index file is updated, and if the block was input from the data file without being input from the index file at the time of the input request, the data is added to the rear unwritten portion of the index file. By outputting a block and registering it on the index file as a record with a block position using the block number as a key value, it is possible to input new data from the modified block in response to subsequent data record input requests, and when the file is closed. , input the index file in key order, copy all data blocks in the index file to the rear unwritten part in the data file, and update the extent information in the file label information of the data file to prevent rewriting. There is input/output control means for bringing the media up to date.

(作 用) 再書込み可能媒体に再書込み不可媒体の修正プロックを
一時的に記録し、最後に再書込み不可媒体上の未下記込
み領域に追加しファイルラベル上のエクステント情報を
更新することにより、順次処理でもレコードの位置付は
機能を使用した乱処理でも最小限の資源量で済む。
(Operation) By temporarily recording a modification block for a non-rewritable medium on a rewritable medium, and finally adding it to the unwritten area on the non-rewritable medium and updating the extent information on the file label, Even in sequential processing, the positioning of records requires minimal resources even when random processing is performed using functions.

〔実施例〕〔Example〕

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

第1図は本発明の再書込み不可媒体上のデータ修正方式
の一実施例を示すブロック図である。
FIG. 1 is a block diagram illustrating an embodiment of the data modification method on a non-rewritable medium of the present invention.

本実施例は、一度データを書込んだ後、二度と同一部分
に対してはデータを書込むことのできない再書込み不可
媒体上データファイル1のファイル属性を持つファイル
ラベル5と、データファイル1に対する入出力を要求す
る入出力要求プログラム2と、データファイル1の修正
ブロックをデータファイルクローズまでの間一時的に管
理するための再書込み可能な媒体上の索引ファイル3と
、データファイル1および索引ファイル3に対する入出
力の制御を行なう入出力制御手段4とから構成されてい
る。
This embodiment uses a file label 5 that has the file attribute of a data file 1 on a non-rewritable medium that cannot write data to the same part again after data has been written, and an input to the data file 1. An input/output request program 2 that requests output, an index file 3 on a rewritable medium for temporarily managing modified blocks of data file 1 until the data file is closed, and data file 1 and index file 3. The input/output control means 4 controls input/output to and from the input/output controller.

次に、本実施例の動作を説明する。まず、入出力要求プ
ログラム2がデータファイル1を作成する場合、従来通
りデータファイル1およびファイルラベル5を作成する
Next, the operation of this embodiment will be explained. First, when the input/output request program 2 creates the data file 1, it creates the data file 1 and the file label 5 as before.

次に、データファイル1からのデータレコード入力とデ
ータレコード修正について説明する。入出力要求プログ
ラム2は、データファイル1内のデータレコードの順次
あるいは乱入力を入出力制御手段4に要求する。入出力
制御手段4は、索引ファイル3より入力するレコードを
含むブロックのブロック番号をキー値としたレコードを
検索し、存在しない場合はデータファイル1の通常のブ
ロック位置よりデータブロックを入力し、存在する場合
はそのキー値を持つレコード内のブロック位置より索引
ファイル3内のデータブロックを入力し、入力されたブ
ロック内より要求されたデータレコードを入出力要求プ
ログラム2に渡す。そして、入出力要求プログラム2は
、入力したデータレコードを参照して必要な場合、デー
タレコードを修正して入出力制御手段4に渡し、元のデ
ータレコードに置き換えるよう要求する。入出力制御手
段4は、入力要求時に入力されたブロック上の元のデー
タレコードと修正後のデータレコードを置き換えて、索
引ファイル3内の未書込み部分あるいは索引ファイル3
内の元のデータブロックに出力するとともに、未書込み
部分に出力した場合は索引ファイル3内のデータブロッ
ク位置をブロック番号をキー値としたレコードとして登
録する。
Next, data record input from data file 1 and data record modification will be explained. The input/output request program 2 requests the input/output control means 4 to input data records in the data file 1 sequentially or randomly. The input/output control means 4 searches for a record using the block number of the block containing the record to be input as a key value from the index file 3, and if the record does not exist, inputs the data block from the normal block position of the data file 1, and checks if the record exists. If so, the data block in the index file 3 is input from the block position in the record having that key value, and the requested data record from within the input block is passed to the input/output request program 2. Then, the input/output request program 2 refers to the input data record, and if necessary, modifies the data record and passes it to the input/output control means 4, requesting that it be replaced with the original data record. The input/output control means 4 replaces the original data record on the block input at the time of the input request with the corrected data record, and replaces the unwritten portion in the index file 3 or the index file 3.
When outputting to an unwritten portion, the data block position in the index file 3 is registered as a record with the block number as a key value.

次にファイルクローズ処理について説明する。Next, file close processing will be explained.

入出力要求プログラム2からデータファイル1のクロー
ズ要求を受けた入出力制御手段4は、索引ファイル3内
全データブロツクをキー順に入力し、データファイル1
内の後方の未書込み部分にコピーし、ファイルラベル5
内エクステント情報を更新する。
The input/output control means 4 receives a request to close the data file 1 from the input/output request program 2, inputs all data blocks in the index file 3 in key order, and closes the data file 1.
Copy it to the rear unwritten part of
Update internal extent information.

第2図は、データファイル1のブロックX、YおよびZ
を修正し、索引ファイル3に登録した状態を示している
Figure 2 shows blocks X, Y and Z of data file 1.
This shows the state in which the file has been corrected and registered in index file 3.

第3図は、第2図のデータファイル1の状態からデータ
ファイル1クローズ後のデータファイル1およびファイ
ルラベル5の状態を示している。
FIG. 3 shows the state of data file 1 and file label 5 after data file 1 is closed from the state of data file 1 shown in FIG.

データファイル1では、修正したブロックX、 Yおよ
びZを未使用の領域に追加出力しており、修正前のブロ
ックX、Yおよび2は再書込みできないため、そのまま
残されている。ファイルラベル5では、修正したブロッ
クX、YおよびZの位置をエクステント情報に反映させ
、エクステント情報を基にデータファイル1を参照して
も修正したブロックを正しく入力できるようにしている
In data file 1, modified blocks X, Y, and Z are additionally output to unused areas, and blocks X, Y, and 2 before modification cannot be rewritten, so they remain as they are. In the file label 5, the positions of the modified blocks X, Y, and Z are reflected in the extent information, so that even if the data file 1 is referred to based on the extent information, the modified blocks can be input correctly.

第4図から第6図は入出力制御手段4の各処理を示すフ
ローチャートである。
4 to 6 are flowcharts showing each process of the input/output control means 4. FIG.

(1)第4図は、データファイル1からのデータレコー
ドの入力処理を示している。まず、入出力要求プログラ
ム2より入力要求を受けると、索引ファイル3を検索し
くステップ41)、目的のデータレコードを含むブロッ
クが存在するか否かを判定しくステップ42)、存在す
る場合は索引ファイル3内のデータブロックを入力しく
ステップ43)、存在しない場合はデータファイル1内
のデータブロックを入力しくステップ44)、目的のデ
ータレコードを取り出す(ステップ45)。
(1) FIG. 4 shows input processing of data records from data file 1. First, when an input request is received from the input/output request program 2, the index file 3 is searched (step 41), it is determined whether or not a block containing the target data record exists (step 42), and if it exists, the index file 3 is searched (step 41). If the data block does not exist, the data block in data file 1 is input (step 44), and the desired data record is extracted (step 45).

(2)第5図は、データレコードの修正を行なう修正処
理を示している。まず、入出力要求プログラム2より修
正データレコードを受は取り、入力要求時に入力された
データブロック内の修正前データレコードを修正データ
レコードに置き換え(ステップ51)、入力要求時、索
引ファイル3上のデータブロックを入力したか否かを判
定しくステップ52)、索引ファイル3上から入力した
場合は索引ファイル3上の該当ブロックを置き換え(ス
テップ53)、索引ファイル3からではなくデータファ
イル1から入力したブロックの場合は索引ファイル3上
の後方の未書込み部分にデータブロックを出力しくステ
ップ54)、索引ファイル3内のデータブロック位置を
ブロック番号をキー値としたレコードとして索引ファイ
ル3に登録する(ステップ55)。
(2) FIG. 5 shows a modification process for modifying data records. First, the modified data record is received from the input/output request program 2, and the unmodified data record in the data block input at the time of the input request is replaced with the modified data record (step 51). It is determined whether or not a data block has been input (step 52), and if it has been input from index file 3, the corresponding block on index file 3 has been replaced (step 53), and it has been input from data file 1 instead of from index file 3. In the case of a block, the data block is output to the rear unwritten portion of the index file 3 (step 54), and the data block position in the index file 3 is registered in the index file 3 as a record with the block number as the key value (step 54). 55).

(3)第6図はファイルのクローズ処理を示している。(3) FIG. 6 shows file closing processing.

まず、索引ファイル3内のキ一部を索引し、1個の修正
ブロックの位置を取り出しくステップ61)、取り出し
た修正ブロック位置から索引ファイル3内の1ブロツク
を入力しくステップ62)、データファイル1内の未書
込み部分へ出力しくステップ63)、エクステント情報
を更新しくステップ64)、索引ファイル3上にまだ修
正ブロックが存在するか否か判定しくステップ65)、
存在する場合はステップ61に戻り以下の処理を繰り返
す。
First, a step 61) of indexing a part of the key in the index file 3 and extracting the position of one modified block, a step 62) of inputting one block in the index file 3 from the retrieved modified block position, Step 63) to update the extent information, step 64) to determine whether a modified block still exists on the index file 3, step 65).
If it exists, the process returns to step 61 and the following process is repeated.

本実施例では、入力および修正要求毎にデータファイル
lや索引ファイル3を入出力しているが、通常は1ブロ
ツク毎に入出力し、かつ、複数のバッファでバッファリ
ングし、性能を向上させることになる。
In this embodiment, data file 1 and index file 3 are input/output for each input and modification request, but normally input/output is performed for each block and buffering is performed using multiple buffers to improve performance. It turns out.

(発明の効果) 以上説明したように本発明は、再書込み不可媒体に対し
て修正ブロックを一時的に再書込み不可媒体上に記録し
、最後に再書込み不可媒体上の未書込み領域に追加しフ
ァイルラベル上のエクステント情報を更新することによ
り、順次処理でもレコードの位置付は機能を使用した乱
処理でも最小限の資源量であたかも再書込み可能なよう
に制御して再書込み不可媒体の欠点を取りのぞき、その
利用範囲を広げることができるという効果がある。
(Effects of the Invention) As explained above, the present invention temporarily records a modified block on a non-rewritable medium, and finally adds it to an unwritten area on the non-rewritable medium. By updating the extent information on the file label, record positioning can be controlled as if it were rewritable with a minimum amount of resources, even in sequential processing or random processing using functions, thereby eliminating the drawbacks of non-rewritable media. This has the effect of being able to expand the scope of its use.

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

第1図は本発明の再書込み不可媒体上のデータ修正方式
の一実施例を示すブロック図、第2図は複数ブロックの
修正後の状態図、第3図はファイルクローズ後の状態図
、第4図から第6図は入出力制御手段4の各処理のフロ
ーチャートである。 1−−−−−−再書込み不可媒体上のデータファイル、
2・・・・・・入出力要求プログラム。 3・・・・・・再書込み可能媒体上の索引ファイル、4
−−−−−−入出力制御手段、 5−−−−−ファイルラベル、 41.42,43,44.45−−−−−−入力処理の
各ステップ、51.52,53,54.55・・・・・
・修正処理の各ステップ、61.62,63,64.6
5・・・・−クローズ処理の各ステップ。 区 1   の 第5図
FIG. 1 is a block diagram showing an embodiment of the data modification method on a non-rewritable medium of the present invention, FIG. 2 is a state diagram after multiple blocks are modified, and FIG. 3 is a state diagram after file closing. 4 to 6 are flowcharts of each process of the input/output control means 4. 1----- Data files on non-rewritable media;
2...Input/output request program. 3... Index file on rewritable medium, 4
--------Input/output control means, 5---File label, 41.42, 43, 44.45---Each step of input processing, 51.52, 53, 54.55・・・・・・
・Each step of correction process, 61.62, 63, 64.6
5...--Each step of the closing process. Figure 5 of Ward 1

Claims (1)

【特許請求の範囲】 一度データを書込んだ後、二度と同一部分に対してはデ
ータを書込むことのできない再書込み不可媒体上のデー
タファイルのファイル属性および媒体内の位置付け情報
であるエクステント情報を持つファイルラベルと、 前記データファイルに対する入出力を要求する入出力要
求プログラムと、 前記データファイルの修正ブロックをデータファイルク
ローズまでの間一時的に管理するための再書込み可能な
媒体上の索引ファイルと、前記入出力要求プログラムが
前記データファイル内のデータレコードを順次またはレ
コードの位置付け機能を使用して乱読込みする場合、前
記入出力要求プログラムから要求を受け、前記データフ
ァイル内のブロック番号をキー値として前記索引ファイ
ルを検索し、入力したいブロックが存在しない場合は再
書込み不可媒体上の該当ブロックを入力し、前記索引フ
ァイル上に入力したいブロックが存在する場合は、前記
索引ファイル上の該当ブロックを入力して、入力したブ
ロック内のデータレコードを前記入出力要求プログラム
に渡し、前記入出力要求プログラムが入力されたデータ
レコードの修正を要求する場合、前記入出力要求プログ
ラムから要求を受け、入出力要求時に入力されたブロッ
ク上の元のデータレコードと修正データレコードを置き
換えた後、前記索引ファイル上に更新ブロックを登録す
るために、入力要求時前記索引ファイルからの入力ブロ
ックであれば前記索引ファイル上のデータブロックを更
新し、入力要求時前記索引ファイルから入力せず前記デ
ータファイルから入力したブロックであれば前記索引フ
ァイル上の後方の未書込み部分にデータブロックを出力
し、ブロック番号をキー値としたブロック位置を持つレ
コードとして前記索引ファイル上に登録することにより
、以後のデータレコード入力要求に対して修正したブロ
ックから新しく入力できるようにし、ファイルクローズ
時、前記索引ファイルをキー順に入力し、前記索引ファ
イル内全データブロックを前記データファイル内の後方
の未書込み部分にコピーし、前記データファイルのファ
イルラベル情報内エクステント情報を更新することによ
り再書込み不可媒体上を最新状態にする入出力制御手段
とを有する再書込み不可媒体上のデータ修正方式。
[Claims] File attributes of data files on non-rewritable media and extent information, which is positioning information within the media, are stored on a non-rewritable medium where data cannot be written to the same area again after data has been written. an input/output request program that requests input/output to the data file; and an index file on a rewritable medium for temporarily managing modified blocks of the data file until the data file is closed. , when the input/output requesting program reads data records in the data file sequentially or randomly using the record positioning function, it receives a request from the input/output requesting program and sets the block number in the data file as a key value. If the block you want to input does not exist, input the corresponding block on the non-rewritable medium, and if the block you want to input exists in the index file, search the index file. When the input/output request program receives a request from the input/output request program and passes the data record in the input block to the input/output request program, and the input/output request program requests modification of the input data record, the input/output request program After replacing the original data record and modified data record on the block input at the time of the request, in order to register the updated block on the index file, if the input block is from the index file at the time of the input request, the index file Update the upper data block, and if the block was input from the data file instead of from the index file at the time of input request, output the data block to the rear unwritten part of the index file, and set the block number as the key value. By registering the record in the index file as a record with the block position set as above, it is possible to input a new data from the corrected block in response to a subsequent data record input request, and when the file is closed, the index file is input in key order, Input/output control that copies all data blocks in the index file to a rear unwritten portion in the data file and updates extent information in file label information of the data file to bring the non-rewritable medium to the latest state. A method for modifying data on non-rewritable media having means.
JP62107414A 1987-04-28 1987-04-28 Data correction system for non rewritable medium Pending JPS63271769A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62107414A JPS63271769A (en) 1987-04-28 1987-04-28 Data correction system for non rewritable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62107414A JPS63271769A (en) 1987-04-28 1987-04-28 Data correction system for non rewritable medium

Publications (1)

Publication Number Publication Date
JPS63271769A true JPS63271769A (en) 1988-11-09

Family

ID=14458543

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62107414A Pending JPS63271769A (en) 1987-04-28 1987-04-28 Data correction system for non rewritable medium

Country Status (1)

Country Link
JP (1) JPS63271769A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS56156936A (en) * 1980-05-06 1981-12-03 Ricoh Co Ltd Sotrage system of large-capacity file
JPS6074020A (en) * 1983-09-30 1985-04-26 Toshiba Corp Storage device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS56156936A (en) * 1980-05-06 1981-12-03 Ricoh Co Ltd Sotrage system of large-capacity file
JPS6074020A (en) * 1983-09-30 1985-04-26 Toshiba Corp Storage device

Similar Documents

Publication Publication Date Title
US7801855B2 (en) Method and apparatus for merging log entries in a database management system
KR100398753B1 (en) Transaction processing system using efficient file update processing and recovery processing
JPH02148235A (en) Data drawback system
JPS6369066A (en) Data correcting system on unrewritable medium
US6209070B1 (en) System for multiple data transfer operations
JPH07141231A (en) Device and method for moving processing of virtual storage resource between disk devices
JPS63271769A (en) Data correction system for non rewritable medium
US8275809B2 (en) Object processing system using an object model
JPH07253894A (en) Shared storage device
JPS63279346A (en) File replacement processing system
JP3698945B2 (en) Data update processing method
JPH04336638A (en) Disk exchange system in system working mode
JPH0378043A (en) Data update system for direct-read-after-write draw) type medium
JPS6336375A (en) File managing method in data filling device
JPH05151037A (en) Reorganization processing system for database in business processing
JP2771986B2 (en) Magnetic tape unit
JPH09282202A (en) Data movement management system
JPH06168079A (en) Data backup system
JPH01119839A (en) File constitution control system
JPS6231426A (en) File control method and file device
JPH064368A (en) File access device
JPH09330259A (en) Computer system and file access method for the same
JPH04156626A (en) File entry generating system for vtoc
JPH0566928A (en) Generation control system for program source file
JPH05250335A (en) Data base update processing system of loosely coupled multiprocessor system