JP2001075795A - Device and method for managing program and file item and recording medium stored with program - Google Patents

Device and method for managing program and file item and recording medium stored with program

Info

Publication number
JP2001075795A
JP2001075795A JP24768999A JP24768999A JP2001075795A JP 2001075795 A JP2001075795 A JP 2001075795A JP 24768999 A JP24768999 A JP 24768999A JP 24768999 A JP24768999 A JP 24768999A JP 2001075795 A JP2001075795 A JP 2001075795A
Authority
JP
Japan
Prior art keywords
program
file
item
file item
name
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
Application number
JP24768999A
Other languages
Japanese (ja)
Inventor
Izumi Nakano
泉 中野
Shinji Nishiwaki
信二 西脇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
NEC Solution Innovators Ltd
Original Assignee
NEC Corp
NEC Software Chubu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp, NEC Software Chubu Ltd filed Critical NEC Corp
Priority to JP24768999A priority Critical patent/JP2001075795A/en
Publication of JP2001075795A publication Critical patent/JP2001075795A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To automatically retrieve related program specifications on the basis of the specification of a file item by registering the relation of program-file items as data and to improve the efficiency of influence range inspection work due to correction generated in a data item common to a system. SOLUTION: A specifications storage part 31 stores program specifications information, a program-file item storage part 32 stores correlation between program names and file item names and the correlation information can be retrieved by using a file item name as a retrieval key. When a file name 'FILEA' and its item name 'amount' are applied to an I/O device 1, a retrieving means 22 retrieves a program-file item storage part 32 by using the file name and the item name as a retrieving key and obtains correlated program names 'PROGA' and 'PROGB' as the result of retrieval. The means 22 retrieves the storage part 31 by using the program names as a retrieving key and displays the specifications information on the program names 'PROGA' and 'PROGB' to an output device 4.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はプログラムの仕様の
管理に関し、特にプログラムとファイル項目の対応関係
と、その対応関係をデータ管理する管理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to management of program specifications, and more particularly, to a management method for managing the correspondence between a program and a file item and managing the correspondence.

【0002】[0002]

【従来の技術】従来、プログラムとファイル項目との対
応は、データ管理されていない為、開発過程で作成す
る、プログラムソースより、調査対象ファイル項目を文
字列検索し、その結果を管理表として手作業で作成して
いた。
2. Description of the Related Art Conventionally, since correspondence between a program and a file item is not managed by data, a character string search is performed for a file item to be investigated from a program source created in a development process, and the result is used as a management table. Was created by work.

【0003】特開平5ー119989号公報「プログラ
ム仕様管理システム」には、指定されたプログラムをよ
みとり、プログラム論理情報を解析し階層別に処理ブロ
ック単位に分割し、相互の関係、項目情報とファイル情
報を記憶し、フローチャートや文書として加工し、指示
された条件で編集出力する技術が開示されている。
Japanese Patent Application Laid-Open No. 5-1191989 discloses a "program specification management system" which reads a designated program, analyzes program logic information, divides the logic information into processing blocks for each layer, and describes the mutual relationship, item information and file information. There is disclosed a technique of storing a document, processing it as a flowchart or a document, and editing and outputting the document under specified conditions.

【0004】特開昭61ー123934号公報「テーブ
ル仕様書自動作成方式」には、ソースプログラムを入力
し、ソースプログラム内のデータ記述部を読み出し、デ
ータ記述部とデーブル仕様書を対応つけるテーブル定義
体を生成し、テーブル定義体によりテーブル仕様書を作
成して出力する技術が開示されている。
Japanese Patent Application Laid-Open No. Sho 61-123934 discloses a "table specification automatic creation method" in which a source program is input, a data description part in the source program is read, and a table definition for associating the data description part with the table specification is provided. There is disclosed a technique for generating a field, creating a table specification using a table definition body, and outputting the table specification.

【0005】[0005]

【発明が解決しようとする課題】従来、膨大なプログラ
ムソースの検索に長時間かかったり、調査範囲に漏れが
あったりし、調査工数が多くなっていた。
Conventionally, it took a long time to search for an enormous program source, or there was an omission in the search range, and the number of search steps was increased.

【0006】特開平5ー119989号公報「プログラ
ム仕様管理システム」では、プログラムとファイルの関
係を照会し表示することは出来ない。
[0006] In Japanese Patent Application Laid-Open No. 5-1191989, "Program Specification Management System", it is not possible to inquire and display the relationship between a program and a file.

【0007】特開昭61ー123934号公報「テーブ
ル仕様書自動作成方式」では、テーブル仕様書を作成す
るのみであり、プログラムとファイルの関係を照会し表
示することは出来ない。
Japanese Patent Application Laid-Open No. Sho 61-123934, "Table Specification Automatic Creation Method" only creates a table specification, and cannot inquire and display the relationship between a program and a file.

【0008】本発明は、以上の問題点を解決するプログ
ラムとファイル項目の対応関係登録手段と、その対応関
係をデータ管理する管理式と、その関係を表示する照会
方式を提供する。
The present invention provides a program and file item correspondence registering means for solving the above problems, a management formula for managing the correspondence and data, and an inquiry method for displaying the relationship.

【0009】[0009]

【課題を解決するための手段】本発明第一のプログラム
とファイル項目の管理装置は、プログラムとファイル項
目との関係をデータ管理し、前記ファイル項目を指定す
る事により、前記ファイル項目を使用するプログラム仕
様書を出力するプログラムとファイル項目の管理装置で
あって、前記プログラム仕様書を仕様書記憶部へ登録
し、前記プログラム名と前記ファイル項目の対応をプロ
グラムファイル記憶部へ登録する第一の手段と、前記フ
ァイル項目を指定することにより前記プログラム仕様書
を検索する第二の手段と、前記第二の手段で得られた前
記ファイル項目により前記プログラムファイル記憶部を
検索し該当する前記プログラム名を得る第三の手段と、
前記第三の手段で得られた前記プログラム名から前記仕
様書記憶部を検索し前記プログラム仕様書を得る第四の
手段と前記プログラム仕様書を表示する第五の手段から
なる。
A first program and file item management device of the present invention manages the relationship between a program and a file item by data, and uses the file item by specifying the file item. A program and file item management device for outputting a program specification, wherein the program specification is registered in a specification storage unit, and a correspondence between the program name and the file item is registered in a program file storage unit. Means, second means for retrieving the program specification by designating the file item, and searching for the program file storage unit using the file item obtained by the second means, and the corresponding program name A third means of obtaining
It comprises a fourth means for searching the specification storage from the program name obtained by the third means and obtaining the program specification, and a fifth means for displaying the program specification.

【0010】本発明第二のプログラムとファイル項目の
管理装置は、本発明の第一のプログラムとファイル項目
の管理装置であって前記プログラム仕様書を表示する際
に、前記プログラム仕様書を選択する第六の手段とをさ
らに有する。
The second program and file item management device of the present invention is the first program and file item management device of the present invention, and selects the program specification when displaying the program specification. And sixth means.

【0011】本発明第一のプログラムとファイル項目の
管理方法は、プログラムとファイル項目との関係をデー
タ管理し、前記ファイル項目を指定する事により、前記
ファイル項目を使用するプログラム仕様書を検索するプ
ログラムとファイル項目の管理方法であって、前記プロ
グラム仕様書を仕様書記憶部へ登録し、前記プログラム
名と前記ファイル項目の対応をプログラムファイル記憶
部へ登録する第一の手順と、前記ファイル項目を指定す
ることにより前記プログラム仕様書を検索する第二の手
順と、前記第二の手順で得られた前記ファイル項目によ
り前記プログラムファイル記憶部を検索し該当する前記
プログラム名を得る第三の手順と、前記第三の手順で得
られた前記プログラム名から前記仕様書記憶部を検索し
前記プログラム仕様書を得る第四の手順と前記プログラ
ム仕様書を表示する第五の手順からなる。
According to the first method of managing a program and a file item of the present invention, the relationship between the program and the file item is managed by data, and by specifying the file item, a program specification using the file item is searched. A method for managing a program and a file item, comprising: a first procedure of registering the program specification in a specification storage unit and registering a correspondence between the program name and the file item in a program file storage unit; And a third procedure for searching the program file storage unit based on the file items obtained in the second procedure to obtain a corresponding program name. And searching the specification storage from the program name obtained in the third step, Consisting fifth procedure of displaying a fourth procedure for obtaining a write the program specifications.

【0012】本発明第二のプログラムとファイル項目の
管理方法は、本発明第一のプログラムとファイル項目の
管理方法であって前記プログラム仕様書を表示する際
に、前記プログラム仕様書を選択する第六の手順とをさ
らに有する。
The second program and file item management method of the present invention is the first program and file item management method of the first invention, and selects the program specification when displaying the program specification. And six procedures.

【0013】本発明の第一の記録媒体は、本発明第一の
プログラムとファイル項目の管理方法の第一乃至第五の
手順をコンピュータに実行させるプログラムを記録した
本発明の第二の記録媒体は、本発明第二のプログラムと
ファイル項目の管理方法の第一乃至第六の手順をコンピ
ュータに実行させるプログラムを記録した。
A first recording medium according to the present invention is a second recording medium according to the present invention in which a program for causing a computer to execute the first to fifth procedures of the first program of the present invention and the file item management method is recorded. Recorded a program for causing a computer to execute the first to sixth procedures of the second program and the file item management method of the present invention.

【0014】[0014]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して詳細に説明する。図1は、本発明の実
施の形態の管理装置の構成を示すブロック図である。本
発明の管理装置は、端末装置等の入出力装置1と、プロ
グラム制御により動作するデータ処理装置2と、仕様書
情報等を記憶する記憶装置3と、ディスプレイ装置や印
刷装置等の出力装置4とから構成される。記憶装置3
は、仕様書記憶部31とプログラムーファイル項目記憶
部32とを備えている。仕様書記憶部31は、プログラ
ム仕様情報として、処理仕様・画面仕様・ファイル仕様
・帳票仕様等が記録され、プログラム名を検索キーとし
て、その仕様書情報が検索可能である。
Next, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram illustrating a configuration of a management device according to an embodiment of the present invention. The management device of the present invention includes an input / output device 1 such as a terminal device, a data processing device 2 that operates under program control, a storage device 3 that stores specification information and the like, and an output device 4 such as a display device or a printing device. It is composed of Storage device 3
Has a specification storage unit 31 and a program-file item storage unit 32. The specification document storage unit 31 stores processing specifications, screen specifications, file specifications, form specifications, and the like as program specification information, and the specification information can be searched using the program name as a search key.

【0015】図3は、本発明の実施の形態の管理装置プ
ログラムーファイルレコードを示す図である。プログラ
ムーファイル項目記憶部32は、プログラムとファイル
項目との対応関係が記憶されており、図3に示す様にプ
ログラム名32Aとファイル名32Bと項目名32Cと
処理区分32Dより構成される。ファイル名32Bと項
目名32Cは検索キーである。処理区分には、”登録”
・”更新”・”参照”・”削除”の区分がある。”登
録”は、そのファイル項目を登録している事を示し、”
更新”は、そのファイル項目を更新している事を示
し、”参照”は、そのファイル項目を参照している事を
示し、”削除”は、そのファイル項目を削除している事
を示す。データ処理装置2は、登録手段21と検索手段
22を備える。
FIG. 3 is a diagram showing a management device program file record according to the embodiment of the present invention. The program-file item storage unit 32 stores the correspondence between programs and file items, and includes a program name 32A, a file name 32B, an item name 32C, and a processing section 32D as shown in FIG. The file name 32B and the item name 32C are search keys. "Registration" in the processing category
・ There are “Update”, “Reference”, and “Delete” categories. "Registration" indicates that the file item is registered, and "
"Update" indicates that the file item has been updated, "Reference" indicates that the file item is being referenced, and "Delete" indicates that the file item has been deleted. The data processing device 2 includes a registration unit 21 and a search unit 22.

【0016】登録手段21は、入出力装置1から与えら
れたプログラム仕様書情報を仕様書記憶部31へ登録す
る。図2は、本発明の実施の形態の管理装置プログラム
ーファイル項目入力画面を示す図である。登録時、図2
に示すプログラムーファイル項目入力画面21Aを使用
して、ファイル仕様を登録する。プログラムーファイル
項目入力画面21Aの項目は、プログラムーファイル項
目記憶部32の項目に対応しており、登録手段21は、
プログラムーファイル項目入力画面21Aからの入力情
報をプログラムーファイル項目記憶部32に登録する。
仕様書情報登録が終了した後、検索手段22は、入出力
装置1より指定されたファイル名と項目名を検索キーと
して、プログラムーファイル項目記憶部32を検索し、
このファイル名と項目名を使用するプログラム名を得
る。そのプログラム名を検索キーとして、仕様書記憶部
31より仕様書情報を検索し、その仕様書情報を出力装
置4へ表示する。
The registration unit 21 registers the program specification information provided from the input / output device 1 in the specification storage unit 31. FIG. 2 is a diagram showing a management device program file item entry screen according to the embodiment of the present invention. At the time of registration, Figure 2
The file specification is registered using the program file item input screen 21A shown in FIG. The items of the program file item input screen 21A correspond to the items of the program file item storage unit 32, and the registration means 21
The input information from the program file item input screen 21A is registered in the program file item storage unit 32.
After the specification information registration is completed, the search unit 22 searches the program file item storage unit 32 using the file name and the item name designated by the input / output device 1 as search keys,
Get the program name that uses this file name and item name. Using the program name as a search key, specification information is searched from the specification storage unit 31, and the specification information is displayed on the output device 4.

【0017】次に、本発明の実施の形態の管理装置動作
について図面を参照して説明する。図1から図6を参照
して本実施例の動作について詳細に説明する。図4は、
本発明の実施の形態の管理装置プログラムーファイルの
関係情報を示す図である。図5は、本発明の実施の形態
の管理装置入力レコードを示す図である。図6は、本発
明の実施の形態の管理装置動作を示すフローチャートで
ある。
Next, the operation of the management apparatus according to the embodiment of the present invention will be described with reference to the drawings. The operation of this embodiment will be described in detail with reference to FIGS. FIG.
It is a figure which shows the management apparatus program file related information of embodiment of this invention. FIG. 5 is a diagram showing a management device input record according to the embodiment of this invention. FIG. 6 is a flowchart illustrating the operation of the management device according to the embodiment of this invention.

【0018】入力装置1から与えられたプログラム仕様
書情報は、登録手段21に供給される。登録手段21
は、そのプログラム仕様書情報を仕様書記憶部31へ登
録する。この時、図2に示すのプログラムーファイル項
目入力画面21Aを使用し、プログラムーファイル項目
関連情報を、プログラムーファイル項目記憶部32へ登
録する(図6のステップA1)。プログラム仕様書情報
が仕様書記憶部31へ登録されプログラムーファイル項
目対応情報がプログラムーファイル項目記憶部32に登
録された後、ファイル項目指定により、プログラム仕様
書情報を検索する。入出力装置1から与えられたファイ
ル項目名は、検索手段22に供給される。検索手段22
は、与えられたファイル項目名にて、プログラムーファ
イル項目記憶部32を検索し、該当プログラム名を得る
(図6のステップA2)。ステップA2で得られたプロ
グラム名を基に、検索手段22は、仕様書記憶部31を
検索し、該当プログラムの仕様書情報を得て、その仕様
書情報を出力装置4へ表示する(図6のステップA
4)。該当するプログラム名が無かった場合は、存在し
ない旨のメッセージを出力装置4へ表示する(図6のス
テップA5)。
The program specification information provided from the input device 1 is supplied to the registration means 21. Registration means 21
Registers the program specification information in the specification storage unit 31. At this time, the program file item related information is registered in the program file item storage unit 32 using the program file item input screen 21A shown in FIG. 2 (step A1 in FIG. 6). After the program specification information is registered in the specification storage unit 31 and the program file item correspondence information is registered in the program file item storage unit 32, the program specification information is searched by specifying the file item. The file item name given from the input / output device 1 is supplied to the search means 22. Search means 22
Searches the program file item storage unit 32 with the given file item name, and obtains the corresponding program name (step A2 in FIG. 6). Based on the program name obtained in step A2, the search means 22 searches the specification storage unit 31, obtains specification information of the program, and displays the specification information on the output device 4 (FIG. 6). Step A of
4). If there is no corresponding program name, a message to the effect that the program name does not exist is displayed on the output device 4 (step A5 in FIG. 6).

【0019】次に、具体例を用いて本実施例の動作を説
明する。図4に示すようなプログラムとファイル項目の
関係情報が、登録手段21に渡されたとする。この場
合、プログラムーファイル項目記憶部32には、図5に
示すレコードがプログラムーファイル項目記憶部32に
登録される。(図6のステップA1)入出力装置1より
ファイル名”FILE2”と項目名”ITEM3”が検索手段22
に渡されたとする。検索手段22は、プログラムーファ
イル項目記憶部32を検索する。(図6のステップA
2)プログラムーファイル項目記憶部32からは、”FI
LE2”と”ITEM3”を含む2レコード(”PROG1”と”PRO
G2”)が検索され、検索手段22は、プログラム名”PR
OG1”と”PROG2”を検索キーとして、仕様書記憶部31
を検索し、該当する仕様書情報を出力装置4へ表示する
(図6のステップA4)。
Next, the operation of this embodiment will be described using a specific example. Assume that the relationship information between the program and the file item as shown in FIG. In this case, the record shown in FIG. 5 is registered in the program file item storage unit 32. (Step A1 in FIG. 6) The file name "FILE2" and the item name "ITEM3" are retrieved from the input / output device 1 by the search means 22.
Suppose you were passed to The search unit 22 searches the program-file item storage unit 32. (Step A in FIG. 6)
2) From the program file item storage unit 32, "FI
2 records including “LE2” and “ITEM3” (“PROG1” and “PROG1”
G2 ”) is searched, and the search means 22 searches for the program name“ PR
OG1 ”and“ PROG2 ”as search keys,
And displays the corresponding specification information on the output device 4 (step A4 in FIG. 6).

【0020】次に、本発明の管理装置の第二の実施の形
態について説明する。図7は、本発明の管理装置の第二
の実施の形態の管理装置構成を示すブロック図である。
図8は、本発明の第二の実施の形態の管理装置プログラ
ムーファイルレコードを示す図である。図9は、本発明
の第二の実施の形態の管理装置実施例のプログラム毎に
使用しているファイル項目についての処理内容を記載し
た対応表を示す図である。図10は、本発明の第二の実
施の形態の管理装置実施例の表示形式選択画面を示す図
である。
Next, a second embodiment of the management device of the present invention will be described. FIG. 7 is a block diagram showing the configuration of the management device according to the second embodiment of the management device of the present invention.
FIG. 8 is a diagram showing a management device program file record according to the second embodiment of this invention. FIG. 9 is a diagram showing a correspondence table in which processing contents of file items used for each program of the management device example of the second embodiment of the present invention are described. FIG. 10 is a diagram illustrating a display format selection screen of the management device example according to the second embodiment of this invention.

【0021】図7を参照すると、本実施例は、データ処
理装置5が、図1に示された実施例におけるデータ処理
装置2の構成に加え、表示選択手段23を有する点と、
図8に示すようにプログラムーファイル項目記憶部32
に処理説明32 1Eを加えている点で異なる。プログ
ラムーファイル項目記憶部321は、処理説明321
E、処理区分321D、項目名321C、ファイル名3
21B、プログラム名321Aから構成される。指定し
たファイル項目を使用しているプログラムが多量に存在
する場合は、大量の仕様書が表示されるケースがあり、
表示選択手段23で表示する対象を、仕様書情報とする
か、または、プログラムとファイル項目の対応表とする
かの選択をする。図9は、プログラム単位に、そのプロ
グラムが使用しているファイル項目についての処理内容
を記載した対応表であり、元となる情報は、図8のプロ
グラムーファイル項目記憶部321である。図9上の記
述内容は、図4に示すプログラムとファイル項目の関係
情報がプログラムーファイル項目記憶部321に登録さ
れていた場合の例である。図10は、表示選択手段23
より、入出力装置1に表示する表示形式選択画面23A
で、当画面より表示選択手段23は、入出力装置1を通
し、表示形式選択結果情報を得る。
Referring to FIG. 7, the present embodiment is different from the embodiment shown in FIG. 1 in that the data processing device 5 has a display selecting means 23 in addition to the configuration of the data processing device 2 in the embodiment shown in FIG.
As shown in FIG. 8, the program file item storage unit 32
In that a process description 321E is added to the process. The program file item storage unit 321 stores the process description 321
E, processing section 321D, item name 321C, file name 3
21B and a program name 321A. If there are many programs that use the specified file item, a large number of specifications may be displayed.
A selection is made as to whether the object to be displayed by the display selection means 23 is specification information or a correspondence table between programs and file items. FIG. 9 is a correspondence table in which the processing contents of the file items used by the program are described for each program. The original information is the program file item storage unit 321 of FIG. The description content on FIG. 9 is an example when the relationship information between the program and the file item shown in FIG. 4 is registered in the program-file item storage unit 321. FIG.
Display format selection screen 23A displayed on input / output device 1
From this screen, the display selection means 23 obtains display format selection result information through the input / output device 1.

【0022】本発明第二の実施の形態の管理装置の動作
を図面を参照して詳細に説明する。図11は、本発明の
管理装置の第二の実施の形態の管理装置動作を示すフロ
ーチャートである。図5のステップA3とステップA5
で示される本実施例における検索手段22の動作は、図
1に示される検索手段22の動作と同一の為、説明は省
略する。
The operation of the management device according to the second embodiment of the present invention will be described in detail with reference to the drawings. FIG. 11 is a flowchart showing the operation of the management device according to the second embodiment of the management device of the present invention. Step A3 and Step A5 in FIG.
The operation of the search means 22 in the present embodiment, which is indicated by, is the same as the operation of the search means 22 shown in FIG.

【0023】図11を参照すると、登録手段21は、プ
ログラムーファイル項目入力画面21Aにて、プログラ
ムーファイル項目記憶部321へ処理説明も含め登録す
る(図11のステップA1)。本実施例の場合は、検索
手段22で検索した仕様書情報とプログラムーファイル
項目対応情報を、表示選択手段23へ渡す(図11のス
テップA2)。表示選択手段23は、入出力装置1に表
示形式選択画面23Aを表示する(図11のステップB
1)。当画面にて”1”を選択入力した場合には、仕様
書を出力装置4へ表示し、”2”を選択した場合は、図
9のプログラムとファイル項目の対応表を表示する(図
11のステップB2からステップB4)。
Referring to FIG. 11, the registration means 21 registers the program file item input screen 21A in the program file item storage section 321 including the processing description (step A1 in FIG. 11). In the case of the present embodiment, the specification information retrieved by the retrieval means 22 and the program file item correspondence information are passed to the display selection means 23 (step A2 in FIG. 11). The display selection means 23 displays a display format selection screen 23A on the input / output device 1 (step B in FIG. 11).
1). When "1" is selected and input on this screen, the specification is displayed on the output device 4, and when "2" is selected, a correspondence table between the program and the file item of FIG. 9 is displayed (FIG. 11). Step B2 to Step B4).

【0024】上記の動作はコンピュータのプログラムに
より命令の組み合わせにより実行することも可能であ
る。
The above operation can be executed by a combination of instructions by a computer program.

【0025】図12は、本発明の実施の形態の管理方法
を実行するコンピュータ60とその処理が格納された記
録媒体61を示す図である。
FIG. 12 is a diagram showing a computer 60 for executing the management method according to the embodiment of the present invention and a recording medium 61 on which the processing is stored.

【0026】[0026]

【発明の効果】プログラムーファイル項目の関係をデー
タとして登録することにより、ファイル項目の指定によ
る、関係プログラム仕様書の自動検索を可能とする。こ
の結果、システム共通的なデータ項目の修正が発生した
場合、その修正による影響範囲調査作業の効率化が図れ
る。
By registering the relationship between program and file items as data, it becomes possible to automatically search related program specifications by designating file items. As a result, when a data item common to the systems is corrected, the work of investigating the range of influence due to the correction can be made more efficient.

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

【図1】本発明の実施の形態の管理装置の構成を示すブ
ロック図である。
FIG. 1 is a block diagram illustrating a configuration of a management device according to an embodiment of the present invention.

【図2】本発明の実施の形態の管理装置プログラムーフ
ァイル項目入力画面を示す図である。
FIG. 2 is a diagram showing a management device program file item input screen according to the embodiment of the present invention.

【図3】本発明の実施の形態の管理装置プログラムーフ
ァイルレコードを示す図である。
FIG. 3 is a diagram showing a management device program file record according to the embodiment of the present invention.

【図4】本発明の実施の形態の管理装置プログラムーフ
ァイルの関係情報を示す図である。
FIG. 4 is a diagram showing relation information of a management device program file according to the embodiment of the present invention.

【図5】本発明の実施の形態の管理装置の入力レコード
を示す図である。
FIG. 5 is a diagram illustrating an input record of the management device according to the embodiment of this invention.

【図6】本発明の実施の形態の管理装置の動作を示すフ
ローチャートである。
FIG. 6 is a flowchart showing an operation of the management device according to the embodiment of the present invention.

【図7】本発明の管理装置の第二の実施の形態の管理装
置の構成を示すブロック図である。
FIG. 7 is a block diagram illustrating a configuration of a management device according to a second embodiment of the management device of the present invention.

【図8】本発明の第二の実施の形態の管理装置のプログ
ラムーファイルレコードを示す図である。
FIG. 8 is a diagram illustrating a program file record of the management device according to the second embodiment of this invention.

【図9】本発明の第二の実施の形態の管理装置のプログ
ラム毎に使用しているファイル項目についての処理内容
を記載した対応表を示す図である。
FIG. 9 is a diagram illustrating a correspondence table in which processing contents of file items used for each program of the management device according to the second embodiment of the present invention are described.

【図10】本発明の第二の実施の形態の管理装置の表示
形式選択画面を示す図である。
FIG. 10 is a diagram illustrating a display format selection screen of the management device according to the second embodiment of this invention.

【図11】本発明の第二の実施の形態の管理装置の動作
を示すフローチャートである。
FIG. 11 is a flowchart illustrating an operation of the management device according to the second embodiment of this invention.

【図12】本発明の実施の形態の管理方法を実行するコ
ンピュータとその処理が格納された記録媒体を示す図で
ある。
FIG. 12 is a diagram illustrating a computer that executes a management method according to an embodiment of the present invention and a recording medium in which the processing is stored.

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

1 入出力装置 2 データ処理装置 3 記憶装置 4 出力装置 5 データ処理装置 21 登録手段 22 検索手段 23 表示選択手段 23A 表示形式選択画面 21A プログラムーファイル項目入力画面 31 仕様書記憶部 32 プログラムーファイル項目記憶部 321 プログラムーファイル項目記憶部 321A プログラム名 321B ファイル名 321C 項目名 321D 処理区分 321E 処理説明 32A プログラム名 32B ファイル名 32C 項目名 32D 処理区分 60 コンピュータ 61 記録媒体 REFERENCE SIGNS LIST 1 input / output device 2 data processing device 3 storage device 4 output device 5 data processing device 21 registration unit 22 search unit 23 display selection unit 23A display format selection screen 21A program file item input screen 31 specification storage unit 32 program file item Storage unit 321 Program-file item storage unit 321A Program name 321B File name 321C Item name 321D Processing description 321E Processing description 32A Program name 32B File name 32C Item name 32D Processing classification 60 Computer 61 Recording medium

───────────────────────────────────────────────────── フロントページの続き (72)発明者 西脇 信二 愛知県日進市米野木町南山500−20 中部 日本電気ソフトウェア株式会社内 Fターム(参考) 5B075 ND02 ND24 ND36 NK04 NK13 NK25 NK44 PQ02 UU06 5B076 AB09 DF01 5B082 EA02 EA09  ────────────────────────────────────────────────── ─── Continuing on the front page (72) Inventor Shinji Nishiwaki 500-20 Minamiyama, Yonegi-cho, Nisshin-shi, Aichi F-term (reference) in NEC Software Corporation 5B075 ND02 ND24 ND36 NK04 NK13 NK25 NK44 PQ02 UU06 5B076 AB09 DF01 5B082 EA02 EA09

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 プログラムとファイル項目との関係をデ
ータ管理し、前記ファイル項目を指定する事により、前
記ファイル項目を使用するプログラム仕様書を出力する
プログラムとファイル項目の管理装置であって、 前記プログラム仕様書を仕様書記憶部へ登録し、前記プ
ログラム名と前記ファイル項目の対応をプログラムファ
イル記憶部へ登録する第一の手段と、前記ファイル項目
を指定することにより前記プログラム仕様書を検索する
第二の手段と、前記第二の手段で得られた前記ファイル
項目により前記プログラムファイル記憶部を検索し該当
する前記プログラム名を得る第三の手段と、前記第三の
手段で得られた前記プログラム名から前記仕様書記憶部
を検索し前記プログラム仕様書を得る第四の手段と前記
プログラム仕様書を表示する第五の手段からなることを
特徴とするプログラムとファイル項目の管理装置。
1. A program and file item management device that manages the relationship between a program and a file item by data and specifies a file item to output a program specification using the file item. First means for registering a program specification in a specification storage unit and registering the correspondence between the program name and the file item in a program file storage unit, and searching for the program specification by designating the file item A second means, a third means for searching the program file storage unit by the file item obtained by the second means and obtaining a corresponding program name, and the third means obtained by the third means A fourth means for searching the specification storage from the program name to obtain the program specification and displaying the program specification Manager programs and files items characterized by comprising a fifth means that.
【請求項2】 前記プログラム仕様書を表示する際に、
前記プログラム仕様書を選択する第六の手段とをさらに
有することを特徴とする請求項1記載のプログラムとフ
ァイル項目の管理装置。
2. When displaying the program specification,
6. The apparatus according to claim 1, further comprising a sixth unit for selecting the program specification.
【請求項3】 プログラムとファイル項目との関係をデ
ータ管理し、前記ファイル項目を指定する事により、前
記ファイル項目を使用するプログラム仕様書を検索する
プログラムとファイル項目の管理方法であって、 前記プログラム仕様書を仕様書記憶部へ登録し、前記プ
ログラム名と前記ファイル項目の対応をプログラムファ
イル記憶部へ登録する第一の手順と、前記ファイル項目
を指定することにより前記プログラム仕様書を検索する
第二の手順と、前記第二の手順で得られた前記ファイル
項目により前記プログラムファイル記憶部を検索し該当
する前記プログラム名を得る第三の手順と、前記第三の
手順で得られた前記プログラム名から前記仕様書記憶部
を検索し前記プログラム仕様書を得る第四の手順と前記
プログラム仕様書を表示する第五の手順からなることを
特徴とするプログラムとファイル項目の管理方法。
3. A method for managing a program and a file item by managing a relationship between a program and a file item by data, and searching for a program specification using the file item by designating the file item. A first procedure of registering a program specification in a specification storage unit and registering a correspondence between the program name and the file item in a program file storage unit, and searching for the program specification by specifying the file item A second procedure, a third procedure of searching the program file storage unit by the file item obtained in the second procedure to obtain the corresponding program name, and a third procedure obtained in the third procedure. A fourth procedure for searching the specification storage from the program name to obtain the program specification and displaying the program specification Programs and files item management method which is characterized in that it consists of a fifth procedure that.
【請求項4】 前記プログラム仕様書を表示する際
に、前記プログラム仕様書を選択する第六の手順とをさ
らに有することを特徴とする請求項3記載のプログラム
とファイル項目の管理方法。
4. The program and file item management method according to claim 3, further comprising a sixth step of selecting said program specification when displaying said program specification.
【請求項5】 請求項3記載の第一乃至第五の手順をコ
ンピュータに実行させるプログラムを記録したことを特
徴とする記録媒体。
5. A recording medium on which a program for causing a computer to execute the first to fifth procedures according to claim 3 is recorded.
【請求項6】 請求項4記載の第一乃至第六の手順をコ
ンピュータに実行させるプログラムを記録したことを特
徴とする記録媒体。
6. A recording medium on which a program for causing a computer to execute the first to sixth procedures according to claim 4 is recorded.
JP24768999A 1999-09-01 1999-09-01 Device and method for managing program and file item and recording medium stored with program Pending JP2001075795A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP24768999A JP2001075795A (en) 1999-09-01 1999-09-01 Device and method for managing program and file item and recording medium stored with program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP24768999A JP2001075795A (en) 1999-09-01 1999-09-01 Device and method for managing program and file item and recording medium stored with program

Publications (1)

Publication Number Publication Date
JP2001075795A true JP2001075795A (en) 2001-03-23

Family

ID=17167187

Family Applications (1)

Application Number Title Priority Date Filing Date
JP24768999A Pending JP2001075795A (en) 1999-09-01 1999-09-01 Device and method for managing program and file item and recording medium stored with program

Country Status (1)

Country Link
JP (1) JP2001075795A (en)

Similar Documents

Publication Publication Date Title
US20200380200A1 (en) Information processing apparatus and method and non-transitory computer readable medium
US20020007365A1 (en) Method of and an apparatus for displaying version information and configuration and a computer-readable recording medium on which a version and configuration information display program is recorded
US20020078197A1 (en) System and method for saving and managing browsed data
JP2001337994A (en) Thumbnail display system and method and recording medium with processing program therefor recorded therein
JP3441155B2 (en) Information management search device
JP2001075795A (en) Device and method for managing program and file item and recording medium stored with program
JP2001056809A (en) Document managing system
JPH11161656A (en) Data base retrieval and extraction system and recording medium in which control program for data base retrieval and extraction is recorded
JP4253134B2 (en) Document processing apparatus, document processing method, program, and recording medium
JPH11296463A (en) Marking/redisplay method for home page using frame
JP3533674B2 (en) Information display device and method thereof
JPH1097546A (en) Reduced picture read system and its method
JP3337717B2 (en) Database processing device and database processing method
JP3270402B2 (en) Search Engine and Internet Server Recording Medium
JP2002024065A (en) Document management system, document managing method and recording medium in which program to execute its method is recorded
JP2888458B2 (en) File storage device
JPS6354662A (en) Editing system for caption-item
JP2002244900A (en) File management method and contents recording and reproducing apparatus
JP2004178180A (en) Registration and retrieval system for full-text retrieval information
JP2004013802A (en) Searching program creating method
JP2001229174A (en) Document management system and recording medium for performing same document management system
JP2001034634A (en) Data base retrieval system and program recording medium for the system
JPS63141180A (en) Preparing device for circuit diagram with inter-page collating information
JPS63307554A (en) Product control system
JPH04118728A (en) Data file updating system

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040601