JPS63163659A - On-line processing system for electronic computer system - Google Patents

On-line processing system for electronic computer system

Info

Publication number
JPS63163659A
JPS63163659A JP31036986A JP31036986A JPS63163659A JP S63163659 A JPS63163659 A JP S63163659A JP 31036986 A JP31036986 A JP 31036986A JP 31036986 A JP31036986 A JP 31036986A JP S63163659 A JPS63163659 A JP S63163659A
Authority
JP
Japan
Prior art keywords
processing
entry
update
computer system
function
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
JP31036986A
Other languages
Japanese (ja)
Inventor
Tokio Handa
半田 時生
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 JP31036986A priority Critical patent/JPS63163659A/en
Publication of JPS63163659A publication Critical patent/JPS63163659A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve a job throughput, by executing a partition processing by the execution of an entry function with an on-line processing, and of an update function with a batch processing. CONSTITUTION:When an entry function program 2 is executed under the control of a terminal 1, an update function program 4 is started up, and an entry data 3 is processed with the batch processing. Then, a data base 5 is accessed, and work for the registration, the update, or the deletion of the data is performed. Therefore, since only a part A is recognized as a time quantity observing from a side performing the on-line processing, it seems that processing speed is increased, thereby, it is possible to improve the job throughput as a whole.

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明は、電子計算機システムにおけるオンライン処理
方式に関する。
DETAILED DESCRIPTION OF THE INVENTION (Field of Industrial Application) The present invention relates to an online processing method in a computer system.

(従来の技術) 従来のオンライン処理方式では、データのエントリと更
新との両機能をオンライン処理で実行している。従って
、処理速度が上記オンライン処理によって限定されてい
る。
(Prior Art) In conventional online processing methods, both data entry and update functions are performed online. Therefore, the processing speed is limited by the online processing.

(発明が解決しようとする問題点) 上述した従来の電子計算機システムのオンライン処理方
式では、データのエントリと更新との機能をオンライン
処理で実行しているため、レスポンスの向上に限界があ
ると云う欠点がある。
(Problems to be Solved by the Invention) In the above-mentioned online processing method of the conventional computer system, the functions of data entry and updating are executed online, so there is a limit to the improvement in response. There are drawbacks.

本発明の目的は、エントリ機能をオンラインで実行させ
、更新機能をバッチで実行させて分割処理を実行するこ
とにより上記欠点を除去し、オンライン処理の側からは
エントリ機能しかみえず、オンライン処理のレスポンス
が向上したようにみえるように構成した電子計算機シス
テムのオンライン処理方式を提供することにある。
An object of the present invention is to eliminate the above drawbacks by executing the entry function online and executing the update function in batches to perform split processing, so that only the entry function is visible from the online processing side, and the update function is executed in batch. An object of the present invention is to provide an online processing method for a computer system configured so that the response appears to be improved.

(問題点を解決するための手段〕 本発明による電子計算機システムのオンライン処理方式
は、メモリ手段と処理手段とを具備し、オンライン処理
の側からはエントリ機能しかみえず、オンライン処理の
レスポンスが向上したようにみえ、業務処理能力を全体
として向上することができるように構成したものである
(Means for Solving the Problems) The online processing method of the computer system according to the present invention includes a memory means and a processing means, and only the entry function is visible from the online processing side, improving the response of the online processing. The system is designed to improve overall business processing capabilities.

メモリ手段は、エントリ機能プログラムおよび更新機能
プログラムを格納するためのものである。
The memory means is for storing the entry function program and the update function program.

処理手段は、エントリ機能プログラムによりエントリ機
能をオンライン処理方式で実行し、更新機能プログラム
により更新機能をバッチ方式で実行するためのものであ
る。
The processing means is for executing the entry function in an online processing manner using the entry function program, and executing the update function in a batch manner using the update function program.

(実施例) 次に、本発明について図面を参照して説明する。(Example) Next, the present invention will be explained with reference to the drawings.

第1図は、本発明による電子計算機システムのオンライ
ン処理方式の一実施例を示す説明図である。第1図にお
いて、1は端末、2はエントリ機能プログラム、3はエ
ントリデータ、4は更新機能プログラム、5はデータベ
ースである。
FIG. 1 is an explanatory diagram showing an embodiment of an online processing method of a computer system according to the present invention. In FIG. 1, 1 is a terminal, 2 is an entry function program, 3 is entry data, 4 is an update function program, and 5 is a database.

第1図において、端末lの制御のもとでエントリ機能プ
ログラム2が実行されると、更新機能プログラム4が起
動され、エントリデータ3はバッチ処理される。そこで
、データベース5がアクセスされてデータの登録、更新
、あるいは削除の作業が行われる。このため、第1図に
おいてオンライン処理を実行している側からは、Aの部
分しか時間量として認識されないため、処理速度が向上
するようにみえる。
In FIG. 1, when an entry function program 2 is executed under the control of a terminal 1, an update function program 4 is started and entry data 3 is batch processed. Therefore, the database 5 is accessed to register, update, or delete data. Therefore, from the side executing the online processing in FIG. 1, only the portion A is recognized as the amount of time, so that the processing speed appears to be improved.

(発明の効果〕 以上説明したように本発明は、エントリ機能をオンライ
ンで実行させ、更新機能をバッチで実行させて分割処理
を実行することにより、オンライン処理の側からはエン
トリ機能しかみえず、オンライン処理のレスポンスが向
上したようにみえるため、業務処理能力を全体として向
上できると云う効果がある。
(Effects of the Invention) As explained above, the present invention executes the entry function online, executes the update function in batch, and executes split processing, so that only the entry function is visible from the online processing side. Since the response of online processing appears to be improved, it has the effect of improving overall business processing capacity.

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

第1図は、本発明による電子計算機システムのオンライ
ン処理方式を実現する説明図である。 1・・・端末     2,4・・・プログラム3・・
・エントリデータ
FIG. 1 is an explanatory diagram for realizing an online processing method of a computer system according to the present invention. 1...Terminal 2, 4...Program 3...
・Entry data

Claims (1)

【特許請求の範囲】[Claims] エントリ機能プログラムおよび更新機能プログラムを格
納するためのメモリ手段と、前記エントリ機能プログラ
ムによりエントリ機能をオンライン処理方式で実行し、
前記更新機能プログラムにより更新機能をバッチ方式で
実行するための処理手段とを具備して構成したことを特
徴とする電子計算機システムのオンライン処理方式。
memory means for storing an entry function program and an update function program; and executing the entry function in an online processing manner by the entry function program;
1. An online processing method for a computer system, comprising processing means for executing an update function in a batch manner using the update function program.
JP31036986A 1986-12-26 1986-12-26 On-line processing system for electronic computer system Pending JPS63163659A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP31036986A JPS63163659A (en) 1986-12-26 1986-12-26 On-line processing system for electronic computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP31036986A JPS63163659A (en) 1986-12-26 1986-12-26 On-line processing system for electronic computer system

Publications (1)

Publication Number Publication Date
JPS63163659A true JPS63163659A (en) 1988-07-07

Family

ID=18004414

Family Applications (1)

Application Number Title Priority Date Filing Date
JP31036986A Pending JPS63163659A (en) 1986-12-26 1986-12-26 On-line processing system for electronic computer system

Country Status (1)

Country Link
JP (1) JPS63163659A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0391054A (en) * 1989-09-04 1991-04-16 Hitachi Ltd Online batch message processing system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0391054A (en) * 1989-09-04 1991-04-16 Hitachi Ltd Online batch message processing system

Similar Documents

Publication Publication Date Title
JPS63163659A (en) On-line processing system for electronic computer system
JPH0298707A (en) Programmable controller
JPH0528431B2 (en)
JPH02128246A (en) Control system in discrete data base system
JPS6323563B2 (en)
JPH01217522A (en) Arithmetic processor
JPH03269639A (en) Batch job execution system
JPS62117003A (en) Multi-cpu constitution programmable controller
JPS62159235A (en) List processing system
JPH1153327A (en) Multiprocessor system
JPS6361366A (en) Cad system
JPS628230A (en) Program specialization system
JPH01185733A (en) Input/output emulation system
JPH0236455A (en) Batch processing start control system
JPH01273106A (en) Refresh processing system for sequencer
JPH02311903A (en) Programmable controller
JPH0581017A (en) Program processor
JPH09223039A (en) Debug device for on-line system
JPH0535504A (en) Task control information changing system
JPS6373419A (en) Output system for virtual picture
JPH0444144A (en) Down loading method for work station
JPS62212734A (en) Executing system for intermediate code program
JPH0447337B2 (en)
JPH0248743A (en) Method and device for address-compare processing
JPH02146625A (en) Extension system for number of registers