JPH11143743A - Message classifying method and device therefor - Google Patents

Message classifying method and device therefor

Info

Publication number
JPH11143743A
JPH11143743A JP9308348A JP30834897A JPH11143743A JP H11143743 A JPH11143743 A JP H11143743A JP 9308348 A JP9308348 A JP 9308348A JP 30834897 A JP30834897 A JP 30834897A JP H11143743 A JPH11143743 A JP H11143743A
Authority
JP
Japan
Prior art keywords
message
category
programs
output
records
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
JP9308348A
Other languages
Japanese (ja)
Inventor
Kazuaki Osawa
和晃 大澤
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 JP9308348A priority Critical patent/JPH11143743A/en
Publication of JPH11143743A publication Critical patent/JPH11143743A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To easily search a message related with a specific phenomenon by classifying various information included in a message outputted from each program through an OS into prescribed categories, and separately displaying if for each category. SOLUTION: This device is composed of an OS 1 for controlling a computer system, tank-1--n((n) is an integer more than 2) being a program operating on the OS 1, a console 7 for displaying each kind of message outputted from the OS 1, a massage log file 2 for storing each kind of message outputted from the OS 1, a message reading part 3 for reading a file from the message log file 2, a message classifying part 4 for classifying the read message into each prescribed category, a category managing table 6 for managing the category of each classified message, and a result outputting part 5 for displaying the message classified into each category on the console 7.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、多数のプログラム
が同時に実行されるマルチプログラミング処理方式によ
って動作するコンピュータシステムに係り、特に、複数
のプログラム各々がOS(オペレーティングシステム)
のカーネル等に対して出力されるメッセージを所定のカ
テゴリーに分類し、カテゴリー毎にメッセージを分けて
出力するメッセージ分類方法および装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer system which operates according to a multi-programming processing system in which a large number of programs are simultaneously executed.
The present invention relates to a message classification method and apparatus for classifying messages output to kernels or the like into predetermined categories, and dividing and outputting the messages for each category.

【0002】[0002]

【従来の技術】従来より、コンピュータ資源を無駄なく
有効に利用する等の目的で、1台のコンピュータで同時
に複数のプログラムを実行させるマルチプログラミング
処理(多重プログラミング処理ともいう)が行われてい
る。各プログラムは、計算機命令の実行間隔を利用して
同時並行的に処理される。
2. Description of the Related Art Conventionally, multi-programming processing (also referred to as multi-programming processing) in which a plurality of programs are executed simultaneously by one computer has been performed for the purpose of effectively using computer resources without waste. Each program is processed in parallel using the execution interval of the computer instruction.

【0003】各プログラムを同時並行的に処理する方法
として、例えば、演算処理と入出力処理のように別制御
系の処理時間差を利用する方法や、各プログラムに一定
時間片を割り当てる時分割(time share)に
よる均等サービスによる方法とがある。
[0003] As a method of processing each program simultaneously and in parallel, for example, a method using a processing time difference of a separate control system such as an arithmetic processing and an input / output processing, or a time division (time) in which a fixed time piece is allocated to each program. share) and a method based on an equal service.

【0004】前者は、入出力装置の速度が、中央処理装
置(CPU)の処理速度と比べるときわめて遅いことを
利用したものである。即ち、入出力操作(外部記憶装置
や外部メモリ等へのアクセス)が行われている間、中央
処理装置は待ち状態となる。そこで、プログラムを処理
する記憶域(区画)を複数用意して、それぞれの区画に
複数のプログラムを記憶させておき、あるプログラムが
入出力のために待ち状態となっている間に他のプログラ
ムを実行させることにより、各プログラムを同時並行的
に処理する方法である。
The former utilizes the fact that the speed of an input / output device is extremely slow as compared with the processing speed of a central processing unit (CPU). That is, the central processing unit is in a waiting state while an input / output operation (access to an external storage device, an external memory, or the like) is being performed. Therefore, a plurality of storage areas (sections) for processing programs are prepared, and a plurality of programs are stored in each section, and while one program is waiting for input / output, another program is stored. In this method, each program is processed in parallel by executing the program.

【0005】後者としては、例えば、多重プログラミン
グ技法の一形態であり、タイムシェアリングシステム
(TSS)と呼ばれる、コンピュータを共同利用するシ
ステムが挙げられる。
[0005] The latter is, for example, a form of multi-programming technique, such as a time-sharing system (TSS), in which computers are shared.

【0006】ところで、このような多重プログラミング
処理、即ち、多数のプログラムが同時並行的に実行さ
れ、それぞれのプログラムが動作状況等をコンソール上
に出力するコンピュータシステムにおいては、コンソー
ル(システムコンソール等)上に様々なメッセージが混
在して出力表示されることになり、どのプログラムから
どのようなメッセージが出力されているのかを容易に把
握することは、難しかった。
Incidentally, in such a multi-programming process, that is, in a computer system in which a large number of programs are executed simultaneously and in parallel and each program outputs an operation status or the like on a console, a console (system console or the like) is used. Various messages are output and displayed in a mixed manner, and it is difficult to easily understand which message is output from which program.

【0007】また、多数のプログラムから大量のメッセ
ージが出力されるような場合には、コンソールには表示
しきれないため、例えば、メッセージを外部記憶装置等
にログファイルとして出力し、後でこのログファイルを
チェックしてプラグラムの動作状況を把握するといった
作業が必要があった。さらにこの時、ログファイルには
多量の様々なメッセージが出力されており、特定の事象
のメッセージ(例えばエラーメッセージ)を探す場合な
ど、ログファイル全体を目視にてチェックを行って所望
のメッセージを確認する必要があり、やはり確認作業は
容易ではなかった。
When a large amount of messages are output from a large number of programs, the messages cannot be displayed on the console. For example, the messages are output to an external storage device or the like as a log file, and this log is later output. It was necessary to check the files to understand the operation status of the program. Further, at this time, a large amount of various messages are output to the log file, and when searching for a message of a specific event (for example, an error message), the entire log file is visually checked to confirm a desired message. Confirmation work was not easy.

【0008】このような問題点を解決するために、即
ち、出力されたメッセージが、どのプログラムから出力
されたメッセージなのかを判別するための技術として、
特開平7−239827号公報に記載のものが従来技術
として存在する。
In order to solve such a problem, that is, as a technique for determining from which program an output message is output,
Japanese Unexamined Patent Publication No. 7-239827 discloses a conventional technique.

【0009】特開平7−239827号公報には、ジョ
ブ(プログラム)を投入する際に、識別名に合わせて、
予めジョブをクラス分けしておき、ジョブ(プログラ
ム)がメッセージを出力する時に、識別属性付与手段に
よってクラスに合わせた属性をジョブに付与し、付与し
た属性毎にメッセージ表示領域を別にして表示する、メ
ッセージ判別方式が開示されている。
Japanese Patent Application Laid-Open No. 7-239827 discloses that when a job (program) is input,
Jobs are classified in advance, and when a job (program) outputs a message, an attribute matching the class is assigned to the job by an identification attribute assigning unit, and a message display area is displayed separately for each assigned attribute. , A message discrimination method is disclosed.

【0010】[0010]

【発明が解決しようとする課題】しかしながら、以上述
べた上記従来の技術によると、ジョブ(プログラム)を
投入する際にジョブクラスを指定する必要があり、これ
を行うための実行管理手段が必要になり、また、クラス
に合わせた属性を与える為に識別属性付与手段が必要と
なる。
However, according to the above-mentioned prior art, it is necessary to specify a job class when submitting a job (program), and an execution management means for performing this is required. In addition, an identification attribute assigning means is required to assign an attribute according to the class.

【0011】ところが、一般に本発明の利用分野におい
ては、プログラムの起動(タスクやメモリの管理)や入
出力を制御する管理機能はシステムのオペレーティング
システム(OS)によって行われており、したがって、
上記従来のメッセージ判別方式を実現するためには前記
機能(実行管理手段および識別属性付与手段)を盛り込
んだオペレーティングシステムを用意する必要があり、
このようなオペレーティングシステムをコンピュータシ
ステムに使用すると、汎用性に欠けたシステムになって
しまうという問題(欠点)があった。
However, in general, in the field of use of the present invention, a management function for controlling program startup (task and memory management) and input / output is performed by an operating system (OS) of the system.
In order to realize the above-mentioned conventional message discrimination method, it is necessary to prepare an operating system incorporating the functions (execution management means and identification attribute giving means).
When such an operating system is used for a computer system, there is a problem (defect) that the system lacks versatility.

【0012】また、オペレーティングシステムは、前記
機能が無いからといって前記機能を備えるべく、ユーザ
側で容易に改造が加えられるような性格のものでないた
め、オペレーティングシステムに、元から前記機能が備
わっていなければ、上記従来のメッセージ判別方式を実
現することは難しいという問題(欠点)があった。
Further, the operating system is not of a nature that can be easily modified by the user in order to provide the above functions even if the above functions are not provided. Therefore, the operating system originally has the above functions. Otherwise, there is a problem (defect) that it is difficult to realize the above-described conventional message discrimination method.

【0013】そこで、本発明の目的は、前記先行技術で
述べられているようなジョブ(プログラム)投入時に予
めジョブクラスを設定したり、メッセージ出力の際に属
性を付与することなしに、各プログラムよりOSを介し
て出力されたメッセージの中に含まれる様々な情報を、
所定のカテゴリーに分類し、カテゴリー毎に別々に表示
させることで、特定の事象に関するメッセージを容易に
探し出すことが可能なメッセージ分類方法および装置を
提供することにある。
Accordingly, an object of the present invention is to provide a method for setting each program without setting a job class in advance at the time of submitting a job (program) as described in the prior art or adding an attribute when outputting a message. Various information included in the message output via the OS is
It is an object of the present invention to provide a message classification method and apparatus which can classify messages into a predetermined category and display them separately for each category so that a message relating to a specific event can be easily searched for.

【0014】[0014]

【課題を解決するための手段】上記目的を達成するた
め、本発明は、多数のプログラムが同時に実行されるマ
ルチプログラミング処理方式によって動作するコンピュ
ータシステムにおいて、プログラムが外部記憶装置等に
出力するメッセージレコードをログファイルとして記憶
するメッセージログファイルと、前記メッセージログフ
ァイルに記録されたメッセージレコードを順次に読み出
すメッセージ読み出し手段と、前記メッセージ読み出し
手段により読み出された前記各プログラムからのメッセ
ージレコードを解析して前記メッセージレコード中に含
まれる情報を手がかりに前記メッセージレコードを所定
のカテゴリーに分類すると共に、前記メッセージレコー
ド中に含まれるメッセージ情報を抜き出して出力するメ
ッセージ分類手段と、前記メッセージ分類手段が分類し
た、前記メッセージレコードの属するカテゴリーにカテ
ゴリー番号を付与すると共に、前記メッセージ分類手段
が分類したメッセージレコードを前記カテゴリー番号に
対応させて管理・記憶するカテゴリー管理手段と、前記
メッセージ分類手段より出力されたメッセージ情報を、
前記メッセージ情報に対応したカテゴリー番号と共に出
力する結果出力手段と、前記結果出力手段より出力され
たメッセージ情報を、前記結果出力手段より出力された
カテゴリー番号に基づいて、前記カテゴリー番号毎にそ
れぞれ認識可能な状態で表示出力する表示手段と、を備
えて構成されることを特徴とする。
In order to achieve the above object, the present invention relates to a computer system which operates according to a multi-programming processing system in which a large number of programs are executed at the same time. A message log file that stores a message log as a log file, a message reading unit that sequentially reads message records recorded in the message log file, and a message record from each of the programs read by the message reading unit. Message classification means for classifying the message records into predetermined categories based on information included in the message records, extracting and outputting the message information included in the message records, and A category management means for assigning a category number to the category to which the message record belongs, which is classified by the message classification means, and managing and storing the message records classified by the message classification means in association with the category number; and The message information output from the classification means
A result output unit that outputs the message information together with the category number corresponding to the message information, and the message information output from the result output unit can be recognized for each category number based on the category number output from the result output unit. And display means for displaying and outputting in an appropriate state.

【0015】また、本発明は、多数のプログラムが同時
に実行されるマルチプログラミング処理方式によって動
作し、前記各プログラムが出力するメッセージレコード
を外部記憶装置等に記憶し、前記記憶されたメッセージ
レコードの中に含まれる情報を用いて前記メッセージレ
コードを所定のカテゴリーに分類し、前記カテゴリー毎
にメッセージレコードの中に含まれるメッセージ情報を
取り出して別々に表示手段表示するコンピュータシステ
ムにおいて、前記外部記憶装置に記憶されたメッセージ
レコードを順次に読み出し、読み出された前記各プログ
ラムからのメッセージレコードを解析して前記メッセー
ジレコード中に含まれる情報を手がかりに前記メッセー
ジレコードを所定のカテゴリーに分類し、前記メッセー
ジレコードの分類されたカテゴリーに対して、所定の方
法にてカテゴリー番号を付与し、前記メッセージレコー
ドと前記カテゴリー番号を対応させて管理・記憶し、前
記メッセージレコード中に含まれるメッセージ情報を抜
き出し、前記メッセージ情報に対して、前記メッセージ
レコードに対応したカテゴリー番号を割当て、前記メッ
セージ情報を、前記メッセージ情報に割り当てられたカ
テゴリー番号に基づいて、それぞれ認識可能な状態で表
示手段に出力する、ことを特徴とするものである。
Further, the present invention operates according to a multi-programming processing system in which a large number of programs are executed at the same time, stores message records output by the programs in an external storage device or the like, and stores the message records in the stored message records. A computer system for classifying the message records into predetermined categories using information included in the external storage device, extracting the message information included in the message records for each of the categories, and displaying the message information separately on a display means. The read message records are sequentially read, the message records from the read programs are analyzed, and the message records are classified into predetermined categories based on information included in the message records. Classification A category number is assigned to the specified category by a predetermined method, the message record and the category number are managed and stored in association with each other, the message information included in the message record is extracted, and the message information is extracted. And assigning a category number corresponding to the message record, and outputting the message information to a display means in a recognizable state based on the category number assigned to the message information. It is.

【0016】上記本発明によれば、コンピュータシステ
ム上で多数のタスク(タスク名が同一の異なるタスクを
含む)が同時に動作している際に、これらタスクから
(OSを介して)出力される様々なメッセージレコード
を一旦ログファイルに記憶し、必要に応じてログファイ
ルを読み出し、読み出されたメッセージレコードを、所
定のカテゴリーに分類し、カテゴリー毎に異なった表示
領域にメッセージ出力を行うようにしたので、全出力メ
ッセージをチェックしなくとも、必要なカテゴリーのメ
ッセージ群だけを確認することにより、素早く目的の情
報(状況)を把握することができる。
According to the present invention, when a large number of tasks (including different tasks having the same task name) are simultaneously operating on a computer system, various tasks output from the tasks (via the OS) are provided. Message records are temporarily stored in a log file, the log file is read as needed, the read message records are classified into predetermined categories, and messages are output to different display areas for each category. Therefore, the target information (situation) can be quickly grasped by checking only a message group of a necessary category without checking all output messages.

【0017】[0017]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して詳細に説明する。
Next, embodiments of the present invention will be described in detail with reference to the drawings.

【0018】図1は本発明のメッセージ分類装置の実施
の形態を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of a message classification device according to the present invention.

【0019】図1における本発明のメッセージ分類装置
は、図示しない中央処理制御部のメインメモリに常駐し
てコンピュータシステムを制御するOS(オペレーティ
ングシステム)1と、OS1上で動作するプログラムで
あるタスク−1〜タスク−n(nは2以上の整数)と、
OS1から出力される各種のメッセージを表示するコン
ソール7と、OS1から出力される各種のメッセージを
ロギングして記憶するメッセージログファイル2と、メ
ッセージログファイル2からロギングされたファイルを
読み出すメッセージ読み出し部3と、メッセージ読み出
し部3にて読み出されたメッセージを所定のカテゴリー
毎に分類するメッセージ分類部4と、メッセージ分類部
4にて分類されたメッセージ毎のカテゴリーを管理する
カテゴリー管理テーブル6と、各カテゴリーに分類され
たメッセージをコンソール7に表示する結果出力部5と
により構成される。
The message classification device of the present invention shown in FIG. 1 includes an OS (Operating System) 1 which resides in a main memory of a central processing control unit (not shown) and controls a computer system, and a task which is a program operating on the OS 1. 1 to task-n (n is an integer of 2 or more);
A console 7 for displaying various messages output from the OS 1; a message log file 2 for logging and storing various messages output from the OS 1; and a message reading unit 3 for reading a file logged from the message log file 2 A message classifying unit 4 for classifying the messages read by the message reading unit 3 into predetermined categories, a category management table 6 for managing the category of each message classified by the message classifying unit 4, The result output unit 5 displays messages classified into categories on the console 7.

【0020】コンピュータシステムを制御するオペレー
ティングシステムであるOS1はタスク−1〜タスク−
n(nは2以上の整数)を制御する。タスク−1〜タス
ク−nはOS1上で動作するプログラムであって、各プ
ログラムはイベントが発生する毎に、各々所定のメッセ
ージを出力する。例えば、プログラム(以後、タスクと
もいう)がエラーを検出した場合にはエラーメッセージ
を出力する。
OS1, which is an operating system for controlling the computer system, includes tasks-1 to tasks-
n (n is an integer of 2 or more) is controlled. Task-1 to task-n are programs operating on the OS1, and each program outputs a predetermined message each time an event occurs. For example, when a program (hereinafter, also referred to as a task) detects an error, an error message is output.

【0021】タスク−1〜タスク−nからの各メッセー
ジ出力要求は、OS1(タスクやメモリ,入出力などを
管理しているカーネル)に出力され、各タスクからのメ
ッセージ出力要求にしたがってコンソール7にメッセー
ジが表示される。尚、この時のOS1が行うメッセージ
表示出力は、特開平7−239827号公報に述べられ
ているようなジョブクラス、または、ジョブクラスに応
じた属性のような情報ではなく、通常の方法(OSが通
常に有する方法)によって処理され出力されたメッセー
ジ表示出力である。
Each message output request from Task-1 to Task-n is output to the OS 1 (kernel managing tasks, memory, input / output, etc.) and is sent to the console 7 according to the message output request from each task. A message is displayed. Note that the message display output performed by the OS 1 at this time is not a job class or information such as an attribute corresponding to the job class as described in JP-A-7-239827, but a normal method (OS Is a message display output processed and output according to the method normally included in the present invention.

【0022】OS1は、このとき同時に、コンソール7
に出力したメッセージと同一のメッセージを、外部記憶
装置であるメッセージログファイル2に出力する。これ
により、タスク−1〜タスク−nが出力する全てのメッ
セージは、一旦メッセージログファイル2に記憶される
ことになる。
At this time, the OS 1 simultaneously operates the console 7
Is output to a message log file 2 which is an external storage device. As a result, all messages output by task-1 to task-n are temporarily stored in the message log file 2.

【0023】一般に、タスクからのメッセージ出力要求
をオペレーティングシステムが処理する場合、メッセー
ジの出力形式は決まっており、その中には時刻,タスク
名,オペレーティングシステムがタスクを制御する上で
タスクを特定するために必要なタスク識別番号(以後、
タスクIDという)などの情報が含まれる。本実施の形
態では、図2に示す様な形式(以下、メッセージレコー
ドともいう)でメッセージが出力されるものとする。
Generally, when a message output request from a task is processed by an operating system, the output format of the message is determined, and the time, the task name, and the task are specified by the operating system to control the task. Task identification number (hereafter,
Task ID). In the present embodiment, it is assumed that a message is output in a format as shown in FIG. 2 (hereinafter, also referred to as a message record).

【0024】図2はオペレーティングシステムが出力す
るメッセージレコードの出力形式の一例を示す図であ
る。
FIG. 2 is a diagram showing an example of an output format of a message record output by the operating system.

【0025】図2において、時刻21にはOS1からメ
ッセージログファイル2にメッセージレコードが出力さ
れた時刻が書き込まれていて、タスク名エリア22には
メッセージ出力要求をOS1に対して出力したタスクの
名前が書き込まれていて、タスクIDエリア23にはメ
ッセージ出力要求をOS1に対して出力したタスクをO
S1にて識別するためにOS1で管理されているタスク
番号が書き込まれていて、メッセージエリア24にはメ
ッセージの内容が書き込まれている。
In FIG. 2, the time at which the message record was output from the OS 1 to the message log file 2 is written at time 21, and the name of the task that output the message output request to the OS 1 is written in the task name area 22. Is written in the task ID area 23, and the task that outputs the message output request to the OS 1 is set to O.
A task number managed by the OS 1 is written for identification in S 1, and the content of the message is written in the message area 24.

【0026】したがって、各タスクが実行された後のメ
ッセージログファイル2には、各タスクからOS1に対
して出力された出力要求に基づいた、OS1からのメッ
セージ、即ち、図2に示す形式のメッセージレコード
が、大量に記録されていることになる。
Accordingly, the message log file 2 after each task has been executed contains a message from the OS 1 based on the output request output from each task to the OS 1, ie, a message in the format shown in FIG. Records will be recorded in large quantities.

【0027】オペレータは、複数のプログラムの実行が
全て終了した時,複数のプログラムの一部の実行が終了
した時,或いは所定のプログラムの実行が終了した時な
どの任意の時点において、図示しない入力手段を操作し
て、メッセージ読み出し部3を起動する。起動されたメ
ッセージ読み出し部3は、メッセージログファイル2に
記憶されたOS1からのメッセージレコードを、順次に
1行づつ読み出してメッセージ分類部4に供給する。
The operator inputs an unillustrated input at an arbitrary time, such as when the execution of a plurality of programs is completed, when the execution of a part of the plurality of programs is completed, or when the execution of a predetermined program is completed. By operating the means, the message reading unit 3 is started. The activated message reading unit 3 sequentially reads out the message records from the OS 1 stored in the message log file 2 line by line and supplies the message records to the message classification unit 4.

【0028】メッセージ分類部4は、メッセージ読み出
し部3からメッセージレコードを受け取り、受け取った
メッセージレコードを所定のカテゴリー毎に分類してい
く。ここでは、タスク毎に分類する例を挙げ、以下に詳
細に説明を行う。
The message classifying unit 4 receives the message records from the message reading unit 3, and classifies the received message records into predetermined categories. Here, an example in which tasks are classified for each task will be described in detail below.

【0029】メッセージをタスク毎に分類する場合、最
も簡単な方法としては、タスク名の情報を基に分類する
ものであるが、この時、考慮を忘れてならないのは、複
数の同一タスク名を有するタスクが実行されている場合
である。即ち、単にタスク名だけで分類してしまうと、
これらは全て1つのカテゴリーとして分類されてしま
う。そこで、これを避けるために、例えば、OS1が管
理するタスク識別番号であるタスクIDを利用して、同
一のタスク名であってもタスクIDの違いによって別の
カテゴリーとして扱うことにする。
When classifying messages for each task, the simplest method is to classify messages based on task name information. At this time, it is important to keep in mind that a plurality of identical task names must be considered. This is the case when the task having the task is being executed. In other words, if we simply categorize by task name,
These are all classified as one category. Therefore, in order to avoid this, for example, a task ID which is a task identification number managed by the OS 1 is used, and the same task name is treated as a different category depending on the difference in the task ID.

【0030】さて、図3は本実施の形態における図1の
カテゴリー管理テーブル6の記述形式(管理テーブル)
の一例を示した図である。
FIG. 3 shows a description format (management table) of the category management table 6 of FIG. 1 in the present embodiment.
FIG. 4 is a diagram showing an example of the above.

【0031】図3(a)に示す如くに、カテゴリー管理
テーブル6は、例えば、タスク名エリア31とタスクI
Dエリア32の2つの情報を1組として、これにカテゴ
リー番号エリア33を対応づけることでカテゴリーの分
類を管理する。最初、カテゴリー管理テーブル6には、
何も登録されていない空の状態であり、メッセージ分類
部4がメッセージレコードを解析して新しいタスクのメ
ッセージレコードを見つける度に、カテゴリー管理テー
ブル6に、本テーブルを追加・作成していく。この手順
を以下に説明する。
As shown in FIG. 3A, the category management table 6 includes, for example, a task name area 31 and a task I
The classification of the category is managed by associating the two pieces of information of the D area 32 with a category number area 33. First, the category management table 6 contains
This is an empty state in which nothing is registered, and every time the message classification unit 4 analyzes a message record and finds a message record of a new task, this table is added to and created in the category management table 6. This procedure will be described below.

【0032】先ず、メッセージ分類部4は、メッセージ
読み出し部3から最初に受け取った1行(1レコード)
のメッセージレコードの中から、タスク名およびタスク
IDを取り出して、カテゴリ管理テーブル6に登録す
る。このとき、最初のタスクに対応するカテゴリー番号
として、例えば“0”を割り当てる。そして、メッセー
ジ分類部4は、メッセージ読み出し部3から受け取った
メッセージ(メッセージレコードの中から取り出された
メッセージ情報、以下同じ)と共にカテゴリー管理テー
ブル6にて対応づけられたカテゴリー番号(ここでは
“0”)を結果出力部5に供給する。
First, the message classifying unit 4 receives one line (one record) first received from the message reading unit 3.
, The task name and the task ID are extracted from the message record and registered in the category management table 6. At this time, for example, “0” is assigned as the category number corresponding to the first task. The message classifying unit 4 then associates the message received from the message reading unit 3 (message information extracted from the message record, the same applies hereinafter) with the category number (here, “0”) associated with the category management table 6. ) Is supplied to the result output unit 5.

【0033】同様に、メッセージ分類部4は、メッセー
ジ読み出し部3から次のメッセージレコードを受け取
り、メッセージレコードの中から、タスク名およびタス
クIDを取り出し、メッセージを出力したタスクを特定
する。そして、この特定されたタスクが、既にカテゴリ
ー管理テーブル6で分類済みのタスクとして登録されて
いるか否かを調べるため、カテゴリー管理テーブル6に
登録済みのタスク名とタスクIDを検索し、検索の結
果、登録がなければ、前記特定されたタスクをカテゴリ
ー管理テーブル6に登録する。尚、登録されたタスク
(タスク名およびタスクID)に対応するカテゴリー番
号は、最後に登録したカテゴリー番号に1を加えた番号
とする。そして、メッセージ読み出し部3から受け取っ
たメッセージと共に、新しくカテゴリー管理テーブル6
に登録したカテゴリー番号(ここでは“1”)を結果出
力部5に供給する。
Similarly, the message classifying unit 4 receives the next message record from the message reading unit 3, extracts the task name and task ID from the message record, and specifies the task that has output the message. Then, in order to check whether or not the specified task is already registered as a classified task in the category management table 6, the task name and the task ID registered in the category management table 6 are searched. If there is no registration, the specified task is registered in the category management table 6. The category number corresponding to the registered task (task name and task ID) is a number obtained by adding 1 to the last registered category number. Then, along with the message received from the message reading unit 3, a new category management table 6 is displayed.
Is supplied to the result output section 5.

【0034】一方、カテゴリー管理テーブル6の検索の
結果、タスク名およびタスクIDが既に登録してあった
場合には、カテゴリー管理テーブル6への新たな登録は
行わずに、メッセージ読み出し部3から受け取ったメッ
セージと、登録済みの当該タスク名およびタスクIDに
対応づけられたカテゴリー番号とを結果出力部5に供給
する。
On the other hand, as a result of the search of the category management table 6, if the task name and the task ID have already been registered, they are not registered in the category management table 6 but are received from the message reading unit 3. The result message and the registered task name and the category number associated with the task ID are supplied to the result output unit 5.

【0035】以上本発明の動作について概略を説明した
が、次に、具体例をあげながら、さらに説明を続ける。
The operation of the present invention has been briefly described above, and the description will be further continued with reference to specific examples.

【0036】例えば、メッセージ分類部4が、メッセー
ジ読み出し部3より受け取った最初のメッセージレコー
ドのタスク名およびタスクIDが、それぞれ“TASK
−A”および“100”であったとすると、カテゴリー
管理テーブル6には、図3(b)に示す如くに管理テー
ブルが作成され、メッセージ読み出し部3から受け取っ
たメッセージ(メッセージレコードの中から取り出され
たメッセージ)とカテゴリ番号(ここでは“0”)が結
果出力部5に供給される。
For example, the task name and task ID of the first message record received by the message classifying unit 4 from the message reading unit 3 are “TASK”, respectively.
-A "and" 100 ", a management table is created in the category management table 6 as shown in FIG. 3B, and the message received from the message reading unit 3 (taken out of the message record). Message and the category number (here, “0”) are supplied to the result output unit 5.

【0037】メッセージ分類部4が、メッセージ読み出
し部3から次に受け取ったメッセージレコードのタスク
名およびタスクIDが、それぞれ“TASK−B”およ
び“200”であったとすると、メッセージ分類手段は
カテゴリー管理テーブル6を検索し、タスク名が“TA
SK−B”でタスクIDが“200”のカテゴリーが登
録されているか否かを調べる。この時、カテゴリー管理
テーブル6は、図3(b)に示す如くであり、タスク名
が“TASK−B”でタスクIDが“200”というカ
テゴリーは存在しないので、新しいカテゴリーを、カテ
ゴリー管理テーブル6に登録する。その結果、カテゴリ
ー管理テーブル6には、図3(c)に示す如くに管理テ
ーブルが作成され、タスク名およびタスクIDがそれぞ
れ“TASK−B”および“200”に対応したカテゴ
リー番号(ここでは“1”)と、メッセージ読み出し部
3から受け取ったメッセージとが結果出力部5に供給さ
れる。
If the message classifying unit 4 assumes that the task name and task ID of the next message record received from the message reading unit 3 are "TASK-B" and "200", respectively, 6 and the task name is "TA
It is checked whether a category with a task ID of “200” is registered in “SK-B.” At this time, the category management table 6 is as shown in FIG. Therefore, a new category is registered in the category management table 6. As a result, a management table is created in the category management table 6 as shown in FIG. The category number (here, “1”) whose task name and task ID correspond to “TASK-B” and “200”, respectively, and the message received from the message reading unit 3 are supplied to the result output unit 5. .

【0038】メッセージ分類部4が、メッセージ読み出
し部3から、さらに次に受け取ったメッセージレコード
の、タスク名およびタスクIDが、それぞれ“TASK
−B”および“350”であったとすると、メッセージ
分類部4は、図3(c)の状態のカテゴリー管理テーブ
ル6を検索するが、この時、“TASK−B”の管理テ
ーブルは2番目に登録されている。しかし、当該管理テ
ーブルにおける“TASK−B”のタスクIDは“20
0”となっており、メッセージ分類部4がメッセージ読
み出し部3から受け取ったメッセージのタスクID“3
50”とは異なる。
The task name and task ID of the next message record received by the message classifying unit 4 from the message reading unit 3 are respectively "TASK".
−B ”and“ 350 ”, the message classifying unit 4 searches the category management table 6 in the state of FIG. 3C. At this time, the management table of“ TASK-B ”is the second. However, the task ID of “TASK-B” in the management table is “20”.
0 ”, and the task ID“ 3 ”of the message received by the message
Different from 50 ".

【0039】この場合は、タスク名が同一であっても異
なるタスク(互いに別の目的で実行されているタスク)
であるため、新しくカテゴリー管理テーブル6にテーブ
ルを登録する。その結果、カテゴリー管理テーブル6に
は、図3(d)に示す如くに管理テーブルが作成され、
タスク名およびタスクIDがそれぞれ“TASK−B”
および“350”に対応したカテゴリー番号(ここでは
“2”)と、メッセージ読み出し部3から受け取ったメ
ッセージとが結果出力部5に供給される。
In this case, even if the task names are the same, different tasks (tasks being executed for different purposes)
Therefore, a new table is registered in the category management table 6. As a result, a management table is created in the category management table 6 as shown in FIG.
The task name and task ID are each "TASK-B"
And the category number (here, “2”) corresponding to “350” and the message received from the message reading unit 3 are supplied to the result output unit 5.

【0040】またさらに、メッセージ分類部4が次のメ
ッセージレコードをメッセージ読み出し部3から受け取
り、受け取ったメッセージレコードのタスク名およびタ
スクIDがそれぞれ“TASK−A”および“100”
であったとする。この時、メッセージ分類部4は、図3
(d)の状態のカテゴリー管理テーブル6を検索し、カ
テゴリー管理テーブル6の1番目にタスク名が“TAS
K−A”で、タスクIDが“100”の管理テーブルが
登録されており、当該メッセージを出力したタスクは、
既にカテゴリー番号“0”として、カテゴリー管理テー
ブル6に登録されていることがわかる。
Further, the message classifying unit 4 receives the next message record from the message reading unit 3, and the task name and task ID of the received message record are "TASK-A" and "100", respectively.
Assume that At this time, the message classification unit 4
The category management table 6 in the state of (d) is searched, and the first task name in the category management table 6 is “TAS”.
KA ”, a management table with a task ID of“ 100 ”is registered, and the task that has output the message is
It can be seen that the category number “0” has already been registered in the category management table 6.

【0041】この場合には、メッセージ分類部4はカテ
ゴリー管理テーブル6への登録は行わず、タスク名およ
びタスクIDがそれぞれ“TASK−A”および“10
0”に対応したカテゴリー番号(ここでは“0”)と、
メッセージ読み出し部3から受け取ったメッセージとが
結果出力部5に供給される。
In this case, the message classifying unit 4 does not perform registration in the category management table 6 and sets the task name and task ID to “TASK-A” and “10
A category number corresponding to “0” (here, “0”);
The message received from the message reading unit 3 is supplied to the result output unit 5.

【0042】以下、同様にしてメッセージ分類部4は、
メッセージ読み出し部3から受け取ったメッセージレコ
ードを順次解析して、受け取ったメッセージレコードを
タスク毎のカテゴリーに分類し、分類したカテゴリー番
号とメッセージとを結果出力部5に供給する。
Hereinafter, similarly, the message classifying unit 4
The message records received from the message reading unit 3 are sequentially analyzed, the received message records are classified into categories for each task, and the classified category numbers and messages are supplied to the result output unit 5.

【0043】結果出力部5は、カテゴリー番号毎に異な
った表示領域に対してメッセージを出力するようにプロ
グラムされており、メッセージ分類部4から出力するメ
ッセージ(メッセージレコードの中から取り出されたメ
ッセージ)とカテゴリー番号を受け取ると、カテゴリー
番号に対応した、例えばコンソール7の管面に表示され
た所定のウィンドウに対して前記メッセージを出力す
る。
The result output unit 5 is programmed to output a message to a different display area for each category number, and outputs a message from the message classification unit 4 (a message extracted from a message record). And the category number, the message is output to a predetermined window corresponding to the category number, for example, displayed on the screen of the console 7.

【0044】尚、上述の本発明の実施の形態では、カテ
ゴリーによる分類を、タスク毎に分類してメッセージを
表示させる場合を例に説明したが、例えば、タスクがエ
ラーしたか否かを素早く把握するために、エラーメッセ
ージだけを出力させるようにすることもできる。
In the above-described embodiment of the present invention, a case has been described in which the message is displayed by classifying the messages by category. For example, it is possible to quickly determine whether or not an error has occurred in a task. In order to do so, it is possible to output only an error message.

【0045】これは、メッセージ分類部4にてメッセー
ジ読み出し部3から受け取ったメッセージレコードの内
容を解析して、エラーメッセージならばカテゴリー番号
と共にメッセージレコードの中から取り出されたメッセ
ージ(エラーメッセージ)を結果出力部5に供給し、そ
うでなければ結果出力部5には何も供給しないようプロ
グラムすれば実現できる。
This is because the message classification unit 4 analyzes the contents of the message record received from the message reading unit 3, and if it is an error message, a message (error message) extracted from the message record together with the category number as a result. This can be realized by programming so as to supply the data to the output unit 5 and otherwise supply nothing to the result output unit 5.

【0046】また、上記以外にもカテゴリーとして、O
S1から入出力装置(メッセージログファイル2など)
に対して出力される、他の様々なもの(データ)に代え
ても本発明を実施し得ることは勿論である。
In addition to the above, O
From S1 to I / O device (message log file 2, etc.)
It is needless to say that the present invention can be practiced even if various other data (data) output to the

【0047】[0047]

【発明の効果】以上述べたように、上記本発明によれ
ば、多数のプログラムが同時に実行されるマルチプログ
ラミング処理方式によって動作し、前記各プログラムが
出力するメッセージレコードを外部記憶装置等に記憶
し、記憶されたメッセージレコードの中に含まれる情報
を用いて前記メッセージレコードを所定のカテゴリーに
分類し、カテゴリー毎にメッセージレコードの中に含ま
れるメッセージ情報を取り出して別々に表示するコンピ
ュータシステムにおいて、全てのメッセージ出力をチェ
ックしなくとも、必要なカテゴリー内のメッセージ群の
みを確認することにより、素早く目的の情報(状況)を
把握することができる。
As described above, according to the present invention, a plurality of programs operate at the same time in a multiprogramming processing system, and the message records output by the programs are stored in an external storage device or the like. A computer system that classifies the message records into predetermined categories using information contained in the stored message records, and retrieves and separately displays the message information contained in the message records for each category; By checking only a message group in a necessary category without checking the message output of (1), the target information (situation) can be quickly grasped.

【0048】また、メッセージを分類するために、特開
平7−239827号公報に述べられているような実行
管理手段等によってクラス分けをしてタスクを起動し、
識別属性付与手段によって、そのクラスに応じた属性を
与える必要が無いため、前記実行管理手段、識別属性付
与手段を不要とし、一般的にタスクが(OSを介して)
出力するメッセージにのみ含まれる情報によってメッセ
ージ分類を実現することができる。
Also, in order to classify messages, tasks are started by classifying the messages by execution management means or the like as described in JP-A-7-239827.
Since there is no need to provide an attribute according to the class by the identification attribute assigning means, the execution management means and the identification attribute assigning means are not required, and generally the task (via the OS)
Message classification can be realized by information included only in the message to be output.

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

【図1】本発明のメッセージ分類装置の実施の形態を示
すブロック図である。
FIG. 1 is a block diagram showing an embodiment of a message classification device of the present invention.

【図2】オペレーティングシステムが出力するメッセー
ジレコードの出力形式の一例を示す図である。
FIG. 2 is a diagram illustrating an example of an output format of a message record output by an operating system.

【図3】本実施の形態における図1のカテゴリー管理テ
ーブル6の記述形式(管理テーブル)の一例を示した図
である。
FIG. 3 is a diagram showing an example of a description format (management table) of a category management table 6 of FIG. 1 in the present embodiment.

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

1 オペレーティングシステム(OS) 2 メッセージログファイル 3 メッセージ読み出し部 4 メッセージ分類部 5 結果出力部 6 カテゴリー管理テーブル 7 コンソール 21 時刻 22,31 タスク名 23,32 タスクID 24 メッセージ 33 カテゴリー番号 タスク−1〜タスク−n オペレーティングシステム上
で動作するタスク
DESCRIPTION OF SYMBOLS 1 Operating system (OS) 2 Message log file 3 Message reading part 4 Message classification part 5 Result output part 6 Category management table 7 Console 21 Time 22 and 31 Task name 23 and 32 Task ID 24 Message 33 Category number Task-1 to Task -N task running on operating system

Claims (16)

【特許請求の範囲】[Claims] 【請求項1】多数のプログラムが同時に実行されるマル
チプログラミング処理方式によって動作するコンピュー
タシステムにおいて、 プログラムが外部記憶装置等に出力するメッセージレコ
ードをログファイルとして記憶するメッセージログファ
イルと、 前記メッセージログファイルに記録されたメッセージレ
コードを順次に読み出すメッセージ読み出し手段と、 前記メッセージ読み出し手段により読み出された前記各
プログラムからのメッセージレコードを解析して前記メ
ッセージレコード中に含まれる情報を手がかりに前記メ
ッセージレコードを所定のカテゴリーに分類すると共
に、前記メッセージレコード中に含まれるメッセージ情
報を抜き出して出力するメッセージ分類手段と、 前記メッセージ分類手段が分類した、前記メッセージレ
コードの属するカテゴリーにカテゴリー番号を付与する
と共に、前記メッセージ分類手段が分類したメッセージ
レコードを前記カテゴリー番号に対応させて管理・記憶
するカテゴリー管理手段と、 前記メッセージ分類手段より出力されたメッセージ情報
を、前記メッセージ情報に対応したカテゴリー番号と共
に出力する結果出力手段と、 前記結果出力手段より出力されたメッセージ情報を、前
記結果出力手段より出力されたカテゴリー番号に基づい
て、前記カテゴリー番号毎にそれぞれ認識可能な状態で
表示出力する表示手段と、 を備えたことを特徴とするメッセージ分類装置。
1. A computer system which operates according to a multi-programming processing method in which a large number of programs are simultaneously executed, a message log file storing a message record output by a program to an external storage device or the like as a log file, and the message log file. Message reading means for sequentially reading the message records recorded in the program, and analyzing the message records from the respective programs read by the message reading means, and analyzing the message records based on information contained in the message records. Message classifying means for classifying the message information included in the message record into a predetermined category and outputting the extracted message information; Category management means for assigning a category number to the category to which the message record belongs, managing and storing the message records classified by the message classification means in association with the category number, and message information output from the message classification means. A result output unit that outputs the message information together with a category number corresponding to the message information; and a message information output from the result output unit is recognized for each of the category numbers based on the category number output from the result output unit. And a display means for displaying and outputting the message in a possible state.
【請求項2】前記各プログラムは、所定のオペレーティ
ングシステム上で動作することを特徴とする請求項1に
記載のメッセージ分類装置。
2. The message classifying device according to claim 1, wherein each of the programs operates on a predetermined operating system.
【請求項3】前記各プログラムが、外部記憶装置等に対
して行うメッセージレコードの書き込みは、前記コンピ
ュータシステムを制御するオペレーティングシステムを
介して行われることを特徴とする請求項2に記載のメッ
セージ分類装置。
3. The message classification according to claim 2, wherein writing of a message record performed by each of the programs to an external storage device or the like is performed via an operating system that controls the computer system. apparatus.
【請求項4】前記メッセージレコードは、前記オペレー
ティングシステムが出力する標準のフォーマットにて構
成されることを特徴とする請求項2または3に記載のメ
ッセージ分類装置。
4. The message classification device according to claim 2, wherein the message record is configured in a standard format output by the operating system.
【請求項5】前記メッセージ読み出し手段によるメッセ
ージレコードの読み出し動作は、前記各プログラムの実
行が全て完了した時点,前記各プログラムのうちの一部
のプログラムの実行が完了した時点,または前記各プロ
グラムのうちの所定のプログラムの実行が完了した時点
にて行われることを特徴とする請求項1〜4のいずれか
に記載のメッセージ分類装置。
5. The reading operation of the message record by the message reading means, when the execution of each of the programs is completed, when a part of the programs is completely executed, or when the execution of each program is completed. The message classification device according to any one of claims 1 to 4, wherein the process is performed when execution of the predetermined program is completed.
【請求項6】前記表示手段は、前記カテゴリー番号毎
に、それぞれ異なった領域に前記メッセージ情報を表示
出力することを特徴とする請求項1〜5のいずれかに記
載のメッセージ分類装置。
6. The message classification device according to claim 1, wherein the display unit displays and outputs the message information in different areas for each of the category numbers.
【請求項7】前記各プログラムは、1のプログラムに
て、異なった処理を行う2以上のタスクとして、それぞ
れ実行可能であることを特徴とする請求項1〜6のいず
れかに記載のメッセージ分類装置。
7. The message classification according to claim 1, wherein each of the programs can be executed by a single program as two or more tasks for performing different processes. apparatus.
【請求項8】前記カテゴリーは、前記マルチプログラミ
ング処理方式によって動作するコンピュータシステムに
て実行される複数のタスクからなることを特徴とする請
求項1〜7のいずれかに記載のメッセージ分類装置。
8. The message classification device according to claim 1, wherein said category comprises a plurality of tasks executed by a computer system operated by said multi-programming processing method.
【請求項9】多数のプログラムが同時に実行されるマル
チプログラミング処理方式によって動作し、前記各プロ
グラムが出力するメッセージレコードを外部記憶装置等
に記憶し、前記記憶されたメッセージレコードの中に含
まれる情報を用いて前記メッセージレコードを所定のカ
テゴリーに分類し、前記カテゴリー毎にメッセージレコ
ードの中に含まれるメッセージ情報を取り出して別々に
表示手段表示するコンピュータシステムにおいて、 前記外部記憶装置に記憶されたメッセージレコードを順
次に読み出し、 読み出された前記各プログラムからのメッセージレコー
ドを解析して前記メッセージレコード中に含まれる情報
を手がかりに前記メッセージレコードを所定のカテゴリ
ーに分類し、 前記メッセージレコードの分類されたカテゴリーに対し
て、所定の方法にてカテゴリー番号を付与し、 前記メッセージレコードと前記カテゴリー番号を対応さ
せて管理・記憶し、 前記メッセージレコード中に含まれるメッセージ情報を
抜き出し、 前記メッセージ情報に対して、前記メッセージレコード
に対応したカテゴリー番号を割当て、 前記メッセージ情報を、前記メッセージ情報に割り当て
られたカテゴリー番号に基づいて、それぞれ認識可能な
状態で表示手段に出力する、 ことを特徴とするメッセージ分類方法。
9. Operating according to a multi-programming processing method in which a number of programs are executed simultaneously, storing message records output by the respective programs in an external storage device or the like, and storing information contained in the stored message records. A computer system that classifies the message records into predetermined categories using, extracts message information included in the message records for each of the categories, and displays the message information separately on a display unit. The message record stored in the external storage device Are sequentially read, the message records from the read programs are analyzed, and the message records are classified into predetermined categories based on information included in the message records. , A category number is assigned in a predetermined manner, the message record and the category number are managed and stored in association with each other, and the message information included in the message record is extracted. A message classification method, wherein a category number corresponding to the message record is assigned, and the message information is output to a display unit in a recognizable state based on the category number assigned to the message information.
【請求項10】前記各プログラムは、所定のオペレーテ
ィングシステム上で動作することを特徴とする請求項8
に記載のメッセージ分類方法。
10. The program according to claim 8, wherein each of the programs operates on a predetermined operating system.
Message classification method described in.
【請求項11】前記各プログラムが、外部記憶装置等に
対して行うメッセージレコードの書き込みは、前記コン
ピュータシステムを制御するオペレーティングシステム
を介して行われることを特徴とする請求項10に記載の
メッセージ分類方法。
11. The message classification according to claim 10, wherein writing of a message record performed by each of the programs to an external storage device or the like is performed via an operating system that controls the computer system. Method.
【請求項12】前記メッセージレコードは、前記オペレ
ーティングシステムが出力する標準のフォーマットにて
構成されることを特徴とする請求項10または11に記
載のメッセージ分類方法。
12. The method according to claim 10, wherein the message record is configured in a standard format output by the operating system.
【請求項13】前記外部記憶装置に記憶されたメッセー
ジレコードの順次読み出し動作は、前記各プログラムの
実行が全て完了した時点,前記各プログラムのうちの一
部のプログラムの実行が完了した時点,または前記各プ
ログラムのうちの所定のプログラムの実行が完了した時
点にて行われることを特徴とする請求項9〜12のいず
れかに記載のメッセージ分類方法。
13. The sequential reading operation of the message records stored in the external storage device may be performed when the execution of all the programs is completed, when a part of the programs is completed, or 13. The method according to claim 9, wherein the method is performed when execution of a predetermined program among the programs is completed.
【請求項14】前記表示手段は、前記カテゴリー番号毎
に、それぞれ異なった領域に前記メッセージ情報を表示
出力することを特徴とする請求項9〜13のいずれかに
記載のメッセージ分類方法。
14. The message classification method according to claim 9, wherein said display means displays and outputs said message information in different areas for each of said category numbers.
【請求項15】前記各プログラムは、1のプログラムに
て、異なった処理を行う2以上のタスクとして、それぞ
れ実行可能であることを特徴とする請求項9〜14のい
ずれかに記載のメッセージ分類方法。
15. The message classification according to claim 9, wherein each of the programs can be executed as two or more tasks for performing different processes by one program. Method.
【請求項16】前記カテゴリーは、前記マルチプログラ
ミング処理方式によって動作するコンピュータシステム
にて実行される複数のタスクからなることを特徴とする
請求項9〜15のいずれかに記載のメッセージ分類方
法。
16. The message classification method according to claim 9, wherein said category comprises a plurality of tasks executed by a computer system operated by said multi-programming processing method.
JP9308348A 1997-11-11 1997-11-11 Message classifying method and device therefor Pending JPH11143743A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9308348A JPH11143743A (en) 1997-11-11 1997-11-11 Message classifying method and device therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9308348A JPH11143743A (en) 1997-11-11 1997-11-11 Message classifying method and device therefor

Publications (1)

Publication Number Publication Date
JPH11143743A true JPH11143743A (en) 1999-05-28

Family

ID=17979988

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9308348A Pending JPH11143743A (en) 1997-11-11 1997-11-11 Message classifying method and device therefor

Country Status (1)

Country Link
JP (1) JPH11143743A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005115929A (en) * 2003-09-08 2005-04-28 Sap Ag Method for outputting data in user interface of computer system, computer system, and computer program product
US7594238B2 (en) 2004-07-30 2009-09-22 Fujitsu Limited Apparatus and method for displaying plurality of messages in groups to reduce burden on operators
JP2011076219A (en) * 2009-09-29 2011-04-14 Ntt Docomo Inc Device, program and method for complementing application information
JP2018205816A (en) * 2017-05-30 2018-12-27 富士通株式会社 Information processing system, information processing device, and management program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005115929A (en) * 2003-09-08 2005-04-28 Sap Ag Method for outputting data in user interface of computer system, computer system, and computer program product
US7594238B2 (en) 2004-07-30 2009-09-22 Fujitsu Limited Apparatus and method for displaying plurality of messages in groups to reduce burden on operators
JP2011076219A (en) * 2009-09-29 2011-04-14 Ntt Docomo Inc Device, program and method for complementing application information
JP2018205816A (en) * 2017-05-30 2018-12-27 富士通株式会社 Information processing system, information processing device, and management program

Similar Documents

Publication Publication Date Title
JPH05241797A (en) Method for systemizing software application package generating work
JPH0588882A (en) Data processing system
EP0740258A2 (en) Data management system
JPH0869385A (en) Event generation/distribution system
US5826078A (en) Job re-execution system and controlling method thereof
JP2927325B2 (en) Data management system
JPH096628A (en) Method and device for parallel processing procedure selection
JPH11143743A (en) Message classifying method and device therefor
JPH1115646A (en) Technique information managing system
JPH0756794A (en) Document managing device
JPH10326212A (en) Data managing device
JPH10334066A (en) Parallel data processing system and its control method
EP0261690B1 (en) Method for using descriptor file describing control structures file used by a dump program
JPH05241890A (en) Data trace system
JPH10261022A (en) Processor, method, and storage medium for multitask processing
JPH06332749A (en) Register analysis processor
JPH10214303A (en) Slip monitor instantly outputting system
JPH10222361A (en) Rom program monitor device in processor of computer or the like
JP2522161B2 (en) Volume resource management method in virtual computer system
JP2000181565A (en) Device and method for displaying message, recording medium therefor, and monitoring system for message
JPH081582B2 (en) Input data supply method
JP2003085013A (en) Pdm system and programming method for system connection
JPH05233231A (en) Method for managing library
JP2000172492A (en) Execution program management method, device therefor and recording medium
JPH05143422A (en) Updated journal managing system