JPS60221856A - On-line processing system - Google Patents

On-line processing system

Info

Publication number
JPS60221856A
JPS60221856A JP60063563A JP6356385A JPS60221856A JP S60221856 A JPS60221856 A JP S60221856A JP 60063563 A JP60063563 A JP 60063563A JP 6356385 A JP6356385 A JP 6356385A JP S60221856 A JPS60221856 A JP S60221856A
Authority
JP
Japan
Prior art keywords
terminal control
control program
message
terminal
center
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
JP60063563A
Other languages
Japanese (ja)
Inventor
Tsutomu Tashiro
勤 田代
Takehiko Matsushita
松下 健彦
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 JP60063563A priority Critical patent/JPS60221856A/en
Publication of JPS60221856A publication Critical patent/JPS60221856A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To execute easily analysis, etc. of a terminal control program of every business at the center side, by transmitting a status code of a terminal control program and a code of an event generated in the outside, by combining them with business discriminating information in a message to be transmitted to the center. CONSTITUTION:In a terminal control device 3, a status code in a terminal control program area 12 and a code of an event generated in the outside are stored in a temporary trace buffer 13. In such a state, a transmitting message to the center is generated by a terminal control program, and when assembling it onto a center message output buffer 15, the previous information in the buffer 13 and the number of traces shown by a counter are set to the head of the center message data part, and transmitted. In such a case, the status code of the terminal control program and the code of the event generated in the outside are transmitted by combining them with business discriminating information in a message to be transmitted to the center.

Description

【発明の詳細な説明】 本発明は、端末制御プログラムの動作のトレースが可能
なオンライン処理システムに関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to an online processing system capable of tracing the operation of a terminal control program.

銀行等のオンラインシステムは、多くの端末を有してお
り、1種類の端末で複数の業務を行なう。
Online systems such as banks have many terminals, and one type of terminal performs multiple operations.

業務は、中央計算機内の業務ごとの個別の処理プログラ
ムにて処理される。端末の動作は、端末制御装置内の端
末制御プログラムにより制御される。
Businesses are processed by individual processing programs for each business within the central computer. The operation of the terminal is controlled by a terminal control program within the terminal control device.

端末制御プログラムは、端末制御プログラムの状態(以
下スティタスと呼ぶ)と端末からの操作入力や中央計算
機からのメツセージ入力等の端末制御プログラム外部で
発生した事象(入力の内容のことで、以下イベントと呼
ぶ)との組合せにより実行すべき処理を決定し、対応す
る処理ルーチンをコールして端末動作の制御および中央
計算機との通信を行なう。
The terminal control program analyzes the status of the terminal control program (hereinafter referred to as status) and events that occur outside the terminal control program, such as operation input from the terminal or message input from the central computer (hereinafter referred to as event). The process to be executed is determined based on the combination with (calling) and the corresponding processing routine is called to control terminal operations and communicate with the central computer.

従来、障害時の解析を目的に、端末制御プログラムの動
作履歴として、端末側でスティタスとイベントコードの
トレースを取っている。この端末側で取っているトレー
スだけでは、端末側の障害時に中央で行なう処理に起因
した障害かを解析するにの十分でない、このため端末側
のトレース情報をまとめて中央に送信し解析している。
Conventionally, for the purpose of analyzing failures, status and event codes are traced on the terminal side as a history of the operation of the terminal control program. The traces taken on this terminal side alone are not sufficient to analyze whether the failure is caused by processing performed centrally when a failure occurs on the terminal side. Therefore, the trace information on the terminal side is collected and sent to the central office for analysis. There is.

この際に、中央の個別の処理プログラムごとの履歴と、
送られてきたトレース情報を入手により最初から付き合
せ、どの処理プログラムにどのトレースが対応するかを
調べ、障害原因を解析せねばならず、手間がかかってい
る。
At this time, the history of each central individual processing program,
This requires a lot of time and effort as it is necessary to collect the sent trace information from the beginning, find out which trace corresponds to which processing program, and analyze the cause of the failure.

本発明は、上記問題を解決するため、中央の処理プログ
ラムごとに区別した端末制御プログラムの動作履歴取得
を中央計算機側で行なうことを可能とするものである。
In order to solve the above-mentioned problem, the present invention enables the central computer to acquire operation history of terminal control programs that are differentiated for each central processing program.

端末制御プログラムは、業務の開始メツセージから終了
メツセージまで複数のメツセージを中央プログラムに対
して送信している。これらのメツセージには、どの業務
のための(中央のどの処理プログラムのための)メツセ
ージかを区別する情報(以下業務区別情報と呼ぶ)が付
加され、どの業務のために端末制御プログラムが動作し
ているのかを中央側のプログラムで区別できるようにな
っている。これを利用して、メツセージ送信から次のメ
ツセージ送信までの端末トレース情報を、メツセージに
付加して送信することにより、中央の処理プログラムご
とのトレースを中央で取得することを可能としている。
The terminal control program sends a plurality of messages from the start message to the end message to the central program. These messages are appended with information (hereinafter referred to as business distinction information) that distinguishes for which business (which central processing program) the message is for, and for which business the terminal control program operates. It is now possible to distinguish between the two using the central program. By utilizing this, terminal trace information from one message transmission to the next message transmission is added to the message and transmitted, making it possible to centrally acquire traces for each central processing program.

これにより、端末側のトレース情報と中央の処理プログ
ラムの履歴とを付き合せ対応を取る作業を省略できる。
This makes it possible to omit the work of matching the trace information on the terminal side with the history of the central processing program.

また、オペレーションエラーの発生し易い業務、特定業
務で頻繁に使用されるルーチン等の分析を行なえるとい
う効果もある。
Another advantage is that it is possible to analyze tasks where operational errors are likely to occur, routines frequently used in specific tasks, and the like.

以下、実施例を用いて本発明の詳細な説明する。Hereinafter, the present invention will be explained in detail using Examples.

第1図は1本発明の一実施例全体を示すものである。図
においては、1は中央側の計算機で、預金、為替等個々
の業務の処理プログラム2を実行する。
FIG. 1 shows an entire embodiment of the present invention. In the figure, 1 is a central computer which executes processing programs 2 for individual operations such as deposits and exchanges.

3は端末制御装置で、装置内の端末制御プログラムによ
って複数の端末4を制御する。また、中央との通信を制
御する。5は通信制御装置で、中央計算機と端末制御装
置との通信を制御する。6は中央側で端末制御プログラ
ムの動作をモニタするための計算機である。
3 is a terminal control device which controls a plurality of terminals 4 using a terminal control program within the device. It also controls communication with the center. A communication control device 5 controls communication between the central computer and the terminal control device. 6 is a computer for monitoring the operation of the terminal control program on the central side.

以下動作を説明する。端末4のキー操作の内容および入
力データはそれぞれ端末からのメツセージのヘッダ部コ
ードおよびデータ部として端末制御装置3内の端末メツ
セージ人力バッファ7に入力される。一方、中央からの
メツセージは、端末制御装置3内の中央メツセージ入力
バッファ8に入力される。端末制御装置内にある端末制
御プログラムは、これらメツセージのヘッダ部コードを
解析し、行なうべき処理を決定、実行して端末動作の制
御、中央計算機との通信を行なう。第2図は、端末制御
プログラムの構造を示したものである。図に示す様に、
プログラムは、処理を行なう処理ルーチン群10と処理
ルーチンの実行を制御する制御ルーチン9とからなる。
The operation will be explained below. The contents of key operations and input data on the terminal 4 are input into the terminal message manual buffer 7 in the terminal control device 3 as the header code and data section of the message from the terminal, respectively. On the other hand, messages from the center are input to the central message input buffer 8 within the terminal control device 3. The terminal control program in the terminal control device analyzes the header codes of these messages, determines and executes the processing to be performed, controls terminal operations, and communicates with the central computer. FIG. 2 shows the structure of the terminal control program. As shown in the figure,
The program consists of a processing routine group 10 that performs processing and a control routine 9 that controls execution of the processing routines.

制御ルーチンの動作を第3図に示す。外部入力待ちで、
中央メツセージ入力バッファまたは端末メツセージ入力
バッファにメツセージが入力されると、ヘッダ部コード
を解析し1発生イベント(e)を調べる。このイベント
(e)と端末制御プログラムの状態(8)との組合せに
より実行すべき処理を決定し、対応する処理ルーチンを
コールする。処理ルーチンの実行が終ると、現在の端末
制御プログラムの状態を次の状態に更新し、再び外部入
力待ちとなる。たとえば、端末入力待ちというプログラ
ム状態で、ガイドキー押下というイベントが発生すると
、方イド画面表示ルーチンをコールし、再び端末入力待
ちの状態となり外部からの入力を待つ。また、端末入力
待ちというプログラム状態で、中央メツセージを受信す
るとエラー処理ルーチンをコールし、リセット待ちの状
態となる。この様に、端末制御プログラムの動作は、イ
ベントとスティタスの組合せによって完全に定まり、イ
ベントとスティタスの履歴を取ることにより、プログラ
ム動作履歴を把握することができる。なお、業務は、業
務種類キー押下に始まり、終了キー押下で終わるが、こ
の間、端末制御プログラムは業務種類を区別するため、
中央に送信するメツセージに業務種類を指定する業務区
別情報(第1図11)を付加し送信する。
The operation of the control routine is shown in FIG. Waiting for external input,
When a message is input to the central message input buffer or terminal message input buffer, the header code is analyzed to check for 1 occurrence event (e). The process to be executed is determined based on the combination of this event (e) and the state (8) of the terminal control program, and the corresponding process routine is called. When the execution of the processing routine is completed, the current state of the terminal control program is updated to the next state, and the terminal waits for external input again. For example, when an event such as a guide key press occurs while the program is in a state of waiting for terminal input, the program calls the side screen display routine and returns to the state of waiting for terminal input, waiting for input from the outside. Furthermore, when the program receives a central message while the program is in the state of waiting for terminal input, it calls an error handling routine and enters the state of waiting for reset. In this way, the operation of the terminal control program is completely determined by the combination of events and statuses, and by recording the history of events and statuses, the program operation history can be understood. Note that a job starts when the job type key is pressed and ends when the end key is pressed, but during this time, the terminal control program distinguishes between the job types.
Business distinction information (FIG. 1, 11) that specifies the business type is added to the message sent to the center, and the message is sent.

本発明では、第3図aが実行されるごとに、端末制御装
置内の端末制御プログラムエリア12内にあるイベント
とスティタスのコードをテンポラリトレースバッファ1
3内に蓄える。この際カウンタ14を1増加する。次に
、端末制御プログラムにて中央への送信メツセージが発
生し、これを中央メツセージ出力バッファ15上に組立
てる際、テンポラリトレースバッファ内のそれまでのト
レース情報とカウンタが示すトレース数とを中央メツセ
ージデータ部の先頭にセットし、送信する。
In the present invention, each time the program a in FIG. 3 is executed, event and status codes in the terminal control program area 12 in the terminal control device are transferred to the temporary trace buffer
Store within 3. At this time, the counter 14 is incremented by one. Next, a message to be sent to the center is generated by the terminal control program, and when it is assembled on the central message output buffer 15, the trace information up to that point in the temporary trace buffer and the number of traces indicated by the counter are transferred to the central message data. Set it at the beginning of the section and send it.

この際、カウンタ14をゼロクリアする。この様に、端
末制御プログラムでの中央送信メツセージ発生と、端末
制御プログラム動作履歴との同期を取り、メツセージ内
の業務区別情報11を利用し、中央で処理する個々の業
務の処理プログラムごとに区別した、端末制御プログラ
ムの動作履歴の取得を可能としている。
At this time, the counter 14 is cleared to zero. In this way, the occurrence of a centrally transmitted message in the terminal control program is synchronized with the operation history of the terminal control program, and the service classification information 11 in the message is used to differentiate the processing programs for each service to be processed centrally. This makes it possible to obtain the operation history of the terminal control program.

一方、中央側にある通信制御装M5において。On the other hand, in the communication control device M5 located on the center side.

中央へのメツセージは入力メツセージバッファ16に入
力される。本実施例では、このバッファ内のメツセージ
から端末制御プログラムのトレース情報を分離し、端末
モニタ計算機6に送る。すなわち、メツセージ内の業務
区別情報、トレース数、トレースデータをモニタ出力バ
ッファ17にセットし、メツセージからトレース数、ト
レースデータを除いた本来の中央あてメツセージを中央
出力バッファ18にセットする。それぞれを、中央計算
機、端末モニタ計算機あてに出力する。中央計算機あて
メツセージは、業務区別情報に対応する処理プログラム
に渡され処理される。端末モニタ計算機において、送ら
れて来た情報は入力バッファ19に入力される。端末モ
ニタ計算機では、業務区別情報、トレース数に基づき、
それぞれの業務(中央計算機の個々の処理プログラム)
に対応する個々のトレースバッファ20にトレースデー
タを蓄積する。蓄積された情報を利用し、業務ごとの端
末制御プログラム動作の分析、障害やプログラムエラー
への対処等を中央側で迅速に、従来の中央側プログラム
に何ら負担をかけることなく行なうことが可能となる。
Messages to the center are input to input message buffer 16. In this embodiment, the trace information of the terminal control program is separated from the message in this buffer and sent to the terminal monitor computer 6. That is, the task classification information, the number of traces, and the trace data in the message are set in the monitor output buffer 17, and the original message addressed to the center, which is obtained by removing the number of traces and the trace data from the message, is set in the central output buffer 18. Each is output to the central computer and terminal monitor computer. Messages addressed to the central computer are passed to a processing program corresponding to the business classification information and processed. In the terminal monitor computer, the sent information is input into an input buffer 19. On the terminal monitor computer, based on the business classification information and the number of traces,
Each business (individual processing program of central computer)
Trace data is accumulated in individual trace buffers 20 corresponding to the trace data. By using the accumulated information, it is possible to quickly analyze the operation of terminal control programs for each job, deal with failures and program errors, etc. on the central side, without placing any burden on conventional central-side programs. Become.

本発明によれば、端末側のトレース情報と中央の個別の
処理プログラムごとの履歴とを付き合せ、どのトレース
がどの処理プログラムに対応するかを調べる作業を省略
できる。更に、オペレージ目ンエラーの発生し易い業務
特定業務で頻繁に使用されるルーチン等の分析を中央側
で集中して行なうことが可能であり、オンラインシステ
ム全体の改善にも効果を上げることができる、たとえば
、実施例において、端末モニタ計算機内に、端末制御プ
ログラムの制御ルーチン(第2図9)と全く同じ動作を
するプログラムと、ダミーの処理ルーチンとから成るシ
ミュレータを用意し、取得した業務ごとのトレース情報
を入力として、業務ごとに端末制御プログラムのシミュ
レーションを行なうことも可能である。これにより、た
とえば、その日に頻繁に使用されるルーチンを予測し常
駐化する。また、頻繁に行なわれる業務を予測しその業
務プログラムを常駐化することにより、ターンアラウン
ドの改善を毎日ダイナミックに行なうことも可能である
。また、業務プログラムごとに取っているジャーナル情
報と組合せることによって、業務ごとのリランを可能と
し、回復の迅速化を図ることもできる。
According to the present invention, it is possible to match the trace information on the terminal side with the history of each individual processing program at the center, and to omit the work of checking which trace corresponds to which processing program. In addition, it is possible to centrally analyze routines that are frequently used in specific tasks that are prone to operational errors, which can be effective in improving the online system as a whole. For example, in the embodiment, a simulator consisting of a program that operates exactly the same as the control routine of the terminal control program (Fig. 2, 9) and a dummy processing routine is prepared in the terminal monitor computer, and It is also possible to simulate a terminal control program for each task using trace information as input. This allows, for example, to predict and make routines that are frequently used that day permanent. Furthermore, by predicting frequently performed tasks and making those task programs permanent, turnaround improvements can be made dynamically on a daily basis. In addition, by combining this with journal information kept for each business program, it is possible to rerun each business and speed up recovery.

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

第1図は、本発明の実施例を示す図である、第2図は、
端末制御装置内にある端末制御プログラムの構造を示す
図である、第3図は、端末制御プログラムの動作を示す
フローチャートである。 1・・・中央側で業務を処理する計算機、3・・・端末
を制御する端末制御装置、4・・・端末、5・・・中央
と端末側の通信を制御する通信制御装置、6・・・中央
側で端末制御プログラムの動作をモニタする計算機。 第2図 第3図
FIG. 1 is a diagram showing an embodiment of the present invention. FIG. 2 is a diagram showing an embodiment of the present invention.
FIG. 3, which is a diagram showing the structure of the terminal control program in the terminal control device, is a flowchart showing the operation of the terminal control program. 1... Computer that processes business on the central side, 3... Terminal control device that controls terminals, 4... Terminals, 5... Communication control device that controls communication between the center and terminal sides, 6. ...A computer that monitors the operation of the terminal control program on the central side. Figure 2 Figure 3

Claims (1)

【特許請求の範囲】 複数個の端末、端末制御装置、通信制御装置。 中央計算機から成るオンライン処理システムにおいて、
端末制御装置内の端末制御プログラムの状態のコードと
端末制御プログラム外部で発生する事象のコードを、端
末制御プログラムが中央に向けて送信するメツセージ内
の業務区別情報と組合せ、送信し、中央で行なう個々の
業務処理別に端末制御プログラムの動作履歴を、中央側
で取得することを特徴とするオンライン処理システム。
[Claims] A plurality of terminals, a terminal control device, and a communication control device. In an online processing system consisting of a central computer,
The code of the status of the terminal control program in the terminal control device and the code of the event occurring outside the terminal control program are combined with the task classification information in the message sent by the terminal control program to the central office, and the data is transmitted and executed at the central office. An online processing system characterized by centrally acquiring the operation history of terminal control programs for each business process.
JP60063563A 1985-03-29 1985-03-29 On-line processing system Pending JPS60221856A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60063563A JPS60221856A (en) 1985-03-29 1985-03-29 On-line processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60063563A JPS60221856A (en) 1985-03-29 1985-03-29 On-line processing system

Publications (1)

Publication Number Publication Date
JPS60221856A true JPS60221856A (en) 1985-11-06

Family

ID=13232822

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60063563A Pending JPS60221856A (en) 1985-03-29 1985-03-29 On-line processing system

Country Status (1)

Country Link
JP (1) JPS60221856A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63275246A (en) * 1987-05-06 1988-11-11 Nippon Syst Kaihatsu Kk Monitor device for data transmission line
JPH0214344A (en) * 1988-07-01 1990-01-18 Fujitsu Ltd Transmitting system for accumulated data in terminal equipment
JPH02151941A (en) * 1988-11-29 1990-06-11 Internatl Business Mach Corp <Ibm> Application of activity record of object

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63275246A (en) * 1987-05-06 1988-11-11 Nippon Syst Kaihatsu Kk Monitor device for data transmission line
JPH0214344A (en) * 1988-07-01 1990-01-18 Fujitsu Ltd Transmitting system for accumulated data in terminal equipment
JPH02151941A (en) * 1988-11-29 1990-06-11 Internatl Business Mach Corp <Ibm> Application of activity record of object

Similar Documents

Publication Publication Date Title
US4437184A (en) Method of testing a data communication system
CN111103864B (en) Method and device suitable for train control center test
JP2000330822A (en) Concentrated tracing function by dynamic tracing in data processing system
JPH05303494A (en) Expert system adaptable to real time constraint
US20030145125A1 (en) Apparatus and method for analyzing and displaying operations of computer and computer program for the same
JPS60221856A (en) On-line processing system
CN113672418A (en) Data processing task detail page display method and device, electronic equipment and medium
JP2001306360A (en) Automated system for coping with computer fault and recording medium having fault coping automation program recorded thereon
JPH0535751A (en) Periodical diagnosing, fault diagnosing and fault recovering method for machine tool
JPH05143570A (en) Fault tree preparing method
Glasserman et al. Correlation of Markov chains simulated in parallel
JPH09282283A (en) Tracing method and performance evaluation method for on-line transaction, and on-line transaction processing system
JPH036748A (en) On-line terminal equipment
CN114826943B (en) NGINX log analysis method and system
Bell Computer graphics for simulation problem-solving
JP2002222098A (en) System and method for analyzing log file
Gerard CERNET-A high-speed packet-switching network
CN113900902A (en) Log processing method and device, electronic equipment and storage medium
JPH05224984A (en) Debug back-up device for decentralized program
CN113485967A (en) Data processing method and device of demonstrator, storage medium and demonstrator
JPH04329098A (en) Remote monitor
JPH0260353A (en) Command process control system
KR20000037793A (en) Method of ordering events for re-executing distribution system
JPS6255774A (en) Information collecting system
JPH076060A (en) Computer operating system