JPH10283166A - Program function analysis support method, device and record medium - Google Patents

Program function analysis support method, device and record medium

Info

Publication number
JPH10283166A
JPH10283166A JP9205597A JP20559797A JPH10283166A JP H10283166 A JPH10283166 A JP H10283166A JP 9205597 A JP9205597 A JP 9205597A JP 20559797 A JP20559797 A JP 20559797A JP H10283166 A JPH10283166 A JP H10283166A
Authority
JP
Japan
Prior art keywords
user
function
program
name
programs
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP9205597A
Other languages
Japanese (ja)
Inventor
Yoshio Takeyama
善雄 竹山
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP9205597A priority Critical patent/JPH10283166A/en
Publication of JPH10283166A publication Critical patent/JPH10283166A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To support so that the function analysis of a user program that is generated through a compiler language may easily and also surely be carried out. SOLUTION: This device stores a function correspondence table 243 which describes a correspondence relation between a function identification name NFD that is described on a source program 211 and an execution module name NMD that is a function name of execution modules 234a and 234b, retrieves an execution type library 22 which includes plural execution programs 221a and 221b that are execution type programs about a user program by making the NMD a key and also referring to the table 243, and outputs the NFD that corresponds to the NMD about the programs 221a and 221b including the NMD and a source program name NSP of source programs 211a and 211b which correspond to the programs 221a and 221b including the NMD as retrieval results.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、コンパイラ言語に
よって作成された利用者プログラムの機能分析を支援す
る方法及び装置並びに記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method and an apparatus for supporting functional analysis of a user program created by a compiler language, and a recording medium.

【0002】コンピュータのハードウエア又はソフトウ
エアのメーカから製品として提供されるコンパイラに
は、通常、本来の翻訳処理を行うコンパイラのみなら
ず、プログラムに文として記述された種々の機能を実現
するための実行形式の多数のモジュールが実行時ライブ
ラリとして含まれている。
A compiler provided as a product from a computer hardware or software maker usually includes not only a compiler for performing original translation processing but also various functions described as sentences in a program. Many executable modules are included as runtime libraries.

【0003】コンパイラ言語を用いて作成された複数の
ソースプログラム(利用者ソースプログラム)は、コン
パイルされて中間形式の複数のコンパイルユニットとな
り、複数のコンパイルユニットはリンカにより1つの実
行形式プログラムである利用者実行形式プログラムに変
換される。その際に、利用者ソースプログラム中に記述
された多数の文のうち、実行時ライブラリとして提供さ
れている機能については、それに対応する機械語が生成
されることに代えて、その機能に対応する実行形式のモ
ジュールの名前である機能名に置き換えられる。
A plurality of source programs (user source programs) created using a compiler language are compiled into a plurality of intermediate-format compile units, and the plurality of compile units are used as one executable program by a linker. Is converted to a user executable program. At this time, among the many statements described in the user source program, the function provided as the runtime library corresponds to the function instead of generating the corresponding machine language. Replaced with the function name, which is the name of the executable module.

【0004】コンピュータの利用の日常化にともなっ
て、作成される利用者ソースプログラムの数も膨大とな
り、それに応じて利用者実行形式プログラムの数も増大
している。また、利用者実行形式プログラムにおいて、
実行時ライブラリがしばしば参照され、また他の利用者
実行形式プログラムが参照されるなど、プログラムの相
互間において複雑な関連を有している。
[0004] With the daily use of computers, the number of user source programs to be created has become enormous, and the number of user executable programs has increased accordingly. In the user executable program,
There is a complex relationship between programs, such as runtime libraries are often referenced and other user executable programs are referenced.

【0005】したがって、作成されたプログラム、又は
実際に運用されているプログラムについて、プログラム
の修正、編集、保守、管理などを確実に行うためには、
プログラムの機能分析を充分に行う必要があり、そのた
めにプログラムの機能分析を容易に且つ確実に行えるよ
うな機能分析支援装置が望まれている。
[0005] Therefore, in order to reliably correct, edit, maintain, and manage a program created or actually operated,
It is necessary to sufficiently analyze the function of a program, and therefore, a function analysis support device capable of easily and reliably analyzing the function of a program is desired.

【0006】[0006]

【従来の技術】従来において、利用者プログラムの機能
分析は、利用者ソースプログラムを対象として行われて
いた。
2. Description of the Related Art Conventionally, functional analysis of a user program has been performed for a user source program.

【0007】すなわち、例えば、COBOL85言語に
より作成されたプログラムでは、年月日の表現が「YY
MMDD」又は「YYDDD」であり、2000年と1
900年とでは「YY」が共に「00」と同一になって
しまうため、西暦2000年を迎えるに当たってプログ
ラム中に記述された年月日に関連する処理を点検する必
要が生じる。
That is, for example, in a program created in the COBOL 85 language, the expression of the date is "YY
MMDD ”or“ YYDDD ”, 2000 and 1
Since both "YY" and "900" are the same in "900", it is necessary to check the processing related to the date described in the program before the year 2000 is reached.

【0008】COBOL85言語において年月日を得る
ための記述は、「ACCEPT データ領域 FROM
DATE」又は「ACCEPT データ領域 FRO
MDAY」であり、従来においては、利用者ソースプロ
グラムをチェックし、そのような記述がなされているも
のを抽出していた。
The description for obtaining the date in the COBOL 85 language is described in “ACCEPT data area FROM
DATE ”or“ ACCEPT data area FRO
MDAY ". Conventionally, a user source program is checked to extract a program having such a description.

【0009】[0009]

【発明が解決しようとする課題】しかし、利用者ソース
プログラムを対象として機能分析を行う場合には、同一
の機能であっても言語が異なれば記述が異なるので、利
用者ソースプログラムに使用されている言語毎に異なる
記述をチェックしなければならず、チェックに多くの時
間と労力を要する。しかも、通常、利用者ソースプログ
ラムは利用者実行形式プログラムよりもデータ量が多
く、また実際には運用されていない利用者ソースプログ
ラムについてもチェックを行う可能性があるので、その
分だけ余計に時間を要する。
However, when a function analysis is performed for a user source program, even if the same function is used, the description is different if the language is different. Different languages have to be checked for different descriptions, which takes a lot of time and effort. In addition, usually, the user source program has a larger amount of data than the user executable program, and there is a possibility that the user source program that is not actually operated may be checked, so that extra time is required. Cost.

【0010】また、利用者実行形式プログラムが実際に
運用されているにも係わらず、それに対応する利用者ソ
ースプログラムが不存在又は不明となっている場合があ
り、その場合にはチェック洩れとなって後で問題の発生
する可能性がある。
[0010] Further, there is a case where the user source program corresponding to the user executable program is absent or unknown even though the user executable program is actually operated, in which case the check is omitted. May cause problems later.

【0011】本発明は、上述の問題に鑑みてなされたも
ので、コンパイラ言語によって作成された利用者プログ
ラムの機能分析を容易に且つ確実に行うことのできるよ
う支援することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made in view of the above-mentioned problem, and has as its object to support the function analysis of a user program created by a compiler language so that it can be performed easily and reliably.

【0012】[0012]

【課題を解決するための手段】請求項1の発明に係る方
法は、上述の課題を解決するため、コンパイラ言語によ
って作成された利用者プログラムの機能分析を支援する
方法であって、前記利用者プログラムについてのソース
プログラムである利用者ソースプログラムに記述された
機能の識別名とオペレーティングシステムに含まれた実
行時のコンパイラモジュールの機能名との対応関係を記
述した対応表を記憶装置に記憶しておき、前記利用者プ
ログラムについての実行形式プログラムである複数の利
用者実行形式プログラムを含む利用者実行形式ライブラ
リを、前記機能名をキーとし且つ前記対応表を参照して
検索し、前記機能名を含む利用者実行形式プログラムに
ついて、その機能名に対応する識別名と当該機能名を含
む利用者実行形式プログラムに対応する利用者ソースプ
ログラムの名前とを検索結果として出力する。
According to a first aspect of the present invention, there is provided a method for supporting a function analysis of a user program created by a compiler language in order to solve the above-mentioned problems. A correspondence table that describes a correspondence relationship between an identifier of a function described in a user source program which is a source program of the program and a function name of a compiler module at the time of execution included in an operating system is stored in a storage device. A user executable library including a plurality of user executable programs, which are executable programs for the user program, is searched by referring to the correspondence table using the function name as a key, and searching for the function name. For user-executable programs that include, the identifier corresponding to the function name and the user-executable format that includes the function name And outputs the name of the user source program corresponding to the program as the search result.

【0013】請求項2の発明に係る方法は、前記対応表
に記述されている総ての機能名について前記検索を行
う。請求項3の発明に係る方法は、指定された特定の機
能名について前記検索を行う。
According to a second aspect of the present invention, the search is performed for all function names described in the correspondence table. According to a third aspect of the present invention, the search is performed for a specified specific function name.

【0014】請求項4の発明に係る装置は、コンパイラ
言語によって作成された利用者プログラムの機能分析を
支援する装置であって、記憶装置に記憶され、前記利用
者プログラムについてのソースプログラムである利用者
ソースプログラムに記述された機能の識別名とオペレー
ティングシステムに含まれた実行時のコンパイラモジュ
ールの機能名との対応関係を記述した対応表と、前記利
用者プログラムについての実行形式プログラムである複
数の利用者実行形式プログラムを含む利用者実行形式ラ
イブラリを、前記機能名をキーとし且つ前記対応表を参
照して検索する検索手段と、前記機能名を含む利用者実
行形式プログラムについて、その機能名に対応する識別
名と当該機能名を含む利用者実行形式プログラムに対応
する利用者ソースプログラムの名前とを検索結果として
出力する出力手段と、を有する。
According to a fourth aspect of the present invention, there is provided an apparatus for supporting a function analysis of a user program created by a compiler language, wherein the apparatus is stored in a storage device and is a source program for the user program. A correspondence table describing the correspondence between the identifiers of the functions described in the user source program and the function names of the compiler modules at the time of execution included in the operating system, and a plurality of executable programs for the user program. Search means for searching for a user executable library including a user executable program by referring to the correspondence table using the function name as a key, and for a user executable program including the function name, User source corresponding to the user executable program including the corresponding identifier and the function name Having output means for outputting program of a name as a search result, the.

【0015】請求項5の発明に係る記録媒体は、コンパ
イラ言語によって作成された利用者プログラムの機能分
析を支援するために、前記利用者プログラムについての
ソースプログラムである利用者ソースプログラムに記述
された機能の識別名とオペレーティングシステムに含ま
れた実行時のコンパイラモジュールの機能名との対応関
係を記述した対応表、及び、前記利用者プログラムにつ
いての実行形式プログラムである複数の利用者実行形式
プログラムを含む利用者実行形式ライブラリを、前記機
能名をキーとし且つ前記対応表を参照して検索する処理
と、前記機能名を含む利用者実行形式プログラムについ
て、その機能名に対応する識別名と当該機能名を含む利
用者実行形式プログラムに対応する利用者ソースプログ
ラムの名前とを検索結果として出力する処理と、をコン
ピュータに実行させるプログラム、を記憶したコンピュ
ータが読み取り可能な記録媒体である。
According to a fifth aspect of the present invention, there is provided a recording medium described in a user source program, which is a source program for the user program, in order to support a function analysis of the user program created by a compiler language. A correspondence table describing the correspondence between the function identification name and the function name of the compiler module at the time of execution included in the operating system, and a plurality of user executable programs that are executable programs of the user program. A process of searching for a user executable format library including the function name as a key and referring to the correspondence table, and for a user executable format program including the function name, an identification name corresponding to the function name and the function Name of the user source program corresponding to the user executable program including Program for executing a process of outputting the result to the computer, which is a recording medium readable computer that stores.

【0016】本発明に係る機能分析支援方法について、
図6に示すフローチャート及び図1乃至図5を参照して
説明する。まず、操作者が機能分析処理を指示する(#
11)。その際に、特定の機能の分析を行いたい場合に
は、その機能の識別名(機能識別名NFD)を入力して
指示する。検索部241は、実行形式ライブラリ22の
中の1つの利用者実行形式プログラム(実行プログラム
221a)をホスト11のメモリ111に読み込む(#
12)。ホスト11は、読み込まれた実行プログラム2
21aについて、実行モジュール名NMDをキーとして
検索を行う(#13)。その際に、操作者によって機能
識別名NFD又は実行モジュール名NMDが指定された
場合にはその指定された実行モジュール名NMDによっ
て検索を行い、指定がない場合には対応表(機能対応表
243)に記述された各実行モジュール名NMDをキー
として検索を行う。
The function analysis support method according to the present invention
This will be described with reference to the flowchart shown in FIG. 6 and FIGS. First, the operator instructs a function analysis process (#
11). At this time, if the user wants to analyze a specific function, the user inputs and designates the identification name of the function (function identification name NFD). The search unit 241 reads one user executable program (executable program 221a) from the executable library 22 into the memory 111 of the host 11 (#
12). The host 11 reads the execution program 2
A search is performed for 21a using the execution module name NMD as a key (# 13). At this time, when the function identification name NFD or the execution module name NMD is specified by the operator, a search is performed by the specified execution module name NMD, and when there is no specification, a correspondence table (function correspondence table 243). A search is performed using each execution module name NMD described in (1) as a key.

【0017】全部の実行プログラムについての検索が終
わると(#14でイエス)、検索結果(検索結果リスト
244)を作成し(#15)、作成した検索結果リスト
244を端末装置12又はプリンタ装置13に出力する
(#16)。
When the search for all execution programs is completed (Yes in # 14), a search result (search result list 244) is created (# 15), and the created search result list 244 is stored in the terminal device 12 or the printer device 13. (# 16).

【0018】図5に示す検索結果リスト244におい
て、例えば実行プログラム名NEPが「LOAD−1」
の実行プログラム221aについて、機能識別名NFD
が「DATE」に対応する実行モジュール234aが使
用されており、それに対応するソースプログラム名NS
Pは「SP−1」であることが分かる。したがって、西
暦2000年への対応として、ソースプログラム名NS
Pが「SP−1」のソースプログラム211aを点検す
る必要があることが分かる。
In the search result list 244 shown in FIG. 5, for example, the execution program name NEP is "LOAD-1".
Function execution name 221a
Uses the execution module 234a corresponding to "DATE", and the corresponding source program name NS
It can be seen that P is “SP-1”. Therefore, as a response to the year 2000, the source program name NS
It can be seen that P needs to check the source program 211a of "SP-1".

【0019】なお、実行モジュール名NMDをキーとし
て検索を行う際に、実行モジュール名NMDを直接のキ
ーとしてもよく、又は実行モジュール名NMDに相当す
る他の記号又はコードによって検索するようにしてもよ
い。
When performing a search using the execution module name NMD as a key, the execution module name NMD may be used as a direct key, or the search may be performed using another symbol or code corresponding to the execution module name NMD. Good.

【0020】本発明に係る機能分析支援装置は、例えば
パーソナルコンピュータ又はワークステーションを用い
て実現される。本発明に係る方法を実行するためのプロ
グラムは、半導体メモリ、ハードディスク、CD−RO
M、フロッピーディスク、又は光磁気ディスクなどの記
録媒体に格納される。記録媒体に格納されたプログラム
は、主メモリ上に適時ローディングされ、処理装置によ
って実行される。その際に、CD−ROMドライブ、フ
ロッピーディスクドライブ、又は光磁気ディスクドライ
ブなどのドライブ装置が必要に応じて用いられる。記録
媒体がネットワークなどの通信回線で結ばれたサーバに
設けられている場合には、通信回線を介してサーバから
プログラムが読み取られ又はダウンロードされる。ま
た、プログラムが通信回線を介して処理装置に転送され
る場合には、通信回線自体も記録媒体に相当する。プロ
グラムは、種々のOS、プラットホーム、システム環
境、又はネットワーク環境の下で動作するように供給可
能である。
The function analysis support apparatus according to the present invention is realized using, for example, a personal computer or a workstation. A program for executing the method according to the present invention includes a semiconductor memory, a hard disk, and a CD-RO.
M, a floppy disk, or a magneto-optical disk. The program stored in the recording medium is loaded on the main memory as appropriate and executed by the processing device. At that time, a drive device such as a CD-ROM drive, a floppy disk drive, or a magneto-optical disk drive is used as necessary. When the recording medium is provided in a server connected by a communication line such as a network, the program is read or downloaded from the server through the communication line. When the program is transferred to the processing device via a communication line, the communication line itself also corresponds to a recording medium. The programs can be supplied to operate under various OSs, platforms, system environments, or network environments.

【0021】[0021]

【発明の実施の形態】図1は本発明に係る機能分析支援
装置AMを備えたコンピュータシステム1の全体の構成
を示すブロック図、図2はコンピュータシステム1に格
納されている各種プログラムの関係を示す図である。
FIG. 1 is a block diagram showing the overall configuration of a computer system 1 provided with a function analysis support device AM according to the present invention. FIG. 2 shows the relationship among various programs stored in the computer system 1. FIG.

【0022】図1において、コンピュータシステム1
は、ホスト11、端末装置12、プリンタ装置13、メ
ディアドライブ装置14、ソースライブラリ21、実行
形式ライブラリ22、コンパイラライブラリ23、及び
分析用ライブラリ24などからなる。各種ライブラリは
磁気ディスク装置に格納されている。
In FIG. 1, a computer system 1
Comprises a host 11, a terminal device 12, a printer device 13, a media drive device 14, a source library 21, an executable format library 22, a compiler library 23, an analysis library 24, and the like. Various libraries are stored in a magnetic disk device.

【0023】端末装置12は、ディスプレイ装置12
1、キーボード122、及びマウス123を有してい
る。キーボード122又はマウス123の操作によって
端末装置12及びホスト11に対して種々の指令及びデ
ータを送ることができる。ディスプレイ装置121の画
面HGには、ホスト11から送られてくる検索結果リス
ト244を始めとして、種々の情報、データ、画像など
が表示される。
The terminal device 12 is a display device 12
1, a keyboard 122 and a mouse 123. Various commands and data can be sent to the terminal device 12 and the host 11 by operating the keyboard 122 or the mouse 123. On a screen HG of the display device 121, various information, data, images, and the like, including a search result list 244 sent from the host 11, are displayed.

【0024】プリンタ装置13は、ホスト11から送ら
れてくる検索結果リスト244を始めとして、種々の情
報を印刷する。メディアドライブ装置14は、CD−R
OM141、フロッピィディスク142、その他の種々
の記録媒体からの読み取り又は書き込みを行う。
The printer device 13 prints various information including the search result list 244 sent from the host 11. The media drive device 14 is a CD-R
It reads or writes from the OM 141, the floppy disk 142, and other various recording media.

【0025】ソースライブラリ21は、コンパイラ言語
を用いて作成された複数のソースプログラムを格納した
ライブラリである。図2に示すように、ソースプログラ
ム211a,b,c…には、それぞれ、「SP−1」
「SP−2」「SP−3」…というソースプログラム名
NSPが付されている。
The source library 21 is a library storing a plurality of source programs created using a compiler language. As shown in FIG. 2, the source programs 211a, b, c,.
Source program names NSP such as “SP-2”, “SP-3”...

【0026】実行形式ライブラリ22は、実行形式のプ
ログラムである実行プログラムを格納したライブラリで
ある。図2に示すように、実行プログラム221a,b
…には、それぞれ、「LOAD−1」「LOAD−2」
…という実行プログラム名NEPが付されている。
The executable library 22 is a library that stores executable programs that are executable programs. As shown in FIG. 2, the execution programs 221a and 221b
... are "LOAD-1" and "LOAD-2" respectively.
.. Are assigned the execution program name NEP.

【0027】コンパイラライブラリ23は、コンパイラ
製品としてメーカから提供される種々のプログラム及び
データを格納したライブラリである。図2に示すよう
に、コンパイラライブラリ23には、コンパイラ23
1、リンカ233、実行時ライブラリ234などが含ま
れる。
The compiler library 23 is a library that stores various programs and data provided from a manufacturer as a compiler product. As shown in FIG. 2, the compiler library 23 includes
1, a linker 233, a runtime library 234, and the like.

【0028】コンパイラ231は、ソースプログラム2
11a,b,cをコンパイルし、中間形式のコンパイル
ユニット232に変換する。複数のコンパイルユニット
232は、リンカ233によって実行プログラム221
a,bに変換される。その際に、ソースプログラム21
1a,b,c中に記述された多数の文のうち、実行時ラ
イブラリ234として提供されている機能については、
それに対応する機械語が生成されることなく、その機能
に対応する実行形式のモジュールである実行モジュール
234a,b,c…の名前(実行モジュール名)NMD
に置き換えられる。
The compiler 231 executes the source program 2
11a, b, and c are compiled and converted into a compilation unit 232 in an intermediate format. The plurality of compilation units 232 are executed by the linker 233 by the execution program 221.
are converted to a and b. At that time, the source program 21
Among the many statements described in 1a, b, and c, the functions provided as the runtime library 234 are as follows.
The names (executable module names) of the execution modules 234a, 234b,..., Which are the modules of the execution format corresponding to the function, without generating the corresponding machine language
Is replaced by

【0029】分析用ライブラリ24は、利用者プログラ
ムの機能分析を行うための実行形式のプログラム及びデ
ータを格納したライブラリである。分析用ライブラリ2
4の実行によって検索結果リスト244が出力される。
これについては後述する。
The analysis library 24 is a library in which executable programs and data for analyzing the functions of the user program are stored. Analysis Library 2
4 executes the search result list 244.
This will be described later.

【0030】ホスト11は、各ライブラリに格納された
プログラムを実行することによって、ソースプログラム
211a,b,c…のコンパイル、実行プログラム22
1a,b…による業務処理、分析用ライブラリ24によ
る利用者プログラムの機能分析処理、端末装置12から
の指令の受け取り及び端末装置12への検索結果リスト
244の出力などのデータ授受、メディアドライブ装置
14との間のデータ授受、プリンタ装置13への検索結
果リスト244の出力、その他の種々の処理を行ってコ
ンピュータシステム1の全体を制御する。
The host 11 executes the programs stored in the respective libraries to compile the source programs 211a, b, c,.
1a, b..., The function analysis of the user program by the analysis library 24, the reception of commands from the terminal device 12, the transfer of data such as the output of the search result list 244 to the terminal device 12, and the media drive device 14. , And outputs the search result list 244 to the printer device 13 and performs various other processes to control the entire computer system 1.

【0031】図3は分析用ライブラリ24及びその実行
による機能分析処理を説明するためのブロック図、図4
は機能対応表243の例を示す図、図5は検索結果リス
ト244の例を示す図である。
FIG. 3 is a block diagram for explaining the analysis library 24 and a function analysis process by executing the library.
FIG. 5 is a diagram showing an example of a function correspondence table 243, and FIG. 5 is a diagram showing an example of a search result list 244.

【0032】図3において、ソースライブラリ21に格
納されたソースプログラム名NSP「SP−1」のソー
スプログラム211aの中には、機能識別名NFDであ
る「DATE」を含んだ文(予約語又は組込み関数)が
記述されている。機能識別名NFDは、ソースプログラ
ムに記述された又は記述することのできる種々の機能を
識別するための記号又はコードであり、実際のソースプ
ログラム211a,b,cへの記述に当たってはコンパ
イラ言語に応じて種々の記述形態をとることができる。
Referring to FIG. 3, in the source program 211a of the source program name NSP "SP-1" stored in the source library 21, a sentence containing the function identification name NFD "DATE" (reserved word or embedded Function) is described. The function identifier NFD is a symbol or a code for identifying various functions described or capable of being described in the source program. In describing the actual source programs 211a, b, and c, the function identifier NFD depends on the compiler language. Can take various forms of description.

【0033】例えば、COBOL85言語において年月
日を得るための機能の記述は、「ACCEPT データ
領域 FROM DATE」又は「ACCEPT デー
タ領域 FROM DAY」である。図3に示す例で
は、この記述を簡略化して「DATE」と記載してあ
る。なお、図3には示されていないが、他のソースプロ
グラムにも種々の機能識別名NFDが1つ又は複数記述
されている。
For example, the description of the function for obtaining the date in the COBOL 85 language is “ACCEPT data area FROM DATE” or “ACCEPT data area FROM DAY”. In the example shown in FIG. 3, this description is simplified and described as "DATE". Although not shown in FIG. 3, one or more various function identifiers NFD are described in other source programs.

【0034】実行形式ライブラリ22に格納された実行
プログラム名NEPが「LOAD−1」の実行プログラ
ム221aの中には、ソースプログラム211aに記述
された「DATE」に対応する実行モジュール234a
の実行モジュール名NMDである「JMPMDATE」
が記述されている。同様に、実行プログラム221bの
中には「JMPMDEBU」及び「JMPMSORT」
が記述されている。
The execution program 221a whose execution program name NEP is "LOAD-1" stored in the execution format library 22 includes an execution module 234a corresponding to "DATE" described in the source program 211a.
"JMPMDATE" which is the execution module name NMD
Is described. Similarly, “JMPMDEBU” and “JMPMSORT” are included in the execution program 221b.
Is described.

【0035】なお、ソースプログラム211a,b,c
…が本発明における「利用者ソースプログラム」に対応
し、機能識別名NFDがそれに記述された「機能の識別
名」に対応する。また、実行プログラム221a,b…
が本発明における「利用者実行形式プログラム」に、実
行モジュール234a,b,c…が本発明における「実
行時のコンパイラモジュール」に、実行モジュール名N
MDが本発明における「実行時のコンパイラモジュール
の機能名」に、それぞれ対応する。実行モジュール23
4a,b,cは、コンピュータシステム1のオペレーテ
ィングシステムに含まれている。また、機能分析支援装
置AMは、分析用ライブラリ24及びホスト11による
処理によって実現されている。
The source programs 211a, b, c
.. Correspond to the “user source program” in the present invention, and the function identifier NFD corresponds to the “function identifier” described therein. Also, the execution programs 221a, b ...
Are the “user executable program” of the present invention, and the execution modules 234a, b, c... Are the “compiler modules at the time of execution” of the present invention.
The MD corresponds to the “function name of the compiler module at the time of execution” in the present invention. Execution module 23
4a, b and c are included in the operating system of the computer system 1. The function analysis support device AM is realized by processing by the analysis library 24 and the host 11.

【0036】分析用ライブラリ24には、検索部241
及び機能対応表243が設けられている。検索部241
は、実行形式ライブラリ22を、実行プログラム名NE
Pをキーとし且つ機能対応表243を参照して検索す
る。つまり、実行形式ライブラリ22の中の各実行プロ
グラム221a,b…について、実行プログラム名NE
Pの記述されている実行プログラムを抽出し、抽出した
実行プログラムに対応するソースプログラム名NSPを
機能対応表243を参照して取得し、検索結果リスト2
44を作成する。なお、検索部241を実現するプログ
ラムは、その実行時にはホスト11のメモリ111にロ
ードされる。
The analysis library 24 includes a search unit 241
And a function correspondence table 243 are provided. Search unit 241
Stores the executable library 22 in the executable program name NE
A search is performed by using P as a key and referring to the function correspondence table 243. That is, for each execution program 221a, b ... in the execution format library 22, the execution program name NE
The execution program in which P is described is extracted, the source program name NSP corresponding to the extracted execution program is acquired with reference to the function correspondence table 243, and the search result list 2 is obtained.
Create 44. Note that a program that implements the search unit 241 is loaded into the memory 111 of the host 11 when the program is executed.

【0037】機能対応表243は、ソースプログラム2
11a,b,c…に記述された機能識別名NFDと実行
時ライブラリ234に含まれた実行モジュール234
a,b,cの実行モジュール名NMDとの対応関係を記
述したものである。
The function correspondence table 243 indicates that the source program 2
11a, b, c,... And the execution module 234 included in the runtime library 234.
This describes the correspondence between a, b, and c and the execution module name NMD.

【0038】図4に示すように、機能対応表243に
は、製品名NPO、実行モジュール名NMD、及び機能
識別名NFDの各項目の対応関係が記述されている。製
品名NPOは、メーカからコンパイラライブラリ23と
して提供される一連の製品の名前である。通常、コンパ
イラ言語毎に製品が提供される。実行モジュール名NM
Dは、その製品に含まれている実行時ライブラリ234
の中の実行モジュール234a,b,c…を呼び出す際
の名前、つまり例えばモジュール名又はプログラム名で
ある。機能識別名NFDは、各実行モジュール234
a,b,cの機能に対応した記号又はコードである。機
能識別名NFDは、ソースプログラム211に記述され
た文の機能を識別するためのものでもある。
As shown in FIG. 4, the function correspondence table 243 describes the correspondence between items of a product name NPO, an execution module name NMD, and a function identification name NFD. The product name NPO is the name of a series of products provided as a compiler library 23 by the manufacturer. Usually, a product is provided for each compiler language. Execution module name NM
D is the runtime library 234 included in the product
Are the names at the time of calling the execution modules 234a, b, c,..., That is, for example, the module names or the program names. The function identification name NFD is stored in each execution module 234.
Symbols or codes corresponding to the functions a, b, and c. The function identification name NFD is also for identifying the function of the statement described in the source program 211.

【0039】図4に示す例では、製品名NPOが「A−
COB」において、実行モジュール名NMDが「JMP
MDATE」の実行モジュール234aの機能識別名N
FDは「DATE」である。したがって、ソースプログ
ラムの中に年月日を取得する機能が記述されていた場合
には、つまり「DATE」に対応する記述があった場合
には、コンパイルされる際に「JMPMDATE」を呼
び出す記述に変換される。
In the example shown in FIG. 4, the product name NPO is "A-
COB ", the execution module name NMD is" JMP
Function identifier N of execution module 234a of “MDATE”
FD is “DATE”. Therefore, if the function for obtaining the date is described in the source program, that is, if there is a description corresponding to “DATE”, the description that calls “JMPMDATE” at the time of compilation is included in the description. Is converted.

【0040】図5において、検索結果リスト244は、
番号NBR、実行プログラム名NEP、ソースプログラ
ム名NSP、機能識別名NFDの各項目を記述したリス
トである。なお、他の項目も記述されるが、本発明の特
徴には直接関係がないので省略する。
In FIG. 5, the search result list 244 is
This is a list describing items of a number NBR, an execution program name NEP, a source program name NSP, and a function identification name NFD. It should be noted that other items are also described, but are omitted because they have no direct relation to the features of the present invention.

【0041】次に、コンピュータシステム1における機
能分析処理の動作の流れについて説明する。図6は機能
分析処理の動作の流れを示すフローチャートである。
Next, an operation flow of the function analysis processing in the computer system 1 will be described. FIG. 6 is a flowchart showing the flow of the operation of the function analysis process.

【0042】図6において、まず、操作者が機能分析処
理を指示する(#11)。その際に、特定の機能の分析
を行いたい場合には、その機能識別名NFDを入力して
指示する。検索部241は、実行形式ライブラリ22の
中の1つの実行プログラム221aをホスト11のメモ
リ111に読み込む(#12)。
In FIG. 6, first, the operator instructs a function analysis process (# 11). At this time, if it is desired to analyze a specific function, the user inputs and instructs the function identification name NFD. The search unit 241 reads one execution program 221a in the execution format library 22 into the memory 111 of the host 11 (# 12).

【0043】ホスト11は、読み込まれた実行プログラ
ム221aについて、実行モジュール名NMDをキーと
して検索を行う(#13)。その際に、操作者によって
機能識別名NFD又は実行モジュール名NMDが指定さ
れた場合にはその指定された実行モジュール名NMDに
よって検索を行い、指定がない場合には機能対応表24
3に記述された各実行モジュール名NMDをキーとして
検索を行う。
The host 11 searches the read execution program 221a using the execution module name NMD as a key (# 13). At that time, when the function identification name NFD or the execution module name NMD is designated by the operator, the search is performed by the designated execution module name NMD.
A search is performed using each execution module name NMD described in No. 3 as a key.

【0044】1つの実行プログラム221aの検索が終
わると、次の実行プログラム221bをメモリ111に
読み込み、同様に検索を行う(#14でノー)。全部の
実行プログラムについての検索が終わると(#14でイ
エス)、検索結果リスト244を作成し(#15)、作
成した検索結果リスト244を端末装置12又はプリン
タ装置13に出力する(#16)。
When the search for one execution program 221a is completed, the next execution program 221b is read into the memory 111, and the same search is performed (No in # 14). When the search for all execution programs is completed (Yes in # 14), a search result list 244 is created (# 15), and the created search result list 244 is output to the terminal device 12 or the printer device 13 (# 16). .

【0045】図5に示す検索結果リスト244におい
て、実行プログラム名NEPが「LOAD−1」の実行
プログラム221aについて、機能識別名NFDが「D
ATE」に対応する実行モジュール234aが使用され
ており、それに対応するソースプログラム名NSPは
「SP−1」であることが分かる。したがって、西暦2
000年への対応として、ソースプログラム名NSPが
「SP−1」のソースプログラム211aを点検する必
要がある。
In the search result list 244 shown in FIG. 5, for the execution program 221a whose execution program name NEP is "LOAD-1," the function identification name NFD is "D
It can be seen that the execution module 234a corresponding to "ATE" is used, and the source program name NSP corresponding to it is "SP-1". Therefore, the year 2
In order to respond to the year 000, it is necessary to check the source program 211a whose source program name NSP is "SP-1".

【0046】なお、この検索結果リスト244によっ
て、実行プログラム名NEPが「LOAD−1」の実行
プログラム221aは、ソースプログラム名NSPが
「SP−1」と「SP−2」との2つのソースプログラ
ム211a,bが結合されたものであり、2つ目の「S
P−2」には機能識別名NFDが記述されていないこと
が分かる。このようなリンク情報は、各実行プログラム
に記述されている。
According to the search result list 244, the execution program 221a having the execution program name NEP of “LOAD-1” has two source programs having the source program names NSP of “SP-1” and “SP-2”. 211a and b are combined, and the second "S
It can be seen that the function identification name NFD is not described in “P-2”. Such link information is described in each execution program.

【0047】操作者は、出力された検索結果リスト24
4を見て、指定した機能識別名NFD又は何らかの機能
識別名NFDの記述されているソースプログラムがどれ
であるかを容易に知ることができる。操作者は、機能識
別名NFDの記述されたソースプログラムに対して、そ
の修正、編集などを適宜行うことにより、利用者プログ
ラムの保守及び管理を行う。
The operator outputs the output search result list 24.
4, it is possible to easily know which source program describes the specified function identifier NFD or some function identifier NFD. The operator performs maintenance and management of the user program by appropriately modifying and editing the source program in which the function identification name NFD is described.

【0048】上述のコンピュータシステム1によると、
コンパイラ言語によって作成された利用者プログラムの
機能分析を容易に且つ確実に行うことができる。操作者
が機能識別名NFDを指定することができるので、当面
問題となっている機能識別名NFDについての機能分析
を効率的に行うことができる。操作者が機能識別名NF
Dを指定しない場合には、機能対応表243に記述され
た総ての機能識別名NFD、つまりコンパイラ製品とし
て提供される総ての実行モジュール機能についての機能
分析を網羅的に行うことができる。
According to the computer system 1 described above,
Function analysis of a user program created by a compiler language can be easily and reliably performed. Since the operator can specify the function identification name NFD, it is possible to efficiently perform the function analysis on the function identification name NFD in question for the time being. The operator has the function identifier NF
If D is not specified, all function identifiers NFD described in the function correspondence table 243, that is, function analysis of all execution module functions provided as a compiler product can be comprehensively performed.

【0049】上述の実施形態において、機能対応表24
3が本発明における「対応表」に、検索結果リスト24
4が本発明における「検索結果」に、それぞれ対応す
る。上述の実施形態において、各ライブラリの構成、名
前、記述方法、処理方法、処理順序、コンピュータシス
テム1の全体又は各部の構成などは、本発明の主旨に沿
って適宜変更することができる。
In the above embodiment, the function correspondence table 24
3 corresponds to the “correspondence table” in the present invention,
4 respectively correspond to the “search result” in the present invention. In the above-described embodiment, the configuration, name, description method, processing method, processing sequence, configuration of the entire computer system 1 or each unit, and the like of each library can be appropriately changed in accordance with the gist of the present invention.

【0050】なお、上述の機能分析処理を行うためのプ
ログラムは、分析用ライブラリ24(磁気ディスク装
置)、CD−ROM141、フロッピィディスク14
2、MT、その他の種々の記録媒体から読み出してメモ
リ111にロードし、又は通信回線を介して他のホスト
からダウンロードすることができる。プログラムは、種
々のOS、システム環境、又はプラットホームの下で動
作するように供給可能である。
The program for performing the above-described function analysis processing includes an analysis library 24 (magnetic disk device), a CD-ROM 141, and a floppy disk 14
2, MT, or other various recording media, and can be loaded into the memory 111 or downloaded from another host via a communication line. The programs can be supplied to operate under various OSs, system environments, or platforms.

【0051】[0051]

【発明の効果】請求項1乃至請求項5の発明によると、
コンパイラ言語によって作成された利用者プログラムの
機能分析を容易に且つ確実に行うことができる。
According to the first to fifth aspects of the present invention,
Function analysis of a user program created by a compiler language can be easily and reliably performed.

【0052】特に、対応表を用い、利用者実行形式プロ
グラムを検索するので、検索に要する時間が短縮され、
しかもチェック洩れとなる恐れがなく検索が確実に行わ
れる。
In particular, since the user executable format program is searched using the correspondence table, the time required for the search is reduced.
Moreover, there is no risk of missing the check, and the search is performed reliably.

【0053】請求項2の発明によると、対応表に記述さ
れた総ての識別名、つまりコンパイラ製品として提供さ
れる総ての実行モジュール機能についての機能分析を網
羅的に行うことができる。
According to the second aspect of the present invention, it is possible to perform a comprehensive analysis of all the identifiers described in the correspondence table, that is, all the execution module functions provided as a compiler product.

【0054】請求項3の発明によると、当面問題となっ
ている機能についての機能分析を効率的に行うことがで
きる。
According to the third aspect of the present invention, it is possible to efficiently perform a function analysis on a function which is a problem for the time being.

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

【図1】本発明に係る機能分析支援装置を備えたコンピ
ュータシステムの全体の構成を示すブロック図である。
FIG. 1 is a block diagram showing the overall configuration of a computer system provided with a function analysis support device according to the present invention.

【図2】コンピュータシステムに格納されている各種プ
ログラムの関係を示す図である。
FIG. 2 is a diagram showing a relationship among various programs stored in a computer system.

【図3】分析用ライブラリ及びその実行による機能分析
処理を説明するためのブロック図である。
FIG. 3 is a block diagram for explaining an analysis library and a function analysis process by executing the library;

【図4】機能対応表の例を示す図である。FIG. 4 is a diagram showing an example of a function correspondence table.

【図5】検索結果リストの例を示す図である。FIG. 5 is a diagram illustrating an example of a search result list.

【図6】機能分析処理の動作の流れを示すフローチャー
トである。
FIG. 6 is a flowchart illustrating a flow of an operation of a function analysis process.

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

11 ホスト(機能分析支援装置) 12 端末装置(出力手段) 13 プリンタ装置(出力手段) 22 実行形式ライブラリ(利用者実行形式ライブラ
リ) 24 分析用ライブラリ(記憶装置、記録媒体) 141 CD−ROM(記録媒体) 142 フロッピィディスク(記録媒体) 211 ソースプログラム(利用者ソースプログラム) 221 実行プログラム(利用者実行形式プログラム) 234 実行モジュール(実行時のコンパイラモジュー
ル) 241 検索部(検索手段) 243 機能対応表(対応表) 244 検索結果リスト(検索結果) NSP ソースプログラム名(利用者ソースプログラム
の名前) NFD 機能識別名(機能の識別名) NMD 実行モジュール名(実行時のコンパイラモジュ
ールの機能名) AM 機能分析支援装置
11 Host (Functional Analysis Support Device) 12 Terminal Device (Output Means) 13 Printer Device (Output Means) 22 Executable Library (User Executable Library) 24 Analysis Library (Storage Device, Recording Medium) 141 CD-ROM (Recording) Medium) 142 Floppy disk (recording medium) 211 Source program (user source program) 221 Executable program (user executable program) 234 Executable module (compiler module at execution) 241 Search unit (search means) 243 Function correspondence table ( Correspondence table) 244 Search result list (Search result) NSP Source program name (User source program name) NFD Function identification name (Function identification name) NMD Execution module name (Function name of compiler module at execution) AM Function analysis Support device

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】コンパイラ言語によって作成された利用者
プログラムの機能分析を支援する方法であって、 前記利用者プログラムについてのソースプログラムであ
る利用者ソースプログラムに記述された機能の識別名と
オペレーティングシステムに含まれた実行時のコンパイ
ラモジュールの機能名との対応関係を記述した対応表を
記憶装置に記憶しておき、 前記利用者プログラムについての実行形式プログラムで
ある複数の利用者実行形式プログラムを含む利用者実行
形式ライブラリを、前記機能名をキーとし且つ前記対応
表を参照して検索し、 前記機能名を含む利用者実行形式プログラムについて、
その機能名に対応する識別名と当該機能名を含む利用者
実行形式プログラムに対応する利用者ソースプログラム
の名前とを検索結果として出力する、 ことを特徴とするプログラムの機能分析支援方法。
1. A method for supporting a function analysis of a user program created by a compiler language, comprising: an identification name of a function described in a user source program which is a source program of the user program; and an operating system. A correspondence table describing the correspondence relationship between the function names of the compiler modules at the time of execution and contained in the storage device is stored in the storage device, and includes a plurality of user executable format programs which are executable format programs for the user program A user executable format library is searched for by using the function name as a key and referring to the correspondence table, and for a user executable format program including the function name,
A function analysis support method for a program, comprising: outputting, as a search result, an identification name corresponding to the function name and a name of a user source program corresponding to a user executable program including the function name.
【請求項2】前記対応表に記述されている総ての機能名
について前記検索を行う請求項1記載のプログラムの機
能分析支援方法。
2. The method according to claim 1, wherein the search is performed for all function names described in the correspondence table.
【請求項3】指定された特定の機能名について前記検索
を行う請求項1記載のプログラムの機能分析支援方法。
3. The method according to claim 1, wherein the search is performed for a specified specific function name.
【請求項4】コンパイラ言語によって作成された利用者
プログラムの機能分析を支援する装置であって、 記憶装置に記憶され、前記利用者プログラムについての
ソースプログラムである利用者ソースプログラムに記述
された機能の識別名とオペレーティングシステムに含ま
れた実行時のコンパイラモジュールの機能名との対応関
係を記述した対応表と、 前記利用者プログラムについての実行形式プログラムで
ある複数の利用者実行形式プログラムを含む利用者実行
形式ライブラリを、前記機能名をキーとし且つ前記対応
表を参照して検索する検索手段と、 前記機能名を含む利用者実行形式プログラムについて、
その機能名に対応する識別名と当該機能名を含む利用者
実行形式プログラムに対応する利用者ソースプログラム
の名前とを検索結果として出力する出力手段と、 を有することを特徴とするプログラムの機能分析支援装
置。
4. An apparatus for supporting function analysis of a user program created by a compiler language, wherein the function is stored in a storage device and described in a user source program that is a source program for the user program. A correspondence table describing the correspondence between the identifiers of the compiler programs and the function names of the compiler modules included in the operating system at the time of execution, and the use including a plurality of user executable programs that are executable programs of the user programs. Search means for searching for a user executable library using the function name as a key and referring to the correspondence table; and a user executable program including the function name,
Output means for outputting, as a search result, an identification name corresponding to the function name and a name of a user source program corresponding to a user executable program including the function name, as a search result. Support equipment.
【請求項5】コンパイラ言語によって作成された利用者
プログラムの機能分析を支援するために、 前記利用者プログラムについてのソースプログラムであ
る利用者ソースプログラムに記述された機能の識別名と
オペレーティングシステムに含まれた実行時のコンパイ
ラモジュールの機能名との対応関係を記述した対応表、
及び、 前記利用者プログラムについての実行形式プログラムで
ある複数の利用者実行形式プログラムを含む利用者実行
形式ライブラリを、前記機能名をキーとし且つ前記対応
表を参照して検索する処理と、 前記機能名を含む利用者実行形式プログラムについて、
その機能名に対応する識別名と当該機能名を含む利用者
実行形式プログラムに対応する利用者ソースプログラム
の名前とを検索結果として出力する処理と、 をコンピュータに実行させるプログラム、 を記録したコンピュータが読み取り可能な記録媒体。
5. An identification name of a function described in a user source program which is a source program of the user program and included in an operating system to support function analysis of the user program created by a compiler language. Table that describes the correspondence between the compiler module function names at the time of execution and
A process of searching for a user executable library including a plurality of user executable programs that are executable programs for the user program by using the function name as a key and referring to the correspondence table; For user executable programs containing names,
A process of outputting, as a search result, an identification name corresponding to the function name and a name of a user source program corresponding to a user executable program including the function name, and a program causing a computer to execute the process. A readable recording medium.
JP9205597A 1997-02-05 1997-07-31 Program function analysis support method, device and record medium Withdrawn JPH10283166A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9205597A JPH10283166A (en) 1997-02-05 1997-07-31 Program function analysis support method, device and record medium

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP9-22311 1997-02-05
JP2231197 1997-02-05
JP9205597A JPH10283166A (en) 1997-02-05 1997-07-31 Program function analysis support method, device and record medium

Publications (1)

Publication Number Publication Date
JPH10283166A true JPH10283166A (en) 1998-10-23

Family

ID=26359509

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9205597A Withdrawn JPH10283166A (en) 1997-02-05 1997-07-31 Program function analysis support method, device and record medium

Country Status (1)

Country Link
JP (1) JPH10283166A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100433549B1 (en) * 2002-05-11 2004-05-31 삼성전자주식회사 Method and apparatus for analyzing software

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100433549B1 (en) * 2002-05-11 2004-05-31 삼성전자주식회사 Method and apparatus for analyzing software

Similar Documents

Publication Publication Date Title
JP4681025B2 (en) A database that facilitates software installation and testing for computer systems assembled to order
JP4531875B2 (en) Software installation and order embedded computer system testing method
US7577946B2 (en) Program product, method, and system for testing consistency of machine code files and source files
US20040153830A1 (en) Method and system for object level software testing
EP0827072A1 (en) Correcting program porting errors
JPH10326255A (en) Method for handling message independent of language
US7103885B2 (en) Comment driven processing
JPH08314728A (en) Method and apparatus for conversion of source program into object program
JP2856688B2 (en) Logging data analysis system
JPH10283166A (en) Program function analysis support method, device and record medium
CN108762745B (en) Service script generation method and device
CN114168122A (en) Data script generation method and device
AU760395B2 (en) Program reproducing method and device, and medium on which program for program reproduction recording
US11334350B2 (en) Program component evaluation system and program component evaluation method
JP3529301B2 (en) Automatic data file converter
US6564200B1 (en) Apparatus for cross referencing routines and method therefor
JP2010157165A (en) Information processor, information processing method, and program
JP2006244383A (en) Database system
EP4170481A1 (en) Development assistance device, program, and development assistance method
JP2005038076A (en) Interactive stub device for program test and stub program storage medium
JPS63188242A (en) Production/control system for program error information
JP3006499B2 (en) Function trace method of symbolic debugger
JPH09274570A (en) Compile method and compiler system
JP2004302840A (en) Data base access method
JP2010129040A (en) Program conversion device, program analyzing device, program conversion method, program analyzing method, and program

Legal Events

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

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20041005