JPH096629A - Program conversion method - Google Patents
Program conversion methodInfo
- Publication number
- JPH096629A JPH096629A JP7154637A JP15463795A JPH096629A JP H096629 A JPH096629 A JP H096629A JP 7154637 A JP7154637 A JP 7154637A JP 15463795 A JP15463795 A JP 15463795A JP H096629 A JPH096629 A JP H096629A
- Authority
- JP
- Japan
- Prior art keywords
- program
- comment information
- source program
- machine language
- language program
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 22
- 238000006243 chemical reaction Methods 0.000 claims description 10
- 230000015556 catabolic process Effects 0.000 abstract 1
- 238000006731 degradation reaction Methods 0.000 abstract 1
- 238000010586 diagram Methods 0.000 description 4
- 239000002699 waste material Substances 0.000 description 1
Landscapes
- Stored Programmes (AREA)
- Devices For Executing Special Programs (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】この発明は、コメント情報を含む
ソースプログラムと機械語プログラム間のプログラム変
換方法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program conversion method between a source program including comment information and a machine language program.
【0002】[0002]
【従来の技術】プログラムの処理内容を理解する上での
助けとなり、プログラムによって実現される動作処理と
は無関係なコメント情報を含むソースプログラムを機械
語プログラムに変換し、また機械語プログラムをソース
プログラムに逆変換する従来のプログラム変換方法とし
ては、例えば図2の処理フローに示すようなものがあ
る。2. Description of the Related Art A source program that helps to understand the processing contents of a program and that contains comment information unrelated to the operation processing realized by the program is converted into a machine language program, and the machine language program is also a source program. As a conventional program conversion method for reverse conversion into, there is, for example, the one shown in the processing flow of FIG.
【0003】図2において、従来のプログラム変換方法
では、コメント情報を含むソースプログラム(ステップ
11)が、機械語プログラムに変換される際にコメント
情報がソースプログラムから削除されて変換され(ステ
ップ12)、コメント情報を含むソースプログラムの内
コメント情報を除く部分のソースプログラムが機械語プ
ログラムに変換されて保存されていた(ステップ1
3)。また、ステップ13で得られた機械語プログラム
が逆変換されて(ステップ14)、ソースプログラムが
復元される際には(ステップ15)、ソースプログラム
が機械語プログラムに変換された際に(ステップ1
2)、コメント情報が機械語プログラムから削除されて
いるため、元のソースプログラム(ステップ11)に完
全に復元することができず、コメント情報が含まれない
ソースプログラムしか得ることができなかった。In the conventional program conversion method shown in FIG. 2, when a source program (step 11) including comment information is converted into a machine language program, the comment information is deleted from the source program and converted (step 12). , The source program except the comment information in the source program including the comment information was converted into the machine language program and stored (step 1
3). Further, when the machine language program obtained in step 13 is inversely converted (step 14) and the source program is restored (step 15), when the source program is converted into the machine language program (step 1).
2) Since the comment information is deleted from the machine language program, the original source program (step 11) cannot be completely restored, and only the source program that does not include the comment information can be obtained.
【0004】このため、ソースプログラムが消失してプ
ログラムを修正しようとする場合には、機械語プログラ
ムを逆変換して得られるソースプログラムを再利用しな
ければならなくなる。しかしながら、逆変換して得られ
るソースプログラムにはコメント情報が含まれていない
ため、ソースプログラムの理解が困難となり、ソースプ
ログラムの修正変更等に膨大な時間と労力がかかってい
た。また、コメント情報が失われることによってソース
プログラムの開発に費やされた膨大な資源がほとんど無
駄になってしまうおそれがあった。Therefore, when the source program disappears and the program is to be modified, the source program obtained by inversely converting the machine language program must be reused. However, since the source program obtained by the reverse conversion does not include the comment information, it is difficult to understand the source program, and it takes a huge amount of time and labor to correct and change the source program. In addition, the loss of comment information may almost waste a huge amount of resources used for developing the source program.
【0005】これに対して、上記従来例の不具合を回避
する従来例として、図3の処理フローに示すように、コ
メント情報を含むソースプログラム(ステップ21)を
機械語プログラムに変換する際に、コメント情報を含ん
で機械語プログラムに変換し(ステップ22)、得られ
た機械語プログラムを保存する(ステップ23)という
手法がある。このような手法では、図3に示すように、
ステップ23で得られた機械語プログラムを逆変換する
ことによって(ステップ24)、元のソースプログラム
(ステップ21)を得ることが可能となり、上記図2に
示す従来例で生じる不具合は回避される。On the other hand, as a conventional example for avoiding the above-mentioned problems of the conventional example, as shown in the processing flow of FIG. 3, when converting a source program (step 21) including comment information into a machine language program, There is a method in which the comment information is converted into a machine language program (step 22) and the obtained machine language program is saved (step 23). In such a method, as shown in FIG.
By inversely converting the machine language program obtained in step 23 (step 24), the original source program (step 21) can be obtained, and the problem occurring in the conventional example shown in FIG. 2 can be avoided.
【0006】しかしながら、このような手法において
は、機械語プログラムにはコメント情報も含まれるた
め、機械語プログラム全体の容量が極めて大きなものと
なる。これにより、機械語プログラムを実際に動作させ
る際に、ディスク等の外部の記憶装置からコンピュータ
内部の記憶装置に読み込むという処理に多くの時間がか
かっていた。また、機械語プログラムを動作させた際
に、従来に比べて動作処理も遅くなっていた。However, in such a method, since the machine language program also includes comment information, the capacity of the entire machine language program becomes extremely large. Therefore, when the machine language program is actually operated, it takes a lot of time to read the data from an external storage device such as a disk into a storage device inside the computer. In addition, when the machine language program is operated, the operation processing is slower than in the past.
【0007】さらに、機械語プログラムを逆変換するこ
とによって誰もがコメント情報を含むソースプログラム
を容易に複製することが可能となる。このため、多くの
労力を費やして開発されたソースプログラムを理解する
上で極めて重要で、かつオリジナリティの高いコメント
情報が簡単に復元されていた。Further, by inversely converting the machine language program, anyone can easily copy the source program including the comment information. For this reason, comment information that is extremely important and highly original in understanding the source program developed by spending a lot of effort was easily restored.
【0008】[0008]
【発明が解決しようとする課題】以上説明したように、
コメント情報を削除して機械語プログラムに変換する従
来のプログラム変換方法にあっては、ソースプログラム
から機械語プログラムへの変換の際にコメント情報が削
除されるため、元のソースプログラムが消失した場合に
は、コメント情報を復元することが不可能となり、ソー
スプログラムの修正変更等が極めて困難になるといった
不具合を招いていた。As described above,
In the conventional program conversion method that deletes comment information and converts it to a machine language program, the comment information is deleted when the source program is converted to a machine language program, so the original source program disappears. However, it is impossible to restore the comment information, and it is extremely difficult to correct and change the source program.
【0009】一方、ソースプログラムをコメント情報を
含んで機械語プログラムに変換する従来のプログラム変
換方法においては、変換された機械語プログラムにコメ
ント情報が含まれるため、機械語プログラムの容量が増
大し、機械語プログラムの読み込み、実行に時間がかか
り、動作効率の低下を招いていた。On the other hand, in the conventional program conversion method for converting a source program into a machine language program including comment information, the converted machine language program includes comment information, so that the capacity of the machine language program increases, It took a long time to read and execute the machine language program, resulting in a decrease in operation efficiency.
【0010】また、極めて機密性の高いコメント情報が
簡単に復元できるため、機密保護が困難になるといった
不具合を招いていた。Further, since comment information having extremely high confidentiality can be easily restored, there arises a problem that it becomes difficult to protect confidentiality.
【0011】そこで、請求項1記載の発明は、上記に鑑
みてなされたものであり、その目的とするところは、実
際に動作する機械語プログラムの容量を縮小して動作速
度の低下を防止し、かつソースプログラムが消失した場
合であってもコメント情報を容易に復元できるプログラ
ムの変換方法を提供することにある。Therefore, the invention according to claim 1 is made in view of the above, and an object of the invention is to reduce the capacity of a machine language program that actually operates to prevent a decrease in operation speed. It is another object of the present invention to provide a program conversion method capable of easily restoring comment information even when the source program is lost.
【0012】一方、請求項2記載の発明は、上記目的に
加えて、ソースプログラムならびにコメント情報の機密
性を向上したプログラムの変換方法を提供することにあ
る。On the other hand, in addition to the above object, the invention according to claim 2 provides a method of converting a source program and a program in which the confidentiality of comment information is improved.
【0013】[0013]
【課題を解決するための手段】上記目的を達成するため
に、請求項1記載の発明は、ソースプログラムによって
実現される動作処理とは無関係なコメント情報を含むソ
ースプログラムから前記コメント情報を分離して、ソー
スプログラムを機械語プログラムに変換する第1のステ
ップと、前記第1のステップで得られた機械語プログラ
ムとコメント情報をそれぞれ独立して保存する第2のス
テップと、前記第2のステップで保存された機械語プロ
グラムとコメント情報をコメント情報を含むソースプロ
グラムに逆変換して前記元のソースプログラムを復元す
る第3のステップとから構成される。In order to achieve the above object, the invention according to claim 1 separates the comment information from a source program including comment information irrelevant to operation processing realized by the source program. A first step of converting the source program into a machine language program, a second step of independently saving the machine language program and comment information obtained in the first step, and the second step. And a third step of restoring the original source program by converting the machine language program stored in step 1) and the comment information back into a source program containing the comment information.
【0014】請求項2記載の発明は、ソースプログラム
によって実現される動作処理とは無関係なコメント情報
を含むソースプログラムから前記コメント情報を分離し
て、ソースプログラムを機械語プログラムに変換する第
1のステップと、前記第1のステップで得られた機械語
プログラム及びコメント情報にパスワードを設定する第
2のステップと、前記第2のステップでパスワードが設
定された機械語プログラムとコメント情報をそれぞれ独
立して保存する第3のステップと、前記第3のステップ
で保存された機械語プログラムとコメント情報を前記元
のソースプログラムに逆変換する第4のステップと、入
力されたパスワードと、前記第4のステップで逆変換さ
れた機械語プログラムとコメント情報に対して前記第2
のステップで設定されたパスワードを比較する第5のス
テップと、前記第5のステップにおける比較結果におい
て、両パスワードが一致した場合は、コメント情報を含
む前記元のソースプログラムを復元し、両パスワードが
不一致の場合には、コメント情報が含まれないソースプ
ログラムを復元する第6のステップとから構成される。According to a second aspect of the present invention, the comment information is separated from the source program including comment information irrelevant to the operation processing realized by the source program, and the source program is converted into a machine language program. A step, a second step of setting a password in the machine language program and comment information obtained in the first step, and a machine language program and a comment information in which the password is set in the second step, independently of each other. And a third step of storing the machine language program and the comment information stored in the third step into the original source program, the input password, and the fourth step. With respect to the machine language program and the comment information inversely converted in step, the second
If the both passwords match in the fifth step of comparing the passwords set in step 5 and the comparison result in the fifth step, the original source program including the comment information is restored, and both passwords are restored. In the case of mismatch, the sixth step of restoring the source program that does not include comment information is included.
【0015】[0015]
【作用】上記構成において、請求項1記載の発明は、コ
メント情報を含むソースプログラムを機械語プログラム
に変換した際に、機械語プログラムとコメント情報を分
離してそれぞれ独立して保存するようにしている。In the above structure, the invention according to claim 1 is arranged such that, when a source program including comment information is converted into a machine language program, the machine language program and the comment information are separated and stored independently of each other. There is.
【0016】請求項2記載の発明は、コメント情報を含
むソースプログラムを機械語プログラムに変換した際に
パスワードを設定し、パスワードの入力により機械語プ
ログラムからコメント情報を含む元のソースプログラム
に復元できるようにしている。According to the second aspect of the invention, a password is set when the source program including the comment information is converted into a machine language program, and the machine language program can be restored to the original source program including the comment information by inputting the password. I am trying.
【0017】[0017]
【実施例】以下、図面を用いてこの発明の実施例を説明
する。Embodiments of the present invention will be described below with reference to the drawings.
【0018】図1は請求項2記載の発明の一実施例に係
わるプログラム変換方法の処理フロを示す図である。FIG. 1 is a diagram showing a process flow of a program conversion method according to an embodiment of the invention described in claim 2.
【0019】図1において、まず、コメント情報を含む
ソースプログラム(ステップ1)を例えば変換プログラ
ム等によって機械語プログラムに変換する(ステップ
2)。この変換処理において、ソースプログラムに散在
するコメント情報をソースプログラムから分離して、機
械語プログラムとは独立した情報として確保する。In FIG. 1, first, a source program including comment information (step 1) is converted into a machine language program by a conversion program or the like (step 2). In this conversion process, the comment information scattered in the source program is separated from the source program and secured as information independent of the machine language program.
【0020】機械語プログラムとコメント情報との分離
は、機械語プログラムからソースプログラムに逆変換す
る際にコメント情報がソースプログラムの元の位置に復
元されるような処理がなされて分離される。例えば、ソ
ースプログラムからコメント情報を抜き出す際に、コメ
ント情報を抜き出した位置にアドレスを付与し、さらに
抜き出されたコメント情報にも同じアドレスを付与する
ようにする。The machine language program and the comment information are separated by performing processing such that the comment information is restored to the original position of the source program when the machine language program is converted back to the source program. For example, when comment information is extracted from the source program, an address is given to the position where the comment information is extracted, and the same address is given to the extracted comment information.
【0021】その後、このような処理がなされてソース
プログラムから機械語プログラムへの変換処理が終了す
ると、パスワードが入力されてパスワードが設定される
(ステップ3)。次に、それぞれ分離されてパスワード
が設定された機械語プログラムとコメント情報は、それ
ぞれ独立して同一の記憶媒体あるいは異なる記憶媒体に
保存される(ステップ4、ステップ5)。After that, when such processing is performed and the conversion processing from the source program to the machine language program is completed, the password is input and the password is set (step 3). Next, the machine language program and the comment information, which are separated from each other and whose password is set, are independently stored in the same storage medium or different storage media (steps 4 and 5).
【0022】次に、ステップ4、ステップ5で保存され
た機械語プログラムならびにコメント情報から元のソー
スプログラムを復元する手順について説明する。Next, the procedure for restoring the original source program from the machine language program and the comment information saved in steps 4 and 5 will be described.
【0023】まず、ステップ4、ステップ5で保存され
た機械語プログラムならびにコメント情報を逆変換プロ
グラムにより逆変換し、ソースプログラムが復元される
(ステップ6)。この逆変換処理において、ソースプロ
グラムと分離されたコメント情報は、コメント情報に付
与されたアドレスに基づき変換されて得られたソースプ
ログラムの対応するアドレスの位置に挿入されて、コメ
ント情報がソースプログラムの元の位置に戻される。First, the machine language program and the comment information saved in steps 4 and 5 are inversely converted by the inverse conversion program to restore the source program (step 6). In this reverse conversion process, the comment information separated from the source program is inserted at the position of the corresponding address of the source program obtained by conversion based on the address given to the comment information, and the comment information is added to the source program. It will be returned to its original position.
【0024】その後、外部からパスワードが入力され、
ステップ3で設定されたパスワードと比較される。この
比較結果において、両パスワードが一致した場合は、コ
メント情報を含んだステップ1の元のソースプログラム
が復元される。一方、両パスワードが不一致の場合に
は、コメント情報が含まれないソースプログラムが復元
される(ステップ8)。After that, a password is entered from the outside,
It is compared with the password set in step 3. If both passwords match in the comparison result, the original source program of step 1 including the comment information is restored. On the other hand, if the two passwords do not match, the source program containing no comment information is restored (step 8).
【0025】このような実施例においては、ソースプロ
グラムを機械語プログラムに変換する際にコメント情報
を削除せずに保存するようにしたので、ソースプログラ
ムが消失してプログラムを変更修正しようとする場合に
は、機械語プログラム及び保存されたコメント情報を用
いてソースプログラムを容易に復元することができるの
で、ソースプログラムを容易に変更修正することができ
る。In such an embodiment, when the source program is converted into a machine language program, the comment information is saved without being deleted. Therefore, when the source program disappears and the program is to be modified or modified. In addition, since the source program can be easily restored using the machine language program and the saved comment information, the source program can be easily changed and modified.
【0026】さらに、機械語プログラムとコメント情報
をそれぞれ独立して保存するようにしているので、機械
語プログラムにコメント情報を含む場合に比べて機械語
プログラム自身の容量が減少し、コンピュータ内部への
機械語プログラムの転送時間、ならびに機械語プログラ
ムの動作時間を短縮することができる。Further, since the machine language program and the comment information are stored independently of each other, the capacity of the machine language program itself is reduced as compared with the case where the machine language program includes comment information, and the machine language program itself can be stored in the computer. The transfer time of the machine language program and the operation time of the machine language program can be shortened.
【0027】また、設定されたパスワードの入力により
機械語プログラムからコメント情報を含むソースプログ
ラムへの復元を可能としているので、コメント情報ひい
てはソースプログラムの機密保護を図ることができる。Further, since the machine language program can be restored to the source program including the comment information by inputting the set password, the comment information and hence the source program can be protected.
【0028】なお、上記実施例では、パスワードを使用
することによりコメント情報を含むソースプログラムの
復元を可能としているが、請求項1記載の発明に対応す
ればパスワードを設定せずに、機械語プログラムを逆変
換することによりコメント情報を含む元のソースプログ
ラムが復元されるようにしてもよい。In the above embodiment, the source program including the comment information can be restored by using the password. However, according to the invention described in claim 1, the machine language program is set without setting the password. The original source program including the comment information may be restored by performing the reverse conversion of.
【0029】[0029]
【発明の効果】以上説明したように、請求項1記載の発
明によれば、コメント情報を含むソースプログラムを機
械語プログラムに変換した際に、機械語プログラムとコ
メント情報をそれぞれ独立して保存するようにしたの
で、保存されたコメント情報を用いてソースプログラム
を容易に復元して修正変更することができる。さらに、
機械語プログラムにはコメント情報が含まれず機械語プ
ログラム自身の容量が縮小するので、機械語プログラム
における動作効率の低下を防止することができる。As described above, according to the first aspect of the invention, when a source program including comment information is converted into a machine language program, the machine language program and the comment information are stored independently of each other. Since it did so, it is possible to easily restore and modify the source program using the saved comment information. further,
Since the machine language program does not include comment information and the capacity of the machine language program itself is reduced, it is possible to prevent a decrease in operation efficiency in the machine language program.
【0030】一方、請求項2記載の発明によれば、パス
ワードの入力により機械語プログラムからコメント情報
を含む元のソースプログラムを復元できるようにしたの
で、コメント情報の機密性を向上させることができる。On the other hand, according to the second aspect of the invention, since the original source program including the comment information can be restored from the machine language program by inputting the password, the confidentiality of the comment information can be improved. .
【図1】請求項2記載の発明の一実施例に係わるプログ
ラム変換方法の処理フローを示す図である。FIG. 1 is a diagram showing a processing flow of a program conversion method according to an embodiment of the invention described in claim 2;
【図2】コメント情報を含むソースプログラムと機械語
プログラムとの間の従来のプログラム変換方法の処理フ
ローを示す図である。FIG. 2 is a diagram showing a processing flow of a conventional program conversion method between a source program including comment information and a machine language program.
【図3】コメント情報を含むソースプログラムと機械語
プログラムとの間の従来の他のプログラム変換方法の処
理フローを示す図である。FIG. 3 is a diagram showing a processing flow of another conventional program conversion method between a source program including comment information and a machine language program.
1 ソースプログラムのステップ 2 変換ステップ 3 パスワード入力ステップ 4 機械語プログラムの保存ステップ 5 コメント情報の保存ステップ 6 逆変換ステップ 7 パスワード比較ステップ 8 ソースプログラム復元ステップ 1 Source program step 2 Conversion step 3 Password input step 4 Machine language program storage step 5 Comment information storage step 6 Reverse conversion step 7 Password comparison step 8 Source program restoration step
Claims (2)
作処理とは無関係なコメント情報を含むソースプログラ
ムから前記コメント情報を分離して、ソースプログラム
を機械語プログラムに変換する第1のステップと、 前記第1のステップで得られた機械語プログラムとコメ
ント情報をそれぞれ独立して保存する第2のステップ
と、 前記第2のステップで保存された機械語プログラムとコ
メント情報をコメント情報を含むソースプログラムに逆
変換して前記元のソースプログラムを復元する第3のス
テップとを有することを特徴とするプログラム変換方
法。1. A first step of separating the comment information from a source program including comment information irrelevant to operation processing realized by the source program, and converting the source program into a machine language program, the first step. Second step of independently saving the machine language program and the comment information obtained in the step, and the machine language program and the comment information saved in the second step are reversely converted into a source program including the comment information. And a third step of restoring the original source program.
作処理とは無関係なコメント情報を含むソースプログラ
ムから前記コメント情報を分離して、ソースプログラム
を機械語プログラムに変換する第1のステップと、 前記第1のステップで得られた機械語プログラムとコメ
ント情報にパスワードを設定する第2のステップと、 前記第2のステップでパスワードが設定された機械語プ
ログラムとコメント情報をそれぞれ独立して保存する第
3のステップと、 前記第3のステップで保存された機械語プログラムとコ
メント情報を前記元のソースプログラムに逆変換する第
4のステップと、 入力されたパスワードと、前記第4のステップで逆変換
された機械語プログラムとコメント情報に対して前記第
2のステップで設定されたパスワードを比較する第5の
ステップと、 前記第5のステップにおける比較結果において、両パス
ワードが一致した場合は、コメント情報を含む前記元の
ソースプログラムを復元し、両パスワードが不一致の場
合には、コメント情報が含まれないソースプログラムを
復元する第6のステップとを有することを特徴とするプ
ログラム変換方法。2. A first step of separating the comment information from a source program including comment information irrelevant to operation processing realized by the source program, and converting the source program into a machine language program, the first step. The second step of setting a password in the machine language program and the comment information obtained in the step of, and the third step of independently storing the machine language program and the comment information in which the password is set in the second step A step, a fourth step of converting the machine language program and the comment information stored in the third step back to the original source program, an input password, and a reverse conversion of the fourth step Compare the password set in the second step with the machine language program and comment information. In the fifth step and the comparison result in the fifth step, if both passwords match, the original source program including the comment information is restored, and if both passwords do not match, the comment information A sixth step of restoring a source program that is not included, and a program conversion method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP7154637A JPH096629A (en) | 1995-06-21 | 1995-06-21 | Program conversion method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP7154637A JPH096629A (en) | 1995-06-21 | 1995-06-21 | Program conversion method |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH096629A true JPH096629A (en) | 1997-01-10 |
Family
ID=15588567
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP7154637A Withdrawn JPH096629A (en) | 1995-06-21 | 1995-06-21 | Program conversion method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH096629A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008276735A (en) * | 2007-04-03 | 2008-11-13 | Toshiba Corp | Program code converter and program code conversion method |
-
1995
- 1995-06-21 JP JP7154637A patent/JPH096629A/en not_active Withdrawn
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008276735A (en) * | 2007-04-03 | 2008-11-13 | Toshiba Corp | Program code converter and program code conversion method |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2008210073A (en) | Log data size reduction device and log data size reduction method for log data size reduction device | |
JPH096629A (en) | Program conversion method | |
JP2004199264A (en) | Data base processing method and device for its implementation and its processing program | |
JPH06231016A (en) | File coupling/dividing method | |
JP2000148562A (en) | Data backup method, data backup device utilizing the method and computer readable recording medium recorded with data backup program | |
JPH0535414A (en) | Magnetic tape file access system | |
JPS63196959A (en) | Saving and restoring system for file | |
JP3079825B2 (en) | Electronic computer equipment | |
JPH11203186A (en) | Journal acquisition method | |
JP2001282777A (en) | Document form transforming device and recording medium with document form transforming program recorded thereon | |
JPH01137348A (en) | Data writing system | |
JP2002251308A (en) | Method for database backup management | |
JPH0381882A (en) | Image data memory storage system | |
JPH039449A (en) | Electronic disk subsystem | |
JPH06332856A (en) | On-line job processing system | |
JPH0488476A (en) | Data totalization system | |
JP2001216339A (en) | Integrated process rtl description generation system | |
JPH038062A (en) | Document converting device | |
JPS61157938A (en) | Format conversion of binary data | |
JPH11282858A (en) | Record data processor and recording medium | |
JP2000020622A (en) | Compensation integrating data integration fetch method and system using the same | |
JPH02263265A (en) | Tabulation processor | |
JPH06230944A (en) | Object control system | |
JPH02130681A (en) | Image processing system | |
JPH05242035A (en) | Input message restoring system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Application deemed to be withdrawn because no request for examination was validly filed |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20020903 |