JPS6126690B2 - - Google Patents

Info

Publication number
JPS6126690B2
JPS6126690B2 JP56152279A JP15227981A JPS6126690B2 JP S6126690 B2 JPS6126690 B2 JP S6126690B2 JP 56152279 A JP56152279 A JP 56152279A JP 15227981 A JP15227981 A JP 15227981A JP S6126690 B2 JPS6126690 B2 JP S6126690B2
Authority
JP
Japan
Prior art keywords
program
name
dictionary
data item
record
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.)
Expired
Application number
JP56152279A
Other languages
Japanese (ja)
Other versions
JPS5854447A (en
Inventor
Takaaki Ikeda
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 JP56152279A priority Critical patent/JPS5854447A/en
Publication of JPS5854447A publication Critical patent/JPS5854447A/en
Publication of JPS6126690B2 publication Critical patent/JPS6126690B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

【発明の詳細な説明】 本発明は、複数のプログラムの使用しているフ
アイルやデータ項目をプログラム・デイクシヨナ
リに登録しておき、フアイル名やデータ項目名を
キーとしてプログラム・デイクシヨナリを検索で
きるようにしたプログラム・デイクシヨナリの検
索システムに関するものである。
[Detailed Description of the Invention] The present invention has a system in which files and data items used by multiple programs are registered in a program dictionary, and the program dictionary can be searched using file names and data item names as keys. This relates to a search system for program dictionaries.

従来、複数のプログラム間にまたがるクロス・
リフアレンスはコンパイラで全く面倒をみていな
かつた。このため、例えば「部課コード」という
フイールドの長さを1桁増したいような場合、こ
のフイールドをアクセスしているプログラムが何
と何であるかを、見付けるためにはソース・リス
トを見るなり、或はプログラム仕様書を調べる必
要があつた。
Traditionally, cross-linking between multiple programs
References were not taken care of by the compiler at all. Therefore, for example, if you want to increase the length of a field called "Department Code" by one digit, you can find out what program is accessing this field by looking at the source list, or by looking at the program. I had to check the specifications.

本発明は、上記の考察に基づくものであつて、
フアイルやデータ項目とプログラムの関係をプロ
グラム・デイクシヨナリに登録することによつ
て、プログラム間に跨がるクロスリフアレンスの
検索をオンラインで可能にし、プログラムの保守
やテストにおける生産性と信頼性を向上できるよ
うにしたプログラム・デイクシヨナリの検索シス
テムを提供することを目的としている。そしてそ
のため、本発明のプログラム・デイクシヨナリの
検索システムは、複数のプログラムのそれぞれに
よつて使用されているデータ項目の名前、そのデ
ータ項目の属するレコードの名前、そのレコード
の属するフアイルの名前および上記データ項目を
使用するプログラムの名前が書込まれたプログラ
ム・デイクシヨナリ、対話検索機能とドキユメン
ト出力機能を有する制御手段、デイスプレイ装
置、並びにプリンタ装置を備え、上記制御手段
は、少なくともデータ項目名をキーとして上記プ
ログラム・デイクシヨナリから関連するプログラ
ムの名前を取り出し得るように構成されているこ
とを特徴とするものである。以下、本発明を図面
を参照しつつ説明する。
The present invention is based on the above considerations, and includes:
By registering the relationships between files, data items, and programs in the Program Dictionary, cross-references across programs can be searched online, improving productivity and reliability in program maintenance and testing. The purpose of this project is to provide a program dictionary search system that allows users to search for programs and dictionaries. Therefore, the program dictionary retrieval system of the present invention can identify the name of a data item used by each of a plurality of programs, the name of the record to which the data item belongs, the name of the file to which the record belongs, and the above data. A program dictionary in which the names of programs that use the items are written, a control means having an interactive search function and a document output function, a display device, and a printer device; The present invention is characterized in that it is configured to be able to extract the name of a related program from a program dictionary. Hereinafter, the present invention will be explained with reference to the drawings.

第1図は本発明の1実施例のブロツク図、第2
図はコボルで書かれたプログラムの一部を示す
図、第3図はプログラム・デイクシヨナリの検索
部分の1実施例のブロツク図である。
FIG. 1 is a block diagram of one embodiment of the present invention, and FIG.
The figure shows a part of a program written in Kobol, and FIG. 3 is a block diagram of one embodiment of the search part of the program dictionary.

第1図において、1はソース・プログラム、2
はコンパイラ、3は文字列解析手段、4は構文解
析手段、5はコード生成手段、6はオブジエク
ト・モジユール、7はリンケージ・エデイタ、8
はロード・モジユール、9は中間フアイル、10
はプログラム・デイクシヨナリ登録手段、11は
プログラム・デイクシヨナリ、12はポインタを
それぞれ示している。
In Figure 1, 1 is the source program, 2
is a compiler, 3 is a string analysis means, 4 is a syntax analysis means, 5 is a code generation means, 6 is an object module, 7 is a linkage editor, 8
is the load module, 9 is the intermediate file, 10
11 represents a program dictionary registration means, 11 represents a program dictionary, and 12 represents a pointer.

カード又はDASD上のソース・プログラム1
は、コンパイラ2によつてオブジエクト・モジユ
ール6に変換され、ついでリンケージ・エデイタ
7によつてロード・モジユールに変換される。コ
ンパイラ2は、文字列解析手段3,構文解析手段
4およびコード生成手段5などを有している。ソ
ース・プログラム1のプログラム名、フアイル
名、レコード名および項目名はコンパイラの構文
解析手段4によつて抽出され、中間フアイル9に
格納される。第2図はコボルで書かれたプログラ
ムの1例を示すものであつて、第2図はプログラ
ム名がPROG102Aであつて、このプログラムが
F―MASTERというフアイルの中における
REC102FというレコードのITEM1021というデ
ータ項目とITEM1022というデーダ項目を用いる
こと、及びG―MASTERというフアイルの中に
おけるREC102Gというレコードの中の
ITEM1023というデータ項目とITEM1024という
データ項目を使用すること等を表わしている。ソ
ース・プログラム1に第2図のようなフアイル
名、レコード名および項目名が書かれていると、
中間フアイル9には図示のようなデータが書き込
まれる。プログラム・デイクシヨナリ登録部10
は、中間フアイル9の内容をプログラム・デイク
シヨナリ11に登録する。プログラム・デイクシ
ヨナリ11には、複数のプログラムの使用するデ
ータ項目のそれぞれについて、そのデータ項目の
属するレコードの名前、そのレコードの属するフ
アイルの名前およびそのデータ項目を使用するプ
ログラムの名前が書込まれている。プログラム・
デイクシヨナリ11にはポインタ12が設けら
れ、このポインタ12は最終データ書込位置をポ
イントしている。
Source program 1 on card or DASD
is converted into an object module 6 by the compiler 2, and then into a load module by the linkage editor 7. The compiler 2 includes a character string analysis means 3, a syntax analysis means 4, a code generation means 5, and the like. The program name, file name, record name, and item name of the source program 1 are extracted by the syntax analysis means 4 of the compiler and stored in the intermediate file 9. Figure 2 shows an example of a program written in Kobol. In Figure 2, the program name is PROG102A, and this program is in a file called F-MASTER.
By using data items ITEM1021 and ITEM1022 in the record REC102F, and in the record REC102G in the file G-MASTER.
This indicates that the data items ITEM1023 and ITEM1024 are used. If file names, record names, and item names as shown in Figure 2 are written in source program 1,
Data as shown in the figure is written to the intermediate file 9. Program dictionary registration section 10
registers the contents of the intermediate file 9 in the program dictionary 11. For each data item used by multiple programs, the name of the record to which the data item belongs, the name of the file to which the record belongs, and the name of the program that uses the data item are written in the program dictionary 11. There is. program·
A pointer 12 is provided in the dictionary 11, and this pointer 12 points to the final data writing position.

第3図はプログラム・デイクシヨナリ11を用
いた検索システムの1例を示すものであつて、1
3はプログラム・デイクシヨナリ11をアクセス
するための制御手段、14はデイスプレイ、15
はプリンタをそれぞれ示している。制御手段13
は、対話検索機能と、ドキユメント出力機能とを
有している。例えば、オペレータがデイスプレイ
14のキーボード(図示せず)からデータ項目名
を指定して、このデータ項目を用いていプログラ
ムの名前を表示出力すべきことを要求すると、制
御手段11はプログラム・デイクシヨナリ11を
サーチし、該当するプログラムの名前をデイスプ
レイ14上に出力する。オペレータが表示内容を
印刷出力すべきことを要求とすると、表示内容は
プリンタ15によつて印字出力される。プログラ
ム・デイクシヨナリ11は、データ項目のみでな
く、プログラム名やフアイル名、レコード名をキ
ーとして検索することが出来る。
FIG. 3 shows an example of a search system using the program dictionary 11.
3 is a control means for accessing the program dictionary 11; 14 is a display; 15
indicate each printer. Control means 13
has an interactive search function and a document output function. For example, when an operator specifies a data item name from the keyboard (not shown) of the display 14 and requests that the name of a program using this data item be displayed and output, the control means 11 outputs the program dictionary 11. Search and output the name of the corresponding program on the display 14. When the operator requests that the displayed content be printed out, the displayed content is printed out by the printer 15. The program dictionary 11 can be searched using not only data items but also program names, file names, and record names as keys.

以上の説明から明らかなように、本発明によれ
ば、複数のプログラムのそれぞれによつて使用さ
れるデータ項目名をプログラム・デイクシヨナリ
に集め、各データ項目名に対応してレコード名、
フアイル名およびプログラム名を記入し、プログ
ラム・デイクシヨナリをデータ項目名などでサー
チできるようにしたので、例えばデータ項目を修
正したような場合、関連するプログラムの名前を
簡単に知ることが出来る。
As is clear from the above description, according to the present invention, data item names used by each of a plurality of programs are collected in a program dictionary, and record names, record names, and
By entering the file name and program name, you can search the program dictionary by data item name, etc., so if you modify a data item, for example, you can easily find the name of the related program.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の1実施例のブロツク図、第2
図はコボルで書かれたプログラムの一部を示す
図、第3図はプログラム・デイクシヨナリの検索
部分の1実施例のブロツク図である。 1……ソース・プログラム、2…コンパイラ、
3……文字列解析手段、4……構文解析手段、5
……コード生成手段、6……オブジエクト・モジ
ユール、7……リンケージ・エデイタ、8……ロ
ード・モジユール、9……中間フアイル、10…
…プログラム・デイクシヨナリ登録手段、11…
…プログラム・デイクシヨナリ、12……ポイン
タ、13……プログラム・デイクシヨナリ11を
アクセスするための制御手段、14……デイスプ
レイ、15……プリンタ。
FIG. 1 is a block diagram of one embodiment of the present invention, and FIG.
The figure shows a part of a program written in Kobol, and FIG. 3 is a block diagram of one embodiment of the search part of the program dictionary. 1... Source program, 2... Compiler,
3...Character string analysis means, 4...Syntax analysis means, 5
...Code generation means, 6...Object module, 7...Linkage editor, 8...Load module, 9...Intermediate file, 10...
...Program dictionary registration means, 11...
. . . program dictionary, 12 . . . pointer, 13 . . . control means for accessing the program dictionary 11, 14 . . . display, 15 . . . printer.

Claims (1)

【特許請求の範囲】[Claims] 1 複数のプログラムのそれぞれによつて使用さ
れているデータ項目の名前、そのデータ項目の属
するレコードの名前、そのレコードの属するフア
イルの名前および上記データ項目を使用するプロ
グラムの名前が書込まれたプログラム・デイクシ
ヨナリ、対話検索機能とドキユメント出力機能を
有する制御手段、デイスプレイ装置、並びにプリ
ンタ装置を備え、上記制御手段は、少なくともデ
ータ項目名をキーとして上記プログラム・デイク
シヨナリから関連するプログラムの名前を取り出
し得るように構成されていることを特徴とするプ
ログラム・デイクシヨナリの検索システム。
1. A program in which the name of a data item used by each of multiple programs, the name of the record to which the data item belongs, the name of the file to which the record belongs, and the name of the program that uses the above data item are written.・Equipped with a dictionary, a control means having an interactive search function and a document output function, a display device, and a printer device, and the control means is capable of extracting the name of a related program from the program dictionary using at least a data item name as a key. A program dictionary search system comprising:
JP56152279A 1981-09-26 1981-09-26 Retrieving system for program dictionary Granted JPS5854447A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56152279A JPS5854447A (en) 1981-09-26 1981-09-26 Retrieving system for program dictionary

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56152279A JPS5854447A (en) 1981-09-26 1981-09-26 Retrieving system for program dictionary

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP62095853A Division JP2520633B2 (en) 1987-04-18 1987-04-18 Apparatus and method for creating program dictionary

Publications (2)

Publication Number Publication Date
JPS5854447A JPS5854447A (en) 1983-03-31
JPS6126690B2 true JPS6126690B2 (en) 1986-06-21

Family

ID=15537033

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56152279A Granted JPS5854447A (en) 1981-09-26 1981-09-26 Retrieving system for program dictionary

Country Status (1)

Country Link
JP (1) JPS5854447A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6322790A (en) * 1986-07-15 1988-01-30 ヤマハ発動機株式会社 Rear-wheel gearing system cooling device for car

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63128430A (en) * 1986-11-18 1988-06-01 Casio Comput Co Ltd Data file storage device
JP2520633B2 (en) * 1987-04-18 1996-07-31 富士通株式会社 Apparatus and method for creating program dictionary
JP2720239B2 (en) * 1992-03-27 1998-03-04 東京電力株式会社 Insulator contamination removal device

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
DATA DICTIONARY SYSTEMS=1977 *
DATA MANAGERf´b±lýÐ=S55 *
INTEGRATED DATA DICTIONARY=1980 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6322790A (en) * 1986-07-15 1988-01-30 ヤマハ発動機株式会社 Rear-wheel gearing system cooling device for car

Also Published As

Publication number Publication date
JPS5854447A (en) 1983-03-31

Similar Documents

Publication Publication Date Title
JPS6126690B2 (en)
JPH0576067B2 (en)
KR890702133A (en) Information processing system and editing device using it
JP2520633B2 (en) Apparatus and method for creating program dictionary
CN1332302C (en) Navigation in computer software applications developed in procedural language
JP3432037B2 (en) Character input device
JPH08115330A (en) Method for retrieving similar document and device therefor
JPH07296005A (en) Japanese text registration/retrieval device
JPH0612548B2 (en) Document processor
JP2558692B2 (en) Document file device
JPH06119392A (en) Data item identification system
JPH044467A (en) Sentence structure analyzing device
Deutsch et al. A Study of an Information Retrieval Performance Measure: Expected Search Length as a Function of File Size and Organization.
JP3143909B2 (en) File processing device
JP3130346B2 (en) Input device
JP3036005B2 (en) Kana-Kanji conversion device
JPH04243477A (en) Index word extraction method for natural language processing system
JPH04211868A (en) Method for creating keyword for retrieval of cd-rom data
JPH05298368A (en) Method for inputting retrieving word in electronic filing system
JP2629946B2 (en) Document processing device
CN113449115A (en) Buddhism data collection method, device, equipment and storage medium
JPH1115843A (en) Device and method for retrieving sgml document
JPH0486948A (en) Method for preparing kana-added data base utilizing dictionary by fields
JPS6215887B2 (en)
JPH08221399A (en) Method and device for structured document preparation