JPH04314129A - File managing system - Google Patents

File managing system

Info

Publication number
JPH04314129A
JPH04314129A JP3079494A JP7949491A JPH04314129A JP H04314129 A JPH04314129 A JP H04314129A JP 3079494 A JP3079494 A JP 3079494A JP 7949491 A JP7949491 A JP 7949491A JP H04314129 A JPH04314129 A JP H04314129A
Authority
JP
Japan
Prior art keywords
file
input
output
files
list information
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
JP3079494A
Other languages
Japanese (ja)
Inventor
▲児▼玉 康行
Yasuyuki Kodama
Hidetoshi Arai
新井 英俊
Hiroshi Kakehashi
梯 比呂志
Katsumi Okamura
岡村 勝巳
Masaharu Goto
後藤 雅晴
Noriyuki Hirono
廣野 規之
Masato Mukaiyamaguchi
向山口 正人
Ichiro Suzuki
一郎 鈴木
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
NEC Software Kobe Ltd
Original Assignee
KOBE NIPPON DENKI SOFTWARE 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, NEC Software Kobe Ltd filed Critical KOBE NIPPON DENKI SOFTWARE KK
Priority to JP3079494A priority Critical patent/JPH04314129A/en
Publication of JPH04314129A publication Critical patent/JPH04314129A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To shorten a period of time during which a corrected place was adjusted by spending the time because relation between files is not clear. CONSTITUTION:A display screen input/output means 1 controls input/output to/from a display screen input/output device (d). An input/output data editing means 2 edits input data to each file f1 to f5 in order to update and add it. A file input/output means 4 accesses the files f1 to f5 to be the object of operation. An associative information processing part 3 generates the association list information of the updating and adding operation of the data to the file f1 to f5, and outputs it to an association list information file fi.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明はファイル管理方式に関し
、特にコンピュータ上で運用するソースコードファイル
およびドキュメントファイル並びにデータファイルなど
のファイルの入力,更新,変更,追加,抽出,生成,参
照などを行なうファイル管理方式に関する。
[Industrial Application Field] The present invention relates to a file management system, and in particular to inputting, updating, changing, adding, extracting, generating, referencing, etc. files such as source code files, document files, and data files operated on a computer. Regarding file management methods.

【0002】0002

【従来の技術】従来のファイル管理方式は、コンピュー
タ上のソースコードファイルおよびドキュメントファイ
ル並びにデータファイルなどのファイルを、ライブラリ
形式での部分集合に対する統合的ファイル管理および木
構造のディレクトリファイルを用いることによる構造的
領域の確保による階層的ファイル管理並びに記述ファイ
ル名に対する規則化による個別ファイル管理などを行な
うことにより、それぞれのファイル単位に分類して管理
していた。
[Background Art] Conventional file management methods manage files such as source code files, document files, and data files on a computer by using integrated file management for subsets in a library format and tree-structured directory files. By performing hierarchical file management by securing a structural area and individual file management by regularizing descriptive file names, each file was classified and managed.

【0003】0003

【発明が解決しようとする課題】コンピュータの利用者
は、コンピュータ上にアプリケーションソフトウェアを
はじめ、過去に運用されていた文書に至るまで全ての情
報をファイルという形式で管理している。このときに、
コンピュータ上で扱うソースコードファイルおよびドキ
ュメントファイル並びにデータファイルなどは、人間の
思考の結果として出力した情報である。そして、ソース
コードを含めたドキュメントは、人間の記憶と同じよう
に多くの情報と関連を持って構成されている。
[Problems to be Solved by the Invention] Computer users manage all information on their computers, from application software to documents that have been used in the past, in the form of files. At this time,
Source code files, document files, data files, and the like handled on computers are information output as a result of human thinking. Documents including source code are composed of a lot of information and relationships, just like human memory.

【0004】しかし、従来のオペレーティングシステム
によるファイル管理方式は、内容に関する他のファイル
との関連情報に付いて、ファイル管理上の処理の対象と
して取扱っていない。そして、現状のソフトウェア開発
では、ソースコードファイルおよびドキュメントファイ
ル並びにデータファイルの管理方式が明確ではなく、各
々が利用者によって個別に規則を定めて管理されている
However, conventional file management systems using operating systems do not handle content related information with other files as a subject of file management processing. In the current software development, the management method for source code files, document files, and data files is not clear, and each is managed by the user by setting rules individually.

【0005】すなわち、従来のファイル管理方式では、
ソースコードファイル及びデータファイルは、改造およ
び変更の作業により更新されるが、ドキュメントファイ
ルが、未修正のまま放置されるので、ソースコードファ
イルやデータファイルとの同期のとれたドキュメントフ
ァイルを作成するためには、ソースコードファイル及び
データファイルの修正量と修正回数とに応じたドキュメ
ントファイルに対する作業時間が必要となるという欠点
があった。
[0005] That is, in the conventional file management system,
Source code files and data files are updated through modification and modification work, but document files are left unmodified. The disadvantage of this method is that it requires time to work on the document file in accordance with the amount and number of modifications to the source code file and data file.

【0006】[0006]

【課題を解決するための手段】本発明のファイル管理方
式は、従来の画面入出力手段,入出力データ編集手段,
ファイル入出力手段によるファイル編集処理に対して、
新たに各々のファイルの間の関連情報の管理ファイルで
ある連想リスト情報ファイルを追加して、関連箇所およ
び遷移の方向を前記連想リスト情報ファイルに記録する
ことにより、各々の前記ファイルの関係を連想リスト情
報で関連付けるとともに、連想リスト情報処理部を追加
して、各々の前記ファイルからの情報を読み書きする連
想リスト入出力手段と、画面及びファイルからの入力情
報により連想リスト情報ファイルを生成する連想リスト
生成手段と、を前記連想リスト情報処理部に設けること
により構成されている。
[Means for Solving the Problems] The file management system of the present invention uses conventional screen input/output means, input/output data editing means,
For file editing processing by file input/output means,
By adding a new association list information file, which is a management file for related information between each file, and recording related locations and transition directions in the association list information file, the relationship between each of the files can be associated. An associative list input/output means that associates with list information and adds an associative list information processing unit to read and write information from each of the files, and an associative list that generates an associative list information file from input information from the screen and the file. A generating means is provided in the association list information processing section.

【0007】[0007]

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

【0008】図1は本発明のファイル管理方式の一実施
例を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of the file management system of the present invention.

【0009】図1を参照すると、本実施例は、画面入出
力手段1と、入出力データ編集手段2と、連想リスト情
報処理部3とファイル入出力手段4とから構成されてい
る。
Referring to FIG. 1, this embodiment is comprised of screen input/output means 1, input/output data editing means 2, association list information processing section 3, and file input/output means 4.

【0010】図2は図1の連想リスト情報処理部3の一
例を示すブロック図である。
FIG. 2 is a block diagram showing an example of the association list information processing section 3 of FIG. 1. As shown in FIG.

【0011】連想リスト情報処理部3は、図2の連想リ
スト入出力手段31と連想リスト生成手段32とにより
構成されている。
The association list information processing section 3 is composed of an association list input/output means 31 and an association list generation means 32 shown in FIG.

【0012】そこで、画面入出力手段1は、画面入出力
装置dからの利用者による対象ファイルに対する入力デ
ータを受取る処理と、入出力データ編集手段2からの利
用者が何等かの編集を行なった結果もしくはファイル入
出力手段4からのファイルの内容を画面入出力装置dに
通知する処理と、入出力データ編集手段2を通じてファ
イル入出力手段4に対して連想リスト情報処理部3から
の関連ファイル情報を伝えてファイルを読み込む機能と
、連想リスト情報ファイルfiに関連ファイルの情報が
無い場合(新規作成)に連想リスト情報処理部3を通じ
て関連ファイルが無いことを画面入出力装置dに通知し
て利用者に対して新規ファイルの作成許可を問い合わせ
る機能と、作業終了に伴い連想リスト情報ファイルfi
を閉じる事を通知する機能とを有して動作する。
[0012] Therefore, the screen input/output means 1 receives input data for the target file from the user from the screen input/output device d, and performs some editing by the user from the input/output data editing means 2. A process of notifying the screen input/output device d of the result or the contents of the file from the file input/output means 4, and related file information from the associative list information processing section 3 to the file input/output means 4 through the input/output data editing means 2. It is used by notifying the screen input/output device d that there is no related file through the association list information processing unit 3 when there is no related file information in the association list information file fi (new creation). A function to ask the person for permission to create a new file, and an association list information file fi when the work is completed.
It operates with a function that notifies you of closing.

【0013】一方、入出力データ編集手段2は、画面入
出力手段1からの入力データ及び文字データの追加およ
び削除などの編集動作に従って現在処理中のデータに対
する編集処理と、ファイル入出力手段4よりファイルの
内容を取得する機能と、ファイル入出力手段4に対して
ファイル出力要求を発行する機能と、連想リスト情報処
理部3からの関連ファイル情報により利用者がどの様に
編集動作を行なったかを管理して現在処理中のファイル
に対して関連するファイルに修正の可能性があることを
連想リスト情報処理部3に通知する機能と、連想リスト
情報処理部3から処理中のファイルが修正の可能性を持
つことを通知されて編集を行なう機能と、画面入出力手
段1に対して関連するファイルに同時に編集を行なうか
どうかを問い合わせる機能と、画面入出力手段1から得
られる利用者からの編集許可および編集情報により処理
中のデータを編集する動作とを行なう。
On the other hand, the input/output data editing means 2 performs editing processing on the data currently being processed according to editing operations such as adding and deleting input data and character data from the screen input/output means 1, and edits data from the file input/output means 4. A function to obtain the contents of a file, a function to issue a file output request to the file input/output means 4, and a function to check how the user has performed editing operations using related file information from the association list information processing unit 3. A function of notifying the association list information processing unit 3 that there is a possibility of modification to a file related to the file currently being managed and being processed, and a function of notifying the association list information processing unit 3 that the file currently being processed can be modified. a function to perform editing after being notified that the file has the same function, a function to inquire of the screen input/output means 1 whether to edit related files at the same time, and an edit from the user obtained from the screen input/output means 1. The data being processed is edited based on permission and editing information.

【0014】他方、ファイル入出力手段4は、ファイル
f1,f2,f3,f4,f5の入力要求及び出力要求
を入出力データ編集手段2から受取り、ファイルf1,
f2,f3,f4,f5からメモリへの読み込み機能と
、メモリからファイルf1,f2,f3,f4,f5へ
の書き込み処理を行なう機能と、連想リスト情報処理部
3からの関連ファイルに関するファイル名の取得機能と
、新規ファイルを作成したことによる新規ファイル名の
通知機能とを有するとともに、処理中のファイルに対す
る関連付け処理を行なう機能と、ファイル入出力時に更
新日付および関連ファイル並びに関連箇所などの情報を
連想リスト情報処理部3に対して要求するかもしくは通
知する動作とを行なう。
On the other hand, the file input/output means 4 receives input requests and output requests for files f1, f2, f3, f4, f5 from the input/output data editing means 2, and
A function to read from f2, f3, f4, f5 to memory, a function to write from memory to files f1, f2, f3, f4, f5, and a function to read file names of related files from the association list information processing unit 3. It has an acquisition function and a function to notify the new file name when a new file is created, as well as a function to perform association processing with the file being processed, and to display information such as update date, related files, and related locations during file input/output. It performs an operation of requesting or notifying the association list information processing unit 3.

【0015】また、連想リスト情報処理部3は、図2に
示すように、連想リスト入出力手段31と連想リスト生
成手段32とにより構成されており、連想リスト入出力
手段31は、画面入出力手段1から利用者への問い合わ
せの結果で得られる関連ファイルに対する編集指示に従
い、ファイルを連想リスト情報ファイルfiから検索す
る機能と、検索の結果関連ファイルが存在しない場合に
関連ファイルが存在しないことを画面入出力手段1に通
知する機能と、入出力データ編集手段2からの編集結果
の内容を連想リスト生成手段32に通知してその結果を
連想リスト情報ファイルfiに出力する機能と、連想リ
スト情報ファイルfiから得られた連想リスト情報を入
出力データ編集手段2に通知する機能とを有することに
より、連想リスト情報ファイルfiからファイルf1,
f2,f3,f4,f5の関連情報を入力もしくは出力
する動作を行なう。
As shown in FIG. 2, the association list information processing unit 3 is composed of an association list input/output means 31 and an association list generation means 32. A function to search for a file from the association list information file fi according to the editing instructions for the related file obtained as a result of the inquiry to the user from means 1, and a function to search for a file from the association list information file fi, and to detect that the related file does not exist if the search result does not exist. A function of notifying the screen input/output means 1, a function of notifying the content of the editing result from the input/output data editing means 2 to the associative list generating means 32 and outputting the result to the associative list information file fi, and associative list information. By having a function of notifying the input/output data editing means 2 of the associative list information obtained from the file fi, the file f1, from the associative list information file fi,
It performs an operation of inputting or outputting information related to f2, f3, f4, and f5.

【0016】一方、連想リスト生成手段32は、連想リ
スト入出力手段31からの連想リスト生成の為の情報を
受け取り連想リスト情報を生成して連想リスト入出力手
段31に返す機能と、連想リスト情報ファイルfiから
入力した連想リスト情報を連想リスト入出力手段31の
処理形式にあった状態に変換して連想リスト入出力手段
31に返す機能と、を有することにより、システム運用
時に扱う連想リスト情報ファイルfiのデータ形式をフ
ァイルに記憶する外部形式とシステム内で使用する内部
形式とに相互変換する動作を行う。
On the other hand, the associative list generating means 32 has the functions of receiving information for generating an associative list from the associative list input/output means 31, generating associative list information and returning it to the associative list input/output means 31, and By having the function of converting the associative list information input from the file fi into a state suitable for the processing format of the associative list input/output means 31 and returning it to the associative list input/output means 31, an associative list information file handled during system operation An operation is performed to mutually convert the data format of fi into an external format stored in a file and an internal format used within the system.

【0017】図3はライブラリ形式でのファイル管理の
一例を示す図である。また、図4は木構造によるファイ
ル管理の一例を示す図である。一方、図5はファイル名
のルール化によるファイル管理の一例を示す図である。 さらに、図6は本実施例の特定ソフトウェア開発時のド
キュメント関連図の一例を示す図である。
FIG. 3 is a diagram showing an example of file management in a library format. Further, FIG. 4 is a diagram showing an example of file management using a tree structure. On the other hand, FIG. 5 is a diagram showing an example of file management based on file name rules. Further, FIG. 6 is a diagram showing an example of a document related diagram at the time of specific software development according to this embodiment.

【0018】本実施例は、図3のライブラリ形式でのフ
ァイル管理と、図4の木構造によるファイル管理と、図
5のファイル名の意味付けによるファイル管理に、新た
な関連情報(ファイル作成日付,更新箇所,部分更新日
付,更新内容,連動して更新を行なったファイルのファ
イル名とその関連箇所)を連想リスト情報ファイルに加
えて運用を行なうことにより、個々に独立したファイル
を連想リスト情報で関連付け、特定の目的に対する情報
を作成し、図6に示すような複雑なファイル間の関連を
システムが記憶する事を可能にし、利用者が関連するフ
ァイルの有無に対する処理を施す判断をするだけでよい
こととなる。
This embodiment adds new related information (file creation date) to the file management in the library format shown in FIG. , updated location, partial update date, updated content, file names of files that have been updated in conjunction, and their related locations) to the associative list information file. This enables the system to remember complex relationships between files, as shown in Figure 6, by creating information for a specific purpose, and the user only has to decide what to do with the presence or absence of related files. That's a good thing.

【0019】また、本実施例は、ファイルに対する編集
操作や関連ファイルへ遷移した編集をトップダウン方式
で行う事もなく、ドキュメントを作成する事も、図6の
一般的には上工程に位置する研究資料や調査資料から成
るファイルを優先して作成する必要もなく、第1番目に
ソースコードを直接記述した場合であっても、時期的に
後に記述された仕様書等と関連付ける事が可能となる。
Furthermore, in this embodiment, editing operations on files and editing transitions to related files are not performed in a top-down manner, and document creation is generally located in the upper process in FIG. There is no need to give priority to creating files consisting of research materials and investigation materials, and even if the source code is written directly first, it is possible to link it to specifications written later. Become.

【0020】さらに、本実施例は、このシステムにより
作成されたドキュメント群を、更新や変更の際に、関連
情報により関連ファイルの修正の可能性が有るものをシ
ステムが提示する為に、今までファイル間の関連が明確
にならずに時間を要して修正箇所の調査を行なっていた
時間を軽減できることとなる。
Furthermore, in this embodiment, when updating or changing a group of documents created by this system, the system presents documents that have the possibility of modifying related files based on related information. This can reduce the amount of time it takes to investigate corrected locations because the relationships between files are not clear.

【0021】[0021]

【発明の効果】以上説明したように、本発明のファイル
管理方式は、個々に独立したファイルを連想リスト情報
で関連付け、特定の目的に対する情報を作成し、複雑な
ファイル間の関連をシステムが記録する事を可能にし、
利用者が関連するファイルの有無に対して適応した処理
を施す判断をするだけでよいことになるという効果を有
している。
[Effects of the Invention] As explained above, the file management method of the present invention associates individual independent files with association list information, creates information for a specific purpose, and allows the system to record complex relationships between files. make it possible to
This has the effect that the user only has to make a decision to perform processing appropriate to the presence or absence of related files.

【0022】また、ファイルに対する編集操作や関連フ
ァイルへ遷移した編集をトップダウン方式で行う事もな
く、ドキュメントを作成する事も、一般的には上工程に
位置する研究資料や調査資料から成るファイルを優先し
て作成する必要もなく、第1番目にソースコードを直接
記述した場合であっても、時期的に後に記述された仕様
書等と関連付る事が可能となるという効果を有している
[0022] In addition, editing operations on files and editing that transition to related files are not performed in a top-down manner, and documents are not created. There is no need to give priority to creating the source code, and even if the source code is written directly first, it has the effect that it can be related to specifications written later. ing.

【0023】さらに、このシステムにより作成されたド
キュメント群を、更新や変更の際に、関連情報により関
連ファイルの修正の可能性が有るものをシステムが提示
する為に、今までファイル間の関連が明確にならずに時
間を要して修正箇所の調査を行なっていた時間を軽減で
きるという効果を有している。
[0023]Furthermore, when updating or changing a group of documents created by this system, the system presents related files that have the possibility of being modified based on related information. This has the effect of reducing the time it takes to investigate the parts to be corrected, which are time-consuming and unclear.

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

【図1】本発明のファイル管理方式の一実施例を示すブ
ロック図である。
FIG. 1 is a block diagram showing an embodiment of a file management method of the present invention.

【図2】図1の連想リスト情報処理部3の一例を示すブ
ロック図である。
FIG. 2 is a block diagram showing an example of an association list information processing unit 3 in FIG. 1;

【図3】ライブラリ形式でのファイル管理の一例を示す
図である。
FIG. 3 is a diagram showing an example of file management in a library format.

【図4】木構造によるファイル管理の一例を示す図であ
る。
FIG. 4 is a diagram showing an example of file management using a tree structure.

【図5】ファイル名のルール化によるファイル管理の一
例を示す図である。
FIG. 5 is a diagram illustrating an example of file management based on file name rules.

【図6】本実施例の特定ソフトウェア開発時のドキュメ
ント関連図の一例を示す図である。
FIG. 6 is a diagram showing an example of a document related diagram at the time of specific software development according to the present embodiment.

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

1    画面入出力手段 2    入出力データ編集手段 3    連想リスト情報処理部 4    ファイル入出力手段 31    連想リスト入出力手段 32    連想リスト生成手段 d    画面入出力装置 f1,〜f5    ファイル fi    連想リスト情報ファイル 1 Screen input/output means 2 Input/output data editing means 3 Association list information processing unit 4 File input/output means 31. Association list input/output means 32. Association list generation means d Screen input/output device f1, ~ f5 File fi association list information file

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  コンピュータ上で運用するソースコー
ドファイルおよびドキュメントファイル並びにデータフ
ァイルなどのファイル入力,更新,変更,追加,抽出,
生成,参照などを行なうときに、画面入出力装置に対す
る入出力を制御して監視する画面入出力手段と、利用者
が前記画面入出力手段からアクセスしようとするかもし
くはアクセスしている前記ファイルに対するデータの更
新および追加の作業のための関連情報である連想リスト
情報を生成して管理ファイルである連想リスト情報ファ
イルに出力する連想リスト情報処理部と、前記画面入出
力手段から入力データを受けて前記ファイルに対するデ
ータの更新および追加のための編集を行なう入出力デー
タ編集手段と、前記画面入出力装置からの操作の対象と
なる前記ファイルをアクセスするファイル入出力手段と
、を有することにより、利用者の操作順序に従って前記
ファイルを関連付けて利用者の指定した場所に前記ファ
イルの内容を出力したり管理したりすることを特徴とす
るファイル管理方式。
[Claim 1] File input, update, change, addition, extraction, etc. of source code files, document files, data files, etc. operated on a computer.
A screen input/output means that controls and monitors the input/output to the screen input/output device when generating, referencing, etc., and a screen input/output means for controlling and monitoring the input/output to the screen input/output device, and a screen input/output means for the file that the user attempts to access or is accessing from the screen input/output means. an associative list information processing unit that generates associative list information that is related information for data updating and addition work and outputs it to an associative list information file that is a management file; and an associative list information processing unit that receives input data from the screen input/output means. By having an input/output data editing means for editing for updating and adding data to the file, and a file input/output means for accessing the file to be operated from the screen input/output device, utilization is improved. A file management method characterized in that the files are associated in accordance with the user's operating order and the contents of the files are output to and managed in a location specified by the user.
JP3079494A 1991-04-12 1991-04-12 File managing system Pending JPH04314129A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3079494A JPH04314129A (en) 1991-04-12 1991-04-12 File managing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3079494A JPH04314129A (en) 1991-04-12 1991-04-12 File managing system

Publications (1)

Publication Number Publication Date
JPH04314129A true JPH04314129A (en) 1992-11-05

Family

ID=13691464

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3079494A Pending JPH04314129A (en) 1991-04-12 1991-04-12 File managing system

Country Status (1)

Country Link
JP (1) JPH04314129A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009104392A (en) * 2007-10-23 2009-05-14 Fujitsu Ltd File management system, file management method, and file management program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009104392A (en) * 2007-10-23 2009-05-14 Fujitsu Ltd File management system, file management method, and file management program

Similar Documents

Publication Publication Date Title
JP4141556B2 (en) Structured document management method, apparatus for implementing the method, and medium storing the processing program
JPH0776958B2 (en) Document shaping device
JPH05108288A (en) Information classification backup device
JPH05197734A (en) Data processing system
JPH07249032A (en) Electronic file device
JPH04314129A (en) File managing system
JP2972548B2 (en) File management method
JP4056622B2 (en) Database management device
JP2004133505A (en) File management system
JP3529040B2 (en) Database device, database management method, and storage medium for storing database management program
JP2641399B2 (en) File management device
JPH0277872A (en) A storage medium storing a document processing program and a document processing device
JP3798580B2 (en) DATA MANAGEMENT SYSTEM AND COMPUTER-READABLE RECORDING MEDIUM RECORDING PROGRAM FOR EXECUTING THE DATA MANAGEMENT SYSTEM
JPH05108457A (en) Hyper text information management device
JPH05108456A (en) Hyper text system
JP2647044B2 (en) History management method
JP2000267912A (en) File management device and recording medium
JPH07160560A (en) Data storage version management system and version management method
JPH0476744A (en) Computer system with shared memory table recovering function
JPH07175793A (en) Character processing system
JPH0816448A (en) Data deleting method for data group
JPH11272527A (en) RDB data processing device, RDB data processing method, and recording medium recording RDB data processing procedure
JPH09218809A (en) File information confirmation apparatus and method
JPH0370050A (en) Database processing method
JPH06324853A (en) Source program editor setting object oriented programming language as target