JP2737279B2 - Load module relative address comparison method - Google Patents

Load module relative address comparison method

Info

Publication number
JP2737279B2
JP2737279B2 JP1195273A JP19527389A JP2737279B2 JP 2737279 B2 JP2737279 B2 JP 2737279B2 JP 1195273 A JP1195273 A JP 1195273A JP 19527389 A JP19527389 A JP 19527389A JP 2737279 B2 JP2737279 B2 JP 2737279B2
Authority
JP
Japan
Prior art keywords
text
load module
control section
relative position
relocated
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 - Lifetime
Application number
JP1195273A
Other languages
Japanese (ja)
Other versions
JPH0358223A (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.)
Hitachi Software Engineering Co Ltd
Hitachi Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
Hitachi 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 Hitachi Software Engineering Co Ltd, Hitachi Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP1195273A priority Critical patent/JP2737279B2/en
Publication of JPH0358223A publication Critical patent/JPH0358223A/en
Application granted granted Critical
Publication of JP2737279B2 publication Critical patent/JP2737279B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、プログラム変更作業の妥当性検証における
ロードモジュール比較作業に好適な、ロードモジュール
相対アドレス比較方法に関するものである。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a load module relative address comparison method suitable for load module comparison work in validating program change work.

〔従来の技術〕[Conventional technology]

従来のこの種の技術は、ロードモジュール比較する際
に、制御セクションの相対位置のずれを考慮しておら
ず、実質的に変更しなかったが、ロードモジュール内の
相対位置がずれた制御セクションに対して、常に不一致
としていた。なお、ロードモジュール内相対位置を制御
セクション内相対位置に変換する技術を応用したものと
しては、例えば、特開昭62−274440号公報,同63−8033
9号公報に開示された技術が知られている。
This kind of conventional technology does not consider the relative position shift of the control section when comparing the load modules, and did not substantially change it, but the control section with the relative position in the load module shifted. On the other hand, it was always a disagreement. Examples of the application of the technology for converting the relative position in the load module into the relative position in the control section include, for example, JP-A-62-274440 and JP-A-63-8033.
The technique disclosed in Japanese Patent Application Publication No. 9-209 is known.

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

上記従来技術は、ロードモジュールを比較する場合
に、ロードモジュール内の再配置テキストに関する配慮
がなされておらず、プログラム変更作業の妥当性検証の
ために修正前後のロードモジュールを比較した場合、変
更はしなかったがロードモジュール内相対位置のずれた
制御セクションに対し、その再配置テキストを常に不一
致と判定して変更情報として出力するという問題があっ
た。
In the above prior art, when comparing the load modules, no consideration is given to the relocated text in the load module, and when comparing the load modules before and after the modification to verify the validity of the program change operation, the change is However, there is a problem that the relocated text is always determined to be inconsistent with respect to the control section whose relative position in the load module is shifted, and is output as change information.

本発明は上記事情に鑑みてなされたもので、その目的
とするところは、従来の技術における上述の如き問題を
解消し、テキスト比較で不一致となったもので再配置テ
キストについては、テキスト内容を制御セクション内相
対位置に変換し、再度比較することにより実質的な不一
致とそうでないものとを区別可能としたロードモジュー
ル相対アドレス比較方法を提供することにある。
The present invention has been made in view of the above circumstances, and an object of the present invention is to solve the above-described problems in the conventional technology. It is an object of the present invention to provide a load module relative address comparison method in which a substantial mismatch and a non-matching one can be distinguished by converting to a relative position in the control section and comparing again.

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

本発明の上述の目的は、再配置テキストの制御セクシ
ョン内相対位置と比較して、不一致となったテキストの
制御セクション内相対位置を、制御セクション単位に比
較するステップと、 比較の結果、不一致となったテキストが再配置テキス
トであるか否かを判定するステップと、 判定の結果、再配置テキストである場合には、再配置
ディレクトリを用いて、再配置テキストの位置を知り、
当該再配置テキストの位置を、ロードモジュール内相対
位置から制御セクション内相対位置へと変換するステッ
プと、 変換前と後のテキストを再び比較するステップと、 上記比較結果の情報から制御セクションの相対位置の
ずれに基づく不一致を除くステップと を有することを特徴とするロードモジュール相対アドレ
ス比較方法によって達成される。
The above object of the present invention is to compare the relative position in the control section of the mismatched text with the relative position in the control section of the repositioned text in control section units, and as a result of the comparison, Determining whether or not the resulting text is relocation text; and, if the determination result indicates that the text is relocation text, using the relocation directory to find the location of the relocation text,
Converting the position of the relocated text from the relative position in the load module to the relative position in the control section; comparing the text before and after the conversion again; and determining the relative position of the control section from the information of the comparison result. Removing the mismatch based on the deviation of the load module.

〔作用〕[Action]

ロードモジュールは、後に詳述する如く、実行時に主
メモリにロードされるテキスト部と、ロードモジュール
を管理する管理情報部から構成される。テキスト部は命
令とデータとから成り、データには再配置テキストが含
まれている。また、管理情報部には再配置テキストの位
置を示す再配置情報(再配置ディレクトリ)が含まれて
いる。
As will be described in detail later, the load module includes a text section loaded into the main memory at the time of execution, and a management information section for managing the load module. The text part is composed of an instruction and data, and the data includes the rearranged text. Further, the management information section includes relocation information (relocation directory) indicating the position of the relocation text.

本発明に係るロードモジュール相対アドレス比較方式
においては、再配置テキストの制御セクション内相対位
置と不一致となったテキストの制御セクション内相対位
置を、制御セクション単位に比較して、不一致となった
テキストが再配置テキストであるか否かを知り、再配置
テキストである場合には、上記再配置ディレクトリを用
いて、再配置テキストの位置を知り、当該再配置テキス
トの位置を、ロードモジュール内相対位置から制御セク
ション内相対位置へと変換することにより、制御セクシ
ョンの相対位置のずれに基づく不一致を、比較結果情報
から除くことができる。
In the load module relative address comparison method according to the present invention, the relative position in the control section of the text that did not match the relative position in the control section of the relocated text is compared in control section units, and the mismatched text is compared. Knowing whether or not it is a relocation text, and if it is a relocation text, using the above relocation directory, knowing the location of the relocation text, and finding the location of the relocation text from the relative position in the load module By converting to the relative position in the control section, the mismatch based on the deviation of the relative position of the control section can be excluded from the comparison result information.

〔実施例〕〔Example〕

以下、本発明の実施例を図面に基づいて詳細に説明す
る。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

第2図は、本発明の一実施例であるロードモジュール
相対アドレス比較装置の概略構成を示すブロック図であ
る。図において、1−1は変更前のロードモジュールを
格納するファイル、1−2は変更後のロードモジュール
を格納するファイルを示している。また、1−3は不一
致となったテキストが再配置テキストの場合の処理手
順、1−4は不一致となったテキストが再配置テキスト
ではない場合の処理手順を示している。
FIG. 2 is a block diagram showing a schematic configuration of a load module relative address comparison device according to one embodiment of the present invention. In the figure, 1-1 indicates a file for storing the load module before the change, and 1-2 indicates a file for storing the load module after the change. Also, reference numeral 1-3 denotes a processing procedure when the mismatched text is a relocated text, and reference numeral 1-4 denotes a processing procedure when the mismatched text is not a relocated text.

本実施例に係るロードモジュール相対アドレス比較装
置においては、後に詳述する如く、変更前後のロードモ
ジュールを読み出して、その比較を行う。ここで、不一
致となったテキストが再配置テキストでない場合には、
上記比較結果をそのまま出力する(上記1−4)が、不
一致となったテキストが再配置テキストである場合に
は、その内容を制御セクション内相対位置に変換して、
再び比較を行う(上記1−3)ものである。
In the load module relative address comparison device according to the present embodiment, as described later in detail, the load module before and after the change is read and the comparison is performed. If the mismatched text is not repositioned text,
The comparison result is output as it is (1-4). If the mismatched text is a relocated text, the content is converted into a relative position in the control section,
The comparison is performed again (1-3).

第3図は、変更前後のロードモジュールの構成例を示
すもので、2−1a,2−1bは、それぞれ、変更前後におけ
るロードモジュールを示している。また、2−2aは変更
前のロードモジュールの制御セクションのロードモジュ
ール内相対位置を示しており、“0"は制御セクションM1
の相対位置、“l1"は制御セクションM2の相対位置を示
している。2−2bは、変更後のロードモジュールに対応
する値である。2−3aは変更前の制御セクションM1のテ
キスト、2−3bは変更後の値であり、テキストの大きさ
がl1′だけ大きくなった場合の例を示している。
FIG. 3 shows a configuration example of the load module before and after the change, and 2-1a and 2-1b show the load module before and after the change, respectively. 2-2a indicates the relative position in the load module of the control section of the load module before the change, and “0” indicates the control section M 1
Position relative, "l 1" indicates the relative position of the control section M 2. 2-2b is a value corresponding to the changed load module. 2-3a the control section M 1 before change text, 2-3b is a value after the change, an example of a case where the size of the text is increased by l 1 '.

また、2−4a,2−4bは、それぞれ、変更前後の制御セ
クションM1内の再配置テキストのロードモジュール内相
対位置、2−5a,2−5bはそれぞれ、変更前後の制御セク
ションM2のテキスト、2−6a,2−6bはそれぞれ、変更前
後の制御セクションM2内の再配置テキストを示してい
る。但し、M2のロードモジュールには変更がなかったも
のとする。なお、2−7a,2−7bはそれぞれ、変更前後の
制御セクションM2の再配置テキストを示しており、2−
8a,2−8bは、それぞれ、制御セクションM2,再配置テキ
ストのロードモジュール相対位置を示している。
Further, 2-4a, 2-4b, respectively, the load module relative positions of the rearranged text within the control section M 1 before and after the change, 2-5a, respectively 2-5b, the before and after the change of the control section M 2 text, 2-6a, 2-6B, respectively, show the rearrangement text within the control section M 2 before and after the change. However, the load module of M 2 is assumed there was no change. Incidentally, 2-7a, respectively 2-7B, shows a rearrangement text of the control section M 2 before and after the change, 2-
8a, 2-8B, respectively, the control section M 2, shows a load module relative positions of the rearranged text.

第4図は、第3図に示したロードモジュールを入力し
た際に、本実施例の装置が内部メモリ上に作成するデー
タを示すものである。図において、3−1a,3−1bはそれ
ぞれ、変更前後における制御セクションのロードモジュ
ール内相対位置、3−2a,3−2bはそれぞれ、制御セクシ
ョンM2の再配置テキストのロードモジュール内相対位置
3−7a,3−7bおよび再配置テキストの変換値(再配置デ
ィレクトリ)3−8a,3−8bを示している。
FIG. 4 shows data created on the internal memory by the apparatus of this embodiment when the load module shown in FIG. 3 is input. In Fig, 3-1a, 3-1b, respectively, the load module relative positions of the control section before and after the change, 3-2a, 3-2b, respectively, the load module relative positions of the relocation text of the control section M 2 3 -7a, 3-7b and converted values (relocation directory) 3-8a, 3-8b of the relocated text are shown.

また、3−3は、不一致テキストの制御セクションM2
内相対位置3−4,不一致テキスト3−5aおよび3−5bを
含む不一致テキスト情報、3−6は、複数の上記不一致
テキスト情報3−3を含むロードモジュール相対アドレ
ス比較結果を示している。
Also, 3-3 is the control section M 2 of the mismatched text.
Unmatched text information including the inner relative position 3-4, unmatched texts 3-5a and 3-5b, and 3-6 indicate a load module relative address comparison result including a plurality of the unmatched text information 3-3.

上述の如く構成された本実施例のロードモジュール相
対アドレス比較装置の動作を、以下、第1図に示すフロ
ーチャートをも用いて説明する。以下の説明において
は、第3図に示したロードモジュールを入力した場合を
例に挙げる。
The operation of the load module relative address comparison device of the present embodiment configured as described above will be described below with reference to the flowchart shown in FIG. In the following description, a case where the load module shown in FIG. 3 is input will be described as an example.

まず、変更前後のロードモジュール2−2aと2−2b
(第3図参照)を読み、制御セクションの相対位置を内
部メモリに格納する(第4図の3−1a,3−1b)(ステッ
プ41)。
First, the load modules 2-2a and 2-2b before and after the change
(See FIG. 3), and the relative position of the control section is stored in the internal memory (3-1a, 3-1b in FIG. 4) (step 41).

次に、ロードモジュールから順次レコードを読み出し
て(ステップ42)、以下の処理を繰り返す。すなわち、
読み込んだレコードの種別判定を行い(ステップ43)、
種別が再配置ディレクトリならば、内部メモリへ格納す
る(ステップ44)。例えば、第3図の2−7bを読み込ん
だ場合、第4図の3−2bの形式で格納する。また、読み
込んだレコードの種別がテキストならば、変更前後のテ
キストを比較して(ステップ45)、不一致となった場合
に、内部メモリへ格納する(ステップ47)。第3図の2
−5aと2−5bを比較した場合、第4図の3−6の形式で
格納する。
Next, records are sequentially read from the load module (step 42), and the following processing is repeated. That is,
The type of the read record is determined (step 43),
If the type is the relocation directory, it is stored in the internal memory (step 44). For example, when 2-7b in FIG. 3 is read, it is stored in the format of 3-2b in FIG. If the type of the read record is a text, the text before and after the change is compared (step 45). Fig. 3, 2
When -5a and 2-5b are compared, they are stored in the format of 3-6 in FIG.

次に、不一致となったテキストを内部メモリから読み
出し(ステップ49)、再配置テキストか否かの判定を行
う(ステップ50)。この判定について、第4図の3−6
を用いて詳細に説明する。第4図において、3−4と、
3−2bの再配置ディレクトリ相対位置3−7bとを比較
し、一致していれば再配置テキストであると判定する。
Next, the mismatched text is read from the internal memory (step 49), and it is determined whether or not the text is a relocated text (step 50). About this determination, 3-6 in FIG.
This will be described in detail with reference to FIG. In FIG. 4, 3-4 and
3-2b is compared with the relocation directory relative position 3-7b, and if they match, it is determined that the text is the relocation text.

不一致となったテキストが再配置テキストであるなら
ば、再配置テキストの内容を制御セクション内相対位置
へ変換する(ステップ51,52,53)。この変換は以下の如
く行う。すなわち、第4図において、ロードモジュール
相対アドレス比較結果を示す3−6の先頭にある不一致
テキスト3−3は、再配置テキストである。従って、変
更前不一致テキスト変換値3−5aの内容(A21)から、
変更前のロードモジュールの制御セクションM2のロード
モジュール内相対位置を示す再配置テキスト変換値3−
8a(l1)を引く。
If the mismatched text is a relocated text, the content of the relocated text is converted to a relative position in the control section (steps 51, 52, 53). This conversion is performed as follows. That is, in FIG. 4, the unmatched text 3-3 at the head of the load module relative address comparison result 3-6 is the relocated text. Therefore, from the content (A 21 ) of the converted non-matching text conversion value 3-5a,
Relocation text conversion value showing the load module relative positions of the control section M 2 before the load module changes 3-
Subtract 8a (l 1 ).

同様に、変更後不一致テキスト変換値3−5bの内容
(A21+l1′)から、再配置テキスト変換値3−8b(l1
+l1′)を引く。上述の変換を施した変更前後のテキス
トを再度比較すると、上に示す例では一致となる。同様
に、制御セクションM2のロードモジュール内相対位置ず
れによって不一致となったテキストはすべて一致とな
り、制御セクションM2は変更がなかったと判定できる。
Similarly, from the contents (A 21 + l 1 ′) of the changed unmatched text conversion value 3-5b, the relocation text conversion value 3-8b (l 1
+ L 1 '). When the text before and after the change subjected to the above-described conversion is compared again, the texts shown above match. Similarly, it is all the turned text mismatch matched by the load module relative displacement of the control section M 2, the control section M 2 can be determined that there is no change.

なお、上記ステップ41〜49は第2図に示したテキスト
比較部1−5による処理、ステップ50〜52は同再配置テ
キスト内容変換部1−6による処理、ステップ53〜56は
同変換後テキスト比較部1−7による処理を示してい
る。
Steps 41 to 49 are performed by the text comparing section 1-5 shown in FIG. 2, steps 50 to 52 are performed by the rearranged text content converting section 1-6, and steps 53 to 56 are performed after the converted text. 9 illustrates a process performed by the comparison unit 1-7.

上記実施例によれば、変換前後のロードモジュール比
較作業において、制御セクションのロードモジュール内
相対位置のずれによる再配置テキストの不一致を、比較
結果情報に出力せずに済み、ロードモジュール変更の妥
当性確認作業が軽減できるという効果が得られる。
According to the above embodiment, in the load module comparison work before and after the conversion, the mismatch of the relocated text due to the displacement of the relative position in the load module of the control section need not be output to the comparison result information, and the validity of the load module change is eliminated. The effect is obtained that the checking operation can be reduced.

なお、上記実施例は、本発明の例として示したもので
あり、本発明はこれに限定されるべきものではないこと
は言うまでもない。
It should be noted that the above embodiment is shown as an example of the present invention, and it is needless to say that the present invention is not limited to this.

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

以上、詳細に説明した如く、本発明によれば、不一致
テキストが再配置テキストである場合には、再配置テキ
ストを、ロードモジュール内相対位置から制御セクショ
ン内相対位置へ変換して再度比較するステップを有する
如く構成したので、テキスト比較で不一致となったもの
で再配置テキストについては、テキスト内容を制御セク
ション内相対位置に変換し、再度比較することにより実
質的な不一致とそうでないものとを区別可能としたロー
ドモジュール相対アドレス比較方法を実現できるという
顕著な効果を奏するものである。
As described in detail above, according to the present invention, when the mismatched text is the relocated text, the step of converting the relocated text from the relative position in the load module to the relative position in the control section and comparing it again For repositioned text that was mismatched in the text comparison, the text content is converted to a relative position in the control section and compared again to distinguish between substantial mismatch and non-matching This has a remarkable effect that the enabled load module relative address comparison method can be realized.

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

第1図は本発明の一実施例の動作を示すフローチャー
ト、第2図は一実施例であるロードモジュール相対アド
レス比較装置の概略構成を示すブロック図、第3図は変
更前後のロードモジュールの構成例を示す図、第4図は
第3図に示したロードモジュールを入力した際に、本実
施例の装置が内部メモリ上に作成するデータを示す図で
ある。 1−1:変更前ロードモジュール格納ファイル、1−2:変
更後ロードモジュール格納ファイル、1−3:不一致テキ
ストが再配置テキストの場合の処理手順、1−4:不一致
テキストが再配置テキストでない場合の処理手順、1−
5:テキスト比較部、1−6:再配置テキスト内容変換部、
1−7:変換後テキスト比較部、1−8:比較結果出力部、
3−3:不一致テキスト情報、3−6:ロードモジュール相
対アドレス比較結果、41〜56:処理ステップ。
FIG. 1 is a flowchart showing the operation of one embodiment of the present invention, FIG. 2 is a block diagram showing a schematic configuration of a load module relative address comparison apparatus according to one embodiment, and FIG. 3 is a configuration of the load module before and after the change. FIG. 4 is a diagram showing an example, and FIG. 4 is a diagram showing data created on the internal memory by the apparatus of this embodiment when the load module shown in FIG. 3 is input. 1-1: Load module storage file before change, 1-2: Load module storage file after change, 1-3: Processing procedure when mismatched text is relocated text, 1-4: When mismatched text is not relocated text Processing procedure, 1-
5: text comparison unit, 1-6: rearranged text content conversion unit,
1-7: text comparison unit after conversion, 1-8: comparison result output unit,
3-3: mismatched text information, 3-6: load module relative address comparison result, 41 to 56: processing step.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】主メモリにロードされ、再配置テキストを
含むテキスト部と、再配置ディレクトリを含む管理情報
部とからなるロードモジュールに対し、再配置可能なプ
ログラムの変更作業の妥当性を検証するロードモジュー
ル相対アドレス比較方法において、 上記再配置テキストの制御セクション内相対位置と比較
して、不一致となったテキストの制御セクション内相対
位置を、制御セクション単位に比較するステップと、 比較の結果、不一致となったテキストが再配置テキスト
であるか否かを判定するステップと、 判定の結果、再配置テキストである場合には、上記再配
置ディレクトリを用いて、再配置テキストの位置を知
り、当該再配置テキストの位置を、ロードモジュール内
相対位置から制御セクション内相対位置へと変換するス
テップと、 変換前と後のテキストを再び比較するステップと、 上記比較結果の情報から制御セクションの相対位置のず
れに基づく不一致を除くステップと を有することを特徴とするロードモジュール相対アドレ
ス比較方法。
A load module, which is loaded into a main memory and includes a text section including a relocation text and a management information section including a relocation directory, verifies the validity of a change operation of a relocatable program. In the load module relative address comparison method, comparing the relative position in the control section of the relocated text with the relative position in the control section and comparing the relative position in the control section of the mismatched text in control section units; Determining whether or not the text that has become a relocated text is determined. If the determination result indicates that the text is a relocated text, the position of the relocated text is known using the relocation directory, and A step to convert the position of the placement text from a relative position in the load module to a relative position in the control section. Flop and, comparing the text before and after the conversion again, load module relative address comparison method characterized by a step of excluding discrepancies based on the deviation of the relative position of the control section from the information of the comparison result.
JP1195273A 1989-07-27 1989-07-27 Load module relative address comparison method Expired - Lifetime JP2737279B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1195273A JP2737279B2 (en) 1989-07-27 1989-07-27 Load module relative address comparison method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1195273A JP2737279B2 (en) 1989-07-27 1989-07-27 Load module relative address comparison method

Publications (2)

Publication Number Publication Date
JPH0358223A JPH0358223A (en) 1991-03-13
JP2737279B2 true JP2737279B2 (en) 1998-04-08

Family

ID=16338418

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1195273A Expired - Lifetime JP2737279B2 (en) 1989-07-27 1989-07-27 Load module relative address comparison method

Country Status (1)

Country Link
JP (1) JP2737279B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004069175A (en) 2002-08-06 2004-03-04 Matsushita Electric Ind Co Ltd High frequency heater
JP7013918B2 (en) * 2018-02-16 2022-02-01 トヨタ自動車株式会社 Vehicle control device, program update method and program

Also Published As

Publication number Publication date
JPH0358223A (en) 1991-03-13

Similar Documents

Publication Publication Date Title
JP2737279B2 (en) Load module relative address comparison method
US5170479A (en) File block managing system using next record header position data and delete history data from block header and record headers to locate requested record block
JP3133991B2 (en) Data transfer method and data transfer system
JP3036505B2 (en) CAD data management device
JP2658097B2 (en) Secondary file creation method
JP3130798B2 (en) Bus transfer device
JP2507399B2 (en) Database equipment
JP3255121B2 (en) Database search device, database search method, information processing device, recording medium storing program for causing computer to execute database search method
JPH0744426A (en) File management method for file system
JP2702356B2 (en) Debug information access method
JPH03280136A (en) Record positioning system for sequentially programmed file
JPH02257349A (en) Network address setting system
JPH0217536A (en) Input system for program library
JP2002041334A (en) Measuring device
JPH03139719A (en) Installation verification system for program
JPH0447340A (en) Reading method for master file
JPH04309144A (en) System file fault detecting system
JPH0573385A (en) Data definition information storage system
JPH06103324A (en) Data storage system
JPH01302460A (en) Command loading system for command processor
JPH07325743A (en) Information processing device/method
JPH05120105A (en) File data input/output system
JPH01205351A (en) Locking control system
JPH05313834A (en) Cd-rom file access method
JPH05158701A (en) High speed loading system for load module

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080116

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080116

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090116

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090116

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100116

Year of fee payment: 12

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100116

Year of fee payment: 12