JPH05181656A - Symbol information management system - Google Patents

Symbol information management system

Info

Publication number
JPH05181656A
JPH05181656A JP112592A JP112592A JPH05181656A JP H05181656 A JPH05181656 A JP H05181656A JP 112592 A JP112592 A JP 112592A JP 112592 A JP112592 A JP 112592A JP H05181656 A JPH05181656 A JP H05181656A
Authority
JP
Japan
Prior art keywords
file
symbol
information
symbol information
symbol table
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.)
Withdrawn
Application number
JP112592A
Other languages
Japanese (ja)
Inventor
Susumu Yamaguchi
晋 山口
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC IC Microcomputer Systems Co Ltd
Original Assignee
NEC IC Microcomputer Systems Co 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 NEC IC Microcomputer Systems Co Ltd filed Critical NEC IC Microcomputer Systems Co Ltd
Priority to JP112592A priority Critical patent/JPH05181656A/en
Publication of JPH05181656A publication Critical patent/JPH05181656A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To efficiently execute information management in the symbol informa tion management system. CONSTITUTION:From a source file 10, a program object data file 102 is generated, and whether symbol information is generated or not is decided. In the case it is not designated, only an object file 104 is generated, and a generating flag of a symbol table state flag is reset. In the case the generation is designated, the generating flag of the symbol table state flag is set and it is generated and contained in a symbol information file 103, and in the next step, the object file 104 is generated from program object data. Whether symbol information exists in the symbol information file 103 or not is decided, and in the case its existence is confirmed, it is contained in a symbol table file 105, and an (i) node number in the symbol table file 105 is set to an (i) node number of the symbol table file in the object file 104.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はシンボル情報管理方式に
関し、特に、プログラム・オブジェクトのシンボル・テ
ーブル情報を、プログラム・オブジェクトとは別のファ
イルで管理するために利用されるシンボル情報管理方式
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a symbol information management system, and more particularly to a symbol information management system used for managing the symbol table information of a program object in a file separate from the program object.

【0002】[0002]

【従来の技術】従来の、この種のシンボル情報管理方式
においては、プログラム・オブジェクトと、そのプログ
ラム・オブジェクトのシンボル・テーブル情報とは、同
一のオブジェクト・ファイル内において管理されてお
り、プログラム・オブジェクトまたはシンボル・テーブ
ル情報に対するアクセスは、オブジェクト・ファイル内
に管理されているオフセット値により行われているのが
一般である。従って、オブジェクト・ファイルからのシ
ンボル・テーブル情報の削除は、オフセット値の変更と
シンボル・テーブル情報データの削除とにより行われる
ために、オブジェクト・プログラムのシンボル・テーブ
ル情報の有無により、オブジェクト・ファイルのサイズ
が異なっている。
2. Description of the Related Art In the conventional symbol information management system of this type, a program object and the symbol table information of the program object are managed in the same object file. Alternatively, access to the symbol table information is generally performed by an offset value managed in the object file. Therefore, the symbol table information is deleted from the object file by changing the offset value and deleting the symbol table information data. The sizes are different.

【0003】[0003]

【発明が解決しようとする課題】上述した従来のシンボ
ル情報管理方式においては、シンボル・テーブル情報が
オブジェクト・ファイル内に存在するために、シンボル
・テーブル情報を有するオブジェクト・ファイルのサイ
ズが大きくなっている。従って、シンボル・テーブル情
報の削除に当っては、オブジェクト・ファイル中のシン
ボル・テーブル・データを削除するための手順として、
シンボル・テーブル情報を復元するために、ソース・フ
ァイルの再コンパイルを行う必要があり、従ってソース
・ファイルが存在しない場合のシンボル・テーブル情報
復元は不可能となるため、シンボル情報が削除されてい
ないオブジェクト・ファイルまたはソース・ファイル
と、オブジェクト・ファイルとを作成する環境を保存し
ておかなければならず、その管理に余分の工数を必要と
するという欠点がある。
In the above-mentioned conventional symbol information management system, since the symbol table information exists in the object file, the size of the object file having the symbol table information becomes large. There is. Therefore, in deleting the symbol table information, the procedure for deleting the symbol table data in the object file is as follows:
The symbol information is not deleted because it is necessary to recompile the source file in order to restore the symbol table information, and thus it is impossible to restore the symbol table information when the source file does not exist. The object file or the source file and the environment for creating the object file have to be saved, and there is a disadvantage that extra man-hours are required to manage them.

【0004】[0004]

【課題を解決するための手段】本発明のシンボル情報管
理方式は、シンボル情報を有するプログラム・オブジェ
クトのシンボル情報管理方式のファイルを作成する処理
手順として、所定のソース・ファイル101よりプログ
ラム・オブジェクト・データを作成して、作成された当
該プログラム・オブジェクト・データを、プログラム・
オブジェクト・データ・ファイル102に収納する第1
の処理ステップと、シンボル情報の作成を指定するか否
かを判定する第2の処理ステッブと、前記第2の処理ス
テップにおいて、前記シンボル情報の作成が指定されな
い場合には、オブジェクト・ファイルのみを作成して、
シンボル・テーブル状態フラグの作成フラグをリセット
する第3の処理ステップと、前記第2の処理ステップに
おいて、前記シンボル情報の作成が指定される場合に
は、前記シンボル・テーブル状態フラグの作成フラグを
セットして当該シンボル情報を作成し、作成されたシン
ボル情報をシンボル情報ファイル103に収納する第4
の処理ステップと、前記第3および第4の処理ステップ
の後を受けて、前記プログラム・オブジェクト・データ
・ファイル102に収納されているプログラム・オブジ
ェクト・データより、前記オブジェクト・ファイルを作
成する第5の処理ステップと、前記シンボル情報ファイ
ル103におけるシンボル情報の存在の有無を判定する
第6の処理ステッブと、前記第6の処理ステップにおい
て、前記シンボル情報の存在が確認される場合には、当
該シンボル情報ファイルによりシンボル・テーブル・フ
ァイルを作成して、シンボル・テーブル・ファイル10
5に収納し、オブジェクト・ファイル104におけるシ
ンボル・テーブル・ファイルのiノード番号に、シンボ
ル・テーブル・ファイル105におけるiノード番号を
設定する第7の処理ステップと、を有しており、前記第
6の処理ステップにおいて前記シンボル情報の存在が確
認されない場合、ならびに前記第7の処理ステップの処
理終了後に、全てのファイル作成処理を終了することを
特徴としている。
According to the symbol information management method of the present invention, as a processing procedure for creating a file of the symbol information management method of a program object having symbol information, a program object Data is created, and the created program object data is
First to be stored in the object data file 102
And the second processing step for determining whether or not to specify the creation of the symbol information, and when the creation of the symbol information is not specified in the second processing step, only the object file is written. Create
In the third processing step of resetting the creation flag of the symbol table status flag and in the second processing step, when creation of the symbol information is designated, the creation flag of the symbol table status flag is set. Then, the symbol information is created, and the created symbol information is stored in the symbol information file 103.
A fifth step of creating the object file from the program object data stored in the program object data file 102 after the third processing step and the third and fourth processing steps Processing step, a sixth processing step for determining the presence / absence of symbol information in the symbol information file 103, and in the sixth processing step, if the presence of the symbol information is confirmed, the symbol The symbol table file is created from the information file, and the symbol table file 10
And a seventh processing step of setting the inode number in the symbol table file 105 to the inode number of the symbol table file in the object file 104. When the presence of the symbol information is not confirmed in the processing step of No. 2 and after the processing of the seventh processing step is completed, all the file creation processing is ended.

【0005】[0005]

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

【0006】図1(a)は本発明の一実施例におけるオ
ブジェクト・ファイルの構成図である。図1(a)に示
されるように、本実施例のオブジェクト・ファイル1
は、ファイル情報2と、プログラム・オブジェクト・デ
ータ3とにより構成されており、ファイル情報2は、オ
ブジェクト・ファイルの情報4と、シンボル・テーブル
・ファイルの情報5とにより構成され、更にシンボル・
テーブル・ファイルの情報5はシンボル・テーブル状態
フラグ6と、シンボル・テーブル・ファイルのiノード
番号7により構成されている。
FIG. 1A is a configuration diagram of an object file in one embodiment of the present invention. As shown in FIG. 1A, the object file 1 of this embodiment
Is composed of file information 2 and program object data 3, and file information 2 is composed of object file information 4 and symbol table file information 5
The table file information 5 includes a symbol table status flag 6 and an inode number 7 of the symbol table file.

【0007】また、図(b)は、本発明の一実施例にお
けるシンボル・テーブル・ファイルの構成図である。図
1(b)に示されるように、本実施例のシンボル・テー
ブル・ファイル8は、ファイル情報9と、シンボル情報
10とにより構成され、ファイル情報9は、シンボル・
ファイルの情報11と、オブジェクト・ファイルのiノ
ード番号12により構成されている。
FIG. 2B is a configuration diagram of the symbol table file in one embodiment of the present invention. As shown in FIG. 1B, the symbol table file 8 of this embodiment is composed of file information 9 and symbol information 10, and the file information 9 is a symbol file.
It is composed of file information 11 and inode number 12 of the object file.

【0008】次に、図2は、本実施例におけるファイル
を作成する処理手順を示す流れ図である。以下、図1
(a)および(b)と、図2とを参照して、本実施例に
おけるシンボル管理方式のファイル作成の処理手順につ
いて説明する。
Next, FIG. 2 is a flow chart showing a processing procedure for creating a file in this embodiment. Below, Figure 1
With reference to (a) and (b) and FIG. 2, a processing procedure for creating a file of the symbol management method in the present embodiment will be described.

【0009】シンボル情報管理のファイル作成処理の開
始に対応して、先ず、ソース・ファイル101より、プ
ログラム・オブジェクト・データ3(図1(a)参照)
を作成する処理が行われ、作成されたプログラム・オブ
ジェクト・データは、プログラム・オブジェクト・デー
タ・ファイル102に収納される(ステッブ21)。次
いで、シンボル情報10(図1(b)参照)を作成を指
定するか否かを判定する処理が行われて(ステッブ2
2)、当該シンボル情報10の作成が指定されない場合
には、オブジェクト・ファイルのみが作成され、シンボ
ル・テーブル状態フラグ6(図1(a)参照)の作成フ
ラグはリセットされて(ステップ23)、次の処理ステ
ップ25に進む。また当該シンボル情報10の作成を指
定される場合には、シンボル・テーブル状態フラグ6
(図1(a)参照)の作成フラグがセットされ、シンボ
ル情報10(図1(b)参照)を作成する処理が行われ
て、作成されたシンボル情報10はシンボル情報ファイ
ル103に収納されて(ステップ24)、次の処理ステ
ップ25に進む。処理ステップ25においては、プログ
ラム・オブジェクト・データ・ファイル102に収納さ
れているプログラム・オブジェクト・データ3(図1
(a)参照)より、オブジェクト・ファイル104が作
成され、次いで、シンボル情報ファイル103にシンボ
ル情報10の存在の有無を判断する処理が行われて(ス
テッブ26)、存在が確認されない場合には処理作業は
全て終了となり、またシンボル情報10の存在が確認さ
れる場合には、ステップ27に進み、シンボル情報ファ
イル103により、シンボル・テーブル・ファイル8
(図1(b)参照)が作成されて、シンボル・テーブル
・ファイル105に収納され、オブジェクト・ファイル
104におけるシンボル・テーブル・ファイル8のiノ
ード番号(図1(b)参照)にシンボル・テーブル・フ
ァイル105におけるiノード番号が設定されて、処理
作業は全て終了する。
In response to the start of the file creation process for symbol information management, first, the program object data 3 from the source file 101 (see FIG. 1A).
Is performed, and the created program object data is stored in the program object data file 102 (step 21). Next, a process of determining whether or not to specify the creation of the symbol information 10 (see FIG. 1B) is performed (step 2
2) If the creation of the symbol information 10 is not designated, only the object file is created, and the creation flag of the symbol table status flag 6 (see FIG. 1A) is reset (step 23), Proceed to next processing step 25. When the creation of the symbol information 10 is designated, the symbol table status flag 6
The creation flag of (see FIG. 1A) is set, the process of creating the symbol information 10 (see FIG. 1B) is performed, and the created symbol information 10 is stored in the symbol information file 103. (Step 24), the process proceeds to the next process step 25. In processing step 25, the program object data 3 stored in the program object data file 102 (see FIG. 1).
(See (a)), the object file 104 is created, and then the process for determining the presence or absence of the symbol information 10 in the symbol information file 103 is performed (step 26). If the presence is not confirmed, the process is performed. When all the work is completed and the presence of the symbol information 10 is confirmed, the process proceeds to step 27, where the symbol information file 103 is used for the symbol table file 8
(See FIG. 1B) is created and stored in the symbol table file 105, and the symbol table is added to the inode number (see FIG. 1B) of the symbol table file 8 in the object file 104. -The inode number in the file 105 is set, and all processing operations are completed.

【0010】次に、図3は、本実施例におけるオブジェ
クト・ファイルからシンボル情報のアクセスを行う場合
の流れ図である。図3において、先ず、シンボル情報に
対するアクセスがある場合には、シンボル・テーブル状
態フラグ6(図1(a)参照)の作成フラグがセットさ
れているか否かの判定処理が行われて(ステップ3
1)、セットされていない場合には処理終了となり、セ
ットされている場合には次のステップ32に進む。ステ
ップ32においては、オブジェクト・ファイル1(図1
(a)参照)において管理されているシンボル・テーブ
ル・ファイル8(図1(b)参照)のiノード番号のフ
ァイルが存在するか否かの判定処理が行われて(ステッ
ブ32)、当該ファイルが存在しない場合には処理終了
となり、存在が確認される場合には次のステップ33に
進む。ステップ33においては、シンボル・テーブル・
ファイル8(図1(b)参照)により管理されているオ
ブジェクト・ファイル1(図1(a)参照)のiノード
番号と、シンボル・テーブル・ファイル8(図1(b)
参照)のノード番号とが一致するか否かの比較判定処理
が行われて(ステップ33)、双方のノード番号が一致
しない場合には処理終了となり、一致する場合には、シ
ンボル情報10(図1(b)参照)に対するアクセスが
実行されて(ステップ34)、処理終了となる。
Next, FIG. 3 is a flow chart when the symbol information is accessed from the object file in the present embodiment. In FIG. 3, first, when there is access to the symbol information, a determination process of whether or not the creation flag of the symbol table state flag 6 (see FIG. 1A) is set is performed (step 3
1) If it is not set, the process ends, and if it is set, the process proceeds to the next step 32. In step 32, the object file 1 (see FIG.
It is determined whether or not the file with the inode number of the symbol table file 8 (see FIG. 1B) managed in (a) is present (step 32), and the file Is not present, the process ends, and if the presence is confirmed, the process proceeds to the next step 33. In step 33, the symbol table
The inode number of the object file 1 (see FIG. 1A) managed by the file 8 (see FIG. 1B) and the symbol table file 8 (see FIG. 1B)
The comparison / determination process is performed to determine whether or not the node number of the reference number of the reference number) matches (step 33). If the node numbers of both do not match, the process ends, and if they match, the symbol information 10 (see FIG. 1 (see (b)) is executed (step 34) and the process ends.

【0011】[0011]

【発明の効果】以上説明したように、本発明は、プログ
ラム・オブジェクト・データとシンボル・テーブル情報
とを別々のファイルにより管理することにより、オブジ
ェクト・ファイルのサイズを小さくすることができ、プ
ログラム・オブジェクトにシンボル・テーブル情報が存
在している場合においても、オブジェクト・ファイルの
サイズが変化することなく、オブジェクト・ファイルお
よびシンボル・テーブル・ファイルの双方において、そ
れぞれのファイルに対する情報を保持することにより、
シンボル・テーブル・ファイルを単体にて管理すること
ができるという効果がある。
As described above, according to the present invention, the size of the object file can be reduced by managing the program object data and the symbol table information in separate files. Even when the symbol table information exists in the object, the size of the object file does not change, and by holding the information for each file in both the object file and the symbol table file,
The symbol table file can be managed independently.

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

【図1】本発明の一実施例におけるオブジェクト・ファ
イルならびにシンボル・テーブル・ファイルの構成を示
す図である。
FIG. 1 is a diagram showing configurations of an object file and a symbol table file in an embodiment of the present invention.

【図2】本実施例における動作の一例を示す流れ図であ
る。
FIG. 2 is a flowchart showing an example of operation in the present embodiment.

【図3】本実施例におけるシンボル情報アクセスの一例
を示す流れ図である。
FIG. 3 is a flowchart showing an example of symbol information access according to the present embodiment.

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

1 オブジェクト・ファイル 2 ファイル情報 3 プログラム・オブジェクト・データ 4 オブジェクト・ファイルの情報 5 シンボル・テーブル・ファイルの情報 6 シンボル・テーブル状態フラグ 7 シンボル・テーブル・ファイルのiノード番号 8 シンボル・テーブル・ファイル 9 ファイル情報 10 シンボル情報 11 シンボル・ファイルの情報 12 オブジジェクト・ファイルのi番号 21 プログラム・オブジェクト・データ作成処理 22 シンボル情報作成判定処理 23 シンボル・テーブル状態フラグの作成フラグの
リセット処理 24 シンボル・テーブル状態フラグの作成フラグの
セット処理 25 オブジェクト・ファイル作成処理 26 シンボル情報存在判定処理 27 シンボル・テーブル・ファイル作成処理 31 シンボル・テーブル状態フラグの作成フラグ判
定処理 32 iノード番号からのシンボル・テーブル・ファ
イル検索処理 33 iノード番号の比較処理 34 シンボル情報アクセス処理 101 ソース・ファイル 102 ブログラム・オブジェクト・データ・ファイ
ル 103 シンボル情報ファイル 104 オブジェクト・ファイル 105 シンボル・テーブル・ファイル
1 Object File 2 File Information 3 Program Object Data 4 Object File Information 5 Symbol Table File Information 6 Symbol Table Status Flag 7 Symbol Table File Inode Number 8 Symbol Table File 9 File information 10 Symbol information 11 Symbol file information 12 Object file i number 21 Program object data creation processing 22 Symbol information creation determination processing 23 Symbol table status Flag creation flag reset processing 24 Symbol table status Flag creation processing Set flags 25 Object file creation processing 26 Symbol information existence determination processing 27 Symbol table file creation processing 31 Symbol Creating a flag status flag Judgment processing 32 Symbol table file search processing from inode number 33 Inode number comparison processing 34 Symbol information access processing 101 Source file 102 Program object data file 103 Symbol information file 104 object file 105 symbol table file

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 シンボル情報を有するプログラム・オブ
ジェクトのシンボル情報管理方式のファイルを作成する
処理手順として、 所定のソース・ファイル101よりプログラム・オブジ
ェクト・データを作成して、作成された当該プログラム
・オブジェクト・データを、プログラム・オブジェクト
・データ・ファイル102に収納する第1の処理ステッ
プと、 シンボル情報の作成を指定するか否かを判定する第2の
処理ステッブと、 前記第2の処理ステップにおいて、前記シンボル情報の
作成が指定されない場合には、オブジェクト・ファイル
のみを作成して、シンボル・テーブル状態フラグの作成
フラグをリセットする第3の処理ステップと、 前記第2の処理ステップにおいて、前記シンボル情報の
作成が指定される場合には、前記シンボル・テーブル状
態フラグの作成フラグをセットして当該シンボル情報を
作成し、作成されたシンボル情報をシンボル情報ファイ
ル103に収納する第4の処理ステップと、 前記第3および第4の処理ステップの後を受けて、前記
プログラム・オブジェクト・データ・ファイル102に
収納されているプログラム・オブジェクト・データよ
り、前記オブジェクト・ファイルを作成する第5の処理
ステップと、 前記シンボル情報ファイル103におけるシンボル情報
の存在の有無を判定する第6の処理ステッブと、 前記第6の処理ステップにおいて、前記シンボル情報の
存在が確認される場合には、当該シンボル情報ファイル
によりシンボル・テーブル・ファイルを作成して、シン
ボル・テーブル・ファイル105に収納し、オブジェク
ト・ファイル104におけるシンボル・テーブル・ファ
イルのiノード番号に、シンボル・テーブル・ファイル
105におけるiノード番号を設定する第7の処理ステ
ップと、 を有しており、前記第6の処理ステップにおいて前記シ
ンボル情報の存在が確認されない場合、ならびに前記第
7の処理ステップの処理終了後に、全てのファイル作成
処理を終了することを特徴とするシンボル情報管理方
式。
1. As a processing procedure for creating a file of a symbol information management method of a program object having symbol information, program object data is created from a predetermined source file 101, and the created program object is created. A first processing step of storing data in the program object data file 102, a second processing step of determining whether or not to specify creation of symbol information, and a second processing step of: If the creation of the symbol information is not designated, only the object file is created and the creation flag of the symbol table status flag is reset, and the symbol information is created in the second processing step. If the creation of After the third and fourth processing steps, in which the flag information is created by setting the creation flag of the flag table status flag, and the created symbol information is stored in the symbol information file 103. In response, the fifth processing step of creating the object file from the program object data stored in the program object data file 102, and the presence of the symbol information in the symbol information file 103. A sixth processing step for determining the presence / absence, and in the sixth processing step, when the presence of the symbol information is confirmed, a symbol table file is created from the symbol information file, and a symbol table is created.・ Store in file 105 And a seventh processing step of setting an inode number in the symbol table file 105 to an inode number in the symbol table file in the file 104, and the symbol information in the sixth processing step. Is not confirmed, and after completion of the processing of the seventh processing step, all file creation processing is ended.
JP112592A 1992-01-08 1992-01-08 Symbol information management system Withdrawn JPH05181656A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP112592A JPH05181656A (en) 1992-01-08 1992-01-08 Symbol information management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP112592A JPH05181656A (en) 1992-01-08 1992-01-08 Symbol information management system

Publications (1)

Publication Number Publication Date
JPH05181656A true JPH05181656A (en) 1993-07-23

Family

ID=11492728

Family Applications (1)

Application Number Title Priority Date Filing Date
JP112592A Withdrawn JPH05181656A (en) 1992-01-08 1992-01-08 Symbol information management system

Country Status (1)

Country Link
JP (1) JPH05181656A (en)

Similar Documents

Publication Publication Date Title
JPH03266039A (en) Free format data link processing system
CN108304144B (en) Data writing-in and reading method and system, and data reading-writing system
WO2024078122A1 (en) Database table scanning method and apparatus, and device
JPH05181656A (en) Symbol information management system
JPH0528088A (en) Method for automatically generating hardware constitution information
JPH05298173A (en) Distributed file synchronizing and updating system
JP2000148562A (en) Data backup method, data backup device utilizing the method and computer readable recording medium recorded with data backup program
JPH02161514A (en) Control processing system for idle storage block
JP3178671B2 (en) File system and its file recovery method
CN112463033A (en) Volume cloning method and device
CN113505115A (en) Data batch import method and device and electronic equipment
JP3079825B2 (en) Electronic computer equipment
JPH08328929A (en) Database split management system
JP3008500B2 (en) Update record reading mechanism
JPH0337748A (en) External storage accessing system utilizing main storage
CN117093552A (en) Method, system, equipment and storage medium for file separation storage
JPH05181722A (en) Access method for index organizing file
JP2817911B2 (en) Access control method for keyed files
JP3398672B2 (en) Intermediate data storage device
CN110895531A (en) Data writing method of data storage table, partition server and electronic equipment
JPH05250243A (en) Data processing system for extended storage device
JPH02302869A (en) File edition system
JPH08320862A (en) System and method for document management
JPH05108438A (en) Quick access system in input/output of data
JPH0457151A (en) Insert processing method for structured document

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990408