JPH05151053A - File control system - Google Patents

File control system

Info

Publication number
JPH05151053A
JPH05151053A JP3336061A JP33606191A JPH05151053A JP H05151053 A JPH05151053 A JP H05151053A JP 3336061 A JP3336061 A JP 3336061A JP 33606191 A JP33606191 A JP 33606191A JP H05151053 A JPH05151053 A JP H05151053A
Authority
JP
Japan
Prior art keywords
file
assignment
temporary
files
management
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
JP3336061A
Other languages
Japanese (ja)
Inventor
Hirotaka Sekine
弘隆 関根
Masahiro Abe
正弘 安倍
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.)
NAGANO NIPPON DENKI SOFTWARE KK
NEC Corp
NEC Software Nagano Ltd
Original Assignee
NAGANO NIPPON DENKI SOFTWARE KK
NEC Corp
NEC Software Nagano 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 NAGANO NIPPON DENKI SOFTWARE KK, NEC Corp, NEC Software Nagano Ltd filed Critical NAGANO NIPPON DENKI SOFTWARE KK
Priority to JP3336061A priority Critical patent/JPH05151053A/en
Publication of JPH05151053A publication Critical patent/JPH05151053A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To easily perform the addition, alteration, deletion, etc., of a file during the execution of a system and to generate no contradiction even if the same system is used by one machine at the same time. CONSTITUTION:A working temporary file control means 2 controls a working temporary file with a working temporary file control file 1 so that the same file name is not used. A file control means 4 dynamically controls all files by using a file control table 3. A file assignment control means 6 dynamically control the assignment states of all the files by using a file assignment state control table 5.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はコンピュータを利用した
システムにおけるファイル制御方式に関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file control system in a computer-based system.

【0002】[0002]

【従来の技術】大規模なシステム、例えばCAD,CA
M,CAE等のシステムにあっては、多くのファイルを
取り扱っている。
2. Description of the Related Art Large-scale systems such as CAD and CA
Many files are handled in systems such as M and CAE.

【0003】このような多くのファイルを取り扱うシス
テムにおいては、ファイルを集中的に管理するため、フ
ァイル管理手段によるファイル制御が行われている。な
お、ファイル管理テーブルを用いてファイルに関する情
報を管理するのが一般的である。
In such a system that handles many files, file control is performed by the file management means in order to centrally manage the files. Note that it is common to manage information about files using a file management table.

【0004】また、CAD,CAM,CAE等のシステ
ムにあっては、処理の実行中に一時的にデータを保存し
ておくために作業用テンポラリファイルを使用してい
る。
Further, in systems such as CAD, CAM, and CAE, a work temporary file is used to temporarily store data during execution of processing.

【0005】ところで、従来のファイル制御方式にあっ
ては、ファイル管理テーブルのテーブル番号と、作業用
テンポラリファイルを含めたシステムで使用するファイ
ルとをシステムが固定的に定めるようにしており、使用
する作業用テンポラリファイルについてはシステムの実
行開始前もしくは実行直後に使用数分だけファイル管理
テーブルに登録するようにしていた。これは、ファイル
制御を容易にするため等の理由による。
By the way, in the conventional file control method, the system fixedly determines the table number of the file management table and the files used in the system including the working temporary file. As for temporary files for work, the number of used files was registered in the file management table before or immediately after execution of the system. This is for reasons such as facilitating file control.

【0006】また、作業用テンポラリファイルを識別す
るためのファイル名についても、システムが固定的に定
めているものであった。
Also, the system fixedly determines the file name for identifying the working temporary file.

【0007】[0007]

【発明が解決しようとする課題】従来のファイル制御方
式は上述したようにして行われていたため、次のような
欠点があった。
Since the conventional file control method is performed as described above, it has the following drawbacks.

【0008】作業用テンポラリファイルを含めた、シ
ステムで使用するファイルを、システムの実行中に追
加,変更,削除等するのが容易でない。すなわち、ファ
イル管理テーブルの内容がシステムの実行開始前もしく
は実行直後に固定化されてしまうため、ファイルの追
加,変更,削除等をするには、ファイル管理テーブルを
作成し直し、そのファイル管理テーブルを用いている全
てのモジュールを作成し直し、システムの作り直しが必
要となるからである。従って、システム利用者の独自の
ファイルをシステムに取り入れるのに制約があった。
It is not easy to add, change, delete, etc., files used in the system, including temporary files for work, during execution of the system. In other words, the contents of the file management table are fixed before or immediately after the system starts to be executed. Therefore, to add, change, or delete files, recreate the file management table and open the file management table. This is because it is necessary to recreate all the modules used and recreate the system. Therefore, there is a limitation in incorporating the system user's own file into the system.

【0009】1台のマシン(コンピュータ)で同じシ
ステムを同時に使用するのが困難である。すなわち、作
業用テンポラリファイルのファイル名がシステムにより
固定的に定められるため、後で起動されたシステムが既
に起動されているシステムが使用している同じファイル
名の作業用テンポラリファイルを使用してしまうことが
あり、その作業用テンポラリファイルに格納されていた
データを破壊してしまうからである。
It is difficult to use the same system on one machine (computer) at the same time. That is, since the file name of the working temporary file is fixedly set by the system, the system that was started later uses the working temporary file of the same file name that is used by the system that has already been started. In some cases, the data stored in the working temporary file will be destroyed.

【0010】本発明は上記の点に鑑み提案されたもので
あり、その目的とするところは、システムの実行中にフ
ァイルを追加,変更,削除等するのが容易に行えると共
に、1台のマシンで同じシステムを同時に使用しても矛
盾が発生することがないファイル制御方式を提供するこ
とにある。
The present invention has been proposed in view of the above points, and it is an object of the present invention to easily add, change, delete, etc. files while the system is running, and to provide a single machine. The purpose is to provide a file control method that does not cause inconsistency even if the same system is used at the same time.

【0011】[0011]

【課題を解決するための手段】本発明は上記の目的を達
成するため、作業用テンポラリファイル管理ファイルに
より作業用テンポラリファイルの管理を行う作業用テン
ポラリファイル管理手段と、ファイル管理テーブルによ
り全ファイルの管理を行うファイル管理手段と、ファイ
ルアサイン状態管理テーブルにより全ファイルのアサイ
ン状態の管理を行うファイルアサイン状態管理手段とを
備えるようにしている。
In order to achieve the above object, the present invention achieves the above object by using a working temporary file management file for managing a working temporary file by a working temporary file management file and a file management table for all files. A file managing means for managing and a file assigning status managing means for managing the assigning status of all files by the file assigning status management table are provided.

【0012】[0012]

【作用】本発明のファイル制御方式にあっては、作業用
テンポラリファイル管理手段が作業用テンポラリファイ
ル管理ファイルにより作業用テンポラリファイルの管理
を行い、ファイル管理手段がファイル管理テーブルによ
り全ファイルの管理を行い、ファイルアサイン状態管理
手段がファイルアサイン状態管理テーブルにより全ファ
イルのアサイン状態の管理を行う。
In the file control method of the present invention, the working temporary file management means manages the working temporary file by the working temporary file management file, and the file management means manages all files by the file management table. Then, the file assignment status management means manages the assignment status of all files by using the file assignment status management table.

【0013】[0013]

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

【0014】図1は本発明のファイル制御方式の一実施
例を示す構成図である。
FIG. 1 is a block diagram showing an embodiment of the file control system of the present invention.

【0015】図1において、本実施例は、作業用テンポ
ラリファイル管理ファイル1により作業用テンポラリフ
ァイルの管理を行う作業用テンポラリファイル管理手段
2と、ファイル管理テーブル3により全ファイルの管理
を行うファイル管理手段4と、ファイルアサイン状態管
理テーブル5により全ファイルのアサイン状態の管理を
行うファイルアサイン状態管理手段6とから構成されて
いる。
In FIG. 1, in the present embodiment, a work temporary file management means 2 for managing a work temporary file by a work temporary file management file 1 and a file management for managing all files by a file management table 3. It is composed of a means 4 and a file assignment state management means 6 for managing the assignment states of all files by means of the file assignment state management table 5.

【0016】作業用テンポラリファイル管理ファイル1
は作業用テンポラリファイルの使用状態に関する情報を
格納したものであり、例えば、作業用テンポラリファイ
ルのファイル名の項目と、ファイル使用/未使用フラグ
の項目とを有する複数のレコードが格納されている。な
お、作業用テンポラリファイルのファイル名としては、
例えば、識別を容易にするために頭文字を固定にし、数
字が後に続くようにする。
Work temporary file management file 1
Stores information about the usage status of the work temporary file, and stores, for example, a plurality of records having a file name item of the work temporary file and a file used / unused flag item. In addition, as the file name of the temporary file for work,
For example, initial letters are fixed and numbers are followed to facilitate identification.

【0017】また、ファイル管理テーブル3は使用する
ファイルを管理するのに必要な情報を格納したものであ
り、例えば、テーブル番号と論理ファイル名とファイル
種別とファイル使用状態とファイル内位置の項目を有し
ている。ここで、テーブル番号はファイル対応のエント
リを区別する番号であり、ファイルを識別するファイル
番号でもある。論理ファイル名は使用するファイルを識
別する名前であり、ファイル種別は順編成,直編成等を
識別するものであり、ファイル使用状態はオープンされ
ているか否かおよびオープンされている場合には読み込
みのためのオープンか書き込みのためのオープンかを識
別するものであり、ファイル内位置はファイルの読み込
み時,書き込み時のファイル内の開始位置を示すもので
ある。
The file management table 3 stores information necessary for managing files to be used. For example, the table number, logical file name, file type, file usage status, and file position are stored in the file management table 3. Have Here, the table number is a number that distinguishes an entry corresponding to a file, and is also a file number that identifies a file. The logical file name identifies the file to be used, the file type identifies sequential organization, direct organization, etc., and the file usage status indicates whether or not it is open, and if it is open It is for identifying whether the file is open for writing or for writing, and the position in the file indicates the starting position in the file when reading or writing the file.

【0018】ファイルアサイン状態管理テーブル5はフ
ァイルのアサイン状態を示す情報を格納したものであ
り、例えば、テーブル番号とファイルアサイン状態フラ
グの項目を有している。なお、対応するファイルを識別
するため、テーブル番号はファイル管理テーブル3のテ
ーブル番号と共通になっており、テーブル数は同数にな
っている。このことから、ファイルアサイン状態管理テ
ーブル5はファイル管理テーブル3のテーブル番号の使
用状態を示すものであるとも言える。
The file assignment status management table 5 stores information indicating the file assignment status, and has, for example, a table number and a file assignment status flag. In order to identify the corresponding file, the table number is the same as the table number of the file management table 3, and the number of tables is the same. From this, it can be said that the file assignment status management table 5 indicates the usage status of the table number of the file management table 3.

【0019】以下、上記の実施例の動作を場合を分けて
説明する。
The operation of the above-described embodiment will be described below for different cases.

【0020】(1)ファイルのアサイン処理 ファイルをアサインする場合、システムプログラムもし
くはユーザプログラム(図示せず)からファイル管理手
段4に対してその旨を伝える。
(1) File Assignment Processing When assigning a file, a system program or a user program (not shown) notifies the file management means 4 of that fact.

【0021】ファイル管理手段4は、ファイルのアサイ
ンの前準備として、ファイル管理テーブル3で使用でき
るテーブル番号を得るためにファイルアサイン状態管理
手段6に使用可能なテーブル番号の要求を出す。
The file management means 4 issues a request for a usable table number to the file assignment state management means 6 in order to obtain a table number that can be used in the file management table 3 as a preparation for file assignment.

【0022】その要求を受けたファイルアサイン状態管
理手段6は、ファイルアサイン状態管理テーブル5から
ファイルアサイン状態フラグが未使用の状態を示してい
るテーブル番号を探し出し、探し出したテーブル番号の
1つをファイル管理手段4に返却する。
Upon receipt of the request, the file assignment state management means 6 searches the file assignment state management table 5 for a table number showing a state where the file assignment state flag is unused, and uses one of the found table numbers as a file. It is returned to the management means 4.

【0023】この時、ファイルアサイン状態管理手段6
は、ファイル管理手段4に返却したテーブル番号に対応
するファイルアサイン状態管理テーブル5のファイルア
サイン状態フラグを使用中(アサイン)の状態にする。
At this time, the file assignment state management means 6
Sets the file assignment state flag of the file assignment state management table 5 corresponding to the table number returned to the file management means 4 to the in-use state (assignment).

【0024】ファイル管理手段4はファイルアサイン状
態管理手段6から返却されたテーブル番号を情報格納キ
ーにして、ファイル管理テーブル3に必要情報を書き込
む。すなわち、論理ファイル名,ファイル種別,ファイ
ル使用状態,ファイル内位置等を書き込む。
The file management means 4 writes necessary information in the file management table 3 using the table number returned from the file assignment state management means 6 as an information storage key. That is, the logical file name, file type, file usage state, file position, etc. are written.

【0025】また、ファイルアサイン状態管理手段6か
らファイル管理手段4に返却されたテーブル番号は以後
の処理での検索キーとなるため、ファイル管理手段4は
ファイルのアサインの後処理として、そのテーブル番号
を利用者に知らせる。
Further, since the table number returned from the file assignment state management means 6 to the file management means 4 serves as a search key in the subsequent processing, the file management means 4 carries out the table number as the post-processing of the file assignment. Inform the user.

【0026】(2)ファイルの読み込み,書き込み処理 ファイルの読み込み,書き込みを行う場合、システムプ
ログラムもしくはユーザプログラムは、そのファイルの
アサイン処理で返却されたテーブル番号を検索キーにし
てファイル管理手段4に情報取得を要求する。
(2) File read / write processing When a file is read / written, the system program or user program uses the table number returned by the file assignment processing as a search key to inform the file management means 4 of information. Request acquisition.

【0027】ファイル管理手段4は指定されたテーブル
番号を用い、ファイル管理テーブル3から必要情報を取
得する。
The file management means 4 acquires necessary information from the file management table 3 using the designated table number.

【0028】そして、システムプログラムもしくはユー
ザプログラムは、取得した情報に基づいてファイルの読
み込み,書き込みを行う。
Then, the system program or the user program reads and writes the file based on the acquired information.

【0029】(3)ファイルのクローズ処理 ファイルをクローズする場合、システムプログラムもし
くはユーザプログラムは、ファイルのアサイン処理で返
却されたテーブル番号を指定してファイルアサイン状態
管理手段6にその旨を伝える。
(3) File closing process When the file is closed, the system program or the user program specifies the table number returned in the file assigning process and notifies the file assigning state management means 6 of that fact.

【0030】ファイルアサイン状態管理手段6は、ファ
イルアサイン状態管理テーブル5の指定されたテーブル
番号におけるファイルアサイン状態フラグを未使用の状
態(アサインの解除)とする。
The file assignment state management means 6 sets the file assignment state flag at the designated table number of the file assignment state management table 5 to the unused state (release of assignment).

【0031】(4)作業用テンポラリファイルの使用開
始処理 作業用テンポラリファイルを使用する場合、システムプ
ログラムもしくはユーザプログラムは、作業用テンポラ
リファイル管理手段2にその旨を伝える。
(4) Processing for starting use of working temporary file When a working temporary file is used, the system program or the user program notifies the working temporary file management means 2 to that effect.

【0032】作業用テンポラリファイル管理手段2は、
作業用テンポラリファイル管理ファイル1から全レコー
ドを読み込み、レコード内の項目であるファイル使用/
未使用フラグを参照し、作業用テンポラリファイルとし
て使用中の全ファイル名を得る。
The temporary file management means 2 for work is
All records are read from the working temporary file management file 1, and the file use /
Get the names of all files in use as temporary files for work by referring to the unused flag.

【0033】作業用テンポラリファイル管理手段2は、
使用中の作業用テンポラリファイルのファイル名と同一
のファイル名にならないように、これから使用する作業
用テンポラリファイルのファイル名を決定し、使用状態
としたファイル使用/未使用フラグを伴ったレコードに
して作業用テンポラリファイル管理ファイル1に登録す
る。ファイル名の頭文字を固定にしている場合には、フ
ァイル名から頭文字を除いた番号をレコード番号として
レコードを識別することにより、ファイル名を簡略化で
きる。
The temporary file management means 2 for work is
Determine the file name of the working temporary file to be used from now on so that the file name is not the same as the file name of the working temporary file being used, and make it a record with the used / unused flag. It is registered in the work temporary file management file 1. When the initials of the file name are fixed, the file name can be simplified by identifying the record with the number obtained by removing the initials from the file name as the record number.

【0034】次いで、作業用テンポラリファイル管理手
段2は、作業用テンポラリファイルとして使用するファ
イル名およびファイル種別等の各種のファイル情報をフ
ァイル管理手段4に通知する。
Next, the work temporary file management means 2 notifies the file management means 4 of various file information such as the file name and file type used as the work temporary file.

【0035】ファイル管理手段4は、前述の「(1)フ
ァイルのアサイン処理」を行い、作業用テンポラリファ
イル管理手段2にファイル管理テーブル3内のテーブル
番号を与える。
The file management means 4 performs the above-mentioned "(1) file assignment processing", and gives the working temporary file management means 2 the table number in the file management table 3.

【0036】作業用テンポラリファイル管理手段2は、
取得したテーブル番号と作業用テンポラリファイルのフ
ァイル名を管理し、また、そのテーブル番号については
作業用テンポラリファイル管理番号として利用者に知ら
せる。
The working temporary file management means 2 is
The acquired table number and the file name of the working temporary file are managed, and the table number is notified to the user as the working temporary file management number.

【0037】(5)作業用テンポラリファイルへの情報
の退避および退避された情報の取り出し処理 作業用テンポラリファイルへ情報を退避し、あるいは退
避された情報を取り出す場合、システムプログラムもし
くはユーザプログラムは、作業用テンポラリファイルの
使用開始処理で返却された作業用テンポラリファイル管
理番号を用い、前述の「(2)ファイルの読み込み,書
き込み処理」により情報の退避もしくは取り出しを行
う。
(5) Saving information to working temporary file and fetching saved information When saving information to the working temporary file or fetching saved information, the system program or user program is Using the work temporary file management number returned in the process of starting the use of the temporary file for use, the information is saved or retrieved by the above-mentioned "(2) File reading / writing process".

【0038】(6)作業用テンポラリファイルの使用終
了処理 作業用テンポラリファイルの使用を終了する場合、シス
テムプログラムもしくはユーザプログラムは、作業用テ
ンポラリファイル管理番号を指定して作業用テンポラリ
ファイル管理手段2にその旨を伝える。
(6) Ending Use of Working Temporary File When ending the use of the working temporary file, the system program or the user program specifies the working temporary file management number to the working temporary file management means 2. Tell them that.

【0039】作業用テンポラリファイル管理手段2は、
作業用テンポラリファイル管理ファイル1中の作業用テ
ンポラリファイル管理番号に対するレコードのファイル
使用/未使用フラグを未使用の状態とする。作業用テン
ポラリファイルのファイル名の頭文字を固定にしている
場合には、ファイル名の頭文字を除いた番号に対応する
レコード番号のレコードのファイル使用/未使用フラグ
を未使用にして再び書き込む。
The temporary file management means 2 for work is
The file use / unuse flag of the record for the work temporary file management number in the work temporary file management file 1 is set to the unused state. When the initial letters of the file name of the working temporary file are fixed, the file use / unused flag of the record of the record number corresponding to the number excluding the initial letters of the file name is set to unused and is written again.

【0040】次いで、作業用テンポラリファイル管理番
号を用い、前述の「(3)ファイルのクローズ処理」を
行う。
Then, the above-mentioned "(3) File closing process" is performed using the temporary file management number for work.

【0041】[0041]

【発明の効果】以上説明したように、本発明のファイル
制御方式にあっては、次のような効果がある。
As described above, the file control system of the present invention has the following effects.

【0042】システムの実行開始前と実行中とを区別
せずにファイル管理テーブルの内容を変更できるため、
作業用テンポラリファイルを含めたシステムで使用する
ファイルの追加,変更,削除等が容易に行え、システム
利用者の独自のファイルをシステムに取り入れるのが容
易になる。
Since the contents of the file management table can be changed without distinguishing whether the system is being started or not being executed,
It is easy to add, change, delete, etc., the files used in the system, including the temporary files for work, and it becomes easy to incorporate the system user's own files into the system.

【0043】作業用テンポラリファイルのファイル名
が重複して競合することがないように管理するため、1
台のマシンで同じシステムを複数同時に使用しても支障
が生じることがなく、マシンおよびシステムの利用効率
を高めることができる。
In order to manage the temporary files for work so that the file names do not conflict with each other, 1
Even if a plurality of machines use the same system at the same time, there is no problem and the utilization efficiency of the machine and the system can be improved.

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

【図1】本発明のファイル制御方式の一実施例を示す構
成図である。
FIG. 1 is a configuration diagram showing an embodiment of a file control system of the present invention.

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

1…作業用テンポラリファイル管理ファイル 2…作業用テンポラリファイル管理手段 3…ファイル管理テーブル 4…ファイル管理手段 5…ファイルアサイン状態管理テーブル 6…ファイルアサイン状態管理手段 1 ... Temporary file management file for work 2 ... Temporary file management means for work 3 ... File management table 4 ... File management means 5 ... File assignment status management table 6 ... File assignment status management means

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 作業用テンポラリファイル管理ファイル
により作業用テンポラリファイルの管理を行う作業用テ
ンポラリファイル管理手段と、 ファイル管理テーブルにより全ファイルの管理を行うフ
ァイル管理手段と、 ファイルアサイン状態管理テーブルにより全ファイルの
アサイン状態の管理を行うファイルアサイン状態管理手
段とを備えたことを特徴とするファイル制御方式。
1. A work temporary file management means for managing a work temporary file by a work temporary file management file; a file management means for managing all files by a file management table; and a file assignment state management table for all files. A file control method comprising: a file assignment state management means for managing a file assignment state.
【請求項2】 作業用テンポラリファイル管理ファイル
は作業用テンポラリファイルのファイル名の項目とファ
イル使用/未使用フラグの項目とを有する複数のレコー
ドから構成されることを特徴とする請求項1記載のファ
イル制御方式。
2. The work temporary file management file is composed of a plurality of records having a file name item of the work temporary file and a file used / unused flag item. File control method.
【請求項3】 ファイル管理テーブルはテーブル番号と
論理ファイル名とファイル種別とファイル使用状態とフ
ァイル内位置の項目を有し、 ファイルアサイン状態管理テーブルはファイル管理テー
ブルと共通のテーブル番号とファイルアサイン状態フラ
グの項目を有することを特徴とする請求項1または2記
載のファイル制御方式。
3. The file management table has items of a table number, a logical file name, a file type, a file usage status, and a file position, and the file assignment status management table has a table number and a file assignment status common to the file management table. 3. The file control method according to claim 1, further comprising a flag item.
JP3336061A 1991-11-26 1991-11-26 File control system Pending JPH05151053A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3336061A JPH05151053A (en) 1991-11-26 1991-11-26 File control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3336061A JPH05151053A (en) 1991-11-26 1991-11-26 File control system

Publications (1)

Publication Number Publication Date
JPH05151053A true JPH05151053A (en) 1993-06-18

Family

ID=18295296

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3336061A Pending JPH05151053A (en) 1991-11-26 1991-11-26 File control system

Country Status (1)

Country Link
JP (1) JPH05151053A (en)

Similar Documents

Publication Publication Date Title
CN106874343B (en) Data deletion method and system for time sequence database
JPH04219844A (en) High-speed medium preferential release type exclusive system
JPH05151053A (en) File control system
JP3781007B2 (en) Data transfer method between computers
JPH07334402A (en) Data base as main memory
JPH04236639A (en) File space management system
JPH06274404A (en) Data storage managing method
JP2641399B2 (en) File management device
JP3019104B2 (en) File processing device
JPS635443A (en) File management device
JPH08328929A (en) Database split management system
JPH05151037A (en) Reorganization processing system for database in business processing
JPH07101393B2 (en) Reorganization method
JPH0744426A (en) File management method for file system
JP3398672B2 (en) Intermediate data storage device
JPH04170672A (en) Article data deleting system
JPH04246773A (en) Data base managing system
JPH0789338B2 (en) File processing method on external storage device
JPH04211845A (en) Data base area management system
JPH1083330A (en) Method for managing data area at disk
JPH05151096A (en) Doubling system for system constitution information file
JPH03226829A (en) Information processor
JPH01191240A (en) Cyclic organization file processing system
JPH05334173A (en) Memory management system
JPH01191939A (en) Link pack area loading system