JPH0713750A - Program module control method - Google Patents

Program module control method

Info

Publication number
JPH0713750A
JPH0713750A JP15647093A JP15647093A JPH0713750A JP H0713750 A JPH0713750 A JP H0713750A JP 15647093 A JP15647093 A JP 15647093A JP 15647093 A JP15647093 A JP 15647093A JP H0713750 A JPH0713750 A JP H0713750A
Authority
JP
Japan
Prior art keywords
module
program
hierarchical
list
source program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP15647093A
Other languages
Japanese (ja)
Inventor
Chikamitsu Kaneko
親光 金子
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 Information Service Co Ltd
Original Assignee
NEC Information Service Co 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 Information Service Co Ltd filed Critical NEC Information Service Co Ltd
Priority to JP15647093A priority Critical patent/JPH0713750A/en
Publication of JPH0713750A publication Critical patent/JPH0713750A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To surely grasp the relationships of modules in an entire system by taking the latest module constitution and a list of registration collections out of an original program library group at a present time point. CONSTITUTION:A program module control method includes an original program converting process which converts an original program group into an original program image file, a hierarchical module converting process which divides the image file into plural hierarchical level modules, a module control connecting process which connects the hierarchical level modules to a main program to produce a main program connection file, a hierarchical structure printing process which prints a hierarchical structure list out of the connection file, and a module/registration list printing process which prints the lists of modules and registration collections out of the image file. Then the files are produced from the image file for each hierarchical level in the hierarchical module converting process, and the divisions between the submodules and the registration collections and the names are added for each hierarchical level with the main program defined as a retrieving iterm.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はプログラムモジュールの
管理方法に関し、特にサービスプログラムソフトウエア
によるプログラムモジュールの管理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program module management method, and more particularly to a program module management method using service program software.

【0002】[0002]

【従来の技術】図7は従来のプログラムモジュールの管
理方法の一例を示すフローチャートである。
2. Description of the Related Art FIG. 7 is a flowchart showing an example of a conventional program module management method.

【0003】従来のプログラムモジュール(モジュー
ル)の管理方法は、図7に示すように、ステップ51の
システム詳細設計(システム改造作業)において共通モ
ジュールおよび共通登録集をあらかじめ作成し、必要に
応じて仕様書内に記述して一つの詳細設計を完成させる
が、システム構築の途上や完成後の保守における原始プ
ログラムの管理、特に、モジュールの構成に関する管理
については、ドキュメント類によって手作業で管理して
いる。
As shown in FIG. 7, a conventional method for managing program modules (modules) is to create a common module and a common registry in advance in the detailed system design (system remodeling work) of step 51, and to specify the specifications as needed. Although one detailed design is completed by describing it in the document, the management of the source program during the system construction and the maintenance after completion, especially the management of the module configuration, is managed manually by the documents. .

【0004】しかし、このような管理手段では、ステッ
プ52に示すような判断が発生し、モジュール分割また
は登録集(コピー原文)が多いシステムについては、変
更の度にドキュメントを手直しするのが大変であり、ま
た、あるモジュールを保守したり新規に登録したとき、
管理もれが頻繁に発生する。
However, in such a management means, the judgment as shown in step 52 occurs, and it is difficult to revise the document each time the change is made in a system in which there are many module divisions or registration collections (copy originals). Yes, and when maintaining or newly registering a module,
Management omissions occur frequently.

【0005】システムの単体または総合のテストランに
おいてあるモジュールを保守した場合、関連するメイン
モジュールについて原則的に実行プログラムの再結合を
行わなければならない。モジュールが一つのみのとき
は、その部分に関する情報を把握すれば特に問題はない
が、システム全体のモジュールの管理もれが発生する
と、あるサブシステムにおいて正常に動作しなくなり、
このため、システムの開発や維持管理のための工数が余
分にかかり、システムの規模が大きくなる程、このよう
なトラブルが発生し易い。
When a certain module is maintained in the system alone or in the test run of the system, in principle, the execution programs of the related main modules must be recombined. If there is only one module, there is no problem if you know the information about that part, but if you miss the management of the module of the entire system, it will not operate normally in a certain subsystem,
For this reason, extra man-hours for system development and maintenance are required, and such problems are more likely to occur as the system scale increases.

【0006】ステップ53においては、モジュールの階
層構造をレベル毎に図式で表すが、この作業は非常に手
間がかかり、モジュールの変更が発生したとき、手作業
によるドキュメント管理が完全に行えないことがある。
このため、手入れが完全に行われた場合(ステップ54
およびステップ55)はよいが、手入れが完全に行われ
なかったた場合(ステップ54およびステップ56)
は、トラブルが発生する。
In step 53, the hierarchical structure of the module is represented graphically for each level, but this work is very troublesome, and when the module is changed, the manual document management cannot be completely performed. is there.
For this reason, if the maintenance is complete (step 54
And step 55) is good, but if the maintenance was not completely done (step 54 and step 56)
Have trouble.

【0007】[0007]

【発明が解決しようとする課題】上述したように、従来
のプログラムモジュールの管理方法は、手作業によって
モジュール管理を行っているため、システム構築上、モ
ジュール分割または登録集(コピー原文)が多いシステ
ムについては、システムの規模が大きくなる程、完全な
モジュール関連図が書けない場合が多くなるという問題
点を有している。また、サブモジュールまたは登録集の
保守作業(メンテ)が発生したとき、その保守作業を行
ったサブモジュールまたは登録集に関連するシステム内
の全モジュールを把握するのに多くの労を必要とし、ま
た、管理もれが発生すると、システムトラブルが発生す
るという問題点も有している。モジュール間の階層構造
のレベルが深くなればなる程、このような問題点は顕著
となる。
As described above, in the conventional method of managing a program module, since module management is performed manually, a system in which there are many module divisions or registration collections (copy original text) in system construction. As for the system, the larger the system size, the more often it is not possible to write a complete module relation diagram. In addition, when maintenance work (maintenance) of a submodule or registry occurs, it requires a lot of work to grasp all the modules in the system related to the submodule or the registry that performed the maintenance work. However, there is also a problem that system failure occurs when management is missed. Such problems become more serious as the level of the hierarchical structure between modules becomes deeper.

【0008】[0008]

【課題を解決するための手段】本発明のプログラムモジ
ュールの管理方法は、原始プログラム群から原始プログ
ラムイメージファイルに変換する原始プログラム変換処
理と、前記原始プログラム変換処理によって変換された
前記原始プログラムイメージファイルを複数階層の階層
レベルモジュールに分割する階層モジュール変換処理
と、前記階層モジュール変換処理によって変換された前
記複数階層の階層レベルモジュールをメインプログラム
に結合させてメインプログラム結合ファイルを作成する
モジュール管理結合処理と、前記モジュール管理結合処
理によって作成された前記メインプログラム結合ファイ
ルから階層構造リストを印刷する階層構造印刷処理と、
前記原始プログラムイメージファイルからモジュールの
一覧表および登録集の一覧表を印刷するモジュール・登
録集一覧印刷処理とを備え、前記原始プログラム変換処
理によって変換された前記原始プログラムイメージファ
イルを前記階層モジュール変換処理において階層レベル
毎のファイルを作成し、前記メインプログラムを索引項
目として階層レベル毎のサブモジュールと登録集との区
分および名称を付加することを含むものであり、特に、
前記階層モジュール変換処理によって分割する前記階層
レベルモジュールの階層数を6階層としたものである。
A program module management method according to the present invention comprises a source program conversion process for converting a source program group into a source program image file, and the source program image file converted by the source program conversion process. Module conversion processing for dividing a hierarchy level module into a plurality of hierarchies, and module management combination processing for combining the plurality of hierarchy level modules converted by the hierarchy module conversion processing into a main program to create a main program combination file And a hierarchical structure printing process for printing a hierarchical structure list from the main program combined file created by the module management combining process,
A module / registry list printing process for printing a list of modules and a list of registrations from the source program image file, wherein the source program image file converted by the source program conversion process is converted into the hierarchical module conversion process. In which a file for each hierarchical level is created, and the main program is used as an index item to add the division and name of the sub-module and the registry for each hierarchical level.
The number of layers of the layer level module divided by the layer module conversion processing is six layers.

【0009】[0009]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Embodiments of the present invention will now be described with reference to the drawings.

【0010】図1は本発明の一実施例を示すフローチャ
ート、図2は図1の実施例の原始プログラム変換処理の
詳細を示すフローチャート、図3は図1の実施例の階層
モジュール変換処理の詳細を示すフローチャート、図4
は図1の実施例のモジュール管理結合処理の詳細を示す
フローチャート、図5は図1の実施例の階層構造印刷処
理の詳細を示すフローチャート、図6は図1の実施例の
モジュール・登録集一覧印刷処理の詳細を示すフローチ
ャートである。
FIG. 1 is a flow chart showing an embodiment of the present invention, FIG. 2 is a flow chart showing details of the source program conversion processing of the embodiment of FIG. 1, and FIG. 3 is a detail of hierarchical module conversion processing of the embodiment of FIG. 4 is a flowchart showing
1 is a flow chart showing the details of the module management combining process of the embodiment of FIG. 1, FIG. 5 is a flow chart showing the details of the hierarchical structure printing process of the embodiment of FIG. 1, and FIG. 6 is a module / registry list of the embodiment of FIG. 6 is a flowchart illustrating details of print processing.

【0011】図1において、ステップ1は、原始プログ
ラム群から原始プログラムイメージファイルに変換する
原始プログラム変換処理である。すなわち、図2に示す
ように、人が事務処理用言語で記述した原始プログラム
ライブラリを読出し(ステップ11)、それがライブラ
リの終りであるか否かを判断し(ステップ12)、終り
でないときは原始プログラムのプログラム識別情報のみ
を取出してその内容をプログラムイメージファイルとし
て作成して原始プログラムイメージファイルに格納する
(ステップ13)。
In FIG. 1, step 1 is a source program conversion process for converting a source program group into a source program image file. That is, as shown in FIG. 2, a person reads a source program library written in a business processing language (step 11), judges whether or not it is the end of the library (step 12), and when it is not the end. Only the program identification information of the source program is extracted, the contents are created as a program image file and stored in the source program image file (step 13).

【0012】ステップ2は、ステップ1の原始プログラ
ム変換処理によって変換された原始プログラムイメージ
ファイルを第一階層レベルモジュールから第六階層レベ
ルモジュールまでに分割する階層モジュール変換処理で
ある。すなわち、図3に示すように、まずステップ1で
作成した原始プログラムイメージファイルを読出し(ス
テップ14)、それがファイルの終りであるか否かを判
断し(ステップ15)、終りでないときは、メインプロ
グラム情報のみをファイルに書込んで階層レベル1ファ
イルを作成する(ステップ16)。次に、そのステップ
16で作成した階層レベル1ファイルを読出し(ステッ
プ17)、それがファイルの終りであるか否かを判断し
(ステップ18)、終りでないときは、ステップ1の原
始プログラム変換処理によって変換された原始プログラ
ムイメージファイルから階層レベル1ファイルのプログ
ラムを探し、(ステップ19)、その中のサブモジュー
ル呼出し命令および登録集(コピー句)をレベル2とし
て階層レベル2ファイルに出力する(ステップ20)。
以下レベル6まで上述の動作を行い(現実的にはレベル
6の階層までで充分である)、階層レベル3ファイル〜
階層レベル6ファイルを作成する(ステップ21〜ステ
ップ36)。
Step 2 is a layer module conversion process for dividing the source program image file converted by the source program conversion process of step 1 into first layer level modules to sixth layer level modules. That is, as shown in FIG. 3, first, the source program image file created in step 1 is read (step 14), and it is judged whether or not it is the end of the file (step 15). Only the program information is written in the file to create a hierarchical level 1 file (step 16). Next, the hierarchy level 1 file created in step 16 is read (step 17), it is judged whether or not it is the end of the file (step 18), and if it is not the end, the source program conversion process of step 1 is executed. The program of the hierarchy level 1 file is searched for from the source program image file converted by (step 19), and the submodule calling instruction and the collection (copy phrase) therein are output as level 2 to the hierarchy level 2 file (step 19). 20).
After that, the above operation is performed up to level 6 (in reality, the level 6 level is sufficient), and the level 3 file
A hierarchy level 6 file is created (step 21 to step 36).

【0013】ステップ3は、ステップ2の階層モジュー
ル変換処理によって変換された第一階層レベルモジュー
ル〜第六階層レベルモジュールをメインプログラムに結
合させてメインプログラム結合ファイルを作成するモジ
ュール管理結合処理である。すなわち、図4に示すよう
に、階層レベル1〜階層レベル6までのファイルをメイ
ンプログラム名を索引項目(キー項目)として、ファイ
ルが終了するまで(ステップ38)、同一プログラム毎
に結合させてモジュール結合ファイル(メインプログラ
ム結合ファイル)に書込む(ステップ39)。
Step 3 is a module management coupling process for coupling the first hierarchical level module to the sixth hierarchical level module converted by the hierarchical module conversion process of step 2 to the main program to create a main program coupling file. That is, as shown in FIG. 4, the files of the hierarchical levels 1 to 6 are combined into modules by the same program until the end of the file (step 38) with the main program name as an index item (key item). Write to the combined file (main program combined file) (step 39).

【0014】ステップ4は、ステップ3のモジュール管
理結合処理で作成したメインプログラム結合ファイルか
ら階層構造リストを印刷する階層構造印刷処理である。
すなわち、図5に示すように、モジュール結合ファイル
を読出し(ステップ40)、ファイルが終了するまで
(ステップ41)、モジュール階層構造リストを作成す
る(ステップ42)。このリストは、メインモジュール
毎に纏められ、レベル1からレベル6までの階層構造と
して展開されている。従ってこれにより、モジュールの
階層構造が一目でわかる。
Step 4 is a hierarchical structure printing process for printing a hierarchical structure list from the main program combined file created in the module management combining process of step 3.
That is, as shown in FIG. 5, the module combination file is read (step 40), and a module hierarchical structure list is created (step 42) until the file is completed (step 41). This list is organized for each main module and is developed as a hierarchical structure from level 1 to level 6. Therefore, this makes it possible to see the hierarchical structure of the modules at a glance.

【0015】ステップ5は、ステップ1での原始プログ
ラム変換処理によって変換した原始プログラムイメージ
ディスクファイルからモジュールの一覧表および登録集
(コピー原文)の一覧表を印刷するモジュール・登録集
一覧印刷処理である。すなわち、図6に示すように、ス
テップ1で作成した原始プログラムイメージファイルを
読出し(ステップ43)、ファイルが終了するまで(ス
テップ44)、モジュール単位毎または登録集単位毎
に、それらの内容を含む全てのメインモジュール名およ
びサブモジュール名および登録集(コピー句)の原文名
称を一覧表としての印刷する(ステップ45)。
Step 5 is a module / registry list printing process for printing a list of modules and a list of registrations (original copy) from the source program image disk file converted by the conversion processing of the source program in step 1. . That is, as shown in FIG. 6, the source program image file created in step 1 is read (step 43), and the contents thereof are included for each module unit or each registration collection unit until the file ends (step 44). All the main module names and sub module names and the original text names of the library (copy phrase) are printed as a list (step 45).

【0016】[0016]

【発明の効果】以上説明したように、本発明のプログラ
ムモジュールの管理方法は、最新のモジュール構成およ
び登録集の一覧表を、現時点の原始プログラムライブラ
リ群から取出すことを可能にすることにより、システム
全体のモジュールの関連を的確に把握することが可能と
なるという効果があり、また、システム構築の途上や完
成後のプログラムの維持管理に対する保守性を向上させ
ることができるという効果がある。従ってソフトウエア
の品質および信頼性の向上を図り、ドキュメント作成の
労力を軽減し、ミスの発生を低減することができるとい
う効果がある。
As described above, the method of managing a program module of the present invention enables the latest module configuration and the list of registrations to be taken out from the current source program library group, thereby making the system There is an effect that it is possible to accurately grasp the relationship of all modules, and there is an effect that it is possible to improve the maintainability for the maintenance and management of the program during the system construction and after completion. Therefore, there are effects that the quality and reliability of software can be improved, the effort for creating a document can be reduced, and the occurrence of mistakes can be reduced.

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

【図1】本発明の一実施例を示すフローチャートであ
る。
FIG. 1 is a flowchart showing an embodiment of the present invention.

【図2】図1の実施例の原始プログラム変換処理の詳細
を示すフローチャートである。
FIG. 2 is a flowchart showing details of a source program conversion process of the embodiment of FIG.

【図3】図1の実施例の階層モジュール変換処理の詳細
を示すフローチャートである。
FIG. 3 is a flowchart showing details of hierarchical module conversion processing of the embodiment of FIG.

【図4】図1の実施例のモジュール管理結合処理の詳細
を示すフローチャートである。
FIG. 4 is a flowchart showing details of module management connection processing according to the embodiment of FIG.

【図5】図1の実施例の階層構造印刷処理の詳細を示す
フローチャートである。
FIG. 5 is a flowchart showing details of a hierarchical structure printing process of the embodiment of FIG.

【図6】図1の実施例のモジュール・登録集一覧印刷処
理の詳細を示すフローチャートである。
FIG. 6 is a flowchart showing details of a module / registry list printing process of the embodiment of FIG.

【図7】従来のプログラムモジュールの管理方法の一例
を示すフローチャートである。
FIG. 7 is a flowchart showing an example of a conventional program module management method.

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

1〜5・11〜45・51〜56 ステップ 1-5 ・ 11-45 ・ 51-56 steps

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 原始プログラム群から原始プログラムイ
メージファイルに変換する原始プログラム変換処理と、
前記原始プログラム変換処理によって変換された前記原
始プログラムイメージファイルを複数階層の階層レベル
モジュールに分割する階層モジュール変換処理と、前記
階層モジュール変換処理によって変換された前記複数階
層の階層レベルモジュールをメインプログラムに結合さ
せてメインプログラム結合ファイルを作成するモジュー
ル管理結合処理と、前記モジュール管理結合処理によっ
て作成された前記メインプログラム結合ファイルから階
層構造リストを印刷する階層構造印刷処理と、前記原始
プログラムイメージファイルからモジュールの一覧表お
よび登録集の一覧表を印刷するモジュール・登録集一覧
印刷処理とを備え、前記原始プログラム変換処理によっ
て変換された前記原始プログラムイメージファイルを前
記階層モジュール変換処理において階層レベル毎のファ
イルを作成し、前記メインプログラムを索引項目として
階層レベル毎のサブモジュールと登録集との区分および
名称を付加することを含むことを特徴とするプログラム
モジュールの管理方法。
1. A source program conversion process for converting a source program group into a source program image file,
A layer module conversion process for dividing the source program image file converted by the source program conversion process into a plurality of layer level modules, and the plurality of layer level modules converted by the layer module conversion process as a main program. A module management combining process for creating a main program combined file by combining them, a hierarchical structure printing process for printing a hierarchical structure list from the main program combined file created by the module management combining process, and a module from the source program image file Module for printing the list of the list and the list of the registry, and a process for printing the library list, wherein the source program image file converted by the source program converting process is the hierarchical module. Managing program modules, characterized in that it includes creating a file hierarchy level each at conversion process adds classification and designation of the library and submodule hierarchical level each said main program as an index item.
【請求項2】 階層モジュール変換処理によって分割す
る階層レベルモジュールの階層数を6階層としたことを
特徴とする請求項1記載のプログラムモジュールの管理
方法。
2. The program module management method according to claim 1, wherein the number of layers of the hierarchical level module divided by the hierarchical module conversion process is six layers.
JP15647093A 1993-06-28 1993-06-28 Program module control method Withdrawn JPH0713750A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP15647093A JPH0713750A (en) 1993-06-28 1993-06-28 Program module control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP15647093A JPH0713750A (en) 1993-06-28 1993-06-28 Program module control method

Publications (1)

Publication Number Publication Date
JPH0713750A true JPH0713750A (en) 1995-01-17

Family

ID=15628457

Family Applications (1)

Application Number Title Priority Date Filing Date
JP15647093A Withdrawn JPH0713750A (en) 1993-06-28 1993-06-28 Program module control method

Country Status (1)

Country Link
JP (1) JPH0713750A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6804019B2 (en) 1997-06-09 2004-10-12 Seiko Epson Corporation Print data generation system and corresponding method for use with a printing system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6804019B2 (en) 1997-06-09 2004-10-12 Seiko Epson Corporation Print data generation system and corresponding method for use with a printing system

Similar Documents

Publication Publication Date Title
US5428791A (en) Configuration mechanism for a computer system having generic user interface and component-specific builder modules
JP2006120125A (en) Document image information management apparatus and document image information management program
WO2020039729A1 (en) Document creation assistance system
JP4185175B2 (en) How to display structured documents
KR20090003542A (en) Information processing system, information processing apparatus, and storage medium
US5625801A (en) Method and apparatus for producing standardized software specifications and software products
GB2278468A (en) Configuring computer programs.
US6618168B1 (en) Image processing system and computer-readable recording medium
JPH0713750A (en) Program module control method
JP2000339306A (en) Document preparing device
WO2006071368A2 (en) System and method for information encapsulation for providing multiple deliverable formats from one information source
JP3660390B2 (en) Term dictionary management device
JPH08202746A (en) Drawing registering method
JPH11102362A (en) Composition system using computer network
JP3345522B2 (en) Program development support device using data item parts
Hoppe Integrated management of technical documentation: the system SPRITE
JP2000250797A (en) Stock data managing method for digital edition system and digital edition system
US6928612B1 (en) Creating multi-page documents using tiff files
JP5169505B2 (en) Document composition system and program
JPH06231183A (en) Document filing device
JP4373166B2 (en) Product information database
JPH06231185A (en) Picture processor
JP3710300B2 (en) Image editing apparatus and storage medium
JP5663771B2 (en) Work document management apparatus, work document management system, work document management method, and program
JPH11103386A (en) Page make-up system utilizing computer network

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: 20000905