JP2845886B2 - Management processing method for each generation data - Google Patents

Management processing method for each generation data

Info

Publication number
JP2845886B2
JP2845886B2 JP63105082A JP10508288A JP2845886B2 JP 2845886 B2 JP2845886 B2 JP 2845886B2 JP 63105082 A JP63105082 A JP 63105082A JP 10508288 A JP10508288 A JP 10508288A JP 2845886 B2 JP2845886 B2 JP 2845886B2
Authority
JP
Japan
Prior art keywords
generation
data
restoration
difference
storage area
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.)
Expired - Fee Related
Application number
JP63105082A
Other languages
Japanese (ja)
Other versions
JPH01276229A (en
Inventor
隆明 永江
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP63105082A priority Critical patent/JP2845886B2/en
Publication of JPH01276229A publication Critical patent/JPH01276229A/en
Application granted granted Critical
Publication of JP2845886B2 publication Critical patent/JP2845886B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は,プログラムが使用するデータを世代管理す
る処理機能を持つ計算機システムにおいて,世代データ
を差分情報で管理する各世代データの管理処理方式に関
する。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Application Field] The present invention relates to a computer system having a processing function of managing generations of data used by a program, and a management processing method of each generation data for managing generation data with difference information. About.

〔従来の技術〕[Conventional technology]

システム・ジェネレーションのパラメータなどのデー
タは,通常,世代管理が行われている。運用上の都合
で,システムの動作環境を,何世代か前の状態に復元す
る必要が生じることがあるからである。
Data such as system generation parameters is normally subjected to generation management. This is because it may be necessary to restore the operating environment of the system to a state several generations earlier due to operational reasons.

一般に,データの世代管理を行う場合,次の2つの方
式が用いられている。
Generally, when performing data generation management, the following two methods are used.

(a) 世代毎の情報をすべて記録しておく方式。(A) A method of recording all information for each generation.

データが世代を持つたびに,世代毎の全情報を,ファ
イル等に格納して管理する。この方式は,各世代データ
の参照が簡単であり,指定した世代を選択するだけで,
高速に指定世代への復元を実現することができるという
特長がある。しかし,変更されなかったデータについ
て,世代毎に同じデータを重複して持つことになるた
め,格納スペースが圧迫される傾向にある。
Every time data has a generation, all information for each generation is stored in a file or the like and managed. In this method, it is easy to refer to each generation data, and simply select the specified generation.
The feature is that restoration to the specified generation can be realized at high speed. However, for data that has not been changed, the same data is duplicated for each generation, and the storage space tends to be squeezed.

(b) 差分管理する方式。(B) A method for managing differences.

データが変更されたときの旧世代と現世代の差分(変
更データ)と,変更の契機を蓄積することで,世代を形
成し,復元を可能とする。そのため,データを旧世代に
復元するための処理として,実際に変更したときの逆手
順の処理を実行する必要があり,変更データが多いと,
その分だけ復元に時間を要するという問題がある。
By accumulating the difference (change data) between the old generation and the current generation when the data is changed and the timing of the change, a generation is formed and restoration is possible. Therefore, as a process for restoring the data to the old generation, it is necessary to execute the reverse procedure when the data is actually changed.
There is a problem that it takes time to restore the data.

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

以上のように,従来,世代毎の情報をそれぞれ独立に
すべて記録しておくと,格納スペースが圧迫されるとい
う問題があり,世代間の差分情報で世代データを管理す
ると,旧世代への復元に時間がかかるため,マンマシン
インタフェースが悪いという問題があった。
As described above, conventionally, if all the information for each generation is recorded independently, there is a problem that the storage space is squeezed. If the generation data is managed by the difference information between the generations, the restoration to the old generation is performed. It takes a long time, and there is a problem that the man-machine interface is bad.

本発明は上記問題点の解決を図り,世代データを効率
よく管理するとともに,復元世代の参照などを高速化で
きるようにする手段を提供することを目的としている。
SUMMARY OF THE INVENTION It is an object of the present invention to solve the above problems and to provide means for efficiently managing generation data and increasing the speed of referring to a restored generation.

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

第1図は本発明の構成例を示す。 FIG. 1 shows a configuration example of the present invention.

第1図において,10はCPUおよびメモリなどからなる処
理装置,11はディスプレイ,12は各種データおよび指示を
入力するキーボード,13はディスプレイ11およびキーボ
ード12との入出力を制御するマンマシンインタフェース
部,14は変更/復元の契機を管理する管理部,15は世代デ
ータに関する差分情報を要求元へ通知する差分伝達処理
部,16はデータを使用するユーザプログラムやシステム
コンポーネント等のデータ使用コンポーネント,17は各
データ使用コンポーネント16がプログラムの実行時に使
用する制御テーブル,18は世代データが格納されるユー
ザ情報格納域,19は世代データを差分情報で持つ世代管
理差分情報データベース,20はプログラムおよびデータ
のロードモジュール等を持つ各種ライブラリを表す。
In FIG. 1, 10 is a processing unit including a CPU and a memory, 11 is a display, 12 is a keyboard for inputting various data and instructions, 13 is a man-machine interface unit for controlling input and output with the display 11 and the keyboard 12, 14 is a management unit that manages change / restore triggers, 15 is a difference transmission processing unit that notifies the request source of difference information regarding generation data, 16 is a data use component such as a user program or system component that uses data, and 17 is a data use component. A control table used by each data usage component 16 when executing a program, 18 is a user information storage area for storing generation data, 19 is a generation management difference information database having generation data as difference information, and 20 is a program and data load. Represents various libraries with modules and the like.

ユーザ情報格納域18にリレーショナル・データベース
で構成される世代管理差分情報データベース19を作成
し,このリレーショナル・データベースにおける同一テ
ーブル中に,各世代で追加・変更・削除されたデータ
を,順次直前の世代と新世代との差分情報として格納す
る。
A generation management difference information database 19 composed of a relational database is created in the user information storage area 18, and data added, changed, or deleted in each generation is sequentially stored in the same table in the relational database in the immediately preceding generation. This is stored as difference information between the new generation and the new generation.

マンマシンインタフェース部13は,変更データの入力
または復元世代の入力に関連して,世代管理に必要な情
報を,ユーザ情報格納域18を参照して即時に表示する。
このとき,世代管理差分情報データベース19を検索する
ために,リレーショナル・データベース検索言語を用い
ることができる。変更契機または復元契機の指示があっ
た場合,マンマシンインタフェース部13は,管理部14に
その契機を通知する。
The man-machine interface unit 13 immediately displays information necessary for generation management with reference to the user information storage area 18 in relation to input of change data or input of a restored generation.
At this time, in order to search the generation management difference information database 19, a relational database search language can be used. When there is an instruction of a change trigger or a restore trigger, the man-machine interface unit 13 notifies the management unit 14 of the trigger.

管理部14は,時間監視を行い,通知された変更契機ま
たは復元契機になったときに,データ使用コンポーネン
ト16に対し,変更または復元の通知を行う。
The management unit 14 monitors the time, and notifies the data use component 16 of the change or the restoration when the notified change or restoration is triggered.

データ使用コンポーネント16は,制御テーブル17また
は各種ライブラリ20内のデータを使用するプログラムで
あって,そのデータの変更または復元の指示を受ける
と,差分伝達処理部15に,変更または復元に必要なデー
タを問い合わせる。
The data use component 16 is a program that uses data in the control table 17 or the various libraries 20. When receiving an instruction to change or restore the data, the data use component 16 sends the data necessary for the change or restoration to the difference transmission processing unit 15. Contact

差分伝達処理部15は,データ使用コンポーネント16か
らの要求により,ユーザ情報格納域18から,指示された
差分情報を読み出し,データ使用コンポーネント16に伝
達する処理を実行する。
In response to a request from the data use component 16, the difference transfer processing unit 15 reads the designated difference information from the user information storage area 18 and transmits the read difference information to the data use component 16.

〔作用〕[Action]

変更データの入力に対する処理は,次のようになる。 The process for inputting change data is as follows.

(1) ユーザは,マンマシンインタフェース部13との
会話により,メニューの入力を選択し,変更データと変
更契機とを入力する。
(1) The user selects menu input through conversation with the man-machine interface unit 13 and inputs change data and a change trigger.

(2) ユーザ情報格納域18には,例えばリレーショナ
ル・データベース型の世代管理差分情報データベース19
が設けられており,マンマシンインタフェース部13は,
変更データの入力があると,それを世代付きタプルとし
て記録しておく。
(2) In the user information storage area 18, for example, a relational database type generation management difference information database 19
Is provided, and the man-machine interface unit 13
When change data is input, it is recorded as a tuple with a generation.

(3) 変更されたデータは,指示された変更契機をも
とに,変更データの入力とは非同期に,差分伝達処理部
15を介して,データ使用コンポーネント16に通知され
る。
(3) The changed data is transmitted asynchronously with the input of the changed data, based on the designated change trigger, in the differential transmission processing unit.
The data use component 16 is notified via 15.

世代の復元に対する処理は,次のようになる。 The process for restoring the generation is as follows.

(1) ユーザは,マンマシンインタフェース部13との
会話により,メニューの参照を選択して,復元世代を入
力する。
(1) The user selects a menu reference and inputs a restoration generation through a conversation with the man-machine interface unit 13.

(2) マンマシンインタフェース部13は,ユーザから
指定された世代データを,世代管理差分情報データベー
ス19から検索して表示する。
(2) The man-machine interface unit 13 retrieves the generation data specified by the user from the generation management difference information database 19 and displays it.

(3) ユーザは,この表示に対して,復元データを有
効にするか否かと,有効にする場合の復元契機を指示す
る。
(3) The user instructs whether or not to make the restored data valid, and the opportunity for restoration when making the data valid.

(4) その復元契機は,管理部14に通知されて管理さ
れ,その契機になると,データ使用コンポーネント16へ
の復元の指示がなされ,差分伝達処理部15を介して,デ
ータ使用コンポーネント16に,復元のための差分情報が
伝達される。
(4) The restoration trigger is notified to the management unit 14 and managed. When the restoration trigger is issued, an instruction for restoration to the data use component 16 is issued, and the data use component 16 is transmitted to the data use component 16 via the difference transmission processing unit 15. Difference information for restoration is transmitted.

以上のように,参照処理と,実際の復元処理とが分割
されているため,マンマシンインタフェース部13は,ユ
ーザに対して,どの世代についても,同様に高速な参照
機能を提供することができる。また,世代データを差分
情報で管理するため,世代に関するデータ蓄積量を必要
最小限にすることができる。実際の反映を,指定された
契機に行うので,復元に要する時間をユーザが意識する
必要がない。
As described above, since the reference process and the actual restoration process are divided, the man-machine interface unit 13 can provide the user with the same high-speed reference function for any generation. . In addition, since the generation data is managed by the difference information, the amount of data accumulated for the generation can be minimized. Since the actual reflection is performed at the specified timing, the user does not need to be aware of the time required for restoration.

〔実施例〕〔Example〕

本実施例では,世代データを,リレーショナル・デー
タベースによって管理している。まず,具体例に従っ
て,世代の更新について説明する。
In this embodiment, generation data is managed by a relational database. First, generation updating will be described according to a specific example.

[世代の更新について] データが追加/変更/削除されるときの格納の仕組み
は,以下のとおりである。
[Update of generation] The storage mechanism when data is added / changed / deleted is as follows.

(1) 今,1.1世代の状態で,データベースが次のよう
に構成されていたとする。
(1) Assume that the database is configured as follows in the state of 1.1 generations.

(2) 次に,1.2世代で,データ1=“C"を“X"に変更
したとすると,上記テーブルは,以下のようになる。
(2) Next, assuming that data 1 = "C" is changed to "X" in the 1.2 generation, the above table becomes as follows.

(3) 次に,1.3世代で,データ1=“Y",データ2=
“10"というデータを追加した場合には,以下のように
なる。
(3) Next, in the 1.3 generation, data 1 = “Y”, data 2 =
When data “10” is added, the result is as follows.

(4) 次に,1.4世代で,データ1=“Y",データ2=
“10"のデータを削除した場合には,以下のようにな
る。
(4) Next, in the 1.4 generation, data 1 = “Y”, data 2 =
When the data of "10" is deleted, the result is as follows.

上記の仕組みによる格納は,差分管理によるものであ
り,世代管理として,必要最小限度のデータ量で管理し
ているといえる。
The storage by the above-described mechanism is based on difference management, and it can be said that generation management is performed with a minimum necessary data amount.

この1.4世代における情報から,世代を参照するとき
のデータベースの参照論理を,次に説明する。検索言語
として,既存のデータベース検索言語を使用することが
できる。
The reference logic of the database when referring to the generation from the information in the 1.4 generation will be described below. As a search language, an existing database search language can be used.

[世代の参照について] (1) 最新の情報を獲得する場合 ユーザが,最新の世代(1.4世代)で有効になってい
る情報を参照したい場合,次の条件で検索を行う。
[Regarding reference to generations] (1) When acquiring the latest information When a user wants to refer to information that is valid in the latest generation (1.4 generations), search is performed under the following conditions.

条件 有効終了世代=NULL これにより,次の有効データが抽出され,表示され
る。
Condition Valid end generation = NULL The next valid data is extracted and displayed.

(2) 1.3世代に復元したい場合 1・3世代に復元したい場合には,以下の指定を行う
ことにより,1.4世代に作成されたデータをチェックアウ
トして,参照することが可能である。
(2) When Restoring to 1.3 Generation When restoring to 1.3 generation, it is possible to check out the data created in 1.4 generation and refer to it by specifying the following.

条件 有効開始世代≦1.3 AND(有効終了世代>1.
3 OR有効終了世代=NULL) また,復元したときの差分は, 条件 有効開始世代=1.3 で獲得できるため,復元依頼があった場合には,差分伝
達処理部が,要求された契機で,非同期に復元のための
差分データを,それを使用するコンポーネントに伝達す
ることができる。
Condition Valid start generation ≤ 1.3 AND (valid end generation> 1.
3 OR valid end generation = NULL) The difference at the time of restoration is as follows: Condition Effective start generation = 1.3 Therefore, when there is a restoration request, the difference transmission processing unit can asynchronously transmit the difference data for the restoration to the component that uses the data at the request.

1.2世代/1.1世代にも,同様の処理により,差分の伝
達を行い,復元可能である。
The same process can be used to transmit the difference and restore the 1.2 and 1.1 generations.

以上の例から分かるように,条件文によって,最新世
代から,世代管理に必要な情報は,すべて即時に検索で
きる。これによって,第1図に示すユーザ情報格納域18
から,マンマシンインタフェース部13では,指定世代の
全データ,差分伝達処理部15では,変更/復元時の差分
データと,それぞれ異なった情報を獲得することが可能
であり,マンマシンインタフェース部13と差分伝達処理
部15との非同期処理が実現できる。
As can be seen from the above example, the information necessary for generation management can be immediately retrieved from the latest generation by the conditional statement. As a result, the user information storage area 18 shown in FIG.
Therefore, the man-machine interface unit 13 can acquire all the data of the specified generation, and the difference transmission processing unit 15 can acquire the difference data at the time of change / restoration. Asynchronous processing with the difference transmission processing unit 15 can be realized.

第2図は,本発明の一実施例に係る世代復元処理の例
を示している。以下,第2図に示す処理〜に従っ
て,世代復元時における処理の流れを説明する。なお,
変更データの入力に対する処理も同様である。復元時に
は,世代がマイナス方向に進むのに対し,変更時には,
世代がプラス方向に進むと考えてよい。
FIG. 2 shows an example of generation restoration processing according to an embodiment of the present invention. Hereinafter, the flow of processing at the time of generation restoration will be described according to the processing shown in FIG. In addition,
The same applies to the processing for inputting change data. At the time of restoration, the generation goes in the negative direction, while at the time of change,
Generations can be considered positive.

マンマシンインタフェース部13は,メニューなどに
より,世代の復元が指示された場合,復元する世代の識
別子Xと,いつ復元するかの反映契機Yとを入力する。
When restoration of a generation is instructed by a menu or the like, the man-machine interface unit 13 inputs an identifier X of the generation to be restored and a reflection trigger Y for when to restore.

識別子Xと反映契機Yの入力により,識別子Xに対
応する世代データを,データベース検索言語等を使用す
ることによって,ユーザ情報格納域から抽出し獲得す
る。
By inputting the identifier X and the reflection trigger Y, the generation data corresponding to the identifier X is extracted and acquired from the user information storage area by using a database search language or the like.

抽出した復元データを編集して,即時にディスプレ
イ画面に表示し,ユーザに提示する。
The extracted restoration data is edited, immediately displayed on the display screen, and presented to the user.

管理部14へ反映契機Y等を通知し,マンマシンイン
タフェース部13の処理を終了する。
The management unit 14 is notified of the reflection trigger Y and the like, and the processing of the man-machine interface unit 13 ends.

管理部14は,マンマシンインタフェース部13から通
知された反映契機Yを記憶し,時間監視を行う。
The management unit 14 stores the reflection trigger Y notified from the man-machine interface unit 13 and performs time monitoring.

反映契機Yになったかどうかを調べ,反映契機Yに
なった場合,次の処理を実行する。
It is checked whether or not the reflection trigger Y has been reached. If the reflection trigger Y has been reached, the following processing is executed.

その世代識別子Xを,復元するデータを使用するデ
ータ使用コンポーネント16に通知する。
The generation identifier X is notified to the data use component 16 that uses the data to be restored.

データ使用コンポーネント16では,差分伝達処理部
15に世代識別子Xのデータを要求する。
In the data use component 16, the difference transmission processing unit
Requests the data of the generation identifier X from 15.

差分伝達処理部15は,復元データの要求であるか変
更データの要求であるかなどを判別する。すなわち,世
代識別子Xの指定があるかどうかを判定する。世代識別
子Xの指定がある場合,復元データの要求であるので,
処理を実行し,Xの指定がない場合,処理を実行す
る。
The difference transmission processing unit 15 determines whether the request is a request for restored data or a request for changed data. That is, it is determined whether or not the generation identifier X is specified. If the generation identifier X is specified, it is a request for restoration data.
Executes the process and executes the process if X is not specified.

世代識別子Xに対応するデータおよびその大きさや
データ種別などをユーザ情報格納域から抽出し,要求元
のデータ使用コンポーネント16へ伝達する。
The data corresponding to the generation identifier X and its size and data type are extracted from the user information storage area and transmitted to the requesting data use component 16.

世代識別子Xの指定がない場合,変更データの通知
などその他の処理を実行する。
If the generation identifier X is not specified, other processing such as notification of change data is executed.

データ使用コンポーネント16は,世代識別子Xに対
応する復元データを受け取ると,それを反映すべき変更
テーブル名等を獲得し,解析する。
When receiving the restored data corresponding to the generation identifier X, the data use component 16 acquires and analyzes a change table name or the like that should reflect the received data.

復元すべきテーブルがあるかどうかを判定する。す
べての対象テーブルに対する処理が終了した場合,処理
へ移る。
Determine whether there is a table to be restored. When the processing for all the target tables is completed, the processing shifts to the processing.

対象テーブル毎に,データ使用コンポーネント16が
持つデータレコードの識別子を検索し,差分伝達処理部
15から伝達されたレコードの識別子と比較する。
For each target table, search for the data record identifier of the data use component 16 and send the difference
Compare with the record identifier transmitted from 15.

レコードの識別子が一致するかどうかを判定し,一
致しない場合,次の処理をスキップする。
Determines whether the record identifiers match, and skips the next process if they do not match.

そのデータレコードを差分伝達処理部15から伝達さ
れたレコードで置き換え,旧世代に復元する。
The data record is replaced with the record transmitted from the difference transmission processing unit 15, and restored to the previous generation.

レコードが終了したかどうかを判定し,終了した場
合,処理へ,まだ終了していない場合,処理へ制御
を移す。
It is determined whether or not the record has been completed. If the record has been completed, control is transferred to the process. If not completed, control is transferred to the process.

すべての対象データに対する処理が終了したなら
ば,データ使用コンポーネント16毎の動作環境の変更処
理を行う。すなわち,現在実行中の業務との同期処理
や,メモリ上への反映などの処理を必要に応じて実行
し,復元処理を終了する。
When the processing for all the target data is completed, the processing for changing the operating environment for each data use component 16 is performed. That is, processing such as synchronization processing with the currently executed task and reflection on the memory are executed as necessary, and the restoration processing ends.

〔発明の効果〕〔The invention's effect〕

以上説明したように,本発明によれば,世代データの
参照と,実際の復元データまたは変更データの反映処理
とを分割しているため,ユーザに対しては,どの世代に
ついても同様に,高速にデータを提示することができ
る。また,世代データを差分情報で管理するので,世代
に関するデータ蓄積量が少なくて済む。ユーザは反映契
機を指定するだけでよく,復元に要する時間を意識する
必要はない。
As described above, according to the present invention, since the generation data reference and the actual restoration data or change data reflection processing are divided, the user is similarly required to perform high-speed processing for any generation. Can be presented with the data. Further, since the generation data is managed by the difference information, the amount of data accumulated for the generation can be reduced. The user need only specify the reflection trigger, and does not need to be aware of the time required for restoration.

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

第1図は本発明の構成例, 第2図は本発明の一実施例に係る世代復元処理の例を示
す。 図中,10は処理装置,11はディスプレイ,12はキーボード,
13はマンマシンインタフェース部,14は管理部,15は差分
伝達処理部,16はデータ使用コンポーネント,17は制御テ
ーブル,18はユーザ情報格納域,19は世代管理差分情報デ
ータベース,20は各種ライブラリを表す。
FIG. 1 shows an example of the configuration of the present invention, and FIG. 2 shows an example of generation restoration processing according to an embodiment of the present invention. In the figure, 10 is a processing unit, 11 is a display, 12 is a keyboard,
13 is a man-machine interface unit, 14 is a management unit, 15 is a difference transmission processing unit, 16 is a data use component, 17 is a control table, 18 is a user information storage area, 19 is a generation management difference information database, and 20 is a library. Represent.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】プログラムが使用するデータを世代管理す
る処理機能を持つ計算機システムにおいて, 各世代で追加・変更・削除されたデータを順次直前の世
代と新世代との差分情報としてリレーショナル・データ
ベースにおける同一テーブル中に記憶するユーザ情報格
納域(18)と, 変更データの入力または復元世代の入力に関連して,世
代管理に必要な情報を,前記リレーショナル・データベ
ースのデータベース検索言語を用いた要求により前記ユ
ーザ情報格納域を参照し即時に表示するマンマシンイン
タフェース部(13)と, 変更または復元に関連するデータを使用するコンポーネ
ントに,指定された変更契機または復元契機を通知する
管理部(14)と, データを使用するコンポーネントからの要求により,前
記ユーザ情報格納域から差分情報を抽出し伝達する差分
伝達処理部(15)とを備えたことを特徴とする各世代デ
ータの管理処理方式。
In a computer system having a processing function of managing generations of data used by a program, data added / changed / deleted in each generation is sequentially stored as difference information between a previous generation and a new generation in a relational database. The user information storage area (18) stored in the same table and the information necessary for generation management related to the input of changed data or the input of the restored generation are requested by using the relational database database search language. A man-machine interface unit (13) that refers to the user information storage area and immediately displays it, and a management unit (14) that notifies a component that uses data related to change or restoration of a specified change or restoration opportunity. From the user information storage area due to a request from a component that uses data. And a difference transmission processing unit (15) for extracting and transmitting minute information.
JP63105082A 1988-04-27 1988-04-27 Management processing method for each generation data Expired - Fee Related JP2845886B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63105082A JP2845886B2 (en) 1988-04-27 1988-04-27 Management processing method for each generation data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63105082A JP2845886B2 (en) 1988-04-27 1988-04-27 Management processing method for each generation data

Publications (2)

Publication Number Publication Date
JPH01276229A JPH01276229A (en) 1989-11-06
JP2845886B2 true JP2845886B2 (en) 1999-01-13

Family

ID=14398002

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63105082A Expired - Fee Related JP2845886B2 (en) 1988-04-27 1988-04-27 Management processing method for each generation data

Country Status (1)

Country Link
JP (1) JP2845886B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011154503A (en) * 2010-01-27 2011-08-11 Fujitsu Telecom Networks Ltd Method and device for managing generation of shared file

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62147542A (en) * 1985-12-23 1987-07-01 Nec Corp Control system for text data

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011154503A (en) * 2010-01-27 2011-08-11 Fujitsu Telecom Networks Ltd Method and device for managing generation of shared file

Also Published As

Publication number Publication date
JPH01276229A (en) 1989-11-06

Similar Documents

Publication Publication Date Title
US5848241A (en) Resource sharing facility functions as a controller for secondary storage device and is accessible to all computers via inter system links
US5781908A (en) File data synchronizer in a distributed data computer network
JP3636744B2 (en) Distributed system and method for creating automatic operation schedule of distributed system
JP3270216B2 (en) File name detection method
JP3696832B2 (en) Continuous flow checkpoint setting data processing method
US7328213B2 (en) Transaction processing method, transaction control apparatus and program thereof
US6018746A (en) System and method for managing recovery information in a transaction processing system
US6078955A (en) Method for controlling a computer system including a plurality of computers and a network processed as a user resource
JPS58225447A (en) Operation of calculator
JPH05197568A (en) Computer system and method of event management
US7290100B2 (en) Computer system for managing data transfer between storage sub-systems
JP2012137977A (en) Snap shot collection program, server and snap shot collection method
US7117249B1 (en) Computer system and data sharing method between computers
JPH08221433A (en) Information retrieval system
JP2845886B2 (en) Management processing method for each generation data
JP3330006B2 (en) Network system including information storage system, input system of the system, and
JPH11143762A (en) Data processor
JP2919240B2 (en) I / O priority control method
JP3041801B2 (en) Data Deletion / Restoration Method in Document Management System
JPH01246645A (en) Delayed journal merge system
JP3497053B2 (en) Processing method in online database management system and online database management system
CN117555699A (en) LCK real-time acquisition system
JP3298904B2 (en) Supplementary service execution program management method
JPH06187217A (en) System for synchronization between data base and normal file
JPH10240596A (en) System and method for data recovery of computer system and recording medium where data restoration program is recorded

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees