JPH11259288A - Degrade check device - Google Patents

Degrade check device

Info

Publication number
JPH11259288A
JPH11259288A JP10058119A JP5811998A JPH11259288A JP H11259288 A JPH11259288 A JP H11259288A JP 10058119 A JP10058119 A JP 10058119A JP 5811998 A JP5811998 A JP 5811998A JP H11259288 A JPH11259288 A JP H11259288A
Authority
JP
Japan
Prior art keywords
data format
data
old
new
output
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.)
Granted
Application number
JP10058119A
Other languages
Japanese (ja)
Other versions
JP3267550B2 (en
Inventor
Makoto Suda
誠 須田
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 Corp
Original Assignee
NEC Corp
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 Corp filed Critical NEC Corp
Priority to JP05811998A priority Critical patent/JP3267550B2/en
Publication of JPH11259288A publication Critical patent/JPH11259288A/en
Application granted granted Critical
Publication of JP3267550B2 publication Critical patent/JP3267550B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a device for operating degrade check in a short time. SOLUTION: A degrade check controlling part 31 converts old data format input data 11 at the time of executing a pre-correction AP(application program) into new data format input data 51 to be inputted at the time of executing a post-correction AP by referring to a layout file 2, executes the post-correction AP to the new data format input data 51, outputs new data format new output data 53, converts old data format output data 12 at the time of executing the pre-correction AP into new data format old output data 52 by referring to the layout file 2, compares the new data format new output data 53 with the new data format old output data 52, and outputs a compared result 4. The layout file 2 stores the difference of layout between the old data format input data 11 and the new data format input data 51, and the difference of layout between the old data format output data 12 and the new data format old output data 52.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明はアプリケーションプ
ログラムのデグレードチェック方法及び装置に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a method and apparatus for degrading an application program.

【0002】[0002]

【従来の技術】特開平2−199549号公報には、デ
ィスクボリュームの未使用領域内に、複数のオペレーテ
ィングシステムのシステム常駐ボリュームと共用テスト
プログラムとテスト実行結果ファイルを格納することに
より、少ないディスクボリュームでデグレードチェック
を図るようにしたプログラムのデグレードチェック方法
が開示されている。
2. Description of the Related Art Japanese Patent Application Laid-Open No. 2-199549 discloses a system in which a small disk volume is stored by storing a system resident volume of a plurality of operating systems, a shared test program, and a test execution result file in an unused area of the disk volume. Discloses a program degrading check method for performing a degrading check.

【0003】特開平5−94298号公報には、プログ
ラムモジュールを変更したとき既存機能に支障がないか
否かを簡単にテストできるようにしたデグレードチェッ
ク実行装置が開示されている。
Japanese Unexamined Patent Publication No. Hei 5-94298 discloses a degrade check execution device which can easily test whether or not existing functions are affected when a program module is changed.

【0004】特開昭63−45641号公報には、永久
ファイルに格納されているテストプログラムを仮想計算
機の使用によって開発済みのOS上と開発中のOS上で
走行させ、2つの結果を安定性のある開発済みのOSに
ある走行結果比較プログラムによって自動的に行なうこ
とにより、作業効率の向上を図った、仮想計算機の使用
によるプログラムのデグレードチェック方式が開示され
ている。
Japanese Patent Application Laid-Open No. Sho 63-45641 discloses that a test program stored in a permanent file is run on an OS under development and an OS under development by using a virtual machine, and the two results are stored in a stable manner. There is disclosed a program degrading check method using a virtual computer, which improves the work efficiency by automatically performing a running result comparison program in a developed OS having a certain program.

【0005】本発明は、入出力データの変更に伴うアプ
リケーションプログラムのデグレードチェック方法及び
装置に関する。
[0005] The present invention relates to a method and apparatus for degrading an application program when input / output data is changed.

【0006】一般に、データ更新系アプリケーションプ
ログラムのデグレードチェックは、修正前のアプリケー
ションプログラムが実行された際に入力データに対して
出力される出力データに、修正後のアプリケーションプ
ログラムが実行された際に、同じ入力データに対して出
力される出力データを、比較することにより行う。
In general, a degrading check of a data update application program is performed by using output data output for input data when an unmodified application program is executed, and executing the modified application program after the modified application program is executed. This is performed by comparing output data output for the same input data.

【0007】ここで、アプリケーションプログラムの修
正前と修正後では、入力データ及び出力データのデータ
形式が異なる場合が発生する。
[0007] Here, the data format of input data and output data may be different before and after the application program is corrected.

【0008】[0008]

【発明が解決しようとする課題】このような場合に、従
来は、修正前のアプリケーションプログラムが実行され
た際に入力していた入力データ(即ち、旧データ形式の
入力データ)を、修正後のアプリケーションプログラム
が実行される際に入力できるデータ形式の入力データ
(即ち、新データ形式の入力データ)に、バッチプログ
ラムのツール等を、その都度、作成し、使用して入力デ
ータ変換を行っていた。
In such a case, the input data (that is, the input data in the old data format) conventionally input when the application program before the correction is executed is replaced with the input data after the correction. A batch program tool or the like is created and used for input data in a data format that can be input when the application program is executed (that is, input data in a new data format). .

【0009】同様に、出力データの比較を行うために、
修正前のアプリケーションプログラムが実行された際に
出力された出力データ(即ち、旧データ形式の出力デー
タ)を、修正後のアプリケーションプログラムが実行さ
れた際に出力されるデータ形式のデータ(即ち、新デー
タ形式の出力データ)に変換するツール等が必要であっ
た。
Similarly, in order to compare output data,
Output data output when the application program before the correction is executed (that is, output data in the old data format) is converted into data in the data format that is output when the application program after the correction is executed (that is, new data). A tool to convert the data into output data (data format) was required.

【0010】又、従来のデグレードチェックは、上述し
たデータ変換処理を行なう部分と、修正後のアプリケー
ションプログラムを実行する部分と、修正後のアプリケ
ーションプログラムの実行による出力結果を、修正前の
アプリケーションプログラムの実行による出力結果に比
較する部分とが、それぞれ独立していたため、その実施
手順が煩雑になっていた。
In the conventional degrade check, a portion for performing the above-described data conversion process, a portion for executing the modified application program, and an output result obtained by executing the modified application program are compared with the output result of the unmodified application program. Since the part to be compared with the output result of the execution is independent of each other, the execution procedure is complicated.

【0011】上述した従来の問題点をまとめると、以下
のとおりである。
The above-mentioned conventional problems are summarized as follows.

【0012】即ち、第1の問題点は、従来においては、
データ形式の変換に時間がかかることである。
That is, the first problem is that in the related art,
It takes time to convert the data format.

【0013】その理由は、修正前のアプリケーションプ
ログラムが実行された際の入力データ及び出力データ
(即ち、旧データ形式の入力データ及び出力データ)を
修正後のアプリケーションプログラムが実行される際の
入力データ及び出力データの形式(即ち、新データ形式
の入力データ及び出力データ)に変換する手段として、
その都度、専用のデータ変換バッチプログラム等を作成
しなければならないからである。
The reason is that the input data and the output data when the application program before the correction is executed (that is, the input data and the output data in the old data format) are converted into the input data when the application program after the correction is executed. And as a means for converting to a format of output data (ie, input data and output data in a new data format)
This is because a dedicated data conversion batch program or the like must be created each time.

【0014】更に、第2の問題点は、従来においては、
デグレードチェックの実施手順が煩雑になることであ
る。
Further, the second problem is that, in the prior art,
The procedure for performing the degrade check becomes complicated.

【0015】その理由は、データ変換処理を行なう部分
と、修正後のアプリケーションプログラムを実行する部
分と、修正後のアプリケーションプログラムの実行によ
る出力結果を、修正前のアプリケーションプログラムの
実行による出力結果に比較する部分とがそれぞれ別機能
として独立しているからである。
The reason is that the data conversion process, the corrected application program, and the corrected output of the application program are compared with the output of the unmodified application program. This is because each of the functions is independent as a separate function.

【0016】本発明の課題は、修正前のアプリケーショ
ンプログラムが実行された際の入力データ及び出力デー
タ(即ち、旧データ形式の入力データ及び出力データ)
を修正後のアプリケーションプログラムが実行される際
の入力データ及び出力データの形式(即ち、新データ形
式の入力データ及び出力データ)に変換するデータ形式
の変換を短時間で行なうことができるデータ形式変換機
能を備えたデグレードチェック装置を提供することにあ
る。
An object of the present invention is to provide input data and output data when an unmodified application program is executed (that is, input data and output data in the old data format).
Data format conversion that can convert data formats to input data and output data formats (ie, new data format input data and output data) when the application program after the correction is executed An object of the present invention is to provide a degrade check device having a function.

【0017】本発明のもう一つの課題は、旧データ形式
と新データ形式との相違を記述したデータ形式相違レイ
アウトファイルを有することによってデータ形式の変換
を短時間で行なうようにしたデータ形式変換機能を備え
たデグレードチェック装置を提供することにある。
Another object of the present invention is to provide a data format conversion function for performing a data format conversion in a short time by having a data format difference layout file describing a difference between an old data format and a new data format. The present invention is to provide a degrade check device provided with:

【0018】本発明の更にもう一つの課題は、煩雑にな
りがちなデグレードチェックの手順を簡素にし、1回の
操作でデータ変換から比較結果出力までを行えるデグレ
ードチェック装置を提供することにある。
Still another object of the present invention is to provide a degrading check apparatus which simplifies the procedure of degrading check which tends to be complicated and which can perform from data conversion to comparison result output by one operation.

【0019】本発明の別の課題は、修正前のアプリケー
ションプログラムが実行された際の入力データ及び出力
データ(即ち、旧データ形式の入力データ及び出力デー
タ)を修正後のアプリケーションプログラムが実行され
る際の入力データ及び出力データの形式(即ち、新デー
タ形式の入力データ及び出力データ)に変換するデータ
形式の変換を短時間で行なうことができるデグレードチ
ェック方法を提供することにある。
Another object of the present invention is to execute an application program after correcting input data and output data (that is, input data and output data in the old data format) when the application program before correction is executed. It is an object of the present invention to provide a degrade check method capable of performing a conversion of a data format for converting to a format of input data and output data at that time (that is, input data and output data of a new data format) in a short time.

【0020】本発明の更に別の課題は、旧データ形式と
新データ形式との相違を記述したデータ形式相違レイア
ウトファイルを用いることによってデータ形式の変換を
短時間で行なうようにしたデグレードチェック方法を提
供することにある。
Still another object of the present invention is to provide a degrade check method in which data format conversion is performed in a short time by using a data format difference layout file that describes a difference between an old data format and a new data format. To provide.

【0021】本発明の更に他の課題は、煩雑になりがち
なデグレードチェックの手順を簡素にし、1回の操作で
データ変換から比較結果出力までを行えるデグレードチ
ェック方法を提供することにある。
Still another object of the present invention is to provide a degrading check method which simplifies a procedure of degrading check which tends to be complicated and which can perform from data conversion to comparison result output by one operation.

【0022】[0022]

【課題を解決するための手段】本発明の第1の態様によ
れば、修正前のアプリケーションプログラムに修正を加
えた修正後のアプリケーションプログラムのデグレード
チェックを行なうデグレードチェック装置において、前
記修正前のアプリケーションプログラムが実行された際
に入力された旧データ形式の入力データと、前記修正前
のアプリケーションプログラムが実行された際に出力さ
れた前記旧データ形式の出力データとを、受け、前記旧
データ形式の前記入力データを、前記修正後のアプリケ
ーションプログラムを実行する際に入力できる新データ
形式の入力データに変換する第1の機能と、前記新デー
タ形式の前記入力データに対して前記修正後のアプリケ
ーションプログラムを実行し、前記新データ形式の新出
力データを出力する第2の機能と、前記旧データ形式の
前記出力データを前記新データ形式の旧出力データに変
換する第3の機能と、前記新データ形式の前記新出力デ
ータを、前記新データ形式の前記旧出力データに比較
し、両者の相違を比較結果として出力する第4の機能と
を有するデグレードチェック制御部と、前記旧データ形
式の前記入力データのレイアウトと前記新データ形式の
前記入力データのレイアウトとの相違を記憶すると共
に、前記旧データ形式の前記出力データのレイアウトと
前記新データ形式の前記旧出力データのレイアウトとの
相違を記憶したデータ形式相違レイアウトファイル部と
を有し、前記デグレードチェック制御部は、前記データ
形式相違レイアウトファイル部を参照することにより、
前記旧データ形式の前記入力データを前記新データ形式
の前記入力データに変換する前記第1の機能を達成する
と共に、前記旧データ形式の前記出力データを前記新デ
ータ形式の前記旧出力データに変換する前記第3の機能
を達成することを特徴とするデグレードチェック装置が
得られる。
According to a first aspect of the present invention, there is provided a degrade check apparatus for performing a degrade check of a modified application program obtained by modifying an application program before modification. Receiving the input data in the old data format input when the program was executed and the output data in the old data format output when the unmodified application program was executed, A first function of converting the input data into input data in a new data format that can be input when executing the modified application program, and a modified application program for the input data in the new data format And output new output data in the new data format. A second function, a third function of converting the output data of the old data format into old output data of the new data format, and a function of converting the new output data of the new data format into the old data of the new data format. A degrade check control unit having a fourth function of comparing the output data and outputting a difference between the two as a comparison result; and a layout of the input data in the old data format and a layout of the input data in the new data format. And a data format difference layout file section for storing a difference between the layout of the output data in the old data format and the layout of the old output data in the new data format, and the degrade check control. Section, by referring to the data format difference layout file section,
Achieving the first function of converting the input data in the old data format to the input data in the new data format, and converting the output data in the old data format to the old output data in the new data format A degrade check device characterized by achieving the third function described above is obtained.

【0023】本発明の第2の態様によれば、上記第1の
態様によるデグレードチェック装置において、前記旧デ
ータ形式の前記入力データを記憶し、それを前記デグレ
ードチェック制御部に与える旧データ形式入力ファイル
部と、前記旧データ形式の前記出力データを記憶し、そ
れを前記デグレードチェック制御部に与える旧データ形
式出力ファイル部とを、更に、有することを特徴とする
デグレードチェック装置が得られる。
According to a second aspect of the present invention, in the degrade check device according to the first aspect, the input data in the old data format is stored, and the old data format input is provided to the degrade check control unit. A degrade check device is obtained, further comprising: a file unit; and an old data format output file unit that stores the output data in the old data format and supplies the output data to the degrade check control unit.

【0024】本発明の第3の態様によれば、上記第1又
は上記第2の態様によるデグレードチェック装置におい
て、前記デグレードチェック制御部に接続され、前記新
データ形式の前記入力データを記憶する新データ形式入
力ファイル部と、前記デグレードチェック制御部に接続
され、前記新データ形式の前記新出力データを記憶する
新データ形式新出力ファイル部と、前記デグレードチェ
ック制御部に接続され、前記新データ形式の前記旧出力
データを記憶する新データ形式旧出力ファイル部とを、
更に、有することを特徴とするデグレードチェック装置
が得られる。
According to a third aspect of the present invention, in the degrade check device according to the first or second aspect, the degrade check device is connected to the degrade check control unit and stores the input data in the new data format. A data format input file unit, a new data format new output file unit connected to the degrade check control unit and storing the new output data in the new data format, and a new data format connected to the degrade check control unit; A new data format old output file section for storing the old output data of
Further, a degrade check device characterized by having the above is obtained.

【0025】本発明の第4の態様によれば、修正前のア
プリケーションプログラムに修正を加えた修正後のアプ
リケーションプログラムのデグレードチェックを行なう
デグレードチェック方法において、前記修正前のアプリ
ケーションプログラムが実行された際に入力された旧デ
ータ形式の入力データを、前記修正後のアプリケーショ
ンプログラムを実行する際に入力できる新データ形式の
入力データに変換する第1のステップと、前記新データ
形式の前記入力データに対して前記修正後のアプリケー
ションプログラムを実行し、前記新データ形式の新出力
データを出力する第2のステップと、前記修正前のアプ
リケーションプログラムが実行された際に出力された前
記旧データ形式の出力データを前記新データ形式の旧出
力データに変換する第3のステップと、前記新データ形
式の前記新出力データを、前記新データ形式の前記旧出
力データに比較し、両者の相違を比較結果として出力す
る第4のステップとを有するデグレードチェック方法で
あって、前記旧データ形式の前記入力データのレイアウ
トと前記新データ形式の前記入力データのレイアウトと
の相違を記憶すると共に、前記旧データ形式の前記出力
データのレイアウトと前記新データ形式の前記旧出力デ
ータのレイアウトとの相違を記憶したデータ形式相違レ
イアウトファイル部を予め用意するステップを更に有
し、前記第1のステップは、前記データ形式相違レイア
ウトファイル部を参照することにより、前記旧データ形
式の前記入力データを前記新データ形式の前記入力デー
タに変換することを達成し、前記第3のステップは、前
記データ形式相違レイアウトファイル部を参照すること
により、前記旧データ形式の前記出力データを前記新デ
ータ形式の前記旧出力データに変換することを達成する
ことを特徴とするデグレードチェック方法が得られる。
According to a fourth aspect of the present invention, in a degrading check method for performing a degrading check of a modified application program in which a modification is made to an application program before modification, when the application program before modification is executed. A first step of converting the input data of the old data format input into the input data of the new data format into input data of a new data format that can be input when executing the corrected application program; Executing the modified application program to output new output data in the new data format, and outputting the modified data in the old data format when the unmodified application program is executed. To the old output data in the new data format A degrade check method comprising: a third step; and a fourth step of comparing the new output data in the new data format with the old output data in the new data format and outputting a difference between the two as a comparison result. Storing the difference between the layout of the input data in the old data format and the layout of the input data in the new data format, and the layout of the output data in the old data format and the old data format in the new data format. The method further comprises a step of preparing in advance a data format difference layout file section storing a difference from the layout of the output data, wherein the first step comprises: Converting the input data into the input data in the new data format. In the degrading check method, the step of converting the output data in the old data format to the old output data in the new data format by referring to the data format difference layout file portion is achieved. can get.

【0026】本発明の第5の態様によれば、上記第4の
態様によるデグレードチェック方法において、前記旧デ
ータ形式の前記入力データを記憶する旧データ形式入力
ファイル部及び前記旧データ形式の前記出力データを記
憶する旧データ形式出力ファイル部を予め用意するステ
ップを、更に、有することを特徴とするデグレードチェ
ック方法が得られる。
According to a fifth aspect of the present invention, in the degrade check method according to the fourth aspect, the old data format input file section for storing the input data in the old data format and the output in the old data format A degrading check method characterized by further providing a step of preparing an old data format output file section for storing data in advance is obtained.

【0027】本発明の第6の態様によれば、上記第4又
は上記第5の態様によるデグレードチェック方法におい
て、前記新データ形式の前記入力データを新データ形式
入力ファイル部に記憶するステップと、前記新データ形
式の前記新出力データを新データ形式新出力ファイル部
に記憶するステップと、前記新データ形式の前記旧出力
データを新データ形式旧出力ファイル部に記憶するステ
ップとを、更に、有することを特徴とするデグレードチ
ェック方法が得られる。
According to a sixth aspect of the present invention, in the degrade check method according to the fourth or fifth aspect, the step of storing the input data in the new data format in a new data format input file unit; Storing the new output data in the new data format in a new data format new output file unit; and storing the old output data in the new data format in a new data format old output file unit. Thus, a degrade check method characterized by the above is obtained.

【0028】[0028]

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

【0029】図1を参照すると、本発明の一実施例によ
るデグレードチェック装置は、デグレードチェック対象
の修正プログラム(修正後のアプリケーションプログラ
ム)32とデグレードチェック制御部31とを含むデグ
レードチェック機構3を有する。
Referring to FIG. 1, the degrade check device according to one embodiment of the present invention has a degrade check mechanism 3 including a correction program (an application program after correction) 32 to be degraded and a degrade check control unit 31. .

【0030】デグレードチェック制御部31は、修正前
のアプリケーションプログラムが実行された際に入力し
ていた入力データ(即ち、旧データ形式の入力データ)
を、旧データ形式入力ファイル11から受けると共に、
修正前のアプリケーションプログラムが実行された際に
出力された出力データ(即ち、旧データ形式の出力デー
タ)を、旧データ形式出力ファイル12から受ける。こ
こで、旧データ形式の入力データを記憶している旧デー
タ形式入力ファイル11及び旧データ形式の出力データ
を記憶している旧データ形式出力ファイル12との組合
せを、旧データ形式入出力ファイル1と称する。
The degrade check control unit 31 inputs data (ie, old data format input data) that was input when the application program before correction was executed.
From the old data format input file 11, and
Output data (ie, output data in the old data format) output when the application program before the correction is executed is received from the old data format output file 12. Here, the combination of the old data format input file 11 storing the old data format input data and the old data format output file 12 storing the old data format output data is combined with the old data format input / output file 1. Called.

【0031】デグレードチェック制御部31は、旧デー
タ形式入力ファイル11からの旧データ形式の入力デー
タを、修正プログラム(修正後のアプリケーションプロ
グラム)32が実行される際に入力できるデータ形式の
入力データ(即ち、新データ形式の入力データ)に、レ
イアウトファイル2(後に詳述する)を参照して、変換
し、新データ形式入力ファイル51に出力すると共に、
変換された新データ形式の入力データに応答して修正プ
ログラム(修正後のアプリケーションプログラム)32
を実行し、新データ形式の新出力データを、新データ形
式新出力ファイル53に出力する。
The degrade check control unit 31 inputs the old data format input data from the old data format input file 11 when the correction program (modified application program) 32 is executed. That is, the data is converted into new data format input data) by referring to the layout file 2 (to be described in detail later), output to the new data format input file 51, and
Modification program (modified application program) 32 in response to the converted new data format input data.
And outputs the new output data in the new data format to the new output file 53 in the new data format.

【0032】デグレードチェック制御部31は、更に、
旧データ形式出力ファイル12からの旧データ形式の出
力データを、レイアウトファイル2を参照して、新デー
タ形式新出力ファイル53に出力される前記新出力デー
タのデータ形式(即ち、前述の新データ形式)に、新デ
ータ形式の旧出力データとして、変換し、新データ形式
の旧出力データを、新データ形式旧出力ファイル52に
出力する。
The degrade check control unit 31 further includes:
The output data of the old data format from the old data format output file 12 is output to the new data format new output file 53 with reference to the layout file 2 and the data format of the new output data (that is, the new data format described above) ), The old output data in the new data format is converted into the old output data in the new data format, and the old output data in the new data format is output to the old output file 52 in the new data format.

【0033】尚、新データ形式の入力データを記憶する
新データ形式入力ファイル51と、新データ形式の新出
力データを記憶する新データ形式新出力ファイル53
と、新データ形式の旧出力データを記憶する新データ形
式旧出力ファイル52との組合せを、新データ形式入出
力ファイル5と称する。
A new data format input file 51 for storing new data format input data and a new data format new output file 53 for storing new data format new output data
And a new data format old output file 52 that stores old output data in the new data format is referred to as a new data format input / output file 5.

【0034】また、デグレードチェック制御部31は、
新データ形式新出力ファイル53に出力される新データ
形式の新出力データを、新データ形式旧出力ファイル5
2に出力される新データ形式の旧出力データに比較し、
両者の相違を比較結果4として出力する。
The degrade check control unit 31
The new output data of the new data format output to the new data format new output file 53 is stored in the new data format old output file 5.
2, compared with the old output data in the new data format,
The difference between the two is output as the comparison result 4.

【0035】レイアウトファイル2は、旧データ形式入
力ファイル11からの旧データ形式の入力データのレイ
アウトと新データ形式入力ファイル51への新データ形
式の入力データのレイアウトとの相違を記憶すると共
に、旧データ形式出力ファイル12からの旧データ形式
の出力データのレイアウトと新データ形式旧出力ファイ
ル52への新データ形式の旧出力データのレイアウトと
の相違を記憶したデータ形式相違レイアウトファイルで
ある。デグレードチェック制御部31は、このレイアウ
トファイル2を参照して、旧データ形式入力ファイル1
1からの旧データ形式の入力データを新データ形式入力
ファイル51への新データ形式の入力データに変換する
と共に、旧データ形式出力ファイル12からの旧データ
形式の出力データを新データ形式旧出力ファイル52へ
の新データ形式の旧出力データに変換する。
The layout file 2 stores the difference between the layout of the input data in the old data format from the old data format input file 11 and the layout of the input data in the new data format to the new data format input file 51. This is a data format difference layout file that stores the difference between the layout of output data in the old data format from the data format output file 12 and the layout of old output data in the new data format to the new data format old output file 52. The degrade check control unit 31 refers to the layout file 2 and refers to the old data format input file 1
1 is converted to input data in the new data format to the new data format input file 51, and output data in the old data format from the old data format output file 12 is converted to the new data format old output file. 52 to the old output data in the new data format.

【0036】図2を参照して、修正前のアプリケーショ
ンプログラムが更新する旧データ形式入力ファイル11
のレイアウト(C1)がアプリケーションプログラムの
修正によって新データ形式入力ファイル51のレイアウ
ト(C2)に変更になった場合を考える。(なお、デグ
レードチェック対象のプログラムの入力及び出力データ
の形式は同一とする。つまり、旧データ形式入出力ファ
イル1はデータ形式上同一、同様に、新データ形式入出
力ファイル5もデータ形式上同一ということになる。)
更に、1入出力ファイルは複数のレコードで構成され、
レコード毎にレコードを識別する固有な値を持っている
ものとする。これを仮にレコードNo.と呼ぶことにす
る。
Referring to FIG. 2, old data format input file 11 updated by the application program before correction
It is assumed that the layout (C1) has been changed to the layout (C2) of the new data format input file 51 by modifying the application program. (The input and output data formats of the program to be degraded are assumed to be the same. That is, the old data format input / output file 1 has the same data format, and the new data format input / output file 5 has the same data format. It turns out that.)
Further, one input / output file is composed of a plurality of records,
It is assumed that each record has a unique value for identifying the record. Assuming that this is record No. I will call it.

【0037】図1のレイアウトファイル2として、旧デ
ータ形式C1と新データ形式C2の相違を記述した図2
に示したレイアウトファイルC3を用意する。
As a layout file 2 in FIG. 1, a difference between the old data format C1 and the new data format C2 is described.
The layout file C3 shown in FIG.

【0038】図2のレイアウトファイルC3において、
丸囲み数字1、6、7、及び10で示される部分はレコ
ードの旧データ形式C1及び新データ形式C2間の変更
についての記述である。
In the layout file C3 of FIG.
The portions indicated by circled numbers 1, 6, 7, and 10 are descriptions of changes between the old data format C1 and the new data format C2 of the record.

【0039】例えば、丸囲み数字1で示される部分にお
いて、01は旧データ形式C1及び新データ形式C2の
各々におけるレコードNo.を示し、16は旧データ形
式C1のレコードのバイト数、11は新データ形式のレ
コードのバイト数を示す。従って、丸囲み数字1で示さ
れる部分はレコード長が短くなったことを示す。
For example, in the portion indicated by the encircled numeral 1, 01 is the record No. in each of the old data format C1 and the new data format C2. 16 indicates the number of bytes of the record of the old data format C1, and 11 indicates the number of bytes of the record of the new data format. Therefore, the portion indicated by the encircled numeral 1 indicates that the record length has become shorter.

【0040】同様に、丸囲み数字6で示される部分はレ
コードの削除、丸囲み数字7で示される部分はレコード
長の増加、丸囲み数字10で示される部分はレコードの
追加を示す。
Similarly, a portion indicated by a circled number 6 indicates deletion of a record, a portion indicated by a circled number 7 indicates an increase in record length, and a portion indicated by a circled number 10 indicates addition of a record.

【0041】他の丸囲み数字2〜5、8及び9で示され
る部分は、レコード内の項目の旧データ形式C1及び新
データ形式C2間の変更についての記述である。
The parts indicated by the other circled numbers 2 to 5, 8 and 9 are descriptions of changes between the old data format C1 and the new data format C2 of the items in the record.

【0042】例えば、丸囲み数字2〜5で示される部分
は、レコードNo.01のレコードの各項目の変化を示
す。例えば、丸囲み数字2で示される部分において、左
端の4は旧バイト数、中央の4は新バイト数、右端の1
はレコード中で1番目の項目であることを示す。従っ
て、丸囲み数字2で示される部分は新旧のデータ形式間
で変更のなかった項目であることを示す。
For example, the portions indicated by the encircled numerals 2 to 5 are record Nos. The change of each item of record 01 is shown. For example, in the portion indicated by the encircled numeral 2, 4 at the left end is the number of old bytes, 4 at the center is the number of new bytes, and 1 at the right end.
Indicates that this is the first item in the record. Therefore, the portion indicated by the circled numeral 2 indicates that the item has not been changed between the old and new data formats.

【0043】同様に、丸囲み数字3で示される部分は項
目の削除を示し、丸囲み数字4及び5で示される部分は
項目の並び順が変わったことを示す。
Similarly, the portion indicated by the encircled numeral 3 indicates deletion of an item, and the portions indicated by the encircled numerals 4 and 5 indicate that the order of the items has been changed.

【0044】図1のデグレードチェック制御部31は、
このレイアウトファイルC3を読み込んでメモリ上に変
換テーブルとして展開する。次に、図3及び図4を用い
て以下に説明する動作の手順によって処理が進められ、
目的のデグレードチェックが実施される。
The degrade check control unit 31 in FIG.
The layout file C3 is read and expanded on a memory as a conversion table. Next, the process proceeds according to the operation procedure described below with reference to FIGS.
The desired degrade check is performed.

【0045】次に、図3及び図4を参照して、図1のデ
グレードチェック制御部31の動作について説明する。
Next, the operation of the degrade check control section 31 of FIG. 1 will be described with reference to FIGS.

【0046】図3を参照して、デグレードチェック制御
部31は、新データ形式と旧データ形式との間にレイア
ウト上の相違があるかを認識するため、レイアウトファ
イル2を読み込み、メモリ上に変換テーブルとして展開
する(ステップA1)。
Referring to FIG. 3, degrade check control section 31 reads layout file 2 and converts it to memory in order to recognize whether there is a difference in layout between the new data format and the old data format. It is developed as a table (step A1).

【0047】レイアウトファイル2が空の場合は、新旧
データ形式間に相違がないものと判断してデ一タの変換
処理は行わない(ステップA2)。
If the layout file 2 is empty, it is determined that there is no difference between the new and old data formats, and no data conversion process is performed (step A2).

【0048】レイアウトファイル2が空でない場合は、
変換テーブルをもとに、旧データ形式入力ファイル11
及び旧データ形式出力ファイル12を新データ形式入力
ファイル51及び新データ形式旧出力ファイル52にそ
れぞれ変換する(ステップA3及びA4)。
If the layout file 2 is not empty,
Old data format input file 11 based on the conversion table
And the old data format output file 12 is converted into the new data format input file 51 and the new data format old output file 52, respectively (steps A3 and A4).

【0049】図4を参照して、データの変換は以下のよ
うに行われる。
Referring to FIG. 4, data conversion is performed as follows.

【0050】変換対象のデータファイルからレコードを
1件、読み込み(ステップB1)、変換対象のレコード
かを判断する(ステップB3)。
One record is read from the data file to be converted (step B1), and it is determined whether the record is a record to be converted (step B3).

【0051】変換対象のレコードの場合は変換テーブル
を基に新しいレイアウトのレコードを作成する(ステッ
プB4)。
In the case of a record to be converted, a record having a new layout is created based on the conversion table (step B4).

【0052】このレコードをファイルに出力し、レコー
ドがなくなるまで、処理を繰り返す(ステップB1〜B
5)。
This record is output to a file, and the process is repeated until there are no more records (steps B1 to B
5).

【0053】図3に戻って、入出力データ変換(ステッ
プA3及びA4)は、このデータ変換処理(ステップB
1〜B5)を、旧データ形式の入出力ファイル1がなく
なるまで繰り返すことになる。
Returning to FIG. 3, the input / output data conversion (steps A3 and A4) includes the data conversion processing (step B).
1 to B5) are repeated until the old data format input / output file 1 is exhausted.

【0054】このようにして変換された、新データ形式
入力ファイル51を入力ファイルとして読み込む(ステ
ップA5)。
The new data format input file 51 thus converted is read as an input file (step A5).

【0055】読み込んだデータによって修正プログラム
32を実行する。これによって、新データ形式新出力フ
ァイル53が生成される(ステップA7)。
The correction program 32 is executed based on the read data. As a result, a new data format new output file 53 is generated (step A7).

【0056】この処理を新データ形式入力ファイル51
がなくなるまで繰り返す(ステップA5〜A7)。
This processing is performed by using the new data format input file 51.
(Steps A5 to A7).

【0057】デグレードチェック制御31は、次に、新
データ形式旧出力ファイル52と新データ形式新出力フ
ァイル53を比較する。この比較の結果を比較結果4と
して出力する(ステップA8)。
Next, the degrade check control 31 compares the old output file 52 with the new data format and the new output file 53 with the new data format. The result of this comparison is output as comparison result 4 (step A8).

【0058】上述した本発明の実施例による第1の効果
は、デグレードチェックに要する時間が短縮されること
である。
The first effect of the above-described embodiment of the present invention is that the time required for the degrade check is reduced.

【0059】その理由は、旧データ形式と新データ形式
との相違を記述したデータ形式相違レイアウトファイル
を備えることによって、入出力ファイルを旧データ形式
のデータから新データ形式に変換する特別な手段(変換
プログラム等)を作成する必要がなくなり、データ形式
の変換を短時間で行なうことができるからである。
The reason is that by providing a data format difference layout file describing the difference between the old data format and the new data format, a special means for converting the input / output file from the data in the old data format to the new data format ( This is because there is no need to create a conversion program or the like, and data format conversion can be performed in a short time.

【0060】本発明の実施例による第2の効果は、デグ
レードチェックの方法が簡略になることである。
The second effect of the embodiment of the present invention is that the method of the degrade check is simplified.

【0061】その理由は、データ変換から結果比較まで
1回の操作で行えるためである。
The reason is that the operations from data conversion to result comparison can be performed by one operation.

【0062】[0062]

【発明の効果】以上説明したように本発明によれば、修
正前のアプリケーションプログラムが実行された際の入
力データ及び出力データ(即ち、旧データ形式の入力デ
ータ及び出力データ)を修正後のアプリケーションプロ
グラムが実行される際の入力データ及び出力データの形
式(即ち、新データ形式の入力データ及び出力データ)
に変換するデータ形式の変換を短時間で行なうことがで
きるデータ形式変換機能を備えたデグレードチェック装
置が得られる。
As described above, according to the present invention, the input data and the output data (ie, the input data and the output data in the old data format) when the application program before the correction is executed are corrected. Format of input data and output data when the program is executed (that is, input data and output data in a new data format)
Thus, it is possible to obtain a degrade check device having a data format conversion function capable of performing conversion of a data format to be converted in a short time.

【0063】同様に、本発明によれば、修正前のアプリ
ケーションプログラムが実行された際の入力データ及び
出力データ(即ち、旧データ形式の入力データ及び出力
データ)を修正後のアプリケーションプログラムが実行
される際の入力データ及び出力データの形式(即ち、新
データ形式の入力データ及び出力データ)に変換するデ
ータ形式の変換を短時間で行なうことができるデグレー
ドチェック方法が得られる。
Similarly, according to the present invention, the application program after correcting the input data and output data (that is, the input data and output data in the old data format) when the application program before correction is executed is executed. Thus, a degrade check method can be obtained in which the conversion of the data format to the input data and output data formats (ie, the new data format input data and output data) can be performed in a short time.

【0064】更に、本発明によれば、旧データ形式と新
データ形式との相違を記述したデータ形式相違レイアウ
トファイル部を有することによってデータ形式の変換を
短時間で行なうようにしたデータ形式変換機能を備えた
デグレードチェック装置が得られる。
Further, according to the present invention, a data format conversion function for performing a data format conversion in a short time by having a data format difference layout file portion describing a difference between an old data format and a new data format. Is obtained.

【0065】同様に、本発明によれば、旧データ形式と
新データ形式との相違を記述したデータ形式相違レイア
ウトファイル部を用いることによってデータ形式の変換
を短時間で行なうようにしたデグレードチェック方法が
得られる。
Similarly, according to the present invention, a degrading check method in which data format conversion is performed in a short time by using a data format difference layout file portion describing a difference between an old data format and a new data format. Is obtained.

【0066】また、本発明によれば、煩雑になりがちな
デグレードチェックの手順を簡素にし、1回の操作でデ
ータ変換から比較結果出力までを行えるデグレードチェ
ック装置及び方法が得られる。
Further, according to the present invention, a degrading check apparatus and method which can simplify the procedure of the degrading check, which tends to be complicated, and can perform from the data conversion to the output of the comparison result by one operation can be obtained.

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

【図1】本発明の一実施例によるデグレードチェック装
置のブロック図である。
FIG. 1 is a block diagram of a degrade check device according to an embodiment of the present invention.

【図2】図1のデグレードチェック装置の動作を説明す
るための図である。
FIG. 2 is a diagram for explaining an operation of the degrade check device of FIG. 1;

【図3】図1のデグレードチェック装置の動作を説明す
るためのフローチャートである。
FIG. 3 is a flowchart for explaining an operation of the degrade check device of FIG. 1;

【図4】図1のデグレードチェック装置の動作を説明す
るためのもう一つのフローチャートである。
FIG. 4 is another flowchart for explaining the operation of the degrade check device of FIG. 1;

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

1 旧データ形式入出力ファイル 2 レイアウトファイル(データ形式相違レイアウト
ファイル) 3 デグレードチェック機構 11 旧データ形式入力ファイル 12 旧データ形式出力ファイル 31 デグレードチェック制御部 32 修正プログラム(修正後のアプリケーションプ
ログラム) 51 新データ形式入力ファイル 52 新データ形式旧出力ファイル 53 新データ形式新出力ファイル
REFERENCE SIGNS LIST 1 old data format input / output file 2 layout file (data format difference layout file) 3 degrade check mechanism 11 old data format input file 12 old data format output file 31 degrade check control unit 32 correction program (modified application program) 51 new Data format input file 52 New data format Old output file 53 New data format New output file

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 修正前のアプリケーションプログラムに
修正を加えた修正後のアプリケーションプログラムのデ
グレードチェックを行なうデグレードチェック装置にお
いて、 前記修正前のアプリケーションプログラムが実行された
際に入力された旧データ形式の入力データと、前記修正
前のアプリケーションプログラムが実行された際に出力
された前記旧データ形式の出力データとを、受け、前記
旧データ形式の前記入力データを、前記修正後のアプリ
ケーションプログラムを実行する際に入力できる新デー
タ形式の入力データに変換する第1の機能と、前記新デ
ータ形式の前記入力データに対して前記修正後のアプリ
ケーションプログラムを実行し、前記新データ形式の新
出力データを出力する第2の機能と、前記旧データ形式
の前記出力データを前記新データ形式の旧出力データに
変換する第3の機能と、前記新データ形式の前記新出力
データを、前記新データ形式の前記旧出力データに比較
し、両者の相違を比較結果として出力する第4の機能と
を有するデグレードチェック制御部と、 前記旧データ形式の前記入力データのレイアウトと前記
新データ形式の前記入力データのレイアウトとの相違を
記憶すると共に、前記旧データ形式の前記出力データの
レイアウトと前記新データ形式の前記旧出力データのレ
イアウトとの相違を記憶したデータ形式相違レイアウト
ファイル部とを有し、 前記デグレードチェック制御部は、前記データ形式相違
レイアウトファイル部を参照することにより、前記旧デ
ータ形式の前記入力データを前記新データ形式の前記入
力データに変換する前記第1の機能を達成すると共に、
前記旧データ形式の前記出力データを前記新データ形式
の前記旧出力データに変換する前記第3の機能を達成す
ることを特徴とするデグレードチェック装置。
1. A degrading check device for performing a degrading check of a modified application program obtained by modifying an application program before modification, wherein an old data format input when the application program before modification is executed is input. Receiving the data and the output data in the old data format output when the unmodified application program is executed, and executing the input data in the old data format to execute the modified application program. A first function of converting the input data of the new data format into input data of the new data format, executing the modified application program on the input data of the new data format, and outputting new output data of the new data format A second function and the output of the old data format A third function of converting data into old output data in the new data format, and comparing the new output data in the new data format with the old output data in the new data format, and comparing the difference between the two. A degrade check control unit having a fourth function of outputting as an output data, storing a difference between a layout of the input data in the old data format and a layout of the input data in the new data format, and A data format difference layout file unit that stores a difference between the layout of the output data and the layout of the old output data in the new data format, wherein the degrade check control unit refers to the data format difference layout file unit Before converting the input data in the old data format into the input data in the new data format. Together to achieve the first function,
A degrading check device that achieves the third function of converting the output data in the old data format to the old output data in the new data format.
【請求項2】 請求項1に記載のデグレードチェック装
置において、 前記旧データ形式の前記入力データを記憶し、それを前
記デグレードチェック制御部に与える旧データ形式入力
ファイル部と、 前記旧データ形式の前記出力データを記憶し、それを前
記デグレードチェック制御部に与える旧データ形式出力
ファイル部とを、更に、有することを特徴とするデグレ
ードチェック装置。
2. The degrading check device according to claim 1, wherein the old data format input file unit stores the input data in the old data format, and supplies the input data to the degrade check control unit. A degrading check device further comprising: an old data format output file unit that stores the output data and supplies the output data to the degrading check control unit.
【請求項3】 請求項1又は2に記載のデグレードチェ
ック装置において、 前記デグレードチェック制御部に接続され、前記新デー
タ形式の前記入力データを記憶する新データ形式入力フ
ァイル部と、 前記デグレードチェック制御部に接続され、前記新デー
タ形式の前記新出力データを記憶する新データ形式新出
力ファイル部と、 前記デグレードチェック制御部に接続され、前記新デー
タ形式の前記旧出力データを記憶する新データ形式旧出
力ファイル部とを、更に、有することを特徴とするデグ
レードチェック装置。
3. The degrade check device according to claim 1, wherein the degrade check control unit is connected to the degrade check control unit and stores the input data in the new data format. And a new data format for storing the new output data in the new data format and a new data format for storing the old output data in the new data format and connected to the degrade check control unit. A degrading check device further comprising an old output file section.
【請求項4】 修正前のアプリケーションプログラムに
修正を加えた修正後のアプリケーションプログラムのデ
グレードチェックを行なうデグレードチェック方法にお
いて、 前記修正前のアプリケーションプログラムが実行された
際に入力された旧データ形式の入力データを、前記修正
後のアプリケーションプログラムを実行する際に入力で
きる新データ形式の入力データに変換する第1のステッ
プと、 前記新データ形式の前記入力データに対して前記修正後
のアプリケーションプログラムを実行し、前記新データ
形式の新出力データを出力する第2のステップと、 前記修正前のアプリケーションプログラムが実行された
際に出力された前記旧データ形式の出力データを前記新
データ形式の旧出力データに変換する第3のステップ
と、 前記新データ形式の前記新出力データを、前記新データ
形式の前記旧出力データに比較し、両者の相違を比較結
果として出力する第4のステップとを有するデグレード
チェック方法であって、 前記旧データ形式の前記入力データのレイアウトと前記
新データ形式の前記入力データのレイアウトとの相違を
記憶すると共に、前記旧データ形式の前記出力データの
レイアウトと前記新データ形式の前記旧出力データのレ
イアウトとの相違を記憶したデータ形式相違レイアウト
ファイル部を予め用意するステップを更に有し、 前記第1のステップは、前記データ形式相違レイアウト
ファイル部を参照することにより、前記旧データ形式の
前記入力データを前記新データ形式の前記入力データに
変換することを達成し、 前記第3のステップは、前記データ形式相違レイアウト
ファイル部を参照することにより、前記旧データ形式の
前記出力データを前記新データ形式の前記旧出力データ
に変換することを達成することを特徴とするデグレード
チェック方法。
4. A degrading check method for performing a degrading check of a modified application program obtained by modifying an application program before modification, wherein an old data format input when the application program before modification is executed is input. A first step of converting data into input data in a new data format that can be input when executing the modified application program; and executing the modified application program on the input data in the new data format A second step of outputting new output data of the new data format; and converting the output data of the old data format output when the application program before the modification is executed to the old output data of the new data format. A third step of converting to A fourth step of comparing the new output data in the data format with the old output data in the new data format, and outputting a difference between the two as a comparison result. The difference between the layout of the input data and the layout of the input data in the new data format is stored, and the difference between the layout of the output data in the old data format and the layout of the old output data in the new data format is stored. The method further comprises the step of preparing a stored data format difference layout file portion in advance, wherein the first step refers to the data format difference layout file portion to convert the input data in the old data format into the new data format. Converting the input data into a form of the input data. A degrading check method characterized in that the output data in the old data format is converted into the old output data in the new data format by referring to a format difference layout file section.
【請求項5】 請求項4に記載のデグレードチェック方
法において、 前記旧データ形式の前記入力データを記憶する旧データ
形式入力ファイル部及び前記旧データ形式の前記出力デ
ータを記憶する旧データ形式出力ファイル部を予め用意
するステップを、更に、有することを特徴とするデグレ
ードチェック方法。
5. The degrading check method according to claim 4, wherein an old data format input file unit for storing the input data in the old data format and an old data format output file for storing the output data in the old data format. A degrading check method, further comprising a step of preparing a unit in advance.
【請求項6】 請求項4又は5に記載のデグレードチェ
ック方法において、 前記新データ形式の前記入力データを新データ形式入力
ファイル部に記憶するステップと、 前記新データ形式の前記新出力データを新データ形式新
出力ファイル部に記憶するステップと、 前記新データ形式の前記旧出力データを新データ形式旧
出力ファイル部に記憶するステップとを、更に、有する
ことを特徴とするデグレードチェック方法。
6. The degrading check method according to claim 4, wherein the input data in the new data format is stored in a new data format input file unit, and the new output data in the new data format is newly stored. A degrading check method, further comprising the steps of: storing in a new output file part in a new data format; and storing the old output data in the new data format in an old output file part.
JP05811998A 1998-03-10 1998-03-10 Degrade check device Expired - Fee Related JP3267550B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP05811998A JP3267550B2 (en) 1998-03-10 1998-03-10 Degrade check device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP05811998A JP3267550B2 (en) 1998-03-10 1998-03-10 Degrade check device

Publications (2)

Publication Number Publication Date
JPH11259288A true JPH11259288A (en) 1999-09-24
JP3267550B2 JP3267550B2 (en) 2002-03-18

Family

ID=13075098

Family Applications (1)

Application Number Title Priority Date Filing Date
JP05811998A Expired - Fee Related JP3267550B2 (en) 1998-03-10 1998-03-10 Degrade check device

Country Status (1)

Country Link
JP (1) JP3267550B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007097014A1 (en) * 2006-02-27 2007-08-30 Knowledge Brain Inc Operation confirming method for information system, its operation confirming program, recording medium, and operation confirming system
JP2007241432A (en) * 2006-03-06 2007-09-20 Mitsubishi Electric Corp Software test device, software test method and software test program
JP2008097457A (en) * 2006-10-13 2008-04-24 Nippon Steel Corp Test support device, test supporting method, computer program and storage medium
JP2009032253A (en) * 2007-07-06 2009-02-12 Ntt Docomo Inc Middleware for use in client-server architecture
JP2017021406A (en) * 2015-07-07 2017-01-26 日立オートモティブシステムズ株式会社 Evaluation result analysis system and evaluation result analysis method

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007097014A1 (en) * 2006-02-27 2007-08-30 Knowledge Brain Inc Operation confirming method for information system, its operation confirming program, recording medium, and operation confirming system
JPWO2007097014A1 (en) * 2006-02-27 2009-07-09 則彦 竹林 Information system operation check method, operation check program, recording medium, and operation check system
JP2007241432A (en) * 2006-03-06 2007-09-20 Mitsubishi Electric Corp Software test device, software test method and software test program
JP2008097457A (en) * 2006-10-13 2008-04-24 Nippon Steel Corp Test support device, test supporting method, computer program and storage medium
JP2009032253A (en) * 2007-07-06 2009-02-12 Ntt Docomo Inc Middleware for use in client-server architecture
JP2017021406A (en) * 2015-07-07 2017-01-26 日立オートモティブシステムズ株式会社 Evaluation result analysis system and evaluation result analysis method

Also Published As

Publication number Publication date
JP3267550B2 (en) 2002-03-18

Similar Documents

Publication Publication Date Title
JP3267550B2 (en) Degrade check device
JPH08241196A (en) Branch instruction processing system
JPH08179896A (en) Logging data analysis system
US5765148A (en) Database processing apparatus and database processing method for variable length objects, and computer-readable memory medium for storing database processing program
JPH05113882A (en) Out-fitted man-machine interface realizing system by intermediate file
JPH09114655A (en) Patch generation and operation system in high-level language level
JP2000200202A (en) Method and system for link processing in debugging of application program and information recording medium
JPH042961B2 (en)
JPH10105384A (en) Package system
JPH06274328A (en) Execution method for program consisting of plural processing modules
JPH036624A (en) Processing system for translation list output corresponding to plural code systems
JPH06236264A (en) Load module generating system
JP3570870B2 (en) System construction apparatus, system construction method, and medium recording system construction program
JPH07160512A (en) Compile system
JPH06282441A (en) On-line compilation system
JPH11184680A (en) File editing method, method and device for developing program using the same, and storage medium
JPH0944347A (en) Error knowledge base generator
JPH04147360A (en) Execution command reproducing system
JPH04134533A (en) Program executing system
JPS63147227A (en) Correction system for address information when connecting segmements
JPH0863420A (en) Method for incorporating input/output control program
JP2000242531A (en) System and method for inputting and outputting directed graph
JPH02287722A (en) Character output device
JP2001175780A (en) Slip output selection system, slip output selection method and recording medium recording slip output selection procedure
JPH0573390A (en) Deadlock handling process system for data base

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20011212

LAPS Cancellation because of no payment of annual fees