JP2000112747A - Device for verifying equivalence of non-executable statement in program resource - Google Patents
Device for verifying equivalence of non-executable statement in program resourceInfo
- Publication number
- JP2000112747A JP2000112747A JP10280265A JP28026598A JP2000112747A JP 2000112747 A JP2000112747 A JP 2000112747A JP 10280265 A JP10280265 A JP 10280265A JP 28026598 A JP28026598 A JP 28026598A JP 2000112747 A JP2000112747 A JP 2000112747A
- Authority
- JP
- Japan
- Prior art keywords
- executable
- statement
- program
- executable statement
- group
- 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.)
- Pending
Links
Landscapes
- Stored Programmes (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、プログラム資産の
移行に伴う、生成型移行による成果物の、同一性を検証
するための、検証作業を効率良く、高品質に行うための
検証方法及び、処理装置に関する。プログラム資産の移
行形態には、一般的に、コンバータでの変換による移行
形態と、ジェネレータでの生成による移行形態の二つが
ある。ここで言う、生成型移行は、後者の形態を指す。
生成型移行は、ある言語で作成されたプログラムを入力
し、一旦中間ファイルに抽出し、その中間ファイルを別
の言語で作成されたプログラムに置き換える変換方式を
指し、複雑な移行処理を可能にする。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a verification method for verifying the identity of a product obtained by a generative migration accompanying a migration of a program asset, for performing a verification operation efficiently and with high quality, and It relates to a processing device. In general, there are two types of transfer of program assets: a transfer by conversion by a converter and a transfer by generation by a generator. Here, the generative transition refers to the latter form.
Generative migration refers to a conversion method in which a program created in one language is input, temporarily extracted as an intermediate file, and the intermediate file is replaced with a program created in another language, which enables complex migration processing .
【0002】生成型移行の主な形態としては、以下に示
すパターンが考えられる。 COBOL言語 → C言語 COBOL言語 → YPS仕様書言語 PL/1言語 → COBOL言語 RPG言語 → COBOL言語 JCL変換 ADL変換 etc. 生成型移行として、COBOL言語からC言語、COB
OL言語からYPS仕様書言語等々の移行を行った際、
オリジナル資産と、生成後資産が、等価であることを検
証する必要がある。この時、オリジナル資産と生成後資
産が等価であることを検証するためには、実行時に関係
する実行文(命令など)及び、実行時に関係しない非実
行文(注釈文、データ定義など)の2つともが、ともに
等価であることを検証する必要がある。このため、プロ
グラム資産中の非実行文の検証技術が必要とされてい
る。The following patterns can be considered as the main forms of the generation type transition. COBOL language → C language COBOL language → YPS specification language PL / 1 language → COBOL language RPG language → COBOL language JCL conversion ADL conversion etc. As a generation type transition, from COBOL language to C language, COB
When moving from OL language to YPS specification language, etc.,
It is necessary to verify that the original asset and the generated asset are equivalent. At this time, in order to verify that the original asset and the generated asset are equivalent, two statements, an executable statement (eg, an instruction) related at the time of execution and a non-executable statement (annotation statement, data definition, etc.) not related at the time of execution, are used. Both must be verified to be equivalent. Therefore, there is a need for a technique for verifying non-executable statements in program assets.
【0003】[0003]
【従来の技術】プログラム資産を大量に抱え、資産移行
を行わなければならない環境において、生成型移行によ
って生成された資産の、オリジナル資産との同一性検証
は重要な要素であると同時に、大変な労力を要するもの
である。プログラム資産の実行時に、関係する実行文の
等価性を検証する方法は、テストデータを用いた実行
や、オブジェクト等価性検証等の技術が、既に確立され
ている。しかし、非実行文については、上記の方法で
は、検証できないため、プログラムをプリントアウト
し、人手によって実施する目視によってしか検証できな
かった。2. Description of the Related Art In an environment in which a large number of program assets must be transferred and assets must be transferred, it is important to verify the identity of the assets generated by the generation-type transfer with the original assets. It requires effort. As a method of verifying the equivalence of related executable statements at the time of executing a program asset, techniques such as execution using test data and object equivalence verification have already been established. However, a non-executable statement cannot be verified by the above-described method, and thus can be verified only by printing out a program and visually executing the program manually.
【0004】非実行文の等価性を検証するためには、そ
の記述内容・記述位置・記述順序をプログラムの移行仕
様に照らし合わせて比較検査しなければならない。この
ため、検証のために費用、期間を要するとともに、検査
品質が悪いという問題があった。In order to verify the equivalence of a non-executable statement, it is necessary to compare and check the description contents, the description position, and the description order with reference to a program migration specification. For this reason, there is a problem that a cost and a period are required for the verification, and the inspection quality is poor.
【0005】[0005]
【発明が解決しようとする課題】このように、プログラ
ム資産の移行に伴う、移行前のオリジナル資産と、移行
後の資産との同一性検証について、特に、非実行文の等
価性検証を行うにあたって、人手による目視検査のた
め、検査にかかる作業期間、作業量、作業費用が膨大な
ものとなってしまい、かなり負荷が高い。また、検査の
品質が悪く移行作業に支障をきたすことが、多かった。As described above, when verifying the identity between the original asset before the transfer and the asset after the transfer, particularly in the case of verifying the equivalence of the non-executable statement, the program asset is transferred. Since the visual inspection is performed manually, the work period, the amount of work, and the work cost required for the inspection are enormous, and the load is considerably high. In addition, the quality of the inspection was poor and often hindered the migration work.
【0006】本発明は、かかる事情に鑑みてなされたも
のであって、プロクラム資産などの移行に必要となる、
オリジナル資産と生成後資産の同一性検証のうち、非実
行文の等価性検証作業において、正確性や、迅速性に貢
献する新たな非実行文等価性検証に関する処理装置の提
供と、それを実現させるプログラムを記憶する新たなプ
ログラム記憶媒体の提供とを目的とする。[0006] The present invention has been made in view of such circumstances, and is required for transferring program assets and the like.
Providing and implementing a new non-executable sentence equivalency verification processor that contributes to accuracy and speed in non-executable sentence equivalence verification work in the identity verification of original and generated assets A new program storage medium for storing a program to be stored.
【0007】[0007]
【課題を解決するための手段】本願発明では、プログラ
ムの移行に伴い生成された複数のプログラムに含まれる
非実行文が等価であるかを検証する等価性検証装置にお
いて、移行前後のプログラムについて、1命令の実行文
及び実行文に付加される非実行文の記述仕様を定義する
仕様定義手段と、移行前後のプログラムについて、実行
文及び非実行文の内容及び位置を解析する非実行文解析
手段と、前記非実行文解析手段で解析された複数の移行
前後のプログラムを比較し、前記仕様定義手段で定義さ
れた記述仕様に従っている場合には移行前後のプログラ
ムの非実行文が等価であることを判定することを特徴と
する等価性検証装置を用意することにより上記課題を解
決しています。According to the present invention, there is provided an equivalence checking apparatus for checking whether non-executable statements included in a plurality of programs generated in accordance with a transition of a program are equivalent. Specification definition means for defining an executable statement of one instruction and description specifications of a non-executable statement added to the executable statement, and non-executable statement analyzing means for analyzing the contents and positions of the executable statement and the non-executable statement for programs before and after the migration And a plurality of programs before and after migration analyzed by the non-executable statement analysis unit are compared, and if the description specifications defined by the specification definition unit are followed, the non-executable statements of the programs before and after migration are equivalent. The above problem has been solved by preparing an equivalency verification device characterized by determining
【0008】従って、上記構成を備えることにより、プ
ログラム移行によりプログラム言語変換と共に非実行文
も実行文に対応して変換され出力された場合に、移行前
後のプログラム言語の仕様によって非実行文の位置が変
更されてしまった場合でも、プログラム言語の生成仕様
を予め定義しておくことにより、定義された位置に出力
されていれば移行前後の非実行文の位置は等価であると
判断する事が可能となるものです。Therefore, with the above configuration, when a non-executable statement is converted and output in accordance with an executable statement along with a program language conversion by the program shift, the position of the non-executable statement is determined by the specifications of the program language before and after the shift. Even if is changed, by defining the generation specification of the programming language in advance, it is possible to judge that the position of the non-executable statement before and after the transition is equivalent if it is output to the defined position. It is possible.
【0009】[0009]
【発明の実施の形態】プログラム資産間の同一性検証を
行う場合に大きく分けて、実行文の等価性検証と、非実
行文の等価性検証がある。本発明は、非実行文の等価性
検証を行うための、非実行文の解析テーブル化、生成仕
様の定義、その仕様に基づく等価性検証を行う処理装置
を提供するものである。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS When verifying the identity between program assets is roughly divided into two types, an equivalence verification of an executable statement and an equivalence verification of a non-executable statement. An object of the present invention is to provide a processing device for performing an analysis table of a non-executable statement, defining a generation specification, and verifying equivalence based on the specification in order to verify the equivalence of the non-executable statement.
【0010】以下、プログラム資産を移行する一般的な
システムにおいて、非実行文の等価性検証を行う場合
に、適用した実施の形態に従って本発明を詳細に説明す
る。図1に、プログラム資産の非実行文の等価性検証を
実行する、本発明の適用される非実行文等価検証装置
(以降、検証装置と略す)の、システム構成を図示す
る。In the following, the present invention will be described in detail according to an embodiment applied when equivalence verification of non-executable statements is performed in a general system for migrating program assets. FIG. 1 illustrates a system configuration of a non-executable sentence equivalence verification device (hereinafter, abbreviated as a verification device) to which the present invention is applied, which executes equivalence verification of non-executable sentences of a program asset.
【0011】この図に示す検証装置10は、等価性検証
対象となる、オリジナル資産14と、生成後資産15
を、それぞれの言語仕様に対応する入力手段12、13
により読み込み、読み込んだ資産の中から非実行文を抽
出して、その抽出した非実行文を順次テーブル形式で蓄
積、非実行文解析テーブル61を作成する非実行文解析
手段11と、蓄積された非実行文解析テーブル61をS
ECTION毎に、図12−1に示す群判断の基準、即
ち、データ領域における1行の単独行コメント/行内コ
メントまたは、連続している行コメント/行内コメント
を一つの群とする。及び、一つの命令中に散在もしくは
連続して存在する行コメント/行内コメントを一つの群
とする。及び、一つの条件式中の途中に散在もしくは連
続して存在する行コメント/行内コメントを一つの群と
する。以上の基準に基づいて、群を判定する機能を有
し、かつ、その際、SECTION単位に物理順比較を
行うことにより、群間での対応情報も取得し、判別する
機能を有し、その、判別結果を非実行文解析テーブルヘ
格納する機能を有する非実行文の群把握手段21と、作
業者が、図示しない、事前準備されている移行に伴う変
換仕様書から、検証に必要な項目や、入力情報を選択
し、生成要件仕様を予め作成しておく。その後、プログ
ラム資産の言語仕様別に作成された生成仕様要件を、端
末装置01より入力し、仕様テーブル71に格納する要
件入力手段31と、非実行文解析テーブル61及び、仕
様テーブル71をもとに、非実行文の比較を行い、判定
結果を検証用仕様テーブル81に格納する機能を有し、
かつ、非実行文の群把握手段21にて対応付けられた群
毎に、SECTION単位に非実行文の等価性を判定す
る機能を有し、かつ、プログラム資産の生成仕様要件を
考慮した仕様別比較による、等価性判定の機能を有する
非実行文の比較手段41と、非実行文の比較手段41の
比較結果を、印刷装置52や、表示装置53に出力する
表示手段51から構成されている。そして、図中の端末
装置01は、図中の要件入力手段31の備える表示装置
並びに、キーボードである。また、図中の印刷装置52
は、図中の表示手段51の備えるプリンター装置で、図
中の表示装置53は、図中の表示手段51の備える表示
装置である。A verification apparatus 10 shown in FIG. 1 includes an original asset 14 and a generated asset 15 to be verified for equivalence.
Are input means 12, 13 corresponding to the respective language specifications.
A non-executable statement is extracted from the read assets, the extracted non-executable statements are sequentially stored in a table format, and a non-executable statement analysis unit 11 for creating a non-executable statement analysis table 61; Non-executable statement analysis table 61
For each ECTION, the group determination criterion shown in FIG. 12A, that is, a single line comment / inline comment or a continuous line comment / inline comment in the data area is defined as one group. In addition, line comments / in-line comments that are scattered or continuous in one instruction are regarded as one group. Line comments / inline comments that are scattered or continuous in the middle of one conditional expression are regarded as one group. Based on the above criterion, it has a function of determining a group, and at that time, by performing a physical order comparison in SECTION units, also obtains correspondence information between groups and has a function of determining. From the non-executable sentence group grasping means 21 having a function of storing the discrimination result in the non-executable sentence analysis table, and the operator, based on a conversion specification accompanying a migration (not shown) prepared in advance, the items necessary for verification are described. , Input information, and a generation requirement specification is created in advance. After that, based on the requirement input means 31 for inputting the generation specification requirements created for each language specification of the program asset from the terminal device 01 and storing it in the specification table 71, the non-executable sentence analysis table 61, and the specification table 71 Has the function of comparing non-executable statements and storing the determination result in the verification specification table 81,
In addition, for each group associated with the non-executable statement group grasping means 21, a function to determine the equivalence of the non-executable statement in SECTION units, and by specification in consideration of program asset generation specification requirements It is composed of a non-executable sentence comparing means 41 having a function of determining equivalence by comparison, and a display means 51 for outputting a comparison result of the non-executable sentence comparing means 41 to a printing device 52 or a display device 53. . The terminal device 01 in the figure is a display device and a keyboard provided in the requirement input means 31 in the figure. Also, the printing device 52 in the figure
Is a printer device provided in the display means 51 in the figure, and a display device 53 in the figure is a display device provided in the display means 51 in the figure.
【0012】ここで、本発明の非実行文等価検証装置の
機能は、具体的にはプログラムで実現されるものであ
り、このプログラムは媒体で提供され、非実行文等価検
証装置に、インストールされて、メモリ上で動作するこ
とで、本発明を実現することになる。 このように構成
される本発明の非実行文等価検証装置は、図2に示すよ
うなオリジナル資産図2の2−1と生成後資産図2の2
−2に対し、その言語仕様に対応した入力手段12,1
3が適用され、データが入力されてくると、非実行文解
析手段11では、非実行文解析テーブル(図3)に、非
実行文のみを抽出/解析して出力する。非実行文解析テ
ーブルは、オリジナル資産用と生成後資産用それぞれ別
々に作成される。図3に非実行文解析テーブルのフォー
マットと、各項目の簡単な説明を示している。例えば、
図2の2−1オリジナル資産に示すように、シーケンス
No000420のコメント1のような非実行文単独で
存在するものは、非実行文解析テーブル(図3の3−
1)の非実行文の内容欄に「コメント1」、SEQ欄に
「000420」、ネスト欄には、コメント1が2階層
目に存在するので「2」、命令文中の非実行文の有無欄
には、単独なので「N」を、というように解析しながら
テーブルに格納していく。また、シーケンスNo000
500のコメント2やシーケンスNo000520のコ
メント3のような命令文中に存在するものについて、例
えば、コメント2の場合は、非実行文解析テーブル(図
3の3−1)の非実行文の内容欄に「コメント2」、S
EQ欄に「000500」、ネスト欄には「1」、命令
文中の非実行文の有無欄には、MOVE命令の途中に存
在するので「Y」、命令中非実行文の直前の語欄には、
コメント2の直前の語は、図2の2−1のシーケンスN
o000490のデータ項目X1−DATAが該当する
ので、「X1−DATA」を、命令中非実行文の直後の
語欄には、図2の2−1のシーケンスNo000510
の’TO’が該当するので、「TO」を、というように
解析しながらテーブルに格納していく。以上のように、
その非実行文の内容や非実行文を取り囲む条件、即ち、
所属する命令、前後の命令/語、直接関係する語などの
情報を、読み込んだプログラム資産情報から順次解析
し、非実行文解析テーブルに格納する。同様にして、図
2の2−2生成後資産に示す、シーケンスNo0012
30のコメント1やシーケンスNo001350のコメ
ント2などの非実行文の抽出と取り巻く環境の情報を解
析し、非実行文解析テーブルに格納する。Here, the function of the non-executable sentence equivalence checking device of the present invention is specifically realized by a program, and this program is provided on a medium and installed in the non-executable sentence equivalence checking device. By operating on a memory, the present invention is realized. The non-executable sentence equivalence verifying apparatus of the present invention configured as described above includes an original asset 2-1 shown in FIG. 2 and a generated asset diagram 2 shown in FIG.
-2, input means 12, 1 corresponding to the language specification
3 and the data is input, the non-executable sentence analyzing means 11 extracts and analyzes only the non-executable sentence in the non-executable sentence analysis table (FIG. 3) and outputs it. The non-executable sentence analysis table is created separately for the original asset and for the generated asset. FIG. 3 shows a format of the non-executable statement analysis table and a brief description of each item. For example,
As shown in 2-1 original asset in FIG. 2, a non-executable statement such as comment 1 in sequence No. 000420 that exists solely is a non-executable statement analysis table (3--3 in FIG. 3).
1) "Comment 1" in the content column of the non-executable statement, "000420" in the SEQ column, "2" in the nest column because the comment 1 exists in the second hierarchy, and the presence / absence column of the non-executable statement in the command statement Is stored alone in the table while analyzing "N" because it is independent. In addition, sequence No. 000
For example, in the case of a comment 2 such as a comment 2 of 500 or a comment 3 of sequence No. 000520, in the case of the comment 2, the content column of the non-executable statement in the non-executable statement analysis table (3-1 in FIG. 3). "Comment 2", S
"000500" in the EQ column, "1" in the nest column, "Y" in the presence / absence of a non-executable statement in the command statement because "Y" exists in the middle of the MOVE instruction, and "word" immediately before the non-executable statement in the command Is
The word immediately before comment 2 is the sequence N of 2-1 in FIG.
Since the data item X1-DATA of o000490 corresponds, “X1-DATA” is displayed in the word column immediately after the non-executable statement in the instruction in the sequence No. 000510 of FIG.
Since “TO” of the above is applicable, “TO” is stored in the table while analyzing as follows. As mentioned above,
The contents of the non-executable statement and the conditions surrounding the non-executable statement,
Information such as the instruction to which it belongs, instructions before and after it, words directly related, and the like are sequentially analyzed from the read program asset information and stored in a non-executable sentence analysis table. Similarly, the sequence No. 0012 shown in 2-2 generated assets in FIG.
The extraction of non-executable sentences such as the comment 1 of No. 30 and the comment 2 of sequence No. 001350 and analysis of information on the surrounding environment are analyzed and stored in the non-executable sentence analysis table.
【0013】図3に示す非実行文解析テーブルは、等価
性検証のための中心的存在のテーブルで、非実行文解析
手段で解析出力され、非実行文の置かれている位置や、
前後の命令や語などの情報を記憶しておき、オリジナル
資産と生成後資産の等価性を検証する際に利用するもの
である。次に、非実行文の群把握手段21は、上記で作
成された非実行文解析テーブル図3の3−1と図3の3
−2を読み込んで、図12−2に示すように、非実行文
解析テーブル上に展開されている内容の、非実行文の
内容、行/行内区分の一致、命令文中の非実行文の
有無の一致、直前の命令のSEQの一致、命令中非
実行文の直後の語と、次の行の命令中非実行文の直前の
語の一致、により群を判定し、非実行文の開始/続き区
分及び、群番号を非実行文解析テーブル図3の3−1/
3−2へ出力する。例えば、シーケンスNo00050
0のコメント2と000520のコメント3及び、00
0550のコメント4の並びにおいて、コメント2とコ
メント3は行/行内区分、命令文中の非実行文の有無、
直前の命令のSEQが一致しているので、同一群とし、
コメント2を非実行文の開始、コメント3を続きとす
る。群番号はコメント2を群2−1、コメント3を群2
−2とする。次に、コメント3とコメント4を比較する
と、行/行内区分の不一致、直前の命令のSEQの不一
致により、群が異なると判定し、続いてシーケンスNo
000560のコメント5の内容と比較して、コメント
4とコメント5は同じ群と判定できるので、コメント4
を非実行文の開始とする。群番号は群3−1とする。同
様にして、シーケンスNo000570のコメント6ま
で内容を比較して群判定を行い、非実行文の開始/続き
区分及び、群番号をそれぞれ開始/続き区分欄及び、群
欄へ格納する。The non-executable sentence analysis table shown in FIG. 3 is a table of a central existence for verifying equivalence, and is analyzed and output by the non-executable sentence analyzing means.
Information such as instructions and words before and after is stored and used when verifying the equivalence between the original asset and the generated asset. Next, the non-executable statement group grasping means 21 performs the non-executable statement analysis table 3-1 of FIG. 3 and the non-executable statement analysis table 3 of FIG.
-2 is read, and as shown in FIG. 12-2, the contents of the non-executable statement, the line / intra-line division match, and the presence / absence of a non-executable statement in the command statement are expanded in the non-executable statement analysis table. , The sequence of the immediately preceding instruction, the word immediately after the non-executable statement in the instruction, and the word immediately before the non-executable statement in the next line, the group is determined. The non-executable sentence analysis table shown in FIG.
Output to 3-2. For example, sequence No00050
0 comment 2 and 000520 comment 3 and 00
In the arrangement of the comments 4 of 0550, the comments 2 and 3 are classified into lines / intra-lines, the presence or absence of a non-executable statement in the command statement,
Since the SEQ of the immediately preceding instruction is the same,
Comment 2 starts the non-executable statement, and comment 3 continues. Group numbers are group 2-1 for comment 2 and group 2 for comment 3.
-2. Next, when the comment 3 and the comment 4 are compared, it is determined that the groups are different due to the mismatch of the line / intra-line division and the mismatch of the SEQ of the immediately preceding instruction.
Since the comment 4 and the comment 5 can be determined to be in the same group as compared with the content of the comment 5 of 000560,
Is the start of a non-executable statement. The group number is group 3-1. Similarly, the group is determined by comparing the contents up to the comment 6 of the sequence No. 000570, and the start / continuation section and the group number of the non-executable statement are stored in the start / continuation section column and the group column, respectively.
【0014】また、非実行文の群把握手段21では、上
記群把握を行う際に、SECTION名単位にオリジナ
ル資産の非実行文解析テーブル図3の3−1と、生成後
資産の非実行文解析テーブル図3の3−2を、物理的に
順次比較して、双方の各項目ごとの内容が等しいかどう
かの判定を行い、その結果を、非実行文解析テーブル比
較結果入図4の4−1/4−2/4−3の等価性判定欄
にOKかNGを出力する。例えば、図4の4−3に示す
ように、コメント4、5、6の出現順番が、オリジナル
資産と生成後資産間において、変わってしまうような場
合は、この物理順比較ではNG、すなわち等価性がない
という判定になってしまう。しかし、本発明では、これ
らNGと判定されたものを、次の非実行文の比較手段4
1で、再度確認することにより、本当に異なるものかど
うかの判定を行う機能を有している。The non-executable sentence group grasping means 21 performs a non-executable sentence analysis table of the original asset for each SECTION name and a non-executable sentence The analysis table 3-2 of FIG. 3 is physically and sequentially compared to determine whether the contents of both items are equal, and the result is compared with the non-executable statement analysis table comparison result 4 of FIG. "OK" or "NG" is output to the equivalence determination column of -1 / 4-2 / 4-3. For example, as shown in 4-3 in FIG. 4, when the appearance order of the comments 4, 5, and 6 changes between the original asset and the generated asset, if the physical order comparison is NG, that is, the equivalent It is judged that there is no sex. However, according to the present invention, those which are determined to be NG are compared with the next non-executable statement comparing means 4.
In step 1, there is a function of determining again whether the two are really different by checking again.
【0015】次に、要件入力手段31の事前準備とし
て、図示しない、生成型移行仕様書ファイルから、作業
者が予め非実行文に関連する仕様のみを抽出し、非実行
文の移動を判断するための情報を選択抽出して、仕様書
テーブルの項目を決定させておく。要件入力手段31で
は、その仕様テーブルの項目に対して、言語仕様別に、
移行仕様を考慮した要件を、いくつかのパターン毎に定
義させ端末装置から入力する。それを図5に示す仕様テ
ーブルに格納する。仕様テーブルは、当該非実行文の等
価性判定を確度高く行うためのもので、言語仕様毎に予
め設定された項目(図5の項目説明参照)からなるテー
ブルで、各言語別に定義される。Next, as preliminary preparation of the requirement input means 31, the operator extracts in advance only specifications related to the non-executable statement from a generation type migration specification file (not shown), and judges the movement of the non-executable statement. Information is selected and extracted, and the items of the specification table are determined. In the requirement input means 31, for each item of the specification table, for each language specification,
The requirements in consideration of the transition specifications are defined for each of several patterns and input from the terminal device. It is stored in the specification table shown in FIG. The specification table is a table for determining the equivalence of the non-executable statement with high accuracy, and is a table including items set in advance for each language specification (see item description in FIG. 5), and is defined for each language.
【0016】非実行文の比較手段41は、非実行文解析
テーブル比較結果入(図4)と仕様テーブル(図5)及
び、比較結果を格納する検証用仕様テーブル(図6)か
ら構成されている。非実行文の比較手段41は、非実行
文解析テーブル比較結果入の中で、判定結果にNGが格
納されているもの、例えば、図4の4−2や4−3につ
いて、群毎、SECTION別にオリジナル資産と生成
後資産を比較し、かつ、仕様テーブルの中のどのパター
ンを採用するか決定し、そのパターン内容と一致するか
どうか比較することによって等価性を判定する。図6の
検証用仕様テーブルは、このパターン比較の結果を格納
するテーブルで、非実行文の等価性判定の最終段階の結
果が格納されることになる。図7及び図8のテーブル関
連図に示すように、例えば、図7の群2の物理順比較の
結果のテーブルで、SEQが000500と00135
0において、COBOLとYPSの非実行文の内容が
「コメント2」で同じなので、群2の仕様別比較の結果
テーブルの非実行文の内容が一致欄に、「○印」を格納
する。このとき、非実行文の内容が、COBOLが「コ
メント2」、YPSが「コメント2」といったように、
同じ順番で出現しているので、このような状態を「出力
順位が一致」と見なして、群2の仕様別比較の結果テー
ブルの出力順位が一致欄に「○印」を格納する。また、
作用対象1の語も「X1−DATA」と同じなので、群
2の仕様別比較の結果テーブルの作用対象1が一致欄
に、「○印」を格納する。さらに、群2の仕様別比較の
結果テーブルの行/行内区分欄の内容が「行」なので、
仕様テーブルの行/行内区分欄が「行」のパターン1
を、非実行文の等価性判断内容として採用し、群2の仕
様別比較の結果テーブルの判断内容の行に格納する。そ
して、同テーブル上のコメント2の行の内容と、その判
断内容(パターン1)とを比較して、全ての項目が一致
したら等価性判定OKとするといった判定を行う。次
に、図8の群3の物理順比較の結果テーブルで、SEQ
が000550と001390に示すように、COBO
LとYPSの非実行文の内容「コメント4」の出現順位
が離れている場合であるが、これは、群欄の群番号即ち
群3のグループの中で、非実行文の内容をチェックする
ことによって実現する。つまり、SEQ000550の
非実行文の内容「コメント4」が、群3非実行文の中
に、存在するかどうかをチェックすると、SEQ001
390の非実行文の内容が「コメント4」と存在した。
従って、群3のグループの中でCOBOLの非実行文
「コメント4」とYPSの非実行文「コメント4」の等
価性の検証が出来るわけである。群3の仕様別比較の結
果テーブルの各欄には、非実行文の内容が一致欄は「コ
メント4」で同じなので、「○印」を格納。直前の命令
が一致欄は「MOVE」で同じなので、「○印」を格
納。作用対象1が一致欄は「Y1−DATA」で同じな
ので、「○印」を格納。オリジナル側の直後の語が一致
欄は、群3の物理順比較の結果テーブルのSEQ000
550のCOBOLの命令中非実行文の直後の語欄が
「TO」なので、「TOと一致」を格納。群の終りであ
るかの判断欄は、群3の物理順比較の結果テーブルのS
EQ001390のYPSの非実行文コメント4の非実
行文の開始/続き区分欄が「続き」で、且つ、最後の非
実行文なので、群の終りと判断できるので、「○印」を
格納。また、群3の仕様別比較の結果テーブルの行/行
内区分欄の「行内」及び、直前の語が一致欄の「×印」
で不一致、且つ、オリジナル側の直後の語が一致欄の
「TOと一致」と群の終りであるかの判断欄の「○印」
により、仕様テーブルのパターン3を判断内容として採
用し、群3の仕様別比較の結果テーブルの判断内容の行
に格納する。そして、コメント4の行の内容と比較し
て、全ての項目が一致したら等価性判定はOKといった
等価性の検証ができる。尚、パターン2採用の条件は、
群3の仕様別比較の結果テーブルの行/行内区分欄が
「行内」及び、直前の語が一致欄が「○印」の場合は、
仕様テーブルのパターン2を判断内容として採用し、群
3の仕様別比較の結果テーブルの判断内容の行に格納す
る。この非実行文の比較手段41によって、各言語仕様
の形式に従って非実行文の順序が変わっているが、意味
・内容としては等価となるような場合においても、本発
明は比較検証でき、等価性判定ができる機能を有してい
る。The non-executable sentence comparing means 41 comprises a non-executable sentence analysis table comparison result input (FIG. 4), a specification table (FIG. 5), and a verification specification table (FIG. 6) for storing the comparison result. I have. The non-executable sentence comparison unit 41 stores, in the non-executable sentence analysis table comparison result, those in which NG is stored in the determination result, for example, 4-2 or 4-3 in FIG. Separately, the original asset and the generated asset are compared, and it is determined which pattern in the specification table is adopted, and the equivalence is determined by comparing whether or not the pattern content matches the pattern content. The specification table for verification of FIG. 6 stores the result of the pattern comparison, and stores the result of the final stage of the equivalence determination of the non-executable statement. As shown in the table relation diagrams of FIGS. 7 and 8, for example, in the table of the result of the physical order comparison of the group 2 in FIG.
At 0, since the contents of the non-executable statements of COBOL and YPS are the same in "comment 2", "O" is stored in the match column of the contents of the non-executable statements in the result table of the comparison by group 2 specifications. At this time, the content of the non-executable statement is such that COBOL is “comment 2” and YPS is “comment 2”.
Since they appear in the same order, such a state is regarded as “the output order matches”, and “印” is stored in the output order matching column of the result table of the comparison by group 2 specification. Also,
Since the word of the operation target 1 is also the same as “X1-DATA”, “O” is stored in the matching column of the operation target 1 of the result table of the comparison by specification of the group 2. Further, since the contents of the row / in-line division column of the result table of the comparison by group 2 specifications are "row",
Pattern 1 where the line / in-line division column of the specification table is "line"
Is adopted as the content of the equivalence determination of the non-executable statement, and is stored in the row of the content of the determination in the result table of the comparison by specification of the group 2. Then, the content of the row of the comment 2 on the table is compared with the content of the determination (pattern 1), and if all items match, a determination is made that the equivalence determination is OK. Next, in the result table of the physical order comparison of group 3 in FIG.
As shown in 000550 and 001390, COBO
This is a case in which the content “comment 4” of the non-executable statement contents of L and YPS is apart from each other. This is because the content of the non-executable statement is checked in the group number in the group column, that is, in the group of group 3. This is achieved by: That is, when it is checked whether or not the content “comment 4” of the non-executable statement of SEQ000550 exists in the non-executable statement of group 3, SEQ001
The content of the non-executable statement at 390 was “comment 4”.
Therefore, the equivalence between the non-executable statement “comment 4” of COBOL and the non-executable statement “comment 4” of YPS can be verified in the group of group 3. In each column of the result table of the comparison by specification of the group 3, since the content of the non-executable statement is the same in the "comment 4" in the matching column, "O" is stored. Since the match field of the previous instruction is the same in "MOVE", "O" is stored. Since the operation target 1 is the same in the matching column “Y1-DATA”, “O” is stored. The word match column immediately after the original side is the SEQ000 of the result table of the physical order comparison of group 3
Since the word column immediately after the non-executable statement in the instruction of 550 COBOL is "TO", "match with TO" is stored. The column for determining whether or not the end of the group is indicated by S in the physical order comparison result table of the group 3.
Since the start / continuation column of the non-executable sentence of the non-executable sentence comment 4 of EQ001390 is “continued” and the last non-executable sentence, it can be determined that the end of the group, so “o” is stored. In addition, “intra-line” in the row / intra-line division column of the result table of the group-specific comparison result of group 3 and “x” in the matching column with the immediately preceding word
And "○" in the judgment column as to whether the word immediately after the original side is "TO match" in the match column and the end of the group
As a result, the pattern 3 of the specification table is adopted as the judgment content, and stored in the row of the judgment content in the result table of the comparison for each group 3 in the specification. Then, when all the items match, as compared with the content of the line of the comment 4, the equivalence determination can verify the equivalence such as OK. The conditions for adopting pattern 2 are as follows:
When the row / in-line classification column of the result table of the comparison by group 3 specification is "in-line" and the preceding word is the "match" in the matching column,
The pattern 2 of the specification table is adopted as the judgment content, and is stored in the row of the judgment content in the result table of the comparison for each group 3 in the specification. The order of the non-executable statements is changed by the non-executable statement comparing means 41 in accordance with the format of each language specification. It has a function that can make a judgment.
【0017】図9、図10、図11、図12、図13、
図14、図15、図16に、本発明の検証装置10の実
行する処理フローの一実施例を図示する。次に、この処
理フローに従って、本発明について詳細に説明する。尚
ここでは、COBOL言語からYPS仕様書言語への生
成型移行を例に説明する。また、当実施例での非実行文
は注釈文のみを対象としている。FIG. 9, FIG. 10, FIG. 11, FIG.
FIGS. 14, 15 and 16 show one embodiment of the processing flow executed by the verification device 10 of the present invention. Next, the present invention will be described in detail according to this processing flow. Here, the generation type transition from the COBOL language to the YPS specification language will be described as an example. Further, the non-executable statement in the present embodiment targets only the commentary statement.
【0018】図9の処理は、COBOL言語にて開発さ
れたオリジナル資産(図2の2−1)を、YPS仕様書
言語資産(図2の2−2)に、生成型移行することを示
している。本例での非実行文は、行の注釈文である「コ
メント1」「コメント2」「コメント3」と、行内注記
の注釈文である「コメント4」「コメント5」「コメン
ト6」となる。The process of FIG. 9 shows that the original asset (2-1 in FIG. 2) developed in the COBOL language is generated and transferred to the YPS specification language asset (2-2 in FIG. 2). ing. The non-executable statements in this example are “comment 1”, “comment 2”, and “comment 3”, which are commentary statements on the line, and “comment 4”, “comment 5”, and “comment 6”, which are commentary statements on in-line notes. .
【0019】検証装置10は、検証実行指示に従って起
動されると、図10の処理フローに示すように、まず最
初に、ステップ02で、COBOLオリジナル資産(図
2の2−1)を読み込み、ステップ03で非実行文があ
るレコードのみ抽出する。抽出されたレコードの内容を
非実行文解析テーブル(図3の3−1)ヘ格納する。ま
た、YPS言語仕様書資産(図2の2−2)について
も、同様に処理して、非実行文解析テーブル(図3の3
−2)を完成させる。When the verification apparatus 10 is started in accordance with the verification execution instruction, as shown in the processing flow of FIG. 10, first, in step 02, the COBOL original asset (2-1 in FIG. 2) is read. In step 03, only records having non-executable statements are extracted. The contents of the extracted record are stored in the non-executable sentence analysis table (3-1 in FIG. 3). The YPS language specification assets (2-2 in FIG. 2) are processed in the same manner, and the non-executable sentence analysis table (3 in FIG. 3) is processed.
-2) is completed.
【0020】続いて、図11に示すステップ08で、ま
ず非実行文解析テーブルCOBOL用(図3の3−1)
を読み込み、ステップ09でSECTION単位の判定
を行い、次のSECTIONに変わるまで、レコード情
報を読み込む。SECTIONが変わったら、ステップ
10で、そのSECTION内における群判定処理を行
う。その詳細を図12−3群判定処理の詳細説明図(そ
の2)に示す。尚、図中の〜は図12−2群判定処
理の詳細説明図(その1)に示す非実行文解析テーブル
上の項目の比較順番を表す〜に対応している。ま
ず、群判定処理に先立って、群番号、群枝番号、行番号
(N)それぞれを1に設定する。の判定は、当該行
(N)と次行(N+1)間での、非実行文の内容を比較
する。次にの判定は、当該行(N)と次行(N+1)
間での、行/行内区分の内容を比較する。この区分が不
一致ということは群が変わると判断し、当該行までを一
つの群として、開始/続き区分は、当該群枝番号が1の
場合は開始を、1以外は続きを格納、群は当該群番号を
格納する。また、行番号(N)と群番号それぞれカウン
トアップしておく。逆に群枝番号は1に設定し直してお
く。例えば、図12−2で、シーケンスNo00052
0と000550のコメント3とコメント4では群が異
なると判断する。次にの判定は、当該行(N)と次行
(N+1)間での、命令文中の非実行文の有無を比較す
る。これが不一致ということは、群が異なると判断し、
当該行までを一つの群として、開始/続き区分は、当該
群枝番号が1の場合は開始を、1以外は続きを格納、群
は当該群番号を格納する。また、行番号(N)と群番号
それぞれカウントアップしておく。逆に群枝番号は1に
設定し直しておく。例えば、シーケンスNo00042
0と000500のコメント1とコメント2では、行/
行内区分は一致でも、命令文中の非実行文の有無が不一
致なので、群が異なると判断する。次にの判定は、当
該行(N)と次行(N+1)間での、直前の命令のSE
Qを比較する。このSEQが異なるということは、別な
命令に所属する非実行文と判断し、群が異なると判断
し、当該行までを一つの群として、開始/続き区分は、
当該枝番号が1の場合は開始を、1以外は続きを格納、
群は当該群番号を格納する。また、行番号(N)と群番
号それぞれカウントアップしておく、群枝番号は1に設
定し直しておく。例えば、シーケンスNo000500
と000520のコメント2とコメント3とでは、直前
の命令のSEQは一致しているので、この場合は、群判
定はの処理にへ委ねられることになる。次にの判定
は、当該行(N)の命令中非実行文の直後の語と、次行
(N+1)の命令中非実行文の直前の語の内容を比較す
る。これは、〜までの判定で、すべて一致している
わけであるので、群としては続きがあると判断される。
では、非実行文が連続しているのかどうかを判断す
る。一致した場合は、非実行文が連続している場合で、
当該行に対して、開始/続き区分は、当該枝番号が1の
場合は開始を、1以外は続きを格納、群は当該群番号を
格納する。ただし、ここでは行番号のみカウントアップ
して群番号はそのままとし、群枝番号をカウントアップ
する。不一致の場合は、非実行文が命令中に散在してい
る場合で、例えばコメント2とコメント3の場合や、コ
メント4とコメント5、コメント6の場合がそれで、こ
の場合も処理は連続している場合と同様である。の比
較は、図12−1の(2)の連続している行コメント/
行内コメントに示す、命令に絡まない部分での非実行文
の連続の判定に効果を発揮する機能である。このように
して、非実行文解析テーブル上のレコードを全件判定し
て、その結果を該当欄へ格納しておく。Subsequently, in step 08 shown in FIG. 11, first, for the non-executable statement analysis table COBOL (3-1 in FIG. 3)
Is read, and in step 09, determination is made in units of SECTION, and record information is read until the next SECTION is changed. When the SECTION changes, a group determination process in the SECTION is performed in step 10. The details are shown in FIG. It should be noted that “-” in the figure corresponds to “-” indicating the comparison order of items on the non-executable sentence analysis table shown in FIG. 12-2 (1). First, each of the group number, the group branch number, and the line number (N) is set to 1 prior to the group determination processing. Is compared with the content of the non-executable statement between the line (N) and the next line (N + 1). The next determination is that the row (N) and the next row (N + 1)
Compare the contents of line / inline divisions between If the group does not match, it is determined that the group changes, and the start / continuation section stores the start if the group branch number is 1 and stores the continuation if the group branch number is other than 1. The group number is stored. The row number (N) and the group number are counted up. Conversely, the group number is reset to 1. For example, in FIG.
It is determined that the groups are different between the comment 0 and the comment 3 of 000550 and the comment 4. In the next determination, the presence / absence of a non-executable statement in the statement between the line (N) and the next line (N + 1) is compared. If this is not the case, we judge that the groups are different,
With the group up to the row as one group, the start / continuation section stores the start when the group branch number is 1, the continuation when the group branch number is other than 1, and stores the group number in the group. The row number (N) and the group number are counted up. Conversely, the group number is reset to 1. For example, sequence No. 00004
In comments 1 and 2 of 0 and 000500, the line /
Even if the in-line divisions match, the presence / absence of a non-executable statement in the statement does not match, so it is determined that the groups are different. The next determination is the SE of the immediately preceding instruction between the row (N) and the next row (N + 1).
Compare Q. The fact that the SEQ is different means that the statement is a non-executable statement belonging to another instruction, and that the group is different.
When the branch number is 1, the start is stored.
The group stores the group number. Also, the row number (N) and the group number are counted up, respectively, and the group branch number is reset to 1. For example, sequence No. 000500
In the comment 2 and the comment 3 of 000520, the SEQ of the immediately preceding instruction matches, and in this case, the group determination is left to the processing of. In the next determination, the content of the word immediately after the non-executable statement in the instruction on the line (N) is compared with the content of the word immediately before the non-executable statement in the instruction on the next line (N + 1). This is because all of them are the same in the determinations up to, so it is determined that there is a continuation as a group.
Then, it is determined whether or not non-executable statements are continuous. If they match, the non-executable statements are consecutive.
For the row, the start / continuation section stores the start if the branch number is 1, the continuation if it is other than 1, and the group stores the group number. However, here, only the row number is counted up, the group number is kept as it is, and the group branch number is counted up. In the case of non-match, non-executable statements are scattered in the instruction. Is the same as if Is compared with the continuous line comment / (2) in FIG.
This function is effective for determining the continuation of non-executable statements in a part that is not entangled with an instruction, as shown in an in-line comment. In this way, all records on the non-executable statement analysis table are determined, and the result is stored in the corresponding column.
【0021】一つのテーブル、例えば図3の3−1が全
件の判定が終了したら、ステップ11で、群番号、群枝
番号、行番号をリセットして、次のテーブル図3の3−
2をステップ8から同様に処理していく。ステップ12
では、群判定済の非実行文解析テーブル(図3の3−1
と3−2)を群が変わるまで、群単位毎に、COBOL
用、YPS用それぞれから読み込み、非実行文解析テー
ブル比較結果入(図4の4−1、4−2、4−3)に対
応させて格納する。ステップ13が、群が変わるまでス
テップ12の処理を継続させるロジックを形成してい
る。一つの群単位の、非実行文のレコードが読み込まれ
ると、ステップ14で、非実行文解析テーブル比較結果
入(図4)の、COBOLとYPSのペアで、レコード
を構成する各項目毎に、内容が一致しているかチェック
して、全てが一致した場合は、当該テーブル(図4)の
該当する等価性判定欄に「OK」を挿入する。一つでも
一致しない項目があった場合には、等価性判定欄に「N
G」を挿入する。例えば、図4の4−1では、非実行文
コメント1について、COBOL用とYPS用を比較し
てみると、全ての項目が一致しているので、等価性判定
欄には「OK」が挿入されている。また、図4の4−2
では、非実行文コメント2とコメント3について、CO
BOL用とYPS用を比較してみると、命令文中の非実
行文の有無欄、命令文中非実行文の直前の語欄、命令文
中非実行文の直後の語欄の各内容が不一致のため、等価
性判定欄には「NG」が挿入されている。即ち、命令文
中の非実行文の有無欄で内容不一致と判定されると、次
の項目の内容チェックは迂回されて、等価性判定欄に
「NG」を挿入する。図4の4−3の場合は、言語仕様
によって生成後の非実行文の出現順序が、オリジナルと
異なる例で、この場合は、非実行文そのものが不一致と
なり、等価性判定欄に「NG」が挿入される。When one table, for example, 3-1 in FIG. 3 has been judged for all cases, the group number, group branch number and line number are reset in step 11, and the next table in FIG.
2 is similarly processed from step 8. Step 12
Then, the non-executable statement analysis table for which the group has been determined (see 3-1 in FIG. 3)
And 3-2) until the group changes, GROUP
And YPS, and stores them in correspondence with the non-executable sentence analysis table comparison results (4-1, 4-2, and 4-3 in FIG. 4). Step 13 forms the logic for continuing the processing of step 12 until the group changes. When a record of a non-executable statement in one group unit is read, in step 14, a non-executable statement analysis table comparison result input (FIG. 4) is used for each item constituting the record in a pair of COBOL and YPS. It is checked whether the contents match, and if all match, “OK” is inserted in the corresponding equivalence judgment column of the table (FIG. 4). If there is at least one item that does not match, "N
G ”is inserted. For example, in 4-1 of FIG. 4, when the non-executable sentence comment 1 is compared for COBOL and for YPS, all items match, so "OK" is inserted in the equivalence determination column. Have been. Also, 4-2 in FIG.
Then, about non-executable statement comment 2 and comment 3, CO
When comparing BOL and YPS, the contents of the non-executable statement presence / absence column in the command statement, the word field immediately before the non-executable statement in the command statement, and the word field immediately after the non-executable statement in the command statement do not match. , "NG" is inserted in the equivalence determination column. That is, when it is determined that the contents do not match in the non-executable statement presence / absence column in the command statement, the content check of the next item is bypassed, and “NG” is inserted in the equivalence determination column. In the case of 4-3 in FIG. 4, the order of appearance of the non-executable statements after generation is different from the original according to the language specification. In this case, the non-executable statements themselves do not match, and "NG" is displayed in the equivalence determination column. Is inserted.
【0022】尚、図4の非実行文解析テーブル比較結果
入は、群単位にオリジナル資産と生成後資産のペアで構
成されるテーブルである。以上のステップ14での物理
順比較が終了すると、等価性判定が「OK」のものは、
ここで判定終了となり、その比較結果の情報は、後述の
ステップ34表示手段へ渡される。「NG」のものは、
さらに次の等価性判定の処理が続く。The non-executable sentence analysis table comparison result table shown in FIG. 4 is a table composed of pairs of original assets and generated assets in groups. When the physical order comparison in the above step 14 is completed, the one for which the equivalence determination is “OK” is
Here, the determination is completed, and the information of the comparison result is passed to the display means of step 34 described later. "NG"
Further processing of the next equivalence determination continues.
【0023】ステップ18では、ステップ14で「N
G」と判定された非実行文に関して、本当に異なったも
のかどうか、別な角度から再度判定する。すなわち、比
較する項目は、図5に示す仕様テーブルの項目で比較す
る。理由は、前記の物理順比較が終了した段階で、「N
G」となったものは、対象となった言語の生成型移行仕
様の違いで、単純な比較では等価性の判定が困難な状態
のものであるので、仕様要件と照らし合わせて、等価性
の判定を行う必要があるからである。そこで、まず、C
OBOLの非実行文とYPSの非実行文について、仕様
テーブル(図5)の項目で比較する。そして、その比較
結果を検証用仕様テーブル(図6)へ格納する。例え
ば、図12のステップ19では、図4の4−2の非実行
文解析テーブル比較結果入の群2のCOBOLとYPS
の非実行文コメント2を比較し、行/行内区分が一致し
ているかどうかチェックする。この場合は「行」で一致
しているので、図6の6−1に示すように、検証用仕様
テーブルの行/行内区分欄に「行」を格納する。同様
に、群2のコメント3も「行」で一致しているので、検
証用仕様テーブルの行/行内区分欄に「行」を格納す
る。また、図4非実行文解析テーブル比較結果入の4−
3に示すような群3のコメント4、コメント5、コメン
ト6については、「行内」で一致しているので、検証用
仕様テーブルの行/行内区分欄に「行内」を格納する。
続いて、ステップ20では、検証対象の非実行文が属す
る命令そのものを、検証用仕様テーブル(図6)の命令
欄に格納する。ステップ21では、図4非実行文解析テ
ーブル比較結果入の4−2の群2内の非実行文につい
て、COBOL用とYPS用を比較して、内容が一致し
ているかどうか判定する。ここでは、コメント2、コメ
ント3それぞれが一致しているので、検証用仕様テーブ
ル(図6)の内容が一致欄に「○印」を格納する。ま
た、一致しない場合は、内容が一致欄に「×印」を格納
する。In step 18, in step 14, "N
With respect to the non-executable sentence determined as “G”, whether the sentence is really different is determined again from another angle. That is, the items to be compared are compared using the items in the specification table shown in FIG. The reason is that at the stage when the physical order comparison is completed, "N
"G" is a difference in the generation type migration specification of the target language, and it is difficult to determine equivalence by a simple comparison. This is because it is necessary to make a determination. So, first, C
The non-executable statement of OBOL and the non-executable statement of YPS are compared in the items of the specification table (FIG. 5). Then, the comparison result is stored in the specification table for verification (FIG. 6). For example, in step 19 of FIG. 12, the COBOL and YPS of the group 2 including the non-executable statement analysis table comparison result of 4-2 in FIG.
Are compared with each other to check whether the line / intra-line division matches. In this case, since there is a match in "row", "row" is stored in the row / in-line division column of the verification specification table as shown in 6-1 of FIG. Similarly, since the comment 3 of the group 2 also matches in the “line”, the “line” is stored in the line / in-line division column of the specification table for verification. In addition, FIG.
As for the comment 4, the comment 5, and the comment 6 of the group 3 as shown in FIG. 3, since they match in "in-line", "in-line" is stored in the line / in-line classification column of the verification specification table.
Subsequently, in step 20, the instruction itself to which the non-executable statement to be verified belongs is stored in the instruction column of the specification table for verification (FIG. 6). In step 21, the non-executable statements in Group 2 of 4-2 containing the non-executable statement analysis table comparison result in FIG. 4 are compared for COBOL and for YPS to determine whether or not the contents match. Here, since the comment 2 and the comment 3 match each other, the content of the specification table for verification (FIG. 6) stores “O” in the matching column. If they do not match, "x" is stored in the matching column.
【0024】次に、ステップ22では、図4非実行文解
析テーブル比較結果入の4−2(群2)や4−3(群
3)の行/行内区分欄の内容を確認し、内容が「行」と
格納されているもの、即ち図4の4−2の群2のみ出力
順位が一致しているかどうかチェックする。図4の4−
2で非実行文の内容が「コメント2」、「コメント
2」、「コメント3」、「コメント3」といった順番で
COBOLとYPSの非実行文の出現順番が一致してい
るので、図6の6−1の群2の仕様別比較結果の出力順
位が一致欄に「○印」を格納する。「行内」や「×」の
場合は、生成後資産上の非実行文の順序が変更されてし
まっているので、チェックを迂回する。例えば、COB
OL資産からYPS資産への移行の例では、図2や図4
の4−3で分かるように、言語仕様/文法の違いから、
コメント4の位置が逆転してしまうといったことがある
からである。Next, in step 22, the contents of the line / in-line division column of 4-2 (group 2) and 4-3 (group 3) containing the comparison result of the non-executable statement analysis table in FIG. It is checked whether or not only those stored as “row”, that is, only the group 2 of 4-2 in FIG. 4 have the same output order. 4- of FIG.
In FIG. 6, since the non-executable statements in the order of "comment 2", "comment 2", "comment 3", and "comment 3" match in the order of the non-executable statements in COBOL and YPS, FIG. “O” is stored in the column where the output order of the comparison result by specification of the group 2 of 6-1 matches. In the case of "inline" or "x", the check is bypassed because the order of non-executable statements on the generated asset has been changed. For example, COB
In the example of the transition from the OL asset to the YPS asset, FIG.
As you can see in 4-3 of above, due to differences in language specifications / grammar,
This is because the position of the comment 4 may be reversed.
【0025】ステップ23とステップ24では、直前の
命令が一致しているか、また作用対象1が一致している
かどうかをチェックして、一致していれば、検証用仕様
テーブル(図6)のそれぞれの該当欄に「○印」を格納
する。例えば、図4の4ー2の直前の命令が「MOV
E」で同じなので、検証用仕様テーブル(図6の6ー
1)の直前の命令が一致欄に「○印」を格納する。ま
た、作用対象1の語が「X1−DATA」で同じなの
で、同様に、図6の6ー1の作用対象1が一致欄に「○
印」を格納する。In steps 23 and 24, it is checked whether the immediately preceding instruction matches and whether the operation target 1 matches, and if they match, each of the verification specification tables (FIG. 6) is checked. "O" is stored in the corresponding field. For example, the instruction immediately before 4-2 in FIG.
Since the same is applied to “E”, the instruction immediately before the specification table for verification (6-1 in FIG. 6) stores “O” in the matching column. Also, since the word of the operation target 1 is the same in “X1-DATA”, similarly, the operation target 1 of 6-1 in FIG.
The seal is stored.
【0026】続いて、ステップ25では、図4非実行文
解析テーブル比較結果入の4−2や4−3の行/行内区
分欄の内容が、「行内」か「×」のものにたいして、直
前の語が一致しているかどうか、オリジナル資産側(C
OBOL)の直後の語が「TO」と一致しているかどう
か、群の終りであるかどうかの3点についてチェックす
る。即ち、図4の4ー3のコメント4/5/6の群3の
グループを対象としたチエックを行っている。尚、ここ
でのチエック情報は、後述の非実行文の比較手段41の
判定処理の貴重な情報となる。行/行内区分欄の内容が
「行」の場合はチェックを迂回する。例えば、図4の4
−2の群2の非実行文については、出現順序が一致して
いるので、ステップ24までで等価性検証は完了してし
まうからである。一方、図4の4−3の群3の非実行文
については、出現順序が異なっているため、群内での、
非実行文の前後関係をチェックして等価性を判定するた
めの、情報を収集しておく必要が生じてくるわけであ
る。本発明では、オリジナル資産側と、生成後資産側の
非実行文そのものの内容と、その非実行文を取り巻く環
境情報を、群単位に検証することによって、高度な等価
性検証を実現している。Subsequently, in step 25, the contents of the line / inline division column of 4-2 or 4-3 containing the comparison result of the non-executable sentence analysis table in FIG. The original asset side (C
Check if the word immediately after OBOL) matches "TO" and if it is the end of the group. That is, a check is performed on the group of the group 3 of the comment 4/5/6 of 4-3 in FIG. It should be noted that the check information here is valuable information for the determination process of the non-executable sentence comparing unit 41 described later. When the content of the line / in-line classification column is “line”, the check is bypassed. For example, 4 in FIG.
This is because the non-executable statements of the group 2 of -2 appear in the same order, and the equivalence verification is completed up to step 24. On the other hand, the non-executable statements in group 3 of 4-3 in FIG.
In other words, it is necessary to collect information for checking the context of non-executable statements and determining equivalence. In the present invention, advanced equivalence verification is realized by verifying the content of the non-executable statement itself on the original asset side and the generated asset side and the environment information surrounding the non-executable statement on a group basis. .
【0027】次の、ステップ28では、言語仕様/文法
によって生じる、生成型移行後の非実行文の相違につい
て、適切な等価性判定が出来るように、予めプログラム
資産の要件入力として、端末装置より入力し、その定義
内容を図5の仕様テーブルとして格納する。例えば、C
OBOL資産からYPS資産への生成型移行の場合の要
件定義としては、図5の仕様テーブルに示すように、3
つのパターンで要件の定義がなされている。パターン1
は、行/行内区分が「行」の場合で、非実行文が単独で
存在するパターンである。この場合は、非実行文の内容
が一致と、非実行文の出力順位が一致と、非実行文の直
前の命令が一致と、非実行文が属する命令の作用対象1
が一致の4つの内容が、一致すれば等価性があると判定
する意味の定義である。また、パターン2は、行/行内
区分が「行内」の場合で、非実行文が、ある命令の途中
に存在するパターンである。ここで、ある命令とは、オ
リジナル資産側の命令、具体的にはMOVE命令を定義
している。このパターン2の場合は、非実行文の内容が
一致と、直前の命令が一致と、作用対象1が一致と、非
実行文の直前の語が一致の4つの内容が、一致すれば等
価性があると判定する意味の定義である。パターン3の
場合は、非実行文の内容が一致と、直前の命令が一致
と、作用対象1が一致の3つの内容が、一致するかどう
かという点では、パターン2と似ているが、パターン3
では、さらに、非実行文の直前の語が不一致で、オリジ
ナル側の非実行文の直後の語(本例では、「”TO”と
一致」を定義している)が一致しており、生成後側の非
実行文が群の終りであれば、等価性があると判定すると
いった条件を加えて定義している。In the next step 28, the terminal device is used as a program resource requirement input in advance so that a difference between non-executable statements caused by the language specification / grammar after the transition to the generation type can be appropriately determined. Input and store the definition contents as a specification table of FIG. For example, C
As shown in the specification table of FIG. 5, the requirement definition in the case of the generation type transition from the OBOL asset to the YPS asset is 3
Requirements are defined in three patterns. Pattern 1
Is a pattern in which the line / in-line division is “line” and a non-executable statement exists alone. In this case, the content of the non-executable statement matches, the output order of the non-executable statement matches, the instruction immediately before the non-executable statement matches, and the operation target 1 of the instruction to which the non-executable statement belongs
Is a definition of the meaning of determining that if the four contents of the match match, it is determined that there is equivalence. Pattern 2 is a pattern in which the line / in-line division is “in-line” and a non-executable statement exists in the middle of a certain instruction. Here, the certain command defines a command on the original asset side, specifically, a MOVE command. In the case of the pattern 2, if the contents of the non-executable statement match, the immediately preceding instruction matches, the operand 1 matches, and the word immediately before the non-executable statement matches, the equivalence is equal. This is the definition of the meaning to determine that there is. The pattern 3 is similar to the pattern 2 in that the contents of the non-executable statement match, the immediately preceding instruction matches, and the operation target 1 matches. 3
Further, the word immediately before the non-executable statement does not match, and the word immediately after the non-executable statement on the original side (in this example, “matches with“ TO ”) is matched. If the latter non-executable statement is the end of the group, it is defined by adding a condition that it is determined that there is equivalence.
【0028】次に、ステップ29では、仕様テーブル
(図5)を全て読み込んでおく、ステップ30では、検
証用仕様テーブル(図6の6−1と6−2)の非実行文
比較結果1レコード単位に読み込み、ステップ31で、
行/行内区分の内容によって、まず、内容が「行」の場
合は、パターン1を等価性判定の内容に採用することと
し、検証用仕様テーブル(図6の6−1)の判断内容の
行に、パターン1の要件定義情報を格納する。例えば、
コメント2やコメント3は行/行内区分が「行」なの
で、このパターン1の内容と一致するかどうか検証する
ことにより、等価性の有無が判定できる。結果的には、
内容がパターン1と一致しているので、コメント2とコ
メント3は等価性判定で「OK」となる。Next, in step 29, the entire specification table (FIG. 5) is read. In step 30, one record of the non-executable statement comparison result in the verification specification table (6-1 and 6-2 in FIG. 6) is read. Read in units and in step 31
According to the content of the line / intra-line division, if the content is "line", the pattern 1 is adopted as the content of the equivalence determination, and the row of the determination content in the verification specification table (6-1 in FIG. 6) is used. , The requirement definition information of pattern 1 is stored. For example,
Since the comment / comment 3 has a line / line division of “line”, it is possible to determine whether or not there is equivalence by verifying whether or not it matches the contents of the pattern 1. In terms of results,
Since the contents match the pattern 1, the comments 2 and 3 are "OK" in the equivalence determination.
【0029】また、ステップ31で、行/行内区分の内
容が「行内」または「×」の場合は、ステップ36で、
属する命令がMOVE、かつ、ステップ37で非実行文
の直前の語が一致の場合は、パターン2を等価性判定の
内容に採用することとし、検証用仕様テーブル(図6の
6−2)の判断内容の行に、パターン2の要件定義情報
を格納する。例えば、コメント5やコメント6が、この
パターン2に該当するので、パターン2の内容と一致す
るかどうか検証することにより、等価性の有無が判定で
きる。結果的には、内容がパターン2と全ての項目で一
致しているので、コメント5とコメント6は等価性判定
で「OK」となる。If it is determined in step 31 that the content of the line / in-line division is "in line" or "x", in step 36,
If the instruction to which the instruction belongs is MOVE and the word immediately before the non-executable statement matches in step 37, pattern 2 is adopted as the content of the equivalence determination, and the pattern 2 in the verification specification table (6-2 in FIG. 6) is used. The requirement definition information of the pattern 2 is stored in the line of the judgment content. For example, since the comment 5 and the comment 6 correspond to the pattern 2, the presence or absence of equivalence can be determined by verifying whether or not the content of the pattern 2 matches. As a result, since the contents match the pattern 2 in all items, the comments 5 and 6 are "OK" in the equivalence determination.
【0030】ステップ37で、非実行文の直前の語欄が
不一致且つ、オリジナル側の直後の語欄が一致(TOと
一致)の場合は、パターン3を等価性判定の内容に採用
することとし、検証仕様テーブル(図6の6−2)の判
断内容の行に、パターン3の要件定義情報を格納する。
例えば、コメント4が、このパターン3に該当するの
で、パターン3の内容と一致するかどうか検証すること
により、等価性の有無が判定できる。結果的には、内容
がパターン3と全ての項目で一致しているので、コメン
ト4は等価性判定で「OK」となる。このパターン3の
ように、言語仕様/文法が異なることによる非実行文の
出現順位などの環境が異なっても、本発明の検証装置に
より、等価性検証が、高品質で実現する。In step 37, if the word field immediately before the non-executable statement does not match and the word field immediately after the original side matches (matches TO), pattern 3 is adopted as the content of the equivalence determination. In the verification specification table (6-2 in FIG. 6), the requirement definition information of the pattern 3 is stored in the row of the determination content.
For example, since the comment 4 corresponds to the pattern 3, the presence or absence of equivalence can be determined by verifying whether or not the comment 4 matches the content of the pattern 3. As a result, since the content matches pattern 3 in all items, comment 4 is “OK” in the equivalence determination. As in Pattern 3, even when the environment such as the order of appearance of non-executable sentences due to different language specifications / grammars differs, the verification device of the present invention realizes high-quality equivalence verification.
【0031】ステップ42では、非実行文解析テーブル
比較結果入(図4の4−1)と検証用仕様テーブル(図
6の6−1と6−2)を読み込んで、図示しない画面ま
たは、プリンタへ非実行文の検証結果を出力する。この
ようにして、オリジナル資産と生成移行資産との同一性
の検証作業における、非実行文の等価性検証作業は、膨
大なプログラム資産の、ステートメント一つ一つを考慮
して、等価性判定のロジックを組み立てる必要がある。
そこで、検証装置10は、プログラム資産の言語仕様/
文法の違いからくる、移行仕様の要件を定義させ、間違
いやすく、検証品質が悪い点を考慮した検証作業につい
ては、オリジナル資産と生成型移行資産を群単位に等価
性を検証すると同時に、非実行文が命令中に存在して
も、十分に等価性検証ができるようにした。これによ
り、精度の高い等価性検証作業が自動的に行われるわけ
である。 図示実施例に従って、本発明を詳細に説明し
たが、本発明はこれに限定されるものではない。例え
ば、実施例ではCOBOL資産からYPS資産への生成
型移行を意識した検証の適用例に従って本発明を説明し
たが、本発明は、その適用が言語仕様/文法に限定され
るわけではなく、あらゆるプログラムや制御文の移行に
関する、検証作業に適用されるものである。In step 42, the non-executable sentence analysis table comparison result input (4-1 in FIG. 4) and the verification specification table (6-1 and 6-2 in FIG. 6) are read, and a screen (not shown) or a printer Outputs the verification result of the non-executable statement to In this way, the equivalence checking of non-executable statements in the verification of the identity of the original asset and the generated / migrated asset is performed in consideration of each statement of the huge program You need to build your logic.
Therefore, the verification device 10 uses the language specification /
Define the requirements of the migration specification due to differences in grammar, and verify the equivalence of the original assets and the generated migration assets in groups, and perform no Even if a statement exists in an instruction, sufficient equivalence checking can be performed. As a result, a highly accurate equivalence checking operation is automatically performed. Although the present invention has been described in detail with reference to the illustrated embodiments, the present invention is not limited thereto. For example, in the embodiment, the present invention has been described in accordance with the application example of the verification conscious of the generation type transition from the COBOL asset to the YPS asset. However, the present invention is not limited to the language specification / grammar, but may be applied to any application. This is applied to verification work related to the transfer of programs and control statements.
【0032】また、本例では、移行したプログラム資産
について移行前後のプログラムを比較して非実行文が等
価であるかを検証する例で説明したが、本願発明は、移
行前後のプログラムの生成仕様を定義しておくことによ
り、逐一比較すると記述位置が変更された場合でも生成
仕様に準拠していれば等価であるとする点が特徴である
ため、検証する場合だけでなく、移行先プログラムを生
成する場合でも利用できるものである。すなわち、本願
発明の特徴である生成仕様を予め定義することにより、
プログラム生成時には、定義された仕様に従って非実行
文を変換するものであり、等価性を保証すると共に移行
先プログラムの利用者の所望する位置に出力することが
可能となるものである。Also, in this example, an example has been described in which the pre- and post-migration programs are compared to verify whether the non-executable statements are equivalent for the migrated program assets. Is characterized by the fact that even if the description position is changed by comparison one by one, it will be equivalent if it conforms to the generation specification. It can be used even if it is generated. That is, by defining in advance the generation specification which is a feature of the present invention,
When the program is generated, the non-executable statement is converted in accordance with the defined specification, and it is possible to guarantee the equivalence and output it to a position desired by the user of the migration destination program.
【0033】[0033]
【発明の効果】以上説明したように、本発明では、独自
の検証装置により、複雑なプログラム資産のロジックを
意識せず、言語仕様/文法の違いからくる生成後資産の
内容の変化を要件仕様として、いくつかのパターンとし
てテーブル形式で定義でき、プログラム資産内の非実行
文を自動抽出して、群単位のグルーピングの中で、オリ
ジナル資産と生成後資産の等価性を検証する機能を有す
るので、高度な等価性検証処理が可能である。これらの
機能を駆使することにより、非実行文についての、等価
性検証が自動化できるため、生成型移行を行った際の、
オリジナル資産と生成後資産の等価性の検証を、短期
間、高品質に出来るようになる。As described above, according to the present invention, the unique verification device does not consider the logic of a complex program asset, and does not require a change in the content of the generated asset due to a difference in language specification / grammar. Since it can be defined in a table format as several patterns, it has a function to automatically extract non-executable statements in program assets and verify the equivalence of original assets and generated assets in grouping by group. , Advanced equivalence verification processing is possible. By making full use of these functions, the equivalence verification for non-executable statements can be automated.
Verification of the equivalence between the original asset and the generated asset can be performed in a short period of time with high quality.
【図1】本発明のシステム構成図である。FIG. 1 is a system configuration diagram of the present invention.
【図2】本発明の一実施例で適用する非実行文の等価性
検証のプログラム資産例である。FIG. 2 is an example of a program resource for verifying equivalence of non-executable statements applied in an embodiment of the present invention.
【図3】本発明が具備する機能による、非実行文解析テ
ーブルの一実施例である。FIG. 3 is an embodiment of a non-executable sentence analysis table according to a function of the present invention.
【図4】本発明が具備する機能による、非実行文解析テ
ーブルの物理順比較結果入の一実施例である。FIG. 4 shows an embodiment of a function included in the present invention, in which a physical order comparison result of a non-executable statement analysis table is entered.
【図5】本発明が具備する機能による、仕様テーブルの
一実施例である。FIG. 5 is an embodiment of a specification table according to functions provided by the present invention.
【図6】本発明が具備する機能による、検証用仕様テー
ブルの群単位での仕様要件別比較結果入の一実施例であ
る。FIG. 6 is an example of a comparison result for each specification requirement in a group of verification specification tables according to a function of the present invention.
【図7】本発明が具備する機能による、テーブル間の相
互関連を示す説明図(その1)である。FIG. 7 is an explanatory diagram (part 1) showing the inter-relationship between tables according to the function of the present invention.
【図8】本発明が具備する機能による、テーブル間の相
互関連を示す説明図(その2)である。FIG. 8 is an explanatory diagram (part 2) illustrating the inter-relationship between tables according to the function of the present invention.
【図9】本発明の検証装置の入力データを生成する移行
処理フローチャートの一実施(その1)である。FIG. 9 is an embodiment (part 1) of a migration processing flowchart for generating input data of the verification device of the present invention.
【図10】本発明の検証装置の実行する処理フローチャ
ートの一実施例(その2)である。FIG. 10 is an embodiment (part 2) of a processing flowchart executed by the verification device of the present invention.
【図11】本発明の検証装置の実行する処理フローチャ
ートの一実施例(その3)である。FIG. 11 is an embodiment (part 3) of a processing flowchart executed by the verification device of the present invention.
【図12】a図は本発明の検証装置の実行する群判断の
基準についての一実施例説明図である 。b図は本発明
の検証装置の実行する群判定処理の詳細説明図(その
1)である。c図は本発明の検証装置の実行する群判定
処理の詳細説明図(その2)である。FIG. 12A is an explanatory diagram of one embodiment of a criterion for group judgment executed by the verification device of the present invention. FIG. 6B is a detailed explanatory diagram (part 1) of the group determination process executed by the verification device of the present invention. FIG. 3C is a detailed explanatory diagram (part 2) of the group determination process executed by the verification device of the present invention.
【図13】本発明の検証装置の実行する処理フローチャ
ートの一実施例(その4)である。FIG. 13 is an example (part 4) of a processing flowchart executed by the verification device of the present invention.
【図14】本発明の検証装置の実行する処理フローチャ
ートの一実施例(その5)である。FIG. 14 is an example (part 5) of a processing flowchart executed by the verification device of the present invention.
【図15】本発明の検証装置の実行する処理フローチャ
ートの一実施例(その6)である。FIG. 15 is an embodiment (part 6) of a processing flowchart executed by the verification device of the present invention.
【図16】本発明の検証装置の実行する処理フローチャ
ートの一実施例(その7)である。FIG. 16 is an example (part 7) of a processing flowchart executed by the verification device of the present invention;
【図17】本発明の検証装置の実行する処理フローチャ
ートの一実施例(その8)である。FIG. 17 is an embodiment (part 8) of a processing flowchart executed by the verification device of the present invention.
11 非実行文解析手段 12 A言語用入力手段 13 B言語用入力手段 14 オリジナル資産 15 生成後資産 21 非実行文の群把握手段 31 要件入力手段 41 非実行文の比較手段 51 表示手段 61 非実行文解析テーブル 71 仕様テーブル 81 検証用仕様テーブル 11 Non-executable sentence analyzing means 12 Input means for A language 13 Input means for B language 14 Original assets 15 Generated assets 21 Non-executable sentence group grasp means 31 Requirement input means 41 Non-executable sentence comparison means 51 Display means 61 Non-executable Sentence analysis table 71 Specification table 81 Specification table for verification
Claims (5)
プログラムに含まれる非実行文が等価であるかを検証す
る等価性検証装置において、 各プログラムについて1命令の実行文及び非実行文から
構成される群について、同一群内に配置される非実行文
の位置を定義する仕様定義手段と、 移行前後のプログラムについて、実行文及び非実行文の
位置を解析する非実行文解析手段と、 前記非実行文解析手段で解析された複数の移行前後のプ
ログラム間で前記群に含まれる複数の実行文及び非実行
文を比較し、前記仕様定義手段で定義された位置に非実
行文がある場合には移行前後のプログラムの非実行文が
等価であることを判定する群把握手段から構成されるこ
とを特徴とする等価性検証装置。An equivalence checking apparatus for verifying whether non-executable statements included in a plurality of programs generated according to a program transition are equivalent, comprises an executable statement of one instruction and a non-executable statement for each program. Specification definition means for defining a position of a non-executable statement arranged in the same group for a group to be executed; non-executable statement analyzing means for analyzing the positions of an executable statement and a non-executable statement for programs before and after the migration; A plurality of executable statements and non-executable statements included in the group are compared between a plurality of programs before and after migration analyzed by the non-executable statement analyzing unit, and a non-executable statement is located at a position defined by the specification definition unit. An equivalence verification apparatus characterized in that the equivalence verification apparatus comprises a group grasping means for judging that the non-executable statements of the programs before and after the transition are equivalent.
る非実行文の位置について前後の実行文の内容と関連づ
けて位置を定義することを特徴とする請求項1記載の等
価性検証装置。2. The equivalence checking apparatus according to claim 1, wherein said specification definition means defines a position of a non-executable statement arranged in the same group in association with contents of preceding and following executable statements. apparatus.
プログラムに含まれる非実行文が等価であるかを検証す
る等価性検証装置において、 移行前後のプログラムについて、1命令の実行文及び実
行文に付加される非実行文の記述仕様を定義する仕様定
義手段と、 移行前後のプログラムについて、実行文及び非実行文の
内容、位置を解析する非実行文解析手段と、 前記非実行文解析手段で解析された複数の移行前後のプ
ログラムを比較し、前記仕様定義手段で定義された記述
仕様に従っている場合には移行前後のプログラムの非実
行文が等価であることを判定することを特徴とする等価
性検証装置。3. An equivalence checking apparatus for verifying whether non-executable statements included in a plurality of programs generated according to a transfer of a program are equivalent. Specification definition means for defining a description specification of a non-executable statement added to a program, non-executable statement analyzing means for analyzing the contents and positions of an executable statement and a non-executable statement with respect to a program before and after migration, and the non-executable statement analyzing means Comparing the plurality of programs before and after the analysis analyzed in the above, and determining that the non-executable statements of the programs before and after the migration are equivalent if the program conforms to the description specification defined by the specification definition means. Equivalence verification device.
するプログラム資産変換装置において、 変換前後のプログラムについて、1命令の実行文及び非
実行文から構成される群について、同一群内の非実行文
の位置について定義する仕様定義手段を備え、 変換対象プログラムが入力されると前記仕様定義手段で
定義された内容を参照し、プログラムを別プログラム言
語に変換すると共に、仕様定義手段で定義された位置に
非実行文を出力することを特徴とするプログラム資産変
換装置。4. A program asset conversion device for converting a program language into another program language, wherein, for a program before and after conversion, a group consisting of an executable statement and a non-executable statement of one instruction, A specification defining means for defining a position is provided.When a program to be converted is inputted, the program refers to the contents defined by the specification defining means, converts the program into another program language, and converts the program to a position defined by the specification defining means. A program asset conversion device for outputting a non-executable statement.
プログラムに含まれる非実行文が等価であるかを検証す
る等価性検証装置において、 各プログラムについて1命令の実行文及び非実行文から
構成される群について、同一群内に配置される非実行文
の位置について定義する仕様定義手段と、 移行前後のプログラムについて、実行文及び非実行文の
内容及び位置を解析する非実行文解析手段と、 前記非実行文解析手段で解析された複数の移行前後のプ
ログラム間で前記群に含まれる複数の実行文及び非実行
文を比較し、前記仕様定義手段で定義された位置に非実
行文がある場合には移行前後のプログラムの非実行文が
等価であることを判定する群把握手段をコンピュータに
実行させることを特徴とするコンピュータ読み取り可能
なプログラム記憶媒体。5. An equivalence checking apparatus for verifying whether non-executable statements included in a plurality of programs generated in accordance with a transition of a program are equivalent, comprising an executable statement of one instruction and a non-executable statement for each program. Specification definition means for defining the position of non-executable statements placed in the same group for a group to be executed, and non-executable statement analysis means for analyzing the contents and positions of executable statements and non-executable statements for programs before and after migration. Comparing a plurality of executable statements and non-executable statements included in the group between a plurality of programs before and after migration analyzed by the non-executable statement analyzing means, and a non-executable statement at a position defined by the specification defining means; In some cases, the program causes a computer to execute a group comprehension means for judging that non-executable statements of programs before and after migration are equivalent. Beam storage medium.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP10280265A JP2000112747A (en) | 1998-10-01 | 1998-10-01 | Device for verifying equivalence of non-executable statement in program resource |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP10280265A JP2000112747A (en) | 1998-10-01 | 1998-10-01 | Device for verifying equivalence of non-executable statement in program resource |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2000112747A true JP2000112747A (en) | 2000-04-21 |
JP2000112747A5 JP2000112747A5 (en) | 2005-11-24 |
Family
ID=17622596
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP10280265A Pending JP2000112747A (en) | 1998-10-01 | 1998-10-01 | Device for verifying equivalence of non-executable statement in program resource |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2000112747A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008129858A (en) * | 2006-11-21 | 2008-06-05 | Fujitsu Ltd | Design/verification support program and recording medium with program recorded thereon |
WO2015015622A1 (en) * | 2013-08-01 | 2015-02-05 | 松崎 務 | Apparatus and program |
-
1998
- 1998-10-01 JP JP10280265A patent/JP2000112747A/en active Pending
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008129858A (en) * | 2006-11-21 | 2008-06-05 | Fujitsu Ltd | Design/verification support program and recording medium with program recorded thereon |
JP4589294B2 (en) * | 2006-11-21 | 2010-12-01 | 富士通株式会社 | Design / verification support program and recording medium recording the program |
US8370781B2 (en) | 2006-11-21 | 2013-02-05 | Fujitsu Limited | Computer product for supporting design and verification of integrated circuit |
US9177088B2 (en) | 2006-11-21 | 2015-11-03 | Fujitsu Limited | Computer product for supporting design and verification of integrated circuit |
US9378316B2 (en) | 2006-11-21 | 2016-06-28 | Fujitsu Limited | Computer product for supporting design and verification of integrated circuit |
WO2015015622A1 (en) * | 2013-08-01 | 2015-02-05 | 松崎 務 | Apparatus and program |
US9792197B2 (en) | 2013-08-01 | 2017-10-17 | Shinichi Ishida | Apparatus and program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110928772B (en) | Test method and device | |
US20070011664A1 (en) | Device and method for generating an instruction set simulator | |
KR102013657B1 (en) | Apparatus for statically analyzing assembly code including assoxiated multi files | |
US20150020051A1 (en) | Method and apparatus for automated conversion of software applications | |
JP2000112784A (en) | Program test support device and storage medium recording program test support program | |
JP3502543B2 (en) | Test case generation system and test case generation method | |
WO2018097022A1 (en) | Automatic translation pattern learning device, automatic translation preprocessing device, and computer program | |
JP5405684B1 (en) | Source program programming language converter | |
US8166453B2 (en) | Method and system for inconsistency resolution with cycle detection in a model-driven software environment | |
Oliveira et al. | An Extensible Framework to Implement Test Oracle for Non-Testable Programs. | |
JP5163172B2 (en) | Software test item editing support apparatus and software test item editing support method | |
Vytovtov et al. | Source code quality classification based on software metrics | |
JP2000112747A (en) | Device for verifying equivalence of non-executable statement in program resource | |
Karakasidis | Diorthotis: a parallel batch evaluator for programming assignments | |
JP6547345B2 (en) | Test case generation program, test case generation method and test case generation apparatus | |
US9442701B1 (en) | Verifying models for exceptional behavior | |
JP2008197897A (en) | Test pattern generation apparatus and generation method | |
KR102046622B1 (en) | Software service system based on workflow and computer program that performs each step of the system | |
JP6993573B2 (en) | Program analysis method, program analysis device and program analysis program | |
Sakaguchi et al. | Extracting a unified directory tree to compare similar software products | |
US11782819B2 (en) | Program execution monitoring using deep memory tracing | |
WO2015030016A1 (en) | System for processing unstructured data, method for processing unstructured data, and recording medium | |
JP5514682B2 (en) | Batch processing program analysis method and apparatus | |
JPH09330212A (en) | Programming language processing system | |
JPH0793144A (en) | Program analyzer |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20050915 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20050915 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080805 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20090303 |