JP2810141B2 - Online BMP processing method - Google Patents

Online BMP processing method

Info

Publication number
JP2810141B2
JP2810141B2 JP1227369A JP22736989A JP2810141B2 JP 2810141 B2 JP2810141 B2 JP 2810141B2 JP 1227369 A JP1227369 A JP 1227369A JP 22736989 A JP22736989 A JP 22736989A JP 2810141 B2 JP2810141 B2 JP 2810141B2
Authority
JP
Japan
Prior art keywords
processing
online
management table
bmp
read
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.)
Expired - Lifetime
Application number
JP1227369A
Other languages
Japanese (ja)
Other versions
JPH0391054A (en
Inventor
忍 南城
浩二 渕田
幸治 秋村
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 Ltd
Original Assignee
Hitachi 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 Ltd filed Critical Hitachi Ltd
Priority to JP1227369A priority Critical patent/JP2810141B2/en
Publication of JPH0391054A publication Critical patent/JPH0391054A/en
Application granted granted Critical
Publication of JP2810141B2 publication Critical patent/JP2810141B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はオンライン処理において、大量のデータをオ
ンラインのトランザクションを利用して一括処理するBM
P処理方法に関する。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Application Field] The present invention relates to a BM that collectively processes a large amount of data using online transactions in online processing.
Regarding P processing method.

〔従来の技術〕[Conventional technology]

従来、オンライン処理システムにおけるバッチ処理方
式としては、オンライン処理システムを利用するユーザ
に対してデータ処理の契機であるトランザクションを発
生させるにとどまり、処理データの読込みはトランザク
ション処理の一環として行われていた。なお、この種の
処理方式として関連するものには例えば特開昭58-11415
3号が挙げられる。
Conventionally, as a batch processing method in an online processing system, a transaction that is a trigger of data processing is generated for a user using the online processing system, and reading of processing data is performed as a part of the transaction processing. It should be noted that Japanese Patent Application Laid-Open No. 58-11415
No. 3 is mentioned.

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

従来技術によれば、トランザクション処理では処理デ
ータの読込み及びデータの通番・件数管理等複雑な処理
が必要であった。また、バッチ処理の途中で障害となり
異常終了してしまった場合でも、磁気テープ上のバッチ
データは最初の1件めから処理し直すことが必要とな
り、バッチ処理に時間がかかる問題も生じていた。バッ
チデータの中の1件に作成誤りがあった場合も、当該デ
ータの処理をバッチ処理では行わず、バッチ処理後の打
鍵による手作業で行う問題もあった。
According to the prior art, transaction processing requires complicated processing such as reading of processing data and management of data serial numbers and numbers. In addition, even if a failure occurs during the batch processing and the processing ends abnormally, it is necessary to process the batch data on the magnetic tape again from the first case, and there has been a problem that the batch processing takes time. . Even when one of the batch data has a creation error, there is also a problem that the processing of the data is not performed in the batch processing but is performed manually by keying after the batch processing.

さらに、オンラインデータ処理中にバッチ処理を行う
場合、オンライン処理に悪影響を与えない様、システム
負荷の監視を行う等複雑で時間のかかる運用方法であっ
た。
Furthermore, when batch processing is performed during online data processing, the operation method is complicated and time-consuming, such as monitoring the system load so as not to adversely affect the online processing.

本発明の目的はオンラインバッチデータの入力を管理
し、オンラインBMP処理の運用及びトランザクションの
負担を軽減できるオンラインBMP処理方法を提供するこ
とにある。
An object of the present invention is to provide an online BMP processing method that manages the input of online batch data, and can reduce the operation of online BMP processing and the burden of transactions.

本発明の他の目的は入力を管理することにより、バッ
チ処理の形態を多様化し、処理の中断・再開始及びCPU
の負荷に応じた運用を容易にしたオンラインBMP処理方
法を提供することにある。
Another object of the present invention is to manage input, diversify the form of batch processing, interrupt / restart processing, and reduce
It is an object of the present invention to provide an online BMP processing method that facilitates operation according to the load of the system.

本発明の他の目的はバッチデータの読出しをブロック
単位に行い、処理性能を向上させたオンラインBMP処理
方法を提供することにある。
It is another object of the present invention to provide an online BMP processing method in which batch data is read in units of blocks and processing performance is improved.

〔課題を解決するための手段〕[Means for solving the problem]

本発明は、オンライン処理を行う電子計算機システム
の各端末からホストに送信された多数のデータをオンラ
インのトランザクションを用いて一括処理するバッチメ
ッセージプロセシング処理(BMP処理)において、当該
データを1つの入力データベース(入力DB)とし、入力
DBを1レコードずつ読出し、入力DB管理テーブルに指定
された起動形態に応じてシリアルの場合は1構成単位分
ずつ、又はランダムの場合は同時に起動可能なトランザ
クション数に応じた構成分までオンラインのトランザク
ションを起動することにより入力データの読出しを管理
する。
The present invention relates to a batch message processing process (BMP process) that collectively processes a large number of data transmitted from each terminal of an electronic computer system that performs online processing to a host using an online transaction. (Input DB) and input
The DB is read one record at a time, and online transactions up to the number of transactions that can be started simultaneously according to the number of transactions that can be started simultaneously, in the case of serial, or in the case of random, according to the start mode specified in the input DB management table. Is activated to manage the reading of input data.

また本発明におけるオンラインBMP処理方法は、入力D
Bのデータ読み出しをブロック単位に行い、デブロック
したレコードのトランザクションを起動している間に次
のブロックのデータを読出す。
Further, the online BMP processing method in the present invention
The data of B is read in block units, and the data of the next block is read while the transaction of the deblocked record is activated.

さらに本発明におけるオンラインBMP処理方法は、入
力DB処理テーブルに処理済みとなったレコード件数を更
新していくことにより、処理途中で中断した後の再開始
処理において、中断後のレコードから再開始する。
Further, in the online BMP processing method according to the present invention, the number of records that have been processed is updated in the input DB processing table, thereby restarting from the interrupted record in the restart processing after the processing is interrupted. .

さらに本発明におけるオンラインBMP処理方法は、入
力DB管理テーブルの前記入力DBの最小構成単位に、同時
に起動するトランザクション数を管理し、コマンドによ
りBMP処理中に起動するトランザクション数を変更し、B
MP処理のオンライン中における処理比重を変える。
Further, in the online BMP processing method according to the present invention, the number of transactions to be started simultaneously is managed in the minimum configuration unit of the input DB in the input DB management table, and the number of transactions to be started during the BMP processing is changed by a command.
Change the specific gravity of MP processing while online.

〔実施例〕〔Example〕

本発明は、オンライン処理方式を構成する電子計算機
システムの各端末から中央センタに送信された多数のデ
ータをオンラインのトランザクションを用いて一括処理
するBMP処理において、当該データを1つの入力DBと
し、入力DBを1レコードずつ読出し、入力DB管理テーブ
ルに指定された起動形態に応じてシリアルの場合は1構
成分ずつ、又はランダムの場合は同時に起動可能なトラ
ンザクション数に応じた構成分までオンラインのトラン
ザクションを起動することにより入力データの読出しを
管理する。
According to the present invention, in a BMP process for collectively processing a large number of data transmitted from each terminal of a computer system constituting an online processing system to a central center using online transactions, the data is used as one input DB, The DB is read one record at a time, and online transactions are performed one by one in the case of serial or in accordance with the number of transactions that can be simultaneously started in the case of serial, depending on the startup mode specified in the input DB management table. By starting, the reading of input data is managed.

また本発明は、オンラインBMP処理の入力を管理する
ために、第1図に示すようにBMP処理全体を管理するた
めの入力DB名称とBMP処理ステータスを持ったBMP処理管
理テーブルと、BMP処理管理テーブルからポイントさ
れ、入力DBの構成と同様の階層の構成を持ち、各階層の
構成ごとに処理ステータスとトランザクション数と処理
済件数を持った構成管理テーブルと、最下位の構成管理
テーブルからポイントされ、読込んだブロックを管理す
るためのブロック番号とレコード番号と処理ステータス
と処理済件数を持った読込みブロック管理テーブルから
なるテーブル構成とする。
The present invention also provides a BMP processing management table having an input DB name and a BMP processing status for managing the entire BMP processing as shown in FIG. It is pointed from the configuration management table that has the same hierarchy configuration as the input DB configuration, the processing status, the number of transactions, and the number of processed items for each hierarchy configuration, and the lowest configuration management table. And a read block management table having a block number for managing the read block, a record number, a processing status, and the number of processed blocks.

上記構成おいてBMP処理管理テーブルは、BMP処理全体
を管理し、BMP名称によってBMP処理全体を表現してお
り、BMP処理開始コマンドではBMP名称を指定して起動を
かける。
In the above configuration, the BMP process management table manages the entire BMP process, and expresses the entire BMP process by the BMP name. The BMP process start command designates the BMP name and starts the BMP process.

また、入力DB名称は当該BMP処理で使用する入力DB名
称であり、構成管理テーブルアドレスは当該BMP処理で
使用する構成管理テーブルをポイントし、BMP処理ステ
ータスは当該BMP処理が初期状態・実行中・停止中であ
るかのステータスを管理しステータスによって受付け可
能なコマンドの判断を行っている。
The input DB name is the name of the input DB used in the BMP process.The configuration management table address points to the configuration management table used in the BMP process. The status of whether the command is stopped is managed, and commands that can be accepted are determined based on the status.

構成管理テーブルは、入力DBの階層構造に対応して作
成でき、入力DBの読出しスケジュールを制御する。上位
の構成は下位の構成を管理し、起動するトランザクショ
ン数・起動の形態を制御する。上位の構成の管理下で最
下位の構成対応にトランザクションが起動される。1構
成単位に構成名称と処理ステータスとトランザクション
数と処理済件数と起動形態を持ち、最下位の構成では読
込みブロック管理テーブルアドレスを持ち、読込みブロ
ック管理テーブルをポイントしている。読込みブロック
管理テーブルは、処理する入力DBのレコードをブロック
単位に管理し、読込んだブロック番号と1ブロック内の
レコード番号と処理カステータスと1ブロック内の処理
済件数を持っている。ここで、読込みブロック管理テー
ブルを2個で1組として管理することによって、1ブロ
ック分を処理するトランザクションを起動している間に
他方の読込みブロック管理テーブルを利用して入力DBを
読込むことが可能となり入力DBのI/O処理とトランザク
ション処理を並行して行わせることができる。
The configuration management table can be created corresponding to the hierarchical structure of the input DB, and controls a read schedule of the input DB. The higher-level configuration manages the lower-level configuration, and controls the number of transactions to be activated and the mode of activation. A transaction is started for the lowest configuration under the management of the higher configuration. One configuration unit has a configuration name, a processing status, a transaction count, a processed count, and a start mode. The lowest configuration has a read block management table address and points to the read block management table. The read block management table manages the records of the input DB to be processed in block units, and has the read block number, the record number in one block, the processing status, and the number of processed records in one block. Here, by managing the two read block management tables as one set, it is possible to read the input DB using the other read block management table while activating a transaction for processing one block. It becomes possible, and I / O processing of input DB and transaction processing can be performed in parallel.

以下、本発明の実施例を図を用いて詳細に述べる。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

第1図は本発明の一実施例を説明するブロック図であ
る。第2図は、レコード処理するトランザクションを起
動するまでの流れ図である。オンライン中にコンソール
装置1からBMP名称を指定した開始コマンドが投入され
ると、BMP開始タスク2が起動され、オンライン開始前
に作られたいくつかのBMP処理管理テーブル3の中か
ら、指定されたBMP名称を持つBMP処理管理テーブル3を
みつける。当該BMP処理管理テーブル3に指定された通
りに、入力DB4と構成管理テーブル5を割り当て、構成
管理テーブル5の最上位構成で指定された起動トランザ
クション数分の2倍の読込みブロック管理テーブル6を
確保し、当該BMP動作環境を作成し、BMPスケジュールタ
スク7を起動してBMP開始タスク2は終了する。BMPスケ
ジュールタスク7は、構成管理テーブル5を上位からチ
ェックし、起動可能な最下位構成を決定する。上位の構
成は下位の構成に対して、起動するトランザクション数
と起動形態を指定でき、起動形態はシリアルとランダム
が指定できる。シリアルの場合は、下位の構成の左端の
構成から起動し、同時に1構成しか起動できない。ラン
ダムの場合は、下位の構成の左端から起動し、起動可能
なトランザクション数まで複数の構成を起動する。起動
可能な最下位構成と起動するトランザクション数を決定
したならば、当該構成対応にトランザクション数分の入
力DBリードタスク8を2個ずつの読込みブロック管理テ
ーブル6を割り当てて起動し、BMPスケジュールタスク
7は終了する。複数起動された入力DBリードタスク8
は、最下位構成単位に同時に1タスクしか動けないよう
に排他制御され、当該構成単位に指定された入力DBのキ
ーに従って入力DBをブロック単位でリードする。リード
した情報として、ブロック9の一連番号とブロック9中
のレコード数とブロック9中の先頭レコードの一連番号
と次に処理すべきブロック9中の相対レコード番号とブ
ロック9中の処理済レコード数を読込みブロック管理テ
ーブル6にセットする。BMPスケジュールタスク7から
起動された場合は、さらにもう1度入力DBをブロック単
位でリードし、他方の読込みブロック管理テーブル6に
情報をセットし、最初にリードしたブロック9を処理す
るトランザクション起動タスク10を起動して、入力DBリ
ードタスク8は終了する。トランザクション起動タスク
10は、読込みブロック管理テーブル6の情報からブロッ
ク9中の処理すべきレコードを決定し、当該レコードと
最上位から最下位までの構成名称と当該レコード一連番
号をインタフェースとしてトランザクションを起動す
る。当該トランザクション終了後、読込みブロック管理
テーブル6の次に処理すべきブロック9中の相対レコー
ド番号と処理済レコード数を更新して、次のレコードを
処理すべく次のトランザクション起動タスク10を起動し
て当該トランザクション起動タスク10は終了する。この
ようにブロック単位でリードしたレコードを1件ずつト
ランザクションを起動して処理する。ここで次に処理す
るレコードがブロック9中に無くなった場合は、入力DB
リードタスク8を起動し当該トランザクション起動タス
ク10は終了する。入力DBリードタスク8は、読込みブロ
ック管理テーブル6の情報から処理済件数等の情報を最
下位の構成に反映して当該読込みブロック管理テーブル
6をクリアし、既に読込み済の他方の読込みブロック管
理テーブルを割り当ててトランザクション起動タスク10
を起動する。さらにトランザクション起動タスクと並行
して当該入力DBリードタスク8は、入力DBをブロック単
位でリードしクリアした読込みブロック管理テーブルに
情報をセットして当該入力DBリードタスク8は終了す
る。最下位構成の入力DBのキーにリードするデータが無
くなり、トランザクション起動タスク10を起動できなく
なると、BMPスケジュールタスク7を起動し、他の最下
位の構成のサービスに移行していく。すべての最下位の
構成のサービスが終了するとBMPスケジュールタスク7
はBMP終了タスク11を起動する。BMP終了タスク11は、BM
P開始タスク2で割り当てた資源を解放し当該BMP処理を
終了する。本実施例によれば、ユーザのトランザクショ
ンから入力処理の負担と、入力データの構成に合ったト
ランザクション起動処理の負担を軽減し、入力データを
ブロック単位でリードすることにより性能向上が可能と
なる。
FIG. 1 is a block diagram illustrating an embodiment of the present invention. FIG. 2 is a flowchart until a transaction for record processing is started. When a start command specifying a BMP name is input from the console device 1 during online operation, a BMP start task 2 is started, and a specified BMP processing management table 3 is selected from several BMP processing management tables 3 created before online start. The BMP processing management table 3 having the BMP name is found. The input DB 4 and the configuration management table 5 are allocated as specified in the BMP processing management table 3, and the read block management table 6 that is twice as many as the number of startup transactions specified in the top configuration of the configuration management table 5 is secured. Then, the BMP operation environment is created, the BMP schedule task 7 is started, and the BMP start task 2 ends. The BMP schedule task 7 checks the configuration management table 5 from the upper level, and determines the lowest bootable configuration. The upper configuration can specify the number of transactions to be activated and the activation mode for the lower configuration, and the activation mode can specify serial or random. In the case of serial, starting from the leftmost configuration of the lower configuration, only one configuration can be started at the same time. In the case of random, the configuration is started from the left end of the lower configuration, and a plurality of configurations are started up to the number of transactions that can be started. When the lowest configuration that can be activated and the number of transactions to be activated are determined, the input DB read tasks 8 for the number of transactions are assigned to the two read block management tables 6 corresponding to the configuration and activated, and the BMP schedule task 7 is started. Ends. Input DB read task 8 started multiple times
Is exclusively controlled so that only one task can move to the lowest constituent unit at the same time, and reads the input DB in block units according to the key of the input DB specified for the constituent unit. The read information includes the serial number of block 9, the number of records in block 9, the serial number of the first record in block 9, the relative record number in block 9 to be processed next, and the number of processed records in block 9. It is set in the read block management table 6. If started from the BMP schedule task 7, the transaction start task 10 reads the input DB once more in block units, sets information in the other read block management table 6, and processes the first read block 9. And the input DB read task 8 ends. Transaction start task
In step 10, the record to be processed in the block 9 is determined from the information in the read block management table 6, and a transaction is started using the record, the constituent names from the highest to the lowest, and the record serial number as interfaces. After the transaction, the relative record number and the number of processed records in the block 9 to be processed next in the read block management table 6 are updated, and the next transaction start task 10 is started to process the next record. The transaction start task 10 ends. In this manner, the records read in block units are processed by activating a transaction one by one. If the next record to be processed is lost in block 9, the input DB
The read task 8 is started, and the transaction start task 10 ends. The input DB read task 8 clears the read block management table 6 by reflecting information such as the number of processed records from the information in the read block management table 6 in the lowest configuration, and reads the other read block management table that has already been read. Assign transaction and start task 10
Start Further, in parallel with the transaction start task, the input DB read task 8 sets information in the read block management table that has read and cleared the input DB in block units, and the input DB read task 8 ends. When there is no more data to be read into the key of the input DB of the lowest configuration and the transaction activation task 10 cannot be activated, the BMP schedule task 7 is activated and the service is shifted to another service of the lowest configuration. BMP scheduled task 7 when all lower-level configuration services are completed
Starts the BMP end task 11. BMP end task 11, BM
The resources allocated by the P start task 2 are released, and the BMP process ends. According to this embodiment, it is possible to reduce the load of the input process from the user's transaction and the load of the transaction activation process suitable for the configuration of the input data, and improve the performance by reading the input data in block units.

第3図はBMP処理を中断した場合のブロック図であ
る。BMP処理を中断する場合は、コンソール装置1からB
MP名称を指定した中断コマンドを投入する。中断コマン
ドはBMP処理管理テーブル3に中断要求IDをセットす
る。起動中のトランザクションが終了した時点でトラン
ザクション起動タスク10はBMP処理管理テーブル3の中
断要求IDを判定して、次のレコードを処理するトランザ
クション起動タスク10の起動を中止し、中断要求として
入力DBリードタスク8を起動する。入力DBリードタスク
は、読込みブロック管理テーブル6のクリアを行わず、
中断要求としてBMPスケジュールタスク7を起動する。B
MPスケジュールタスク7は読込みブロック管理テーブル
6をブロック一連番号の昇順にチェーンし、BMP終了タ
スク11を起動する。BMP終了タスク11は、テーブル以外
の資源を解放し、当該BMP処理を中断する。中断してい
るBMPを再開始するには、BMP名称を指定した再開始コマ
ンドをコンソール装置1に投入する。開始の時と同様の
処理が行われるが、入力DBリードタスク8を起動する時
にチェーンされている読込みブロック管理テーブル6が
チェーンの先頭から割り当てられて起動され、入力DBリ
ードタスクでは、割り当てられている読込みブロック管
理テーブル中のブロック一連番号に従ってリードするブ
ロックを決定することによって、中断前の状態にもど
す。本実施例によれば、ユーザのトランザクションで処
理の中断点を管理する負担を軽減できる。
FIG. 3 is a block diagram when the BMP process is interrupted. To interrupt BMP processing, use console device 1
Enter the suspend command specifying the MP name. The suspend command sets the suspend request ID in the BMP processing management table 3. When the active transaction ends, the transaction activation task 10 determines the interruption request ID in the BMP processing management table 3, stops the activation of the transaction activation task 10 that processes the next record, and reads the input DB as the interruption request. Activate task 8. The input DB read task does not clear the read block management table 6,
The BMP schedule task 7 is started as a suspension request. B
The MP schedule task 7 chains the read block management table 6 in ascending order of the block serial number, and activates the BMP end task 11. The BMP end task 11 releases resources other than the table and suspends the BMP process. To restart the suspended BMP, the restart command specifying the BMP name is input to the console device 1. The same processing as that at the time of the start is performed. However, when the input DB read task 8 is started, the read block management table 6 chained is allocated and started from the top of the chain, and the input DB read task is allocated and started. The state before the interruption is restored by determining the block to be read according to the block serial number in the read block management table. According to the present embodiment, it is possible to reduce the burden of managing the interruption point of the process in the user's transaction.

BMPスケジュールタスク7で判断している構成管理テ
ーブル5の起動トランザクション数は、コンソール装置
からコマンドによって変更することができ、CPUの負荷
状況によったBMPの運用を可能としている。
The number of startup transactions in the configuration management table 5 determined by the BMP schedule task 7 can be changed by a command from the console device, thereby enabling BMP operation according to the CPU load status.

〔発明の効果〕〔The invention's effect〕

本発明によれば、従来のBMP処理にくらべ、入力デー
タの管理処理をユーザトランザクションで行わずにすむ
ため、処理負担を軽減(30%)できる。
According to the present invention, as compared with the conventional BMP processing, the input data management processing does not need to be performed by a user transaction, so that the processing load can be reduced (30%).

また、入力DBをブロック単位でリードし、リード処理
とトランザクション処理を並行に実行するため、従来の
BMP処理にくらべ処理性能が、向上(1.5倍)する。
In addition, the input DB is read in block units, and read processing and transaction processing are executed in parallel.
Processing performance is improved (1.5 times) compared to BMP processing.

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

第1図は本発明の一実施例を示すブロック図、第2図は
本発明の一実施例であるBMP開始からトランザクション
起動までの流れ図、第3図は本発明の一実施例であるBM
P処理中断時のブロック図である。 1…コンソール装置、2…BMP開始タスク、3…BMP処理
管理テーブル、4…入力DB、5…構成管理テーブル、6
…読込みブロック管理テーブル、7…BMPスケジュール
タスク、8…入力DBリードタスク、9…入力ブロック、
10…トランザクション起動タスク、11…BMP終了タス
ク。
FIG. 1 is a block diagram showing an embodiment of the present invention, FIG. 2 is a flow chart from the start of a BMP to the start of a transaction which is an embodiment of the present invention, and FIG. 3 is a BM which is an embodiment of the present invention.
It is a block diagram at the time of P process interruption. DESCRIPTION OF SYMBOLS 1 ... Console apparatus, 2 ... BMP start task, 3 ... BMP process management table, 4 ... Input DB, 5 ... Configuration management table, 6
... Read block management table, 7 ... BMP schedule task, 8 ... Input DB read task, 9 ... Input block,
10: Transaction start task, 11: BMP end task.

フロントページの続き (72)発明者 秋村 幸治 神奈川県川崎市幸区鹿島田890番地の12 株式会社日立製作所情報システム工場 内 (56)参考文献 特開 昭64−61852(JP,A) 特開 昭63−163659(JP,A) 特開 昭63−259757(JP,A) 特開 昭58−114153(JP,A) 特開 昭55−116157(JP,A)Continuation of front page (72) Inventor Koji Akimura 890 Kashimada, Sachi-ku, Kawasaki-shi, Kanagawa Prefecture Information system factory of Hitachi, Ltd. (56) References JP-A-64-61852 (JP, A) JP-A Sho JP-A-63-163659 (JP, A) JP-A-63-159757 (JP, A) JP-A-58-114153 (JP, A) JP-A-55-116157 (JP, A)

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】オンライン処理を行う電子計算機システム
の各端末からホストに送信された多数のデータをオンラ
インのトランザクションを用いて一括処理するバッチメ
ッセージプロセシング処理方法において、当該データを
1つの入力データベースとし、該入力データベースの階
層状の構成に対応し、起動形態を含む入力データベース
管理テーブルを設け、該入力データベースのレコード読
出しをブロック単位に行い、デブロックしたレコードを
該入力データベース管理テーブルの構成の最小単位毎に
1レコードずつ読出し、該入力データベース管理テーブ
ルに指定された起動形態に応じて、1構成分ずつ又は同
時に起動可能なトランザクション数に応じた構成分まで
オンラインのトランザクションを起動することを特徴と
するオンラインバッチメッセージプロセシング処理方
法。
1. A batch message processing method for batch-processing a large number of data transmitted from each terminal of an electronic computer system performing online processing to a host using an online transaction, wherein the data is used as one input database, An input database management table including a startup mode is provided corresponding to the hierarchical configuration of the input database, records of the input database are read out in block units, and deblocked records are converted into the minimum unit of the configuration of the input database management table. One record is read for each transaction, and online transactions are activated one by one or up to the number of transactions that can be activated simultaneously according to the activation mode specified in the input database management table. Online bar Ji message processing processing method.
【請求項2】前記入力データベースのデータ読み出しを
ブロック単位に行い、デブロックしたレコードのトラン
ザクションを起動している間に、次のブロックのデータ
を読出しておくことを特徴とする請求項1記載のオンラ
インバッチメッセージプロセシング処理方法。
2. The system according to claim 1, wherein the data of the input database is read in units of blocks, and the data of the next block is read while the transaction of the deblocked record is activated. Online batch message processing method.
【請求項3】前記入力データベース管理テーブルに処理
済みとなったレコード件数を更新していくことにより、
処理途中で中断した後の再開始処理において、中断後の
レコードから再開始することを特徴とする請求項1記載
のオンラインバッチメッセージプロセシング処理方法。
3. By updating the number of processed records in the input database management table,
2. The online batch message processing method according to claim 1, wherein in the restart processing after the interruption during the processing, the record is restarted from the record after the interruption.
【請求項4】前記入力データベース管理テーブルの前記
入力データベースの最小構成単位に、同時に起動するト
ランザクション数を管理し、コマンドによりバッチメッ
セージプロセシング処理中に起動するトランザクション
数を変更し、バッチメッセージプロセシング処理のオン
ライン中における処理比重を変えることを特徴とする請
求項1記載のオンラインバッチメッセージプロセシング
処理方法。
4. A method for managing the number of transactions to be started simultaneously in the minimum configuration unit of the input database in the input database management table, changing the number of transactions to be started during batch message processing by a command, and 2. The online batch message processing method according to claim 1, wherein the processing density during online processing is changed.
JP1227369A 1989-09-04 1989-09-04 Online BMP processing method Expired - Lifetime JP2810141B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1227369A JP2810141B2 (en) 1989-09-04 1989-09-04 Online BMP processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1227369A JP2810141B2 (en) 1989-09-04 1989-09-04 Online BMP processing method

Publications (2)

Publication Number Publication Date
JPH0391054A JPH0391054A (en) 1991-04-16
JP2810141B2 true JP2810141B2 (en) 1998-10-15

Family

ID=16859726

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1227369A Expired - Lifetime JP2810141B2 (en) 1989-09-04 1989-09-04 Online BMP processing method

Country Status (1)

Country Link
JP (1) JP2810141B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003085021A (en) * 2001-09-07 2003-03-20 Nippon Soken Holdings:Kk Batch processing system equipped with recovery/restart function, program for batch processing system equipped with recovery/restart function, and recording medium for recording program

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS55116157A (en) * 1979-03-01 1980-09-06 Fujitsu Ltd Center cut control method of online information processing system
JPS58114153A (en) * 1981-12-26 1983-07-07 Fujitsu Ltd Data processing system
JPS63163659A (en) * 1986-12-26 1988-07-07 Nec Corp On-line processing system for electronic computer system
JPS63259757A (en) * 1987-04-17 1988-10-26 Nec Corp Multiplex control system for collective data input/ output type transaction processing
JP2573617B2 (en) * 1987-09-01 1997-01-22 日本電気株式会社 Online transaction processing method

Also Published As

Publication number Publication date
JPH0391054A (en) 1991-04-16

Similar Documents

Publication Publication Date Title
US6961865B1 (en) Techniques for resuming a transaction after an error
KR100411384B1 (en) Method, system and program products for operationally migrating a cluster through emulation
JP2810141B2 (en) Online BMP processing method
JPH0798663A (en) Asynchronous i/o control system
CN113342499A (en) Distributed task calling method, device, equipment, storage medium and program product
JPS635780B2 (en)
JP2002157093A (en) Disk array device
JP2526501B2 (en) A traveling control method for large-volume data processing in computer systems.
JP2500446B2 (en) Collective message processing system with intermittent operation function
JPH0430220A (en) Maintenance system for software
JPH11184739A (en) System for assigning file block and recording medium for recording file block assigning control program
JPH09204326A (en) Image data storage controller
JP3534333B2 (en) Data exchange device
JPH0337748A (en) External storage accessing system utilizing main storage
JPH0340053A (en) Control system for plural communication procedures
JPH02139630A (en) Online task exchange device
JPS6048541A (en) Electronic computer system
JP2926873B2 (en) Computer system
JP2001350635A (en) Starting scheduling system and starting scheduling method for telegram batch processing system
JPH05158875A (en) On-line terminal management system
JPH0387941A (en) Decentralized data base processing system
JPH11175358A (en) Automatic allocation device for storage device
JPS61139842A (en) Save control system of program
JPH08147203A (en) Transaction processing system
JPH01166124A (en) Volume shared control system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070731

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080731

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080731

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090731

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090731

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100731

Year of fee payment: 12

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100731

Year of fee payment: 12