JPH04148233A - Storing system for specification definition information - Google Patents

Storing system for specification definition information

Info

Publication number
JPH04148233A
JPH04148233A JP2268515A JP26851590A JPH04148233A JP H04148233 A JPH04148233 A JP H04148233A JP 2268515 A JP2268515 A JP 2268515A JP 26851590 A JP26851590 A JP 26851590A JP H04148233 A JPH04148233 A JP H04148233A
Authority
JP
Japan
Prior art keywords
definition
data
file
definition information
dbms
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
JP2268515A
Other languages
Japanese (ja)
Inventor
Takatoshi Matsuura
松浦 孝俊
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.)
Hitachi Information Systems Ltd
Original Assignee
Hitachi Information Systems 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 Hitachi Information Systems Ltd filed Critical Hitachi Information Systems Ltd
Priority to JP2268515A priority Critical patent/JPH04148233A/en
Publication of JPH04148233A publication Critical patent/JPH04148233A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To make routine for storing and reading out definition data peculiar to a system unnecessary and to reduce a system scale by storing definition information into a data base (DB) by using the routine of a data base management system (DBMS). CONSTITUTION:In the case that data processing is executed by using the definition information registered in a definition data file 104, a specification executing part 105 executes the read-out of the definition data from the definition data file 104 of a DB file as making the name of the definition a key by using the DBMS 103. The specification executing part 105 reads out real data from the real data file 106 of the DB file in conformity to this read out definition information by using the DBMS 103, and gives it working processing designated by the definition information. Thus, a read and storage part to be used exclusively for the definition data can be made unnecessary, and the reduction of a system scale can be attained.

Description

【発明の詳細な説明】 [産業上の利用分野] 本発明は、電子計算機を用いてデータ処理を行う簡易言
語システムに係り、特に、簡易言語を用いた事務処理シ
ステムにおける仕様定義情報の格納方式に関する。
[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to a simple language system for processing data using an electronic computer, and in particular to a storage method of specification definition information in an office processing system using a simple language. Regarding.

[従来の技術] 一般に、オフィスにおける定型的な事務処理は、伝票の
発行、台帳へのデータ記入、−覧表及び請求書等の発行
という、大きく3つの作業に分類することができる。
[Prior Art] Generally, routine office processing in an office can be broadly classified into three tasks: issuing slips, entering data in ledgers, and issuing lists, invoices, and the like.

従来技術によるこのような事務処理システムは、C0B
OL等のプログラミング言語を使用して開発されるのが
大部分であったが、近年、プログラミング経験のない人
でも容易に事務処理システムを構築できる簡易言語を使
用するシステムが出現してきた。
Such an office processing system based on the conventional technology has a C0B
The majority of systems have been developed using programming languages such as OL, but in recent years, systems using simple languages have appeared that allow even people with no programming experience to easily construct office processing systems.

簡易言語を使用して事務処理システムを構築する場合、
次のような特徴点を得ることができる。
When building a business processing system using a simple language,
The following feature points can be obtained.

(1)プログラミング経験のない人でも、容易に使い方
を習得することができる。
(1) Even people with no programming experience can easily learn how to use it.

(2)処理方法、手続きを書く必要がなく、データの間
の関係、何がほしいのかを中心に指定するだけでプログ
ラムを作成することができる。
(2) There is no need to write processing methods or procedures; programs can be created simply by specifying the relationship between data and what is desired.

(3)COBOL等の言語と比較して10分の1以下の
記述量により、目的とする事務処理システムを構築する
ことができる。
(3) The desired office processing system can be constructed with less than one-tenth the amount of description compared to languages such as COBOL.

(4)簡易言語は、対話的な操作を基本としているので
使い勝手が良い。
(4) Simple languages are easy to use because they are based on interactive operations.

このような簡易言語を用いる事務処理システムに関する
従来技術として、例えば、「(株)日立製作所マニュア
ルの日立パーソナルワークステーション202Orプロ
グラムプロダクト0FIS/F ORM解説書J  (
2020−3−019)昭和62年10月発行」等に記
載された技術が知られている。
As a conventional technology related to an office processing system using such a simple language, for example, "Hitachi, Ltd. Manual Hitachi Personal Workstation 202Or Program Product 0FIS/FORM Manual J (
2020-3-019) Published in October 1988, etc. is known.

この従来技術は、ユーザの仕様定義情報を専用ファイル
に登録し、それに基づいてデータ処理を実行するもので
ある。そして、この従来技術は、定義ファイルとして専
用ファイルを備え、実行時に処理すべきデータがデータ
ベース(DB)に納められているものである。
This conventional technology registers user specification definition information in a dedicated file and executes data processing based on it. This conventional technology includes a dedicated file as a definition file, and data to be processed during execution is stored in a database (DB).

第6図は前述のような従来技術によるシステムの構成を
示すブロック図である。第6図において、101はコン
ソール機器、102は仕様定義部、103はDBMS 
(データベース管理システム)、105は仕様実行部、
108は定義データ読出し格納部、109はシステム専
用ファイル、110はDBファイルである。
FIG. 6 is a block diagram showing the configuration of a system according to the prior art as described above. In FIG. 6, 101 is a console device, 102 is a specification definition section, and 103 is a DBMS.
(database management system), 105 is a specification execution unit;
Reference numeral 108 indicates a definition data reading/storage unit, 109 a system-dedicated file, and 110 a DB file.

第6図に示す従来技術によるシステムにおいて、ユーザ
がコンソール機器101を操作することによって、仕様
定義部102がその操作に従って仕様を定義したとき、
その仕様定義データは、定義データ読出し格納部108
により格納形式に変換されて、システム独自の専用ファ
イル109に格納される。
In the system according to the prior art shown in FIG. 6, when the user operates the console device 101 and the specification definition unit 102 defines the specification according to the operation,
The specification definition data is stored in the definition data reading storage section 108.
The data is converted into a storage format and stored in a dedicated file 109 unique to the system.

そして、この定義仕様を実行する場合、仕様実行部10
5は、定義データ読出し格納部108を用いて、システ
ム専用ファイル109から定義データを読出し、この定
義データの指定によってDBMS 103を用いてDB
ファイル110からデータを取り出し、さらに、取り出
されたデータに、定義データで指定された加工処理を施
し、得られた処理データをDBMS103を用いてDB
ファイル110に格納していた。
When executing this definition specification, the specification execution unit 10
5 reads definition data from the system-dedicated file 109 using the definition data reading storage unit 108, and uses the DBMS 103 to read the DB according to the specification of this definition data.
Data is extracted from the file 110, the extracted data is processed according to the definition data, and the obtained processed data is stored in the DB using the DBMS 103.
It was stored in file 110.

[発明が解決しようとする課題] 前記従来技術は、前述のように、ユーザが作成した定義
情報を、そのシステム特有の独自ファイル内に保持し、
その仕様の実行によって処理すべきデータを、DBファ
イルに格納して取り扱っていた。
[Problems to be Solved by the Invention] As described above, the conventional technology retains definition information created by a user in a unique file specific to the system,
The data to be processed by executing the specifications was stored and handled in a DB file.

このため、前記従来技術は、定義データの格納、読出し
のルーチンを、DBを取り扱うDBMSとは別個に作成
する必要があり、システム規模の増加を招くという問題
点を有している。
For this reason, the conventional technology has the problem that routines for storing and reading definition data must be created separately from the DBMS that handles the DB, leading to an increase in system scale.

また、前記従来技術は、定義データに対し、DBMSの
検索機能が扱うような柔軟な取扱いを行うことができな
いという問題点を有している。
Furthermore, the above-mentioned conventional technology has a problem in that it is not possible to handle definition data as flexibly as the search function of a DBMS.

本発明の目的は、前記従来技術の問題点を解決し、シス
テム規模の削減を図ることができ、また、定義操作時に
一仕様定義データを、選択、射影、結合等のDBMS操
作によって柔軟に取り扱うことを可能とした仕様定義情
報の格納方式を提供することにある。
It is an object of the present invention to solve the problems of the prior art, to reduce the system scale, and to flexibly handle one-specification definition data during definition operations through DBMS operations such as selection, projection, and combination. The purpose of this invention is to provide a storage method for specification definition information that makes it possible to do this.

[課題を解決するための手段] 本発明によれば前記目的は、定義情報をDBに格納する
ことにより、すなわち、ユーザによる仕様定義手段と、
前記手段によって作成される定義情報をDBに格納する
手段とを備えることにより、また、格納された前記仕様
定義情報に基づいてデータ処理を実行する実行手段とを
備えることにより達成される。
[Means for Solving the Problem] According to the present invention, the above object is achieved by storing definition information in a DB, that is, by means of specification definition by the user;
This is achieved by comprising a means for storing definition information created by the means in a DB, and an execution means for executing data processing based on the stored specification definition information.

[作 用コ 本発明は、定義情報をDBMSのルーチンを用いてDB
に格納するようにしたため、システム独自の定義データ
格納、読出しのためのルーチンを不要とすることができ
、また、定義データに対して、DBMSの検索機能を適
用することが可能となり、柔軟に定義データを取り扱う
ことが可能になる。
[Function] The present invention stores definition information in a DB using a DBMS routine.
This eliminates the need for system-specific routines for storing and reading definition data, and also makes it possible to apply the search function of the DBMS to definition data, allowing for flexible definition data. It becomes possible to handle data.

[実施例コ 以下、本発明による定義実行方式の一実施例を図面によ
り詳細に説明する。
[Example 1] Hereinafter, an example of the definition execution method according to the present invention will be explained in detail with reference to the drawings.

第1図は本発明の一実施例の構成を示すブロック図、第
2図はユーザが定義した売上伝票という一つの画面フォ
ーマット例を示す図、第3図は第2図に示す定義情報を
仕様登録表というDBのファイルに登録した場合のデー
タ構造を示す図、第4図は第2図に示す定義情報を繰り
返し登録表というDBファイルに登録した場合のデータ
構造を示す図、第5図は第2図に示す定義情報を項目登
録表というDBファイルに登録した場合のデータ構造を
示す図である。第1図において、104は定義データフ
ァイル、106は実データファイルであり、他の符号は
第6図の場合と同一である。
Figure 1 is a block diagram showing the configuration of an embodiment of the present invention, Figure 2 is a diagram showing an example of a screen format called a sales slip defined by the user, and Figure 3 is a specification of the definition information shown in Figure 2. Figure 4 shows the data structure when registered in a DB file called registration table. Figure 4 shows the data structure when the definition information shown in Figure 2 is repeatedly registered in a DB file called registration table. Figure 5 shows the data structure when it is registered in a DB file called registration table. FIG. 3 is a diagram showing a data structure when the definition information shown in FIG. 2 is registered in a DB file called an item registration table. In FIG. 1, 104 is a definition data file, 106 is an actual data file, and other symbols are the same as in FIG. 6.

第1図に示す本発明の一実施例は、定義データ及び実デ
ータがDBMS103より共通にアクセス可能なりBフ
ァイルとして、それぞれのファイル104.106に格
納される点、及び、システム独自の専用ファイルを必要
としないため、定義データ読出し格納部が不要である点
で、第6図により説明した従来技術と相違している。
One embodiment of the present invention shown in FIG. 1 has the following points: Definition data and actual data can be accessed in common from the DBMS 103 and are stored in respective files 104 and 106 as B files, and a dedicated file unique to the system is stored. This differs from the prior art described with reference to FIG. 6 in that a definition data reading and storing section is not required.

このような本発明の一実施例において、仕様定義は、従
来技術の場合と同様に、コンソール装置101と仕様定
義部102とを用いて行われる。
In such an embodiment of the present invention, specification definition is performed using the console device 101 and the specification definition unit 102, as in the case of the prior art.

仕様定義部102は、これにより作成された定義情報を
、登録するDBファイル毎に分類し、その登録情報をD
BMS103のルーチンを用いてDBファイルとしての
定義データファイル104に登録する。
The specification definition unit 102 classifies the definition information thus created for each DB file to be registered, and stores the registered information in the D
It is registered in the definition data file 104 as a DB file using the routine of the BMS 103.

定義データファイル104に登録された定義情報を用い
て、データ処理を実行する場合、仕様実行部105は、
定義名称をキーとしてDBファイルである定義データフ
ァイル104からDBMS103を用いて定義データの
読み出しを行えばよい。そして、仕様実行部105は、
この読み出した定義情報に従って、DBMS I O3
を用いて実データをDBファイルである実データファイ
ル106から読み出し、定義情報で指定された加工処理
を施せばよい。
When executing data processing using definition information registered in the definition data file 104, the specification execution unit 105:
Using the definition name as a key, the definition data can be read from the definition data file 104, which is a DB file, using the DBMS 103. Then, the specification execution unit 105
According to this read definition information, DBMS I O3
The actual data may be read from the actual data file 106, which is a DB file, using , and processed as specified by the definition information.

以下、本発明の一実施例の動作を具体例を挙げて詳細に
説明する。
Hereinafter, the operation of one embodiment of the present invention will be explained in detail by giving a specific example.

第2図に売上伝票の画面例が示されており、この例を用
いて、定義情報をDBファイルである定義データファイ
ル104に格納する動作を説明する。
A screen example of a sales slip is shown in FIG. 2, and the operation of storing definition information in the definition data file 104, which is a DB file, will be explained using this example.

第2図に示す売上伝票の画面例が入力する画像のフォー
マットであるとし、ユーザの定義により、または、シス
テムのデフォルトとして、次のことが定義されているも
のとする。
It is assumed that the screen example of the sales slip shown in FIG. 2 is the format of the input image, and that the following is defined by the user's definition or as a system default.

図示画面仕様の定義名称は、「売上伝票」であり、画面
サイズ、作成年月日等の情報が得られている。
The definition name of the illustrated screen specification is "sales slip", and information such as screen size, creation date, etc. is obtained.

この定義には、繰り返し部(伝票の明細部)301が1
個定義されており、その繰り返し部分の名称は「明細部
分」とされ、繰り返し情報として、画面表示する行数が
3行、明細行間の間隔が2行、さらに、「明細部分」の
罫線情報として明細郡全体を罫線で囲むということが定
義されている。
In this definition, the repeat part (details part of the slip) 301 is 1
The name of the repeated part is "Details part", and the repetition information includes the number of lines to be displayed on the screen as 3 lines, the interval between detail lines as 2 lines, and the ruled line information of the "Details part". It is defined that the entire detail group is surrounded by ruled lines.

また、第2図におイテ、XXXX302及びXXX30
3は、データを入出力する項目であり、売上伝票304
は見出しく定数)項目である。。
In addition, ite, XXXX302 and XXX30 are shown in Figure 2.
3 is an item for inputting and outputting data, and is a sales slip 304.
is a constant) item. .

画面は、ユーザ指定またはシステムによって項目として
矩形に分割され、各矩形にはユニークな名前(項目名)
が付けられている。また、各項目の属性として、位置、
データ型、矩形を囲む罫線情報等の属性が定義される。
The screen is divided into rectangles as items by the user or by the system, and each rectangle has a unique name (item name).
is attached. In addition, the attributes of each item include location,
Attributes such as data type and information on ruled lines surrounding the rectangle are defined.

すなわち、第2図における302.303.304の各
項目は、それぞれ次のように定義されている。
That is, each item of 302, 303, and 304 in FIG. 2 is defined as follows.

302の項目名は、顧客名であり、4行2カラム目から
始まり長さ10桁(半角換算)、データ型が文字型でユ
ーザが入力する項目であり、顧客台帳という表の顧客名
になければならない。
The item name 302 is the customer name, starts from the 4th row, 2nd column, is 10 digits long (half-width conversion), has a character data type, is an item input by the user, and must be included in the customer name in the customer ledger table. Must be.

303の項目名は、商品コードであり、10行3カラム
目から始まり長さ6桁で、データ型が数値型である。罫
線は、項目全体を枠で囲むようにされており、かつ、明
細部の中にある。そして、この商品コードの値は、ユー
ザが入力し、9000未満でなければならないと定義さ
れている。
The item name 303 is a product code, starts from the 10th row, 3rd column, has a length of 6 digits, and has a numeric data type. The ruled line surrounds the entire item with a frame and is located within the details section. The value of this product code is input by the user and is defined as having to be less than 9000.

304は見出しであり、システムにより項目1と名前が
付けられているとし、2行20カラム目から8文字の長
さ、文字型で項目全体が罫線で囲まれており、「売上伝
票」という文字を出力する項目である。
304 is a heading, which is named item 1 by the system, and from the 20th column of the 2nd row, the length is 8 characters, the entire item is in character type, surrounded by ruled lines, and the text ``Sales Slip'' is displayed. This is an item that outputs .

前述のような仕様定義情報が、ユーザにより定義され、
この仕様定義が終了すると、この定義情報は、階層的に
分類されて複数の表に登録され、DBである定義データ
ファイル104に、関係型データベース形式により格納
される。
The specification definition information as described above is defined by the user,
When this specification definition is completed, this definition information is hierarchically classified and registered in a plurality of tables, and stored in the definition data file 104, which is a DB, in a relational database format.

まず、仕様定義情報の定義名称等が、第3図に示すよう
な仕様登録表に、登録レコード401として1個登録さ
れる。
First, one definition name of specification definition information, etc. is registered as a registration record 401 in a specification registration table as shown in FIG.

そして、第4図に示す繰り返しく枠)登録表には、繰り
返し情報として、定義名称「売上伝票」で、繰り返しく
枠)名称「明細部分」として、その属性値を納めたレコ
ード501が登録される。
Then, in the registration table shown in FIG. 4, a record 501 containing the attribute value is registered as repetition information with the definition name "Sales slip" and as the repetition box name "Details part". Ru.

同様に、第5図に示す項目登録表には、他の各項目に対
して、定義名称「売上伝票」で、その項目が枠「明細部
分」に含まれる場合には、枠名称として「明細部分」、
含まれない場合には、枠名称欄に空白(またはNULL
)をセットし、続いて、これらの項目の名称及び属性と
して、その項目の位置、長さ、データ型、罫線情報、項
目処理を納めたレコードが登録される。
Similarly, in the item registration table shown in Figure 5, for each other item, the definition name is "sales slip", and if that item is included in the frame "details", the frame name is "details". part",
If it is not included, leave blank (or NULL) in the frame name field.
), and then a record containing the item's position, length, data type, ruled line information, and item processing is registered as the name and attributes of these items.

この例では、レコード602.603.604が、それ
ぞれ、第2図により説明した項目302.303.30
4に対応している。
In this example, records 602.603.604 correspond to items 302.303.30, respectively, as illustrated by FIG.
It corresponds to 4.

前述したように、本発明の一実施例は、仕様定義情報を
、定義の全体に係わる情報、繰り返しに係わる情報、各
項目に係わる情報に階層的に分類し、各階層別にDBフ
ァイルとしてのファイルを作成しておき、各階層の定義
情報を対応するDBファイルの列の値として格納し、そ
の際、下位情報については、それを含む上位の情報のキ
ー値(名称)と共に格納するようにしている。
As described above, an embodiment of the present invention hierarchically classifies specification definition information into information related to the entire definition, information related to repetition, and information related to each item, and creates a file as a DB file for each layer. , and store the definition information of each hierarchy as the column value of the corresponding DB file, and at that time, store the lower level information along with the key value (name) of the higher level information that contains it. There is.

また、これらを読み出す場合には、定義名称「売上伝票
」が指定されたとき、仕様登録表、枠登録表、項目登録
表から定義名称として「売上伝票」を持つレコードを読
み出せば良い。
In addition, when reading these, when the definition name "sales slip" is specified, it is sufficient to read the record having "sales slip" as the definition name from the specification registration table, frame registration table, and item registration table.

[発明の効果] 以上説明したように本発明によれば、定義データ専用の
読出し格納部を不要とすることができるので、システム
規模の削減をはかることができ、また、定義データをア
クセスする際に、DBMSが備えている選択、射影、結
合等の機能をそのまま使用することができるので、定義
データの柔軟な取り扱いを行うことができる。
[Effects of the Invention] As explained above, according to the present invention, it is possible to eliminate the need for a readout storage section dedicated to definition data, thereby reducing the system scale. In addition, functions such as selection, projection, and combination provided by the DBMS can be used as they are, so definition data can be handled flexibly.

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

第1図は本発明の一実施例の構成を示すブロック図、第
2図はユーザが定義した売上伝票という一つの画面フォ
ーマット例を示す図、第3図は第2図に示す定義情報を
仕様登録表というDBのファイルに登録した場合のデー
タ構造を示す図、第4図は第2図に示す定義情報を繰り
返し登録表というDBファイルに登録した場合のデータ
構造を示す図、第5図は第2図に示す定義情報を項目登
録表というDBファイルに登録した場合のデータ構造を
示す図、第6図は前述のような従来技術によるシステム
の構成を示すブロック図である。 101・・・・・・−コンソール機器、102・・・・
・・仕様定義部、103・・・・・・DBMS (デー
タベース管理システム)、104・・・・・・定義デー
タファイル、105・・・・・・仕様実行部、106・
・・・・・実データファイル、108・・・・・・定義
データ読出し格納部、109・旧・・システム専用ファ
イル、110・・・・・・DBファイル。
Figure 1 is a block diagram showing the configuration of an embodiment of the present invention, Figure 2 is a diagram showing an example of a screen format called a sales slip defined by the user, and Figure 3 is a specification of the definition information shown in Figure 2. Figure 4 shows the data structure when registered in a DB file called registration table. Figure 4 shows the data structure when the definition information shown in Figure 2 is repeatedly registered in a DB file called registration table. Figure 5 shows the data structure when it is registered in a DB file called registration table. A diagram showing a data structure when the definition information shown in FIG. 2 is registered in a DB file called an item registration table, and FIG. 6 is a block diagram showing the configuration of a system according to the prior art as described above. 101...-console equipment, 102...
... Specification definition section, 103 ... DBMS (database management system), 104 ... Definition data file, 105 ... Specification execution section, 106.
. . . Actual data file, 108 . . . Definition data reading storage section, 109 Old . . . System exclusive file, 110 . . . DB file.

Claims (1)

【特許請求の範囲】 1、電子計算機を用いる事務処理システムにおいて、ユ
ーザによる仕様定義手段と、前記手段によって作成され
る仕様定義情報をDBMSのルーチンを用いてデータベ
ースに格納する手段とを備えることを特徴とする仕様定
義情報の格納方式。 2、前記仕様定義情報に基づいてデータ処理を実行する
実行手段をさらに備えることを特徴とする特許請求の範
囲第1項記載の仕様定義情報の格納方式。 3、前記データベースが関係型データベースであること
を特徴とする特許請求の範囲第1項または第2項記載の
仕様定義情報の格納方式。
[Scope of Claims] 1. A business processing system using an electronic computer, comprising a specification definition means by a user and a means for storing specification definition information created by the means in a database using a DBMS routine. Features: Storage method for specification definition information. 2. The specification definition information storage method according to claim 1, further comprising execution means for executing data processing based on the specification definition information. 3. The specification definition information storage method according to claim 1 or 2, wherein the database is a relational database.
JP2268515A 1990-10-08 1990-10-08 Storing system for specification definition information Pending JPH04148233A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2268515A JPH04148233A (en) 1990-10-08 1990-10-08 Storing system for specification definition information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2268515A JPH04148233A (en) 1990-10-08 1990-10-08 Storing system for specification definition information

Publications (1)

Publication Number Publication Date
JPH04148233A true JPH04148233A (en) 1992-05-21

Family

ID=17459588

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2268515A Pending JPH04148233A (en) 1990-10-08 1990-10-08 Storing system for specification definition information

Country Status (1)

Country Link
JP (1) JPH04148233A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62180422A (en) * 1986-02-04 1987-08-07 Fujitsu Ltd Control system for software design information
JPS63127332A (en) * 1986-11-17 1988-05-31 Matsushita Electric Ind Co Ltd Software development aid equipment
JPS63233428A (en) * 1987-03-20 1988-09-29 Hitachi Ltd Software development supporting system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62180422A (en) * 1986-02-04 1987-08-07 Fujitsu Ltd Control system for software design information
JPS63127332A (en) * 1986-11-17 1988-05-31 Matsushita Electric Ind Co Ltd Software development aid equipment
JPS63233428A (en) * 1987-03-20 1988-09-29 Hitachi Ltd Software development supporting system

Similar Documents

Publication Publication Date Title
US5664182A (en) Persistent storage of report objects
US5930799A (en) Database creating method using image information
EP0287858A2 (en) Database processing apparatus
JPH04148233A (en) Storing system for specification definition information
JP2002083254A (en) Document preparation system
JPH05216903A (en) Method and device for production of business form format
JPH0588863A (en) Program development supporting system
JPH07122878B2 (en) Case-based input / storage device
JP3548588B2 (en) Document management system
JPS5850039A (en) List output method
O'Dell et al. The design and implementation of a visual user interface for a structured model management system
JP2701601B2 (en) Component data processing method
JP4355468B2 (en) Form data generator
JP3047400B2 (en) Data processing device
Bezanson et al. Engineering support system user requirements
JPH0754515B2 (en) Japanese document processing system
JPH0573284A (en) Drawing processor and its method
JPH07262165A (en) Aggregating method for two-dimensional data
Huang et al. QBE/PC: the design of an integrated software system for a personal computer
JPS63155275A (en) Graphic data access system
JPS60238968A (en) Card image document creation processing system
Gammill et al. An interactive system for aiding management decision making
JPH08110927A (en) Document output device
JPH047783A (en) Extraction system of character data out of document data
Langran et al. Collecting Requirements for an International Geographic Names Processing System