JPH04260127A - Program source managing system - Google Patents
Program source managing systemInfo
- Publication number
- JPH04260127A JPH04260127A JP3022018A JP2201891A JPH04260127A JP H04260127 A JPH04260127 A JP H04260127A JP 3022018 A JP3022018 A JP 3022018A JP 2201891 A JP2201891 A JP 2201891A JP H04260127 A JPH04260127 A JP H04260127A
- Authority
- JP
- Japan
- Prior art keywords
- section
- program
- source
- directory
- data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000012986 modification Methods 0.000 claims description 10
- 230000004048 modification Effects 0.000 claims description 10
- 238000007726 management method Methods 0.000 claims description 6
- 238000012937 correction Methods 0.000 abstract description 5
- 238000010586 diagram Methods 0.000 description 4
- 238000000034 method Methods 0.000 description 4
- 238000007689 inspection Methods 0.000 description 1
Landscapes
- Stored Programmes (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】0001
【産業上の利用分野】本発明はプログラムソース管理方
式に関し、特に、複雑なソースの管理を行なうプログラ
ムソース管理方式に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program source management system, and more particularly to a program source management system for managing complex sources.
【0002】0002
【従来の技術】従来のソースライブライは図3に示すよ
うにデータを検索するためのディレクトリ部10とプロ
グラムソースの格納されるデータ部20を有している。2. Description of the Related Art As shown in FIG. 3, a conventional source library has a directory section 10 for searching data and a data section 20 for storing program sources.
【0003】この方式においてはプログラムを検索修正
するためには図4に示すように入出力装置90よりディ
レクトリ部10にプログラム名を与えディレクトリを経
由してデータ部2より必要なプログラムソースの検索,
修正を行なう。In this method, in order to search and modify a program, the program name is given to the directory section 10 from the input/output device 90 as shown in FIG. 4, and the necessary program source is searched from the data section 2 via the directory.
Make corrections.
【0004】0004
【発明が解決しようとする課題】上述した従来のプログ
ラムソース管理方式では、ディレクトリによるプログラ
ム単位の検索修正しか行なえないため、すべてのプログ
ラムの中から任意のデータを検索修正ができないという
問題がある。また、データ部のみを対象とするとデータ
の検索,抽出が行なえないためアプリケーションプログ
ラムを開発してソースの加工を行なうことが困難である
。The conventional program source management system described above has the problem that it is not possible to search and modify arbitrary data from all programs because it is only possible to search and modify programs in units of directories. Furthermore, if only the data section is targeted, data cannot be searched or extracted, making it difficult to develop an application program and process the source.
【0005】[0005]
【課題を解決するための手段】本発明のプログラムソー
ス管理方式は、データ部を管理するディレクトリ部と、
プログラム名部と、リビション部と、修正日付部と、キ
ーワード部と、キー位置部と、プログラムソース部とを
有するデータ部を備えている。データ部はプログラム名
部とリビション部と修正日付部とキーワード部を設定す
ることにより直接検索修正することができる。キー位置
部を設定することによりプログラムソース部の任意の位
置をキーとして設定することができる。[Means for Solving the Problems] The program source management method of the present invention includes a directory section for managing a data section;
The data section includes a program name section, a revision section, a modification date section, a keyword section, a key position section, and a program source section. The data section can be directly searched and corrected by setting the program name section, revision section, modification date section, and keyword section. By setting the key position section, any position in the program source section can be set as a key.
【0006】[0006]
【実施例】次に、本発明について図面を参照して説明す
る。DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be explained with reference to the drawings.
【0007】図1は本発明の一実施例のファイルレイア
ウトを示す。ディレクトリ部10を用いてデータ部20
を検索することができる。またプログラム名部30とリ
ビション部40と修正日付部50とキーワード部60と
キー位置部70によって示されるプログラムソース部8
0の一部分のうち任意の項目を設定することによりデー
タ部20を検索することができる。FIG. 1 shows a file layout of one embodiment of the present invention. Data section 20 using directory section 10
can be searched. Also, a program source section 8 indicated by a program name section 30, a revision section 40, a modification date section 50, a keyword section 60, and a key position section 70.
The data section 20 can be searched by setting any item in the 0 part.
【0008】この方式により図4に示されるように入出
力装置90よりディレクトリ部10にプログラム名を与
えデータ部20より必要なプログラムソースを従来と同
様に検索修正を行なうことができる。さらに図2に示す
ように入出力装置90よりプログラム名,リビジョン,
修正日付,キーワードおよびキー位置とソースの内容を
データ部20に与えることにより、直接検索修正を行な
い、さらにディレクトリ部10の更新も行なう。With this method, as shown in FIG. 4, a program name can be given to the directory section 10 from the input/output device 90, and a necessary program source can be retrieved and modified from the data section 20 in the same manner as in the past. Furthermore, as shown in FIG. 2, the program name, revision,
By providing the modification date, keyword, key position, and source content to the data section 20, direct search and modification are performed, and the directory section 10 is also updated.
【0009】[0009]
【発明の効果】以上説明したように、本発明は、ディレ
クトリ部を介した検索修正により従来のようなプログラ
ム名単位のプログラムソースの管理が可能であり、さら
にデータ部を直接検索修正できるため、すべてのプログ
ラムを統合した管理が可能である。As explained above, the present invention enables management of program sources in units of program names as in the past by searching and modifying via the directory section, and furthermore, since the data section can be directly searched and modified, All programs can be managed in an integrated manner.
【0010】第二にデータ部にリビション部を有してい
ることにより、複数世代のプログラムソースの管理が可
能である。Second, by having a revision section in the data section, it is possible to manage multiple generations of program sources.
【0011】第三に修正日付部を有していることにより
、プログラムの修正の履歴を残すことが可能である。Thirdly, by having a modification date section, it is possible to keep a history of modifications to the program.
【0012】第四にキーの位置を管理しているため、プ
ログラムソース中のキーワードが迅速に検索することが
可能である。Fourth, since key positions are managed, it is possible to quickly search for keywords in program sources.
【0013】第五にデータ部の直接検索が可能なため、
アプリケーションプログラムによってソースプログラム
の加工を行なうことが容易である。Fifth, since the data section can be directly searched,
It is easy to process a source program using an application program.
【図1】本発明の一実施例のファイルレイアウトを示す
図である。FIG. 1 is a diagram showing a file layout according to an embodiment of the present invention.
【図2】本発明の実施例によるソースプログラムの検索
修正などを示すブロック図である。FIG. 2 is a block diagram showing search and modification of a source program according to an embodiment of the present invention.
【図3】従来例のファイルレイアウトを示す図である。FIG. 3 is a diagram showing a file layout of a conventional example.
【図4】従来例のソースプログラムの検査修正を示すブ
ロック図である。FIG. 4 is a block diagram illustrating the inspection and modification of a source program in a conventional example.
10 ディレクトリ部 20 データ部 30 プログラム名部 40 リビション部 50 修正日付部 60 キーワード部 70 キー位置部 80 プログラムソース部 90 入出力装置 10 Directory section 20 Data section 30 Program name part 40 Revision Department 50 Modified date section 60 Keyword section 70 Key position section 80 Program source section 90 Input/output device
Claims (1)
ソースライブラリにおいて前記データ部にプログラム名
部とリビション部と修正日付部とキーワード部とキー位
置部とプログラムソース部とを具備することを特徴とす
るプログラムソース管理方式。1. A source library having a directory section and a data section, wherein the data section includes a program name section, a revision section, a modification date section, a keyword section, a key position section, and a program source section. Program source management method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3022018A JPH04260127A (en) | 1991-02-15 | 1991-02-15 | Program source managing system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3022018A JPH04260127A (en) | 1991-02-15 | 1991-02-15 | Program source managing system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH04260127A true JPH04260127A (en) | 1992-09-16 |
Family
ID=12071249
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP3022018A Pending JPH04260127A (en) | 1991-02-15 | 1991-02-15 | Program source managing system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH04260127A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014153730A (en) * | 2013-02-04 | 2014-08-25 | Chugoku Electric Power Co Inc:The | Program development history management system |
-
1991
- 1991-02-15 JP JP3022018A patent/JPH04260127A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014153730A (en) * | 2013-02-04 | 2014-08-25 | Chugoku Electric Power Co Inc:The | Program development history management system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6442543B1 (en) | Method and apparatus for changing temporal database information | |
JP3053153B2 (en) | How to start application of document management system | |
JP3311540B2 (en) | Data management system | |
US20130198218A1 (en) | Database Table Partitioning Allowing Overlaps Used in Full Text Query | |
JPH08137899A (en) | Information management system | |
JPH04260127A (en) | Program source managing system | |
JP2001056809A (en) | Document managing system | |
JPH0561758A (en) | Information link device | |
JPH10154090A (en) | Data management system | |
CN112817931A (en) | Method and device for generating incremental version file | |
JPH07271569A (en) | Program specification preparation system | |
JP4117110B2 (en) | Electronic form program creation system, electronic form program creation method, and electronic form program creation program | |
JPH0695861A (en) | Program parts reuse managing device | |
Rouleau | Beginning Entity Framework Core 2.0: Database Access from. NET | |
JP2990314B2 (en) | Data management device | |
JPH04348468A (en) | Data base device | |
JP3337717B2 (en) | Database processing device and database processing method | |
JPH05197533A (en) | Control method for data item | |
JP3170795B2 (en) | File group processing device | |
JP2647044B2 (en) | History management method | |
JP2722684B2 (en) | File system search device | |
JP2630226B2 (en) | Command file startup method | |
WO2023165676A1 (en) | Managing artifact information, especially finding a respective searched artifact information item, method and system | |
JPH02116972A (en) | Retrieval system for program data base | |
JPH05274122A (en) | Method for mutual conversion of information and device therefor |