JPH04219838A - Data base retrieval processing system - Google Patents

Data base retrieval processing system

Info

Publication number
JPH04219838A
JPH04219838A JP2412335A JP41233590A JPH04219838A JP H04219838 A JPH04219838 A JP H04219838A JP 2412335 A JP2412335 A JP 2412335A JP 41233590 A JP41233590 A JP 41233590A JP H04219838 A JPH04219838 A JP H04219838A
Authority
JP
Japan
Prior art keywords
procedure
file
search
processing
execution type
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
JP2412335A
Other languages
Japanese (ja)
Inventor
Toyoaki Kimura
豊明 木村
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.)
PFU Ltd
Original Assignee
PFU 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 PFU Ltd filed Critical PFU Ltd
Priority to JP2412335A priority Critical patent/JPH04219838A/en
Publication of JPH04219838A publication Critical patent/JPH04219838A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To perform a routine process efficiently although it is an instantaneous execution type by registering a procedure, generated on an interactive basis, in a procedure file and executing it when it is necessary. CONSTITUTION:In a procedure storage process 6, the executed procedure is stored in the procedure file 1 with an indication. When a definition execution type retrieval process is performed, the procedure stored in the procedure file 1 is selected with an indication and executed to retrieve the data in a data base file 2, obtaining a process result output 5. Thus, while the procedure is corrected by an instantaneous execution type retrieval process, the re-execution is repeated until a proper retrieval result is obtained and the procedure once determined is stored in the procedure file 1. Then the same procedure is read out of the procedure file 1 by the definition execution type retrieval process every time a process is performed to complete the routine process.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、非定型処理業務に適し
た即時実行型のデータベース検索処理システムにおいて
、作成された検索処理の手続きを繰り返し使用できるよ
うにして、定型処理業務も可能にしたデータベース検索
処理システムに関する。
[Industrial Application Field] The present invention is an instant execution type database search processing system suitable for non-routine processing operations, which enables the repeated use of created search processing procedures, thereby making it possible to perform routine processing operations as well. Regarding a database search processing system.

【0002】0002

【従来の技術】従来のデータベース検索処理システムは
、検索条件を規定する手続きを作成してすぐ実行できる
即時実行型と、予め定義してファイルに格納しておいた
手続きを実行する定義実行型とに大きく分けられる。 図3(a),(b)は、これらの従来例を簡略化して示
したものであり。図3(a)は、即時実行型システムの
検索処理を示し、2はテーブル構造をもつデータベース
のファイルデータが格納されたデータベースファイルで
ある。3は手続き作成処理であり、利用者が表示装置の
画面にデータベースのファイルリストや各ファイルのテ
ーブルの項目情報を読み出して、対象ファイルと検索項
目、出力項目、項目間の論理関係、項目の値の範囲など
の検索条件を指定する手続きの定義を対話形式で作成す
る。
[Prior Art] Conventional database search processing systems are of an immediate execution type, in which a procedure that defines search conditions is created and executed immediately, and a defined execution type, in which a procedure defined in advance and stored in a file is executed. It can be broadly divided into FIGS. 3(a) and 3(b) are simplified illustrations of these conventional examples. FIG. 3(a) shows the search process of the instant execution type system, and 2 is a database file in which file data of a database having a table structure is stored. 3 is a procedure creation process in which the user reads out the file list of the database and the item information in the table of each file on the screen of the display device, and displays the target file, search items, output items, logical relationships between items, and item values. Interactively create a procedure definition that specifies search conditions such as the range of .

【0003】4は作成された手続きの実行であり、画面
上に作成された手続きについて、たとえば実行キーを操
作して実行を指示することにより、手続きにしたがった
検索処理が実行される。5は処理結果出力であり、手続
き実行による検索処理の結果得られたデータがディスプ
レイに表示あるいはプリンタから出力される。利用者は
、処理結果出力5を見て、満足できるものであれば終了
するが、欲しいデータが得られていなければ、手続きを
作り直し、満足できる結果が得られるまで検索を繰り返
す。この即時実行型システムは、毎回異なる検索条件で
検索を行うような非定型処理に適しており、利用者には
比較的高い熟練度が要求される。
4 is the execution of the created procedure, and by instructing execution of the created procedure on the screen, for example by operating an execution key, a search process according to the procedure is executed. 5 is a processing result output, in which data obtained as a result of search processing by procedure execution is displayed on a display or output from a printer. The user looks at the processing result output 5 and ends the process if he or she is satisfied with the result, but if the desired data is not obtained, the user recreates the procedure and repeats the search until a satisfactory result is obtained. This instant execution type system is suitable for atypical processing in which searches are performed using different search conditions each time, and requires a relatively high level of skill from the user.

【0004】次に、図3(b)は定義実行型システムの
検索処理であり、1で示す予め定義された手続きを格納
する手続きファイルが設けられている。この定義実行型
システムの場合、手続き作成処理3と手続き実行4とは
、全く独立して行われる。すなわち利用者は、手続き作
成処理3において、手続きファイル1に即に格納されて
いる定義済みの手続きをもとに、あるいは全く新規に手
続きを作成して、6で示す手続き格納処理により手続き
ファイル1に格納する。利用者は、データベースの検索
が必要になった時点で手続きファイル1の内容を参照し
て、適当な手続きを選択し、4の手続き実行を行ってデ
ータベースファイル2のデータを検索し、処理結果出力
5を行う。この定義実行型システムは、定型処理に向い
ている。
[0004] Next, FIG. 3(b) shows a search process of a definition-execution type system, in which a procedure file indicated by 1 for storing predefined procedures is provided. In the case of this definition execution type system, the procedure creation process 3 and the procedure execution 4 are performed completely independently. That is, in the procedure creation process 3, the user creates a procedure based on the predefined procedure that is immediately stored in the procedure file 1, or creates a new procedure, and uses the procedure storage process shown in 6 to create the procedure file 1. Store in. When the user needs to search the database, the user refers to the contents of procedure file 1, selects an appropriate procedure, executes procedure 4, searches the data in database file 2, and outputs the processing results. Do step 5. This definition-execution type system is suitable for routine processing.

【0005】[0005]

【発明が解決しようとする課題】従来の即時実行型シス
テムの検索処理では、検索処理ごとに手続きを作成し、
検索処理が終了すると手続きは消去されるため、定型的
な検索を行う場合でも毎回手続き作成が必要となり、無
駄な手間がかかるという問題があった。他方、定義実行
型システムの場合には、作成した手続きは手続きファイ
ルにいったん登録した後でなければ実行できないため、
作成した手続きによる検索結果の確認が作成段階ではで
きず、たとえば検索条件を少しずつ変えてから検索をや
り直す必要がある場合には、毎回手続きファイルへの格
納と読み出しの操作が行われ、甚だしく非効率なものと
なった。本発明は、即時実行型でありながら定型処理も
効率的に実行できるデータベース検索処理システムを実
現することを目的としている。
[Problem to be solved by the invention] In the search processing of conventional instant execution type systems, a procedure is created for each search processing.
Since the procedure is deleted when the search process is completed, it is necessary to create the procedure every time even when performing a routine search, which is a problem in that it is a waste of time and effort. On the other hand, in the case of a definition-execution system, the created procedure cannot be executed unless it is registered in the procedure file.
If it is not possible to check the search results based on the created procedure at the creation stage, and for example it is necessary to change the search conditions little by little and then redo the search, the operation of storing and reading the procedure file will be performed each time, which can be extremely inconvenient. It became efficient. An object of the present invention is to realize a database search processing system that can execute routine processing efficiently while being of an immediate execution type.

【0006】[0006]

【課題を解決するための手段】本発明は、即時実行型シ
ステムに手続きを格納できる手続きファイルを設けて、
随時手続きの格納と再使用とを可能にしたことにより課
題の解決を図ったものである。図1は本発明の原理説明
図であり、同図(a)は即時実行型検索処理の動作、同
図(b)は定義実行型検索処理の動作を示している。図
1(a)において、 1は、定義された手続きが格納される手続きファイルで
ある。 2は、データベースが格納されているデータベースファ
イルである。 3は、対話形式で検索処理の手続きの定義を作成する手
続き作成処理である。作成に当っては、手続きファイル
1に格納されている定義済みの手続きを利用することが
できる。 4は、手続き実行であり、手続き作成処理3で作成され
た手続きが指示により実行されデータベースファイル2
のデータが検索される。
[Means for Solving the Problems] The present invention provides a procedure file that can store procedures in an immediate execution type system,
This problem was solved by making it possible to store and reuse procedures at any time. FIG. 1 is a diagram explaining the principle of the present invention, in which (a) shows the operation of immediate execution type search processing, and (b) shows the operation of definition execution type search processing. In FIG. 1(a), 1 is a procedure file in which defined procedures are stored. 2 is a database file in which a database is stored. 3 is a procedure creation process that creates a definition of a search process procedure in an interactive manner. For creation, predefined procedures stored in procedure file 1 can be used. 4 is procedure execution, in which the procedure created in procedure creation process 3 is executed according to the instructions and the database file 2 is created.
data is searched.

【0007】5は、処理結果出力であり、手続き実行4
により検索された結果のデータが、画面に表示あるいは
プリント出力される。 6は、手続き格納処理であり、実行された手続きを、指
示により手続きファイル1に格納する。次に図1(b)
の定義実行型検索処理を行う場合には、手続きファイル
1に格納されている手続きを指示により選択して実行し
、データベースファイル2のデータを検索して、処理結
果出力5を得る。
5 is a processing result output, and procedure execution 4
The data resulting from the search is displayed on the screen or printed out. 6 is a procedure storage process, in which the executed procedure is stored in the procedure file 1 according to instructions. Next, Figure 1(b)
When performing definition execution type search processing, a procedure stored in procedure file 1 is selected and executed according to an instruction, data in database file 2 is searched, and processing result output 5 is obtained.

【0008】[0008]

【作用】    図1に示される本発明の原理によれば
、非定型処理に有利な即時実行型検索処理と、定型処理
に有利な定義実行型処理とを、状況に応じて使い分ける
ことにより効率的な検索が行われる。たとえば、適切な
検索結果が得られるまで、図1(a)の即時実行型検索
処理により手続きを修正しながら再実行を繰り返し、手
続きが確定した段階でそれを手続きファイル1に格納し
、次に図1(b)の定義実行型検索処理により、処理が
要求されるたびに手続きファイル1から同じ手続きを読
み出して定型処理を行うことができる。
[Operation] According to the principle of the present invention shown in FIG. 1, efficiency can be improved by selectively using immediate execution type search processing, which is advantageous for non-routine processing, and definition execution type processing, which is advantageous for routine processing, depending on the situation. A search is performed. For example, until an appropriate search result is obtained, the procedure is repeatedly modified and re-executed using the instant execution search process shown in Figure 1(a), and when the procedure is finalized, it is stored in procedure file 1, and then The definition execution type search processing shown in FIG. 1(b) makes it possible to read the same procedure from the procedure file 1 and perform routine processing every time a processing is requested.

【0009】[0009]

【実施例】図2により、本発明実施例による処理機構を
説明する。図2において、1は手続きファイル、2はデ
ータベースファイル、7はファイル情報・項目情報読み
込み処理部、8は検索処理手続き作成部、9は非定型処
理を行う検索処理部、10は非定型処理による検索結果
を表示する検索結果出力部、9′は定型処理を行う検索
処理部で実際には検索処理部9と同じもの、10′は定
型処理による検索結果を表示する検索結果出力部で実際
には検索結果出力部10と同じものである。各処理部は
ソフトウェアを用いて実現されている。動作を説明する
と、即時実行型で非定型処理を行う場合には、ファイル
情報・項目情報読み込み処理部7を起動して、データベ
ースファイル2のファイルリストや各ファイルの項目情
報などを画面に読み込み、検索処理手続き作成部8によ
り、対話形式で検索対象ファイルや項目の選択、検索条
件の設定を行い、検索処理の手続きを定義する。
Embodiment A processing mechanism according to an embodiment of the present invention will be explained with reference to FIG. In FIG. 2, 1 is a procedure file, 2 is a database file, 7 is a file information/item information reading processing unit, 8 is a search processing procedure creation unit, 9 is a search processing unit that performs non-routine processing, and 10 is a non-routine processing A search result output unit that displays search results, 9' is a search processing unit that performs standard processing, which is actually the same as search processing unit 9, and 10' is a search result output unit that displays search results based on standard processing. is the same as the search result output unit 10. Each processing unit is realized using software. To explain the operation, when performing immediate execution type non-routine processing, the file information/item information reading processing unit 7 is activated, the file list of the database file 2, item information of each file, etc. are loaded on the screen, The search processing procedure creation unit 8 interactively selects search target files and items, sets search conditions, and defines search processing procedures.

【0010】手続き作成が完了すると実行指示が行われ
、検索処理部9が手続きを実行し、検索結果出力部10
に検索結果を出力表示する。利用者は、検索結果を見て
、検索条件を変えて再検索を行う必要があると判断した
場合には、検索処理手続き作成部8の画面に戻り、手続
きの定義をやり直して再実行する。この作業は、利用者
にとって満足できる結果が得られるまで繰り返される。 満足できる結果が得られたとき、利用者は手続きの格納
指示を行い、手続き格納処理部11を起動して、実行さ
れた手続きを手続きファイル1に格納させる。このよう
にして、即時実行型検索処理を行うことによって作成さ
れた各手続きは、手続きファイル1に格納されることに
よってライブラリとして管理される。手続きファイル1
の内容は、手続き読み込み処理部12によって随時読み
出されることができ、検索処理手続き作成部8における
手続き作成時に参照されたり、修正して使用されたり、
あるいは定型処理手続きとして検索処理部9′でそのま
ま実行されたりする。
[0010] When the procedure creation is completed, an execution instruction is given, the search processing unit 9 executes the procedure, and the search result output unit 10
Output and display the search results. If the user looks at the search results and determines that it is necessary to change the search conditions and perform the search again, the user returns to the screen of the search processing procedure creation unit 8, redefines the procedure, and re-executes the procedure. This process is repeated until a result that is satisfactory to the user is obtained. When a satisfactory result is obtained, the user instructs to store the procedure, starts the procedure storage processing section 11, and stores the executed procedure in the procedure file 1. In this way, each procedure created by performing the immediate execution type search process is managed as a library by being stored in the procedure file 1. Procedure file 1
The contents of can be read out by the procedure reading processing section 12 at any time, and can be referred to when creating a procedure in the search processing procedure creation section 8, modified and used,
Alternatively, it may be executed as is in the search processing unit 9' as a routine processing procedure.

【0011】[0011]

【発明の効果】本発明によれば、即時実行型システムが
もつ手続き修正による再検索の容易性に定義実行型シス
テムがもつ定型処理の容易性が加わる結果、システムの
利用性が向上し、検索処理の効率化を図ることができる
Effects of the Invention According to the present invention, the ease of routine processing of a definition execution type system is added to the ease of researching by modifying procedures of an immediate execution type system, and as a result, the usability of the system is improved. Processing efficiency can be improved.

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

【図1】本発明の原理説明図である。FIG. 1 is a diagram explaining the principle of the present invention.

【図2】本発明実施例による処理機構の説明図である。FIG. 2 is an explanatory diagram of a processing mechanism according to an embodiment of the present invention.

【図3】従来例の説明図である。FIG. 3 is an explanatory diagram of a conventional example.

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

1  手続きファイル 2  データベースファイル 3  手続き作成処理 4  手続き実行 5  処理結果出力 6  手続き格納処理 1 Procedure file 2 Database file 3 Procedure creation process 4 Procedure execution 5 Processing result output 6 Procedure storage processing

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  データベース検索処理の手続きを対話
形式で作成して、当該手続きを即時的に実行できるデー
タベース検索処理システムにおいて、手続きを登録する
手続きファイルを設け、上記対話形式で作成した手続き
を指示により上記手続きファイルに登録し、必要に応じ
て読み出して実行可能にしたことを特徴とするデータベ
ース検索処理システム。
[Claim 1] A database search processing system in which a procedure for database search processing can be created in an interactive format and the procedure can be immediately executed, a procedure file for registering the procedure is provided, and the procedure created in the above interactive format is instructed. A database search processing system characterized in that the above procedure is registered in the procedure file and read out and executed as necessary.
JP2412335A 1990-12-20 1990-12-20 Data base retrieval processing system Pending JPH04219838A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2412335A JPH04219838A (en) 1990-12-20 1990-12-20 Data base retrieval processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2412335A JPH04219838A (en) 1990-12-20 1990-12-20 Data base retrieval processing system

Publications (1)

Publication Number Publication Date
JPH04219838A true JPH04219838A (en) 1992-08-10

Family

ID=18521187

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2412335A Pending JPH04219838A (en) 1990-12-20 1990-12-20 Data base retrieval processing system

Country Status (1)

Country Link
JP (1) JPH04219838A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10247195A (en) * 1997-03-04 1998-09-14 Rikuruuto:Kk Data base retrieval system on internet provided with user support function

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01150932A (en) * 1987-12-08 1989-06-13 Fujitsu Ltd Data base inquiry processing system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01150932A (en) * 1987-12-08 1989-06-13 Fujitsu Ltd Data base inquiry processing system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10247195A (en) * 1997-03-04 1998-09-14 Rikuruuto:Kk Data base retrieval system on internet provided with user support function

Similar Documents

Publication Publication Date Title
JPS59183458A (en) Picture retrieving system
JP3342146B2 (en) Image information management device
JPH04219838A (en) Data base retrieval processing system
JP2003015922A (en) Data processing method and device, and storage medium
JPH06251078A (en) Information processor
JPS634334A (en) Electronic file device for document image
JPH07296004A (en) Information management retrieval device
JP2676731B2 (en) Electronic document retrieval device
JPH06131228A (en) Method for information processing and device therefor
JPH05307472A (en) Program parts information reusing device
JPH0520005A (en) Menu information generation device
JPH0830426A (en) Data processor
JPH08166973A (en) Image data managing system
JPH11203031A (en) Data input device and its control method and storage medium
JP3052380B2 (en) Item selection device
JP3557439B2 (en) Computer operation data search method and apparatus therefor
JPH0296227A (en) Program starting method
JPH0215374A (en) Image information retrieving device
JPH0628408A (en) Document filing device
JPH07105188A (en) Electronic file device
JPH05143409A (en) File processing unit
JPH03251959A (en) Information file device
JPH05143305A (en) Object defining method utilizing interrogative pronoun
JPH0525218B2 (en)
JPH0371328A (en) Sort key information defining/processing system