JPH01180048A - Information processing system by data driving process - Google Patents

Information processing system by data driving process

Info

Publication number
JPH01180048A
JPH01180048A JP416688A JP416688A JPH01180048A JP H01180048 A JPH01180048 A JP H01180048A JP 416688 A JP416688 A JP 416688A JP 416688 A JP416688 A JP 416688A JP H01180048 A JPH01180048 A JP H01180048A
Authority
JP
Japan
Prior art keywords
data
area
information processing
information
header
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
JP416688A
Other languages
Japanese (ja)
Inventor
Shigeru Kuno
久野 茂
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 Corp
Original Assignee
NEC Corp
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 Corp filed Critical NEC Corp
Priority to JP416688A priority Critical patent/JPH01180048A/en
Publication of JPH01180048A publication Critical patent/JPH01180048A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To reduce the number of processes for an information processing and to execute a data drive not to lose important information by detecting the feature of input data, automatically continuously driving the process, which can work the data, and promoting the drive of the other process with the output result of one process. CONSTITUTION:To the input data to be inputted to a data area 1, a demon 5 to be always activated in a computer system detects the condition of the header of the data in the area 1 with using a detector 2. To the detected header, the demon 5 compares a usage list and a form list as process attribute information. The process corresponding to these usage list and form list is loaded to a process executing area 6 with using a loader 8. The output of this area 6 is data-read 3 out of the area 1 and the prescribed header is added to a processed result and outputted to the area 1 with using a data writer 4. The demon 5 repeats these works and continues it up to a condition that the process to be driven is not found in a process storing area 9.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、計算機システムで行なう情報処理に関し、自
動的にかつ他のプロセスと独立にデータの読込み・処理
・書出しが可能な一連の手続きを行なう複数の独立した
プロセスにより業務処理用のプログラミングを行なうこ
となしに目的とする業務を遂行するデータ駆動プロセス
による情報処理方式に関するものである。
[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to information processing performed in a computer system, and relates to a series of procedures that can read, process, and write data automatically and independently of other processes. The present invention relates to an information processing method using a data-driven process that accomplishes a desired task without programming the task using a plurality of independent processes.

〔従来の技術〕[Conventional technology]

従来、計算機システムに対する業務別の情報処理を行な
う情報加工手順は、プログラミングの形で明示的に与え
ることによシ実現していた。この方法では入力されたデ
ータに対して、出力結果とその間の手続きをプログラミ
ングという計算処理の手順を全て与えるか、あるいは一
連の手続きを実行できる実行形式をコマンドとして登録
しておき入力データの種類や用途を判断して人手によシ
一連のコマンドを入力の上駆動して所用の情報処理を行
なう必要があったため、プログラミングのための工数あ
るいは入力データに適合するプロセス選択の判断とその
駆動のための計算機との対話工数が、情報処理のコスト
を高め普及の障害となっている。
Conventionally, information processing procedures for processing information for each job on a computer system have been realized by explicitly providing them in the form of programming. In this method, all calculation processing steps are given to the input data by programming the output results and the procedures in between, or an executable format that can execute a series of procedures is registered as a command, and the type of input data and the procedures in between are registered as commands. Because it was necessary to judge the application and manually input and drive a series of commands to perform the required information processing, the number of man-hours required for programming or the judgment of process selection that matches the input data and its drive were reduced. The amount of time it takes to interact with a computer increases the cost of information processing and is an obstacle to widespread use.

一方、近年プログラミング工数を減少させるだめの方式
として、エイ・ティー・アンド・ティー社(AT&T社
)が開発したユニックス(UNIX)オペレーティング
システムでは、このコマンドをメモリによる最低ファイ
ルで連結することによシ、複雑プロセスからなる高速で
しかも効率のよい情報処理方式が知られている。
On the other hand, in the UNIX operating system developed by AT&T as a method to reduce programming man-hours in recent years, this command is concatenated with the minimum number of files in memory. , a high-speed and efficient information processing method consisting of a complex process is known.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

以上述べた方式によれば、情報処理を行なうためには入
力データの内容や用途に応じて複数の実行形式手続きを
連結して用いることにより、従来プログラミングを行な
っていた場合と同様な効果が得られてプログラミングの
だめの工数が省けるものの、入力データから望ましい出
力結果を得るためには、中間的な情報処理を実行する実
行形式コマンドを人手によシ選択し、駆動するという対
話的工数の削減を避けることはできなかった。また最近
のように、1つの情報に対して複数の情報処理を実行し
てその中から望ましい出力結果が得られるような処理手
順を用いたいというニーズに答えるためには、数ある実
行形式コマンドの駆動順序の組合せ数が美大なものにな
シ、肝心な出力結果を生む駆動順序を見のがすという欠
点があった。
According to the method described above, in order to perform information processing, multiple executable procedures are linked and used depending on the content and purpose of the input data, thereby achieving the same effects as with conventional programming. However, in order to obtain the desired output results from input data, it is necessary to manually select and run executable commands that perform intermediate information processing. It couldn't be avoided. In addition, in order to respond to the recent need for a processing procedure that executes multiple information processes on a single piece of information and obtains a desired output result, there are many executable commands available. Although the number of combinations of drive orders is large, there is a drawback that the drive order that produces the important output result may be overlooked.

本発明の目的はこのような従来の欠点を除去せしめて、
情報処理の工数を削減し、かつ重要な情報を失なうこと
がない情報の加工をデータ駆動プろ ロセスによ1行tツ情報処理方式を提供することにある
The purpose of the present invention is to eliminate such conventional drawbacks,
An object of the present invention is to provide a one-line information processing method using a data-driven process to reduce the number of steps for information processing and to process information without losing important information.

〔問題点を解決するための手段〕[Means for solving problems]

本発明のデータ駆動プロセスによる情報処理方式は、入
力データの特徴を検出し、そのデータを加工することが
できるプロセスを自動的に駆動し続けることにより、1
プロセスの出力結果が又他プロセスの駆動を促し、結果
的に従来のプログラミングされた業務システムと同等な
出力結果を得ることとを備えて構成される。
The information processing method using the data-driven process of the present invention detects the characteristics of input data and automatically continues to drive a process that can process the data.
The output result of the process also drives other processes, and as a result, the output result equivalent to that of a conventional programmed business system is obtained.

〔作用〕[Effect]

本発明においては入力データに対してそれを処理できる
プロセスが自動的に駆動されるため、従来のように実行
形式コマンドを対話的に駆動する必要はない。また入力
データに潜在する情報を最も引き出す処理順序を見落す
という欠点はなくなる。
In the present invention, a process that can process input data is automatically driven, so there is no need to interactively drive an executable command as in the conventional method. Furthermore, the disadvantage of overlooking the processing order that brings out the most information latent in input data is eliminated.

〔実施例〕〔Example〕

次に第1図を参照して本発明の実施例について説明する
。第1図は実施例を示す図で、データ領域1の中に入力
データが投入されたとする。このデータには自分自身の
特性を示す情報として第1表のような内容のヘッダーが
付加されている。
Next, an embodiment of the present invention will be described with reference to FIG. FIG. 1 is a diagram showing an embodiment, and assumes that input data is input into data area 1. A header with the contents shown in Table 1 is added to this data as information indicating its own characteristics.

第  1  表 データ領域に投入された入力データに対して、計算機シ
ステムでは常に起動しているデーモンと呼ばれるプロセ
スが、検知器2を用いることにより常にデータ領域1の
データの第1表で示したヘッダーの状態を検知している
。検知したヘッダーに対してデーモン5は第2表で示す
ようなプロセス属性情報として用途リストと形式リスト
とを比較する。
Using detector 2, a process called a daemon, which is always running in a computer system, always detects the header shown in Table 1 of the data in data area 1 in response to input data entered into the data area of Table 1. The state of is being detected. The daemon 5 compares the detected header with a usage list and a format list as process attribute information as shown in Table 2.

用途リスト・形式リストに概当するプロセスをローダ8
を用いてプロセス実行領域6ヘロードする。ロードされ
たプロセスは検知されたデータ領域1の中から入力デー
タをデータ読取器3を用いて読み取り、その処理結果に
第1表のヘッダーを加えてデータ領域1ヘデータ書出し
器4を用いてdカする。
The process corresponding to the usage list/format list is loaded into Loader 8.
Load it into the process execution area 6 using . The loaded process reads input data from the detected data area 1 using the data reader 3, adds the header shown in Table 1 to the processing result, and writes it to the data area 1 using the data writer 4. do.

デーモン5はこれらの作業をくり返し、駆動するプロセ
スがプロセス格納領域9には見つからないという状態に
なるまで続ける。デーモン5はこの時、計算機システム
を介して人間に処理終了を知らせるとともに、次の入力
データが投入されるまで待機状態となる。
The daemon 5 repeats these operations until the process to be driven is not found in the process storage area 9. At this time, the daemon 5 notifies the human being of the completion of processing via the computer system, and enters a standby state until the next input data is input.

〔発明の効果〕〔Effect of the invention〕

本発明(第1図に示すもの)と従来の情報処理方式との
違いを例示的に示す。まず期待する効果の1つとして工
数の削減があるが、従来の対話方式の場合1つの実行形
式コマンドを選択して駆動するのにt秒要すると考える
と、n個のプロセスの連結によシ情報処理が実現される
場合はnt秒秒の削減につながる。さらに期待される効
果の2として、第1図のデータ領域lに生成されるデー
タは入力データの特性に依存するプロセス群を経由して
加工された結果であるため、入力データから派生する全
ての加工手順を網羅しておシ、いくつかあり得る出力結
果を生成するため必要とするプロセスの組合せ手順を見
落すという欠点が除去される。
The difference between the present invention (shown in FIG. 1) and the conventional information processing method will be exemplarily shown. One of the expected effects is a reduction in man-hours, but considering that in the conventional interactive method it takes t seconds to select and run one executable command, it is possible to reduce the number of man-hours by connecting n processes. If information processing is realized, it will lead to a reduction of nt seconds. Furthermore, the second expected effect is that the data generated in data area l in Figure 1 is the result of processing through a group of processes that depend on the characteristics of the input data, so all the data derived from the input data By covering the machining steps, the disadvantage of overlooking process combination steps required to produce several possible output results is eliminated.

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

第1図は本発明の一実施例を示す概略図である。 1・・・データ領域、2・・・検知器、3・・・データ
読取器、4・・・データ書出し器、5・・・デーモン、
6・・・プロセス実行領域、7・・・プロセス検出器、
8・・・ローダ、9・・・プロセス格納領域。 代理人 弁理士  内 原   晋
FIG. 1 is a schematic diagram showing an embodiment of the present invention. 1... Data area, 2... Detector, 3... Data reader, 4... Data writer, 5... Demon,
6... Process execution area, 7... Process detector,
8...Loader, 9...Process storage area. Agent Patent Attorney Susumu Uchihara

Claims (1)

【特許請求の範囲】[Claims] 計算機システムに入力したデータに対して、そのデータ
の特性を認識するプロセスとそのプロセスがデータに適
合した別のプロセスを駆動することにより、入力したデ
ータに対して、複数のプロセスが独立にしかも自動的に
情報処理を行なうことと共に、業務毎に異なる加工手順
を自動的に得ることと、しかも専用にプログラミングさ
れたプロセスと同等以上の情報の加工を行なうこととを
備えて成ることを特徴とするデータ駆動プロセスによる
情報処理方式。
For data input into a computer system, multiple processes can independently and automatically process input data by recognizing the characteristics of that data and driving another process that is adapted to the data. It is characterized by being able to process information automatically, automatically obtain different processing procedures for each job, and process information at a level equal to or higher than a specially programmed process. An information processing method using data-driven processes.
JP416688A 1988-01-11 1988-01-11 Information processing system by data driving process Pending JPH01180048A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP416688A JPH01180048A (en) 1988-01-11 1988-01-11 Information processing system by data driving process

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP416688A JPH01180048A (en) 1988-01-11 1988-01-11 Information processing system by data driving process

Publications (1)

Publication Number Publication Date
JPH01180048A true JPH01180048A (en) 1989-07-18

Family

ID=11577156

Family Applications (1)

Application Number Title Priority Date Filing Date
JP416688A Pending JPH01180048A (en) 1988-01-11 1988-01-11 Information processing system by data driving process

Country Status (1)

Country Link
JP (1) JPH01180048A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10800808B2 (en) 2008-09-02 2020-10-13 Merck Millipore Ltd. Chromatography membranes, devices containing them, and methods of use thereof

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10800808B2 (en) 2008-09-02 2020-10-13 Merck Millipore Ltd. Chromatography membranes, devices containing them, and methods of use thereof
US10981949B2 (en) 2008-09-02 2021-04-20 Merck Millipore Ltd. Chromatography membranes, devices containing them, and methods of use thereof

Similar Documents

Publication Publication Date Title
JPH01180048A (en) Information processing system by data driving process
JPS59216207A (en) Numerical control device
JPS6116352A (en) Information processor
JPH06124214A (en) Continuation control system for fault hot job
JPH05101109A (en) Data base arithmetic processing unit
JPS635780B2 (en)
JPS61248107A (en) Operation system for large capacity part program in numerical controller
JPS6319007A (en) Data transfer method in numerical controller
JPS61267152A (en) Error cause displaying system
JPS63184109A (en) Numerical controller
JPS5941213B2 (en) Test program loading method
JPH02150906A (en) Numerical controller
JPS6165323A (en) Setting and modification system for state of information processor
JPH04105137A (en) Check system for input/output function of computer
JPH04181321A (en) Microprogram loading system
JPS62248188A (en) Magnetic disk control system
JPS63231545A (en) File transfer system
JPH02110744A (en) Information processor
JPS59200325A (en) Interruption processing system
JPS63116254A (en) System loading processing method
JPH03125243A (en) External memory driving system
JPH0218687A (en) Pipe line processor control system
JPS6116103B2 (en)
JPS63119062A (en) Magnetic tape sub-system with automatic cartridge exchanging device
JPH03127233A (en) Patrol diagnosing device for computer system