JPH05151161A - Monitoring system for batch job executing state - Google Patents

Monitoring system for batch job executing state

Info

Publication number
JPH05151161A
JPH05151161A JP3311173A JP31117391A JPH05151161A JP H05151161 A JPH05151161 A JP H05151161A JP 3311173 A JP3311173 A JP 3311173A JP 31117391 A JP31117391 A JP 31117391A JP H05151161 A JPH05151161 A JP H05151161A
Authority
JP
Japan
Prior art keywords
batch job
fault
terminal
command
message
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.)
Withdrawn
Application number
JP3311173A
Other languages
Japanese (ja)
Inventor
Tadao Furuyama
忠雄 古山
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 Solution Innovators Ltd
Original Assignee
NEC Solution Innovators 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 NEC Solution Innovators Ltd filed Critical NEC Solution Innovators Ltd
Priority to JP3311173A priority Critical patent/JPH05151161A/en
Publication of JPH05151161A publication Critical patent/JPH05151161A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To quickly know the occurrence of a fault of a batch job by sending the information on the fault caused at production of the batch job to a business work terminal of the information receiver side. CONSTITUTION:When the ALARM of a fault informing program 10 is carried out, a control part 11 reads a fault information receiver side, produces a terminal name table in a memory in accordance with the number of terminals, and transfers the terminal name table to a message transmitting part 12 to ask the production of a fault message. The part 12 produces a command of a business work on-line interface and sets the given terminal name from the part 11 to its address to produce the commands equal to the number of terminals. A business work on-line AP 20 analyzes the produced commands through a command accepting part 21 and sends the command images to a command processing part 22 after converting these images into the internal forms. The part 22 sends the fault message to the corresponding business work terminal to show the fault message on the lowest line of a screen.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はバッチジョブ実行時に発
生する障害を即時にコンピュータ室以外にいる利用者へ
通知する方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a system for promptly notifying a user who is not in a computer room of a failure that occurs when a batch job is executed.

【0002】[0002]

【従来の技術】従来、バッチジョブ実行時に障害発生を
認識するためには、コンピュータ室内に設置されている
システムの状況を監視するシステムコンソールや端末に
システムコンソールと類似する機能を持たせたリモート
コンソールで、ジョブの実行状況を監視する必要があっ
た。
2. Description of the Related Art Conventionally, in order to recognize a failure occurrence at the time of executing a batch job, a system console for monitoring the status of a system installed in a computer room or a remote console provided with a terminal having a function similar to that of the system console. Therefore, it was necessary to monitor the job execution status.

【0003】[0003]

【発明が解決しようとする課題】従来のバッチジョブ実
行状況監視方式ではコンピュータ室のシステムコソール
を利用者が監視してジョブの実行状況を監視するため、
特に夜間バッチジョブ実行中は利用者がコンピュータ室
に居なければならなかったり、リモートコンソール機能
利用時には業務用端末との切り換えを必要としたり、専
用端末とした場合は業務に直接関係しない端末が必要と
なるなどの問題点があった。
In the conventional batch job execution status monitoring method, the user monitors the system console in the computer room to monitor the job execution status.
In particular, the user must be in the computer room during the nighttime batch job execution, need to switch to the business terminal when using the remote console function, and if it is a dedicated terminal, a terminal not directly related to the business is required. There was a problem such as

【0004】[0004]

【課題を解決するための手段】本発明のバッチジョブ実
行状況監視方式は、順編成ファイルに登録されている端
末名に従って通知先を決定し、バッチジョブ実行時に発
生する障害の情報を前記通知先の業務用端末に送信する
ようにして構成される。
According to a batch job execution status monitoring method of the present invention, a notification destination is determined according to a terminal name registered in a sequential file, and information on a failure occurring during batch job execution is notified to the notification destination. Is configured to be transmitted to the business terminal.

【0005】また、本発明のバッチジョブ実行状況監視
方式は、あらかじめ順編成ファイルに登録されている端
末名に従って通知先を決定する制御部と、該当する業務
用端末の画面のメッセージ表示フィールドにバッチジョ
ブ実行時に発生した障害情報を通知するメッセージ送信
部とを有する。
Further, the batch job execution status monitoring method of the present invention uses a control unit that determines a notification destination according to a terminal name registered in advance in a sequential file and a batch display in a message display field of the screen of the corresponding business terminal. And a message transmission unit for notifying failure information that has occurred during job execution.

【0006】[0006]

【実施例】次に本発明について図面を参照して説明す
る。
The present invention will be described below with reference to the drawings.

【0007】図1は本発明を実現するためのバッチジョ
ブ障害検出機構を組み込んだJCLの例を示す説明図で
ある。同図において、“URIAGE”と言うプログラ
ムの実行を行った後、JCL部1で“URIAGE”プ
ログラムの実行が正常に終了したかどうかを判定し、正
常の場合は“JUMP−02”へ飛んで処理を継続す
る。異常終了の場合はステップ1の“ALARM”を実
行し、業務端末に障害が発生した旨を示すメッセージを
表示してジョブを強制的に終了させる。
FIG. 1 is an explanatory diagram showing an example of a JCL incorporating a batch job failure detection mechanism for realizing the present invention. In the figure, after executing a program called "URIAGE", the JCL unit 1 judges whether the execution of the "URIAGE" program is normally completed. If it is normal, jump to "JUMP-02". Continue processing. In the case of abnormal termination, "ALARM" of step 1 is executed, a message indicating that a failure has occurred in the business terminal is displayed, and the job is forcibly terminated.

【0008】図2は障害発生時の通知先業務用端末名を
登録するファイルのレコード形式を示す説明図である。
当ファイルへの端末名の登録,更新,削除は画面エディ
タで行う。
FIG. 2 is an explanatory diagram showing a record format of a file for registering the name of a business terminal for notification when a failure occurs.
Use the screen editor to register, update, or delete the terminal name in this file.

【0009】図3は障害が発生した場合の情報の流れを
示す説明図である。障害通知プログラム10の“ALA
RM”が実行されると、制御部11は障害通知先ファイ
ルの読み込みを行いメモリ上に端末数分の端末名テーブ
ルを作成し、メッセージ送信部12に端末名テーブルを
渡して障害メッセージの発行を依頼する。メッセージ送
信部12は業務用オンラインインタフェースのコマンド
を作成し、宛先に制御部より渡された端末名をセットし
て端末数分コマンドを発行する。
FIG. 3 is an explanatory diagram showing the flow of information when a failure occurs. Fault notification program 10 "ALA
When RM "is executed, the control unit 11 reads the failure notification destination file, creates terminal name tables for the number of terminals on the memory, and passes the terminal name table to the message transmission unit 12 to issue a failure message. The message transmitting unit 12 creates a command for the online interface for business, sets the terminal name passed from the control unit to the destination, and issues the command for the number of terminals.

【0010】業務用オンラインAP20は発行されたコ
マンドをコマンド受け付け部21で解析し、コマンド処
理部22にコマンドイメージを内部形式に変換して渡
す。コマンド処理部22は該当する業務用端末へ障害メ
ッセージの送信を行い、画面の最下行に障害通知メッセ
ージを表示させる。
The business-use online AP 20 analyzes the issued command by the command accepting unit 21, converts the command image into an internal format and passes it to the command processing unit 22. The command processing unit 22 transmits the failure message to the corresponding business terminal and displays the failure notification message at the bottom line of the screen.

【0011】[0011]

【発明の効果】以上説明したように本発明は、夜間対応
の利用者がいる業務用端末に対して障害の発生通知を行
うので、コンピュータ室内のシステムコンソールでバッ
チジョブの実行状況を監視する必要もない。したがって
他の業務を行いながらバッチジョブでの障害発生を速や
かに知ることができるという効果を有する。
As described above, according to the present invention, since the occurrence of a failure is notified to a business terminal having a night-time user, it is necessary to monitor the execution status of batch jobs on the system console in the computer room. Nor. Therefore, it is possible to quickly know the occurrence of a failure in a batch job while performing other work.

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

【図1】本発明の一実施例を示す説明図。FIG. 1 is an explanatory view showing an embodiment of the present invention.

【図2】端末名登録ファイルの格納形式を示す説明図。FIG. 2 is an explanatory diagram showing a storage format of a terminal name registration file.

【図3】情報の流れを示す説明図。FIG. 3 is an explanatory diagram showing a flow of information.

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

10 障害通知プログラム 11 制御部 12 メッセージ送信部 20 業務用オンラインAP 21 コマンド受付部 22 コマンド処理部 10 Fault Notification Program 11 Control Unit 12 Message Transmission Unit 20 Business Online AP 21 Command Reception Unit 22 Command Processing Unit

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 順編成ファイルに登録されている端末名
に従って通知先を決定し、バッチジョブ実行時に発生す
る障害の情報を前記通知先の業務用端末に送信すること
を特徴とするバッチジョブ実行状況監視方式。
1. A batch job execution, characterized in that a notification destination is determined according to a terminal name registered in a sequential file, and information on a failure occurring during batch job execution is transmitted to the notification destination business terminal. Situation monitoring method.
【請求項2】 あらかじめ順編成ファイルに登録されて
いる端末名に従って通知先を決定する制御部と、該当す
る業務用端末の画面のメッセージ表示フィールドにバッ
チジョブ実行時に発生した障害情報を通知するメッセー
ジ送信部とを有することを特徴とするバッチジョブ実行
状況監視方式。
2. A control unit for deciding a notification destination according to a terminal name registered in advance in a sequential file, and a message for notifying failure information generated during batch job execution in a message display field of the screen of the corresponding business terminal. A batch job execution status monitoring method comprising: a transmission unit.
JP3311173A 1991-11-27 1991-11-27 Monitoring system for batch job executing state Withdrawn JPH05151161A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3311173A JPH05151161A (en) 1991-11-27 1991-11-27 Monitoring system for batch job executing state

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3311173A JPH05151161A (en) 1991-11-27 1991-11-27 Monitoring system for batch job executing state

Publications (1)

Publication Number Publication Date
JPH05151161A true JPH05151161A (en) 1993-06-18

Family

ID=18013970

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3311173A Withdrawn JPH05151161A (en) 1991-11-27 1991-11-27 Monitoring system for batch job executing state

Country Status (1)

Country Link
JP (1) JPH05151161A (en)

Similar Documents

Publication Publication Date Title
US6327516B1 (en) Operation terminal and remote operation system for a robot
US6384848B1 (en) Message handling apparatus and method
EP0721158B1 (en) Bidirectional printer interface
JPH0850555A (en) Fault analyzer and fault detector
JPH05151161A (en) Monitoring system for batch job executing state
JPH0231246A (en) System monitor device
JPS62169266A (en) Data transmission and reception terminal equipment
JPH0277907A (en) Mdi remote operation/display system
JPH08314761A (en) Fault informing system
JP2003158587A (en) Abnormity report apparatus and program
JPH09130877A (en) Equipment fault informing device
JPH09330066A (en) Monitoring and displaying device
JP2591457B2 (en) Data line termination device management method
JPH04116797A (en) Remote monitoring device
JPS6324504Y2 (en)
JP2888582B2 (en) Facsimile machine
JPH0512585A (en) Plant monitoring device
JP2888366B2 (en) Building remote monitoring device
JPH0389743A (en) Terminal equipment
JPS62211762A (en) Shared device control system
JP2002144684A (en) Imaging apparatus
JPH07101872B2 (en) Terminal automatic recovery method
JPH0522408A (en) Exchange system maintenance system
JPH0256645A (en) Informing system for abnormality of system
JPH02121445A (en) Communication state display device

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990204