JPH08272652A - Batch job execution confirmation system for information processing system - Google Patents

Batch job execution confirmation system for information processing system

Info

Publication number
JPH08272652A
JPH08272652A JP7096085A JP9608595A JPH08272652A JP H08272652 A JPH08272652 A JP H08272652A JP 7096085 A JP7096085 A JP 7096085A JP 9608595 A JP9608595 A JP 9608595A JP H08272652 A JPH08272652 A JP H08272652A
Authority
JP
Japan
Prior art keywords
batch job
execution
information
program
name
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
JP7096085A
Other languages
Japanese (ja)
Inventor
Kazutoshi Imai
和年 今井
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 JP7096085A priority Critical patent/JPH08272652A/en
Publication of JPH08272652A publication Critical patent/JPH08272652A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE: To provide a batch job execution confirmation system for an information processing system which easily confirms the detailed execution condition of a batch job in the interactive form and considerably reduces the man-hour and time required for confirmation of the execution condition of the batch job. CONSTITUTION: A job start registration module 101 and a job end registration module 102 which generate the batch job name and start and end information or a batch job 10, a program start registration module 105 and a program end registration module 106 which generate the program name and start and end information of a program constituting the batch job 10, an execution log file 17 where each information is stored, an execution log registration submodule 12 which registers each information in an execution log file 17, an execution retrieval submodule 13 which retrieves execution information of the batch job 10 from the execution log file 17, and a display device 18 on which retrieved execution information is displayed are provided.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、情報処理システムのバ
ッチジョブ実行確認方式に関し、特に、実行されるバッ
チ処理の実行状況を会話形式で簡単に確認することがで
きるようにしたバッチジョブ実行確認方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a batch job execution confirmation method for an information processing system, and more particularly to a batch job execution confirmation system capable of easily confirming the execution status of batch processing to be executed in a conversational manner. Regarding the scheme.

【0002】[0002]

【従来の技術】従来のバッチジョブを実行する情報処理
システムにおけるバッチジョブの実行状況を確認する方
式としては、バッチジョブ起動時にオペレーティングシ
ステムがジョブ処理番号を付与し、そのジョブ処理番号
毎にバッチジョブの開始情報、終了情報をログファイル
に書き込むと共に、書き込んだバッチジョブの開始情報
及び終了情報をジョブ処理番号によって検索することに
よって、バッチジョブの実行状況を確認する方法が一般
的であった。このような確認方式において、バッチジョ
ブの実行状況確認を行う場合は、オペレーティングシス
テムが付与するジョブ処理番号情報をもとに、コンソー
ルから他バッチジョブの実行状況と共に実行状況を検索
して確認する。また、これまでのバッチジョブの実行状
況を確認する方式では、1バイト文字である英文字や数
字などのANKベースでバッチジョブ名称やバッチ処理
番号を付与しているため、バッチジョブ名称の表現に限
界があった。
2. Description of the Related Art A conventional method for checking the execution status of a batch job in an information processing system for executing a batch job is that the operating system assigns a job processing number when the batch job is started, and a batch job is assigned to each job processing number. A general method is to confirm the execution status of the batch job by writing the start information and the end information of the above in a log file and searching the start information and the end information of the written batch job by the job processing number. When the execution status of a batch job is confirmed in such a confirmation method, the execution status is searched and confirmed from the console along with the execution statuses of other batch jobs based on the job processing number information provided by the operating system. In addition, in the methods of checking the execution status of batch jobs up to now, batch job names and batch processing numbers are assigned based on ANK bases such as single-byte English characters and numbers, so the batch job names are represented. There was a limit.

【0003】従来のバッチジョブ実行確認方式の例が、
特開平4−257961号「バッチジョブスケジュール
管理システム」に開示されている。このバッチジョブス
ケジュール管理システムでは、バッチジョブ開始時に、
開始フラグセット用アプリケーションを実行し、かつバ
ッチ処理の終了時に、終了フラグセット用アプリケーシ
ョンを実行することによって、バッチジョブの開始、終
了フラグを監視ファイルに登録すると共に、監視ファイ
ルに登録したバッチジョブの実行状況を検索表示する。
An example of a conventional batch job execution confirmation system is
It is disclosed in Japanese Patent Application Laid-Open No. 4-257961, “Batch Job Schedule Management System”. In this batch job schedule management system,
By executing the start flag set application and executing the end flag set application at the end of the batch process, the start and end flags of the batch job are registered in the monitoring file and the batch job registered in the monitoring file Search and display the execution status.

【0004】[0004]

【発明が解決しようとする課題】上述した従来のバッチ
ジョブ実行確認方式においては、バッチジョブの実行状
況確認を行う場合は、オペレーティングシステムが付与
するジョブ処理番号情報をもとに、コンソールから他バ
ッチジョブの実行状況と共に実行状況を検索確認する必
要があり、目的とするバッチジョブの実行状況を即座に
確認することができないという欠点があった。また、1
バイト文字である英文字や数字などのANKベースでバ
ッチジョブ名称やバッチ処理番号を付与しているため、
目的とするバッチジョブの実行状況確認を行なう場合
に、バッチジョブを名称に基づいて簡単に識別すること
ができないという欠点があった。
In the conventional batch job execution confirmation method described above, when confirming the execution status of a batch job, other batches are sent from the console based on the job processing number information given by the operating system. There is a drawback that it is necessary to search and confirm the execution status together with the job execution status, and the execution status of the target batch job cannot be immediately confirmed. Also, 1
Since the batch job name and batch processing number are given based on the ANK base such as alphanumeric characters that are byte characters,
When checking the execution status of the target batch job, there is a drawback that the batch job cannot be easily identified based on the name.

【0005】また、特開平4−257961号「バッチ
ジョブスケジュール管理システム」に開示される方法で
は、上述した問題点に加えて、バッチジョブを構成する
プログラムに関する実行状況を含む詳細な情報を確認す
ることができない問題点がある。
Further, in the method disclosed in Japanese Patent Application Laid-Open No. 4-257961, "Batch Job Schedule Management System", in addition to the above-mentioned problems, detailed information including the execution status of programs constituting a batch job is confirmed. There is a problem that cannot be done.

【0006】本発明は、上記従来の欠点を解消し、バッ
チジョブ及びバッチジョブを構成するプログラムの実行
情報を順次登録すると共に、その登録情報をバッチジョ
ブ名によって検索することにより、バッチジョブの詳細
な実行状況を会話形式で簡単に確認することができ、こ
れによってこれまでバッチジョブの実行状況確認のため
に必要であった工数および時間を大幅に削減することが
できる情報処理システムにおけるバッチジョブ実行確認
方式を提供することを目的とする。
The present invention solves the above-mentioned conventional drawbacks and sequentially registers execution information of batch jobs and programs constituting the batch jobs, and retrieves the registered information by the batch job name to obtain details of the batch job. Batch job execution in an information processing system that can easily check various execution statuses in a conversational manner, which can significantly reduce the man-hours and time required to check the execution status of batch jobs. The purpose is to provide a confirmation method.

【0007】[0007]

【課題を解決するための手段】上記の目的を達成するた
め、本発明は、バッチジョブを実行する情報処理システ
ムにおけるバッチジョブ実行確認方式であって、前記バ
ッチジョブの開始時に、バッチジョブ名とジョブ開始情
報とを生成する手段と、前記バッチジョブを構成するプ
ログラムの開始時に、プログラム名とプログラム開始情
報とを生成する手段と、前記プログラムの終了時に、プ
ログラム名とプログラム終了情報とを生成する手段と、
前記バッチジョブの終了時に、バッチジョブ名とジョブ
終了情報とを生成する手段と、生成された前記バッチジ
ョブ名とバッチジョブの開始及び終了情報、プログラム
名とプログラムの開始及び終了情報を格納する実行ログ
格納手段と、前記バッチジョブ名とバッチジョブの開始
及び終了情報、プログラム名とプログラムの開始及び終
了情報を生成する毎に前記実行ログ格納手段に書き込ん
で登録する登録手段と、前記実行ログ格納手段から所定
の検索条件に従って前記バッチジョブに関する実行情報
を検索する検索手段と、前記検索手段によって検索され
た前記バッチジョブに関する実行情報を表示する表示手
段を備える構成としている。
To achieve the above object, the present invention provides a batch job execution confirmation method in an information processing system for executing a batch job, wherein a batch job name and a batch job name are entered at the start of the batch job. Means for generating job start information, means for generating a program name and program start information at the start of a program forming the batch job, and means for generating a program name and program end information at the end of the program Means and
Means for generating a batch job name and job end information at the end of the batch job, and execution for storing the generated batch job name, batch job start and end information, program name and program start and end information Log storage means, registration means for writing and registering the batch job name and batch job start and end information, program name and program start and end information each time it is generated, and the execution log storage And a display unit for displaying the execution information on the batch job retrieved by the retrieval unit, the retrieval unit retrieving the execution information on the batch job according to a predetermined retrieval condition.

【0008】また、他の態様では、前記登録手段は、前
記プログラムの開始情報または終了情報を受け付けた時
刻を前記プログラムの開始時刻または終了時刻として前
記実行ログ格納手段に書き込むと共に、前記プログラム
の終了情報を受け付けることにより、当該プログラムの
実行が正常であることを示すステータス情報を前記実行
ログ格納手段に書き込む構成としている。
In another aspect, the registration means writes the time when the start information or the end information of the program is received in the execution log storage means as the start time or the end time of the program, and ends the program. By receiving the information, the status information indicating that the program is normally executed is written in the execution log storage means.

【0009】また、他の態様では、前記検索手段は、前
記バッチジョブ名の指定により名称が一致するバッチジ
ョブの検索と、任意文字の指定により前記バッチジョブ
名にその任意文字を含むバッチジョブの検索と、実行順
の指定によるバッチジョブの検索の3種類の検索を選択
的に実行する構成としている。
In another aspect, the searching means searches for a batch job having a name matching the designation of the batch job name and a batch job including the arbitrary character in the batch job name by designating an arbitrary character. It is configured to selectively execute three types of searches: search and batch job search by designating the execution order.

【0010】また、他の態様では、前記検索手段は、前
記バッチジョブ名、前記プログラム名、前記ステータス
情報、前記プログラムの開始時刻と終了時刻を項目とす
るフォーマット構成の実行状況確認画面に、検索した前
記バッチジョブの実行情報を表示させる構成としてい
る。
[0010] In another aspect, the search means searches the execution status confirmation screen of the format configuration having the batch job name, the program name, the status information, and the start time and end time of the program as a search item. The execution information of the batch job is displayed.

【0011】また、他の態様では、前記バッチジョブ名
及びプログラム名として、2バイトコード文字による名
称を付与する構成としている。
In another aspect, the names of the 2-byte code characters are given as the batch job name and the program name.

【0012】[0012]

【作 用】本発明によれば、バッチジョブの開始時と終
了時に、バッチジョブ名とジョブ開始及び終了情報が生
成され、バッチジョブを構成するプログラムの開始時と
終了時に、プログラム名及びプログラム開始及び終了情
報を生成される。ログ登録手段は、上記情報を受け付け
る度に、その情報をバッチジョブの実行情報として実行
ログ格納手段に書き込んで登録する。実行ログ格納手段
に登録されたバッチジョブ実行情報は、検索手段によっ
て所定の検索条件に従って検索され、その検索されたバ
ッチジョブに関する実行情報が表示手段に表示される。
[Operation] According to the present invention, a batch job name and job start and end information are generated at the start and end of a batch job, and the program name and program start are set at the start and end of the programs constituting the batch job. And end information is generated. Each time the log registration unit receives the above information, the log registration unit writes and registers the information in the execution log storage unit as the execution information of the batch job. The batch job execution information registered in the execution log storage means is searched by the search means according to a predetermined search condition, and the execution information regarding the searched batch job is displayed on the display means.

【0013】[0013]

【実施例】以下、本発明の実施例について図面を参照し
て詳細に説明する。図1は、本発明を適用した情報処理
システムの一実施例を示すシステム構成図である。図1
において、10はバッチジョブ、11はバッチジョブ1
0の実行に関する各種情報の登録及び検索を行なう実行
制御モジュール、17はバッチジョブ10の実行に関す
る各種情報を実行ログとして格納する実行ログファイ
ル、18は所定フォーマットのバッチジョブの実行状況
確認画面を表示するディスプレイ装置、19はバッチジ
ョブに関する実行状況を検索する際の検索条件を指定す
る入力装置、20はバッチジョブの実行制御を行なうオ
ペレーティングシステム、30はオペレーティングシス
テム20と共にバッチジョブの実行制御を行なうシェル
スクリプトである。
Embodiments of the present invention will now be described in detail with reference to the drawings. FIG. 1 is a system configuration diagram showing an embodiment of an information processing system to which the present invention is applied. FIG.
, 10 is a batch job, 11 is a batch job 1
An execution control module for registering and searching various information regarding execution of 0, 17 is an execution log file for storing various information regarding execution of the batch job 10 as an execution log, and 18 is an execution status confirmation screen of a batch job in a predetermined format. A display device, 19 is an input device for designating search conditions for searching the execution status of a batch job, 20 is an operating system for controlling the execution of the batch job, and 30 is a shell for controlling the execution of the batch job together with the operating system 20. It is a script.

【0014】バッチジョブ10には、ジョブの開始時に
バッチジョブ名とジョブ開始情報(ジョブが開始したこ
とを示す情報)を上記実行制御モジュール11に渡して
書き込み要求を行なうジョブ開始登録モジュール101
と、ジョブの終了時にバッチジョブ名とジョブ終了情報
(ジョブが終了したことを示す情報)を実行制御モジュ
ール11に渡して書き込み要求を行なうジョブ終了登録
モジュール102が備えられる。ジョブ開始登録モジュ
ール101及びジョブ終了登録モジュール102が送る
バッチジョブ名は、漢字やひらがな及びカタカナ等の2
バイトコードの文字を用いて付与されている。
In the batch job 10, the job start registration module 101 that sends a batch job name and job start information (information indicating that the job has started) to the execution control module 11 at the start of the job to make a write request.
Further, there is provided a job end registration module 102 which sends a batch job name and job end information (information indicating that the job has ended) to the execution control module 11 when a job ends to make a write request. The batch job names sent by the job start registration module 101 and the job end registration module 102 are 2 such as Kanji, Hiragana, Katakana, etc.
It is given using the characters of the bytecode.

【0015】また、バッチジョブ10内の各プログラム
A,Bには、当該プログラムの開始時にプログラム名と
プログラム開始情報(プログラムが開始したことを示す
情報)を実行制御モジュール11に渡して書き込み要求
を行なうプログラム開始登録モジュール105と、当該
プログラムの終了時にプログラム名とプログラム終了情
報(プログラムが終了したことを示す情報)を実行制御
モジュール11に渡して書き込み要求を行なうプログラ
ム終了登録モジュール106が備えられる。プログラム
開始登録モジュール105及びプログラム終了登録モジ
ュール106が送るプログラム名は、漢字やひらがな及
びカタカナ等の2バイトコードの文字を用いて付与され
ている。
To each program A, B in the batch job 10, the program name and program start information (information indicating that the program has started) are passed to the execution control module 11 at the start of the program and a write request is issued. A program start registration module 105 to be executed and a program end registration module 106 to send a program name and program end information (information indicating that the program has ended) to the execution control module 11 to make a write request when the program ends are provided. The program names sent by the program start registration module 105 and the program end registration module 106 are given using 2-byte code characters such as kanji, hiragana and katakana.

【0016】実行制御モジュール11は、バッチジョブ
10の各モジュールからの書き込み要求を受け付けるこ
とにより、上記バッチジョブ名とジョブ開始及び終了情
報、プログラム名とプログラム開始及び終了情報を実行
ログファイル18に書き込む実行ログ登録サブモジュー
ル12と、実行ログファイル18に登録されたバッチジ
ョブに関する実行情報を入力された所定の検索条件に従
って検索し、その検索したバッチジョブの実行状況をデ
ィスプレイ装置18上の所定フォーマットのバッチジョ
ブ実行状況確認画面に表示する実行検索サブモジュール
13とで構成される。
The execution control module 11 receives the write request from each module of the batch job 10 to write the batch job name and job start and end information, the program name and program start and end information to the execution log file 18. The execution log registration sub-module 12 and the execution information related to the batch job registered in the execution log file 18 are searched according to the input predetermined search conditions, and the execution status of the searched batch job is displayed in a predetermined format on the display device 18. It is composed of an execution search sub-module 13 displayed on the batch job execution status confirmation screen.

【0017】次に、上記のように構成される本実施例に
よるバッチジョブに関する実行情報の登録処理につい
て、実行ログ登録サブモジュール12の処理内容を示す
図4のフローチャートを参照して説明する。
Next, the registration processing of the execution information regarding the batch job according to the present embodiment configured as described above will be described with reference to the flowchart of FIG. 4 showing the processing contents of the execution log registration sub-module 12.

【0018】バッチジョブ10が、ジョブの開始時にジ
ョブ開始登録モジュール101を実行し、バッチジョブ
名とジョブ開始情報を実行制御モジュール11に渡して
書き込み要求を行なうと、実行制御モジュール11内の
実行ログ登録サブモジュール12は、ジョブ開始登録モ
ジュール101からのバッチジョブ名とジョブ開始情報
を受け付け(ステップ401)、そのバッチジョブ名と
ジョブ開始情報を実行ログファイル17に書き込む(ス
テップ402)。
When the batch job 10 executes the job start registration module 101 at the start of the job and passes the batch job name and job start information to the execution control module 11 to make a write request, the execution log in the execution control module 11 The registration sub-module 12 receives the batch job name and job start information from the job start registration module 101 (step 401), and writes the batch job name and job start information in the execution log file 17 (step 402).

【0019】次いで、バッチジョブ10内の各プログラ
ムA,Bが、プログラム開始時にプログラム開始登録モ
ジュール105を実行し、プログラム名とプログラム開
始情報を実行制御モジュール11に渡して書き込み要求
を行なうと、実行ログ登録サブモジュール12は、プロ
グラム開始登録モジュール105からのプログラム名と
プログラム開始情報を受け付け(ステップ403)、そ
のプログラム名とプログラム開始情報を実行ログファイ
ル17に書き込む(ステップ404)。その際、実行ロ
グ登録サブモジュール12は、プログラム名とプログラ
ム開始情報を受け取った時刻を管理して、その時刻を対
応するプログラムの開始時刻として実行ログファイル1
7に書き込む。
Next, each of the programs A and B in the batch job 10 executes the program start registration module 105 at the start of the program, passes the program name and the program start information to the execution control module 11, and issues a write request. The log registration sub-module 12 receives the program name and program start information from the program start registration module 105 (step 403), and writes the program name and program start information in the execution log file 17 (step 404). At that time, the execution log registration sub-module 12 manages the program name and the time when the program start information is received, and uses that time as the start time of the corresponding program in the execution log file 1.
Write to 7.

【0020】バッチジョブ10内の各プログラムA,B
が、プログラ終了時にプログラム終了登録モジュール1
06を実行しプログラム名とプログラム終了登録情報を
実行制御モジュ−ル11に渡して書き込み要求を行なう
と、実行ログ登録サブモジュール12は、プログラム終
了登録モジュール106からのプログラム名とプログラ
ム終了情報を受け付け(ステップ405)、そのプログ
ラム名とプログラム開始情報を実行ログファイル17に
書き込む(ステップ406)。その際、実行ログ登録サ
ブモジュール12は、プログラム名とプログラム終了情
報を受け取った時刻を管理して、その時刻を対応するプ
ログラムの終了時刻として実行ログファイル17に書き
込む。
Each program A, B in the batch job 10
However, when the program ends, the program end registration module 1
When executing 06, the program name and the program end registration information are passed to the execution control module 11, and a write request is made, the execution log registration sub-module 12 receives the program name and the program end information from the program end registration module 106. (Step 405), the program name and program start information are written in the execution log file 17 (step 406). At that time, the execution log registration sub-module 12 manages the program name and the time when the program end information is received, and writes the time in the execution log file 17 as the end time of the corresponding program.

【0021】その際、プログラムの終了情報を受け取っ
たことにより、実行ログ登録サブモジュール12は、対
応するプログラムの実行が正常に終了したことを判別
し、通知されたプログラム名のステータス情報(正常)
を実行ログファイル17に書き込む。なお、対応するプ
ログラムの終了情報が通知されずにバッチジョブの終了
情報が送られたような場合は、対応するプログラムの実
行が異常終了したことを判別して、ステータス情報(異
常)を実行ログファイル17に書き込む。
At this time, the execution log registration sub-module 12 determines that the execution of the corresponding program has ended normally by receiving the end information of the program, and the status information (normal) of the notified program name.
Is written in the execution log file 17. If the batch job end information is sent without notifying the end information of the corresponding program, it is determined that the execution of the corresponding program has ended abnormally, and status information (abnormal) is displayed in the execution log. Write to file 17.

【0022】さらに、バッチジョブ10が、バッチジョ
ブの終了時、バッチジョブ終了登録モジュール102を
実行し実行制御モジュール11にバッチジョブ名とジョ
ブ終了情報を渡して書き込み要求を行なうと、実行ログ
登録サブモジュール12は、バッチジョブ終了登録モジ
ュール102からのバッチジョブ名とジョブ終了情報を
受け付け(ステップ407)、そのバッチジョブ名とバ
ッチ終了情報を実行ログファイル17に書き込む(ステ
ップ408)。以上のように、実行ログ登録サブモジュ
ール12はジョブ実行情報の書込み要求が出される都
度、受け取った実行情報を実行ログファイル17に書き
込む。
Further, when the batch job 10 executes the batch job end registration module 102 at the end of the batch job and passes the batch job name and job end information to the execution control module 11 to make a write request, the execution log registration sub The module 12 receives the batch job name and the job end information from the batch job end registration module 102 (step 407), and writes the batch job name and the batch end information in the execution log file 17 (step 408). As described above, the execution log registration sub-module 12 writes the received execution information in the execution log file 17 each time a request to write the job execution information is issued.

【0023】次に、上記のようにして実行ログファイル
17に書き込まれたバッチジョブに関する実行情報の検
索処理について、実行検索サブモジュール13の処理内
容を示す図5のフローチャートを参照して説明する。
Next, the search processing of the execution information regarding the batch job written in the execution log file 17 as described above will be described with reference to the flowchart of FIG. 5 showing the processing contents of the execution search sub-module 13.

【0024】図2は、ディスプレイ装置18上のバッチ
ジョブ実行状況確認画面200のフォーマットを示す。
このバッチジョブ実行状況確認画面200で指定された
検索条件に従って、実行検索サブモジュール13が実行
ログファイル17に書込み登録されたバッチジョブに関
する実行情報を検索し、検索したバッチジョブの実行状
況をバッチジョブ実行状況確認画面200に表示する。
FIG. 2 shows the format of the batch job execution status confirmation screen 200 on the display device 18.
According to the search condition specified on the batch job execution status confirmation screen 200, the execution search sub-module 13 searches the execution information about the batch job registered in the execution log file 17 and displays the execution status of the searched batch job as a batch job. It is displayed on the execution status confirmation screen 200.

【0025】実行検索サブモジュール13は、指定され
たバッチジョブ名と一致するバッチジョブの検索、指定
された任意桁数の先頭文字を含む名称のバッチジョブの
検索、実行順によるバッチジョブの検索が可能である。
図2のバッチジョブ実行状況確認画面200では、上記
3種類の検索方法の指定が可能となっている。すなわ
ち、検索指定欄201に、1〜3の番号を入力装置19
から入力することで、指定されたバッチジョブ名と一致
するバッチジョブの検索(1:ジョブ名)、あるいは指
定された任意桁数の先頭文字を含む名称のバッチジョブ
の検索(2:インデックス)、あるいは実行順によるバ
ッチジョブの検索(3:実行順)の何れかを指定するこ
とができる。
The execution search sub-module 13 searches for a batch job that matches the specified batch job name, searches for a batch job having a name including the specified first digit of an arbitrary number of digits, and searches for a batch job according to the execution order. It is possible.
On the batch job execution status confirmation screen 200 of FIG. 2, the above three types of search methods can be designated. That is, the numbers 1 to 3 are input to the search designation column 201 by the input device
By inputting from, search for a batch job that matches the specified batch job name (1: job name), or search for a batch job with a name that includes the specified number of leading characters (2: index), Alternatively, it is possible to specify any of the batch job search (3: execution order) according to the execution order.

【0026】また、バッチジョブ実行状況確認画面20
0には、ジョブ名検索またはインデックス検索を指定す
る場合に入力装置19から文字入力を行なう文字入力欄
202が配置され、かつ図示のように、バッチジョブ
名、プログラム名、ステータス情報、プログラムの開示
時刻、プログラムの終了時刻を表示するバッチジョブ実
行状況表示欄203が配置されている。
The batch job execution status confirmation screen 20
At 0, a character input field 202 for inputting characters from the input device 19 when a job name search or an index search is specified is arranged, and as shown in the drawing, the batch job name, program name, status information, and program disclosure. A batch job execution status display field 203 for displaying the time and the end time of the program is arranged.

【0027】上記バッチジョブ実行状況確認画面200
から検索が指定されると、実行検索サブモジュール13
は、その検索指定内容を判別して(ステップ501)、
各検索指定条件に基づいて実行ログファイル17に書込
み登録されたバッチジョブに関する実行情報を検索する
(ステップ502〜504)。
The batch job execution status confirmation screen 200
When a search is specified from, the execution search sub-module 13
Discriminates the contents of the search designation (step 501),
Execution information on the batch job registered in the execution log file 17 is searched based on each search designation condition (steps 502 to 504).

【0028】そして、検索条件に適合するバッチジョブ
に関する実行情報(バッチジョブ名、プログラム名、ス
テータス情報、プログラムの開示時刻及び終了時刻)を
実行ログファイル17から読み出して上記バッチジョブ
実行状況確認画面200のバッチジョブ実行状況表示欄
203に表示する(ステップ505)。
Then, the execution information (batch job name, program name, status information, program disclosure time and end time) relating to the batch job that matches the search conditions is read from the execution log file 17 and the batch job execution status confirmation screen 200 is displayed. It is displayed in the batch job execution status display field 203 (step 505).

【0029】図3は、インデックスによる検索方式を指
定し、かつ先頭文字として「日次」の2文字を指定して
検索を行った結果を示す例である。図示のように、先頭
2文字に「日次」を含むバッチジョブ名が複数検索され
て、それらのバッチジョブ実行情報が表示されている。
ここでは、バッチジョブ実行状況表示欄203に表示さ
れるバッチジョブの順番は、NTT電話帳方式の昇順で
表示されている。
FIG. 3 shows an example of the result of the search by designating the index-based search method and designating the two characters "daily" as the first character. As shown in the figure, a plurality of batch job names including "daily" in the first two characters are searched, and the batch job execution information is displayed.
Here, the order of the batch jobs displayed in the batch job execution status display field 203 is displayed in the ascending order of the NTT telephone system.

【0030】以上好ましい実施例をあげて本発明を説明
したが、本発明は必ずしも上記実施例に限定されるもの
ではない。例えば、実施例では、バッチジョブが2つの
プログラムで構成される例を示したが、1つあるいは3
つ以上のプログラムから構成される場合でも本発明を適
用できるのは言うまでもない。
Although the present invention has been described with reference to the preferred embodiments, the present invention is not necessarily limited to the above embodiments. For example, in the embodiment, the example in which the batch job is composed of two programs is shown, but one or three batch jobs are shown.
It goes without saying that the present invention can be applied even when it is configured by one or more programs.

【0031】[0031]

【発明の効果】以上説明したように本発明のバッチジョ
ブ実行確認方式によれば、個々のバッチジョブ及びバッ
チジョブを構成するプログラムの実行状況を順次実行ロ
グ格納手段に書き込むと共に、実行ログ格納手段に書き
込んだバッチジョブの実行状況を即時に検索して表示す
るため、バッチジョブの実行結果を会話形式で簡単に確
認することができる効果が得られる。従って、これまで
バッチジョブの実行状況確認のために必要であった工数
および時間を大幅に削減することができる。
As described above, according to the batch job execution confirmation method of the present invention, the execution statuses of individual batch jobs and the programs constituting the batch jobs are sequentially written in the execution log storage means, and the execution log storage means is also provided. Since the execution status of the batch job written in is immediately searched and displayed, it is possible to easily confirm the execution result of the batch job in a conversational manner. Therefore, it is possible to significantly reduce the number of man-hours and the time required for checking the execution status of batch jobs.

【0032】また、バッチジョブの検索において、バッ
チジョブ名の指定により名称が一致するバッチジョブを
検索する方式、任意文字の指定によりバッチジョブ名に
その任意文字を含むバッチジョブを検索する方式あるい
は実行順の指定によってバッチジョブを検索する方式を
選択可能とすることで、目的に合わせて効率のよいバッ
チジョブの実行状況の確認が可能となる。
In the batch job search, a method of searching for a batch job having a matching name by designating a batch job name, a method of searching for a batch job including the arbitrary character in the batch job name by designating an arbitrary character, or executing By making it possible to select the method of searching batch jobs by specifying the order, it is possible to efficiently check the execution status of batch jobs according to the purpose.

【0033】さらに、バッチジョブ名として2バイトコ
ード文字による名称を付与することにより、バッチジョ
ブ名による検索が容易になると共に、検索の結果得られ
る実行状況の確認も容易となる。
Furthermore, by giving a name in 2-byte code characters as the batch job name, the search by the batch job name becomes easy and the execution status obtained as a result of the search becomes easy.

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

【図1】 本発明を適用した情報処理システムの一実施
例を示すシステム構成図である。
FIG. 1 is a system configuration diagram showing an embodiment of an information processing system to which the present invention is applied.

【図2】 本発明のバッチジョブ実行状況確認画面のフ
ォーマット例を示す図である。
FIG. 2 is a diagram showing a format example of a batch job execution status confirmation screen of the present invention.

【図3】 バッチジョブの検索によってバッチジョブの
実行状況を表示したバッチジョブ実行状況確認画面の表
示例を示す図である。
FIG. 3 is a diagram showing a display example of a batch job execution status confirmation screen displaying the execution status of a batch job by searching for a batch job.

【図4】 実行ログ登録サブモジュールによるバッチジ
ョブ実行情報の登録処理の内容を示すフローチャートで
ある。
FIG. 4 is a flowchart showing contents of registration processing of batch job execution information by an execution log registration submodule.

【図5】 実行検索サブモジュールによるバッチジョブ
の検索及び検索結果の表示処理の内容を示すフローチャ
ートである。
FIG. 5 is a flowchart showing the contents of a batch job search and search result display processing by the execution search sub-module.

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

10 バッチジョブ 11 実行制御モジュール 12 実行ログ登録サブモジュール 13 実行検索サブモジュール 17 実行ログファイル 18 ディスプレイ装置 19 入力装置 101 ジョブ開始登録モジュール 102 ジョブ終了登録モジュール 105 プログラム開始登録モジュール 106 プログラム終了登録モジュール 200 バッチジョブ実効状況確認画面 10 batch job 11 execution control module 12 execution log registration sub-module 13 execution search sub-module 17 execution log file 18 display device 19 input device 101 job start registration module 102 job end registration module 105 program start registration module 106 program end registration module 200 batch Job effective status confirmation screen

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 バッチジョブを実行する情報処理システ
ムにおけるバッチジョブ実行確認方式であって、 前記バッチジョブの開始時に、バッチジョブ名とジョブ
開始情報とを生成する手段と、 前記バッチジョブを構成するプログラムの開始時に、プ
ログラム名とプログラム開始情報とを生成する手段と、 前記プログラムの終了時に、プログラム名とプログラム
終了情報とを生成する手段と、 前記バッチジョブの終了時に、バッチジョブ名とジョブ
終了情報とを生成する手段と、 生成された前記バッチジョブ名とバッチジョブの開始及
び終了情報、プログラム名とプログラムの開始及び終了
情報を格納する実行ログ格納手段と、 前記バッチジョブ名とバッチジョブの開始及び終了情
報、プログラム名とプログラムの開始及び終了情報を生
成する毎に前記実行ログ格納手段に書き込んで登録する
登録手段と、 前記実行ログ格納手段から所定の検索条件に従って前記
バッチジョブに関する実行情報を検索する検索手段と、 前記検索手段によって検索された前記バッチジョブに関
する実行情報を表示する表示手段を備えることを特徴と
する情報処理システムにおけるバッチジョブ実行確認方
式。
1. A batch job execution confirmation method in an information processing system for executing a batch job, comprising means for generating a batch job name and job start information at the start of the batch job, and the batch job. Means for generating a program name and program start information at the start of the program, means for generating a program name and program end information at the end of the program, and a batch job name and job end at the end of the batch job Means for generating information, an execution log storage means for storing the generated batch job name and start and end information of the batch job, program name and start and end information of the program, and the batch job name and the batch job Generate start and end information, program name and program start and end information Registration means for writing and registering in the execution log storage means every time, search means for searching execution information on the batch job from the execution log storage means according to predetermined search conditions, and the batch searched by the search means. A batch job execution confirmation method in an information processing system, characterized by comprising display means for displaying execution information regarding a job.
【請求項2】 前記登録手段は、前記プログラムの開始
情報または終了情報を受け付けた時刻を前記プログラム
の開始時刻または終了時刻として前記実行ログ格納手段
に書き込むと共に、前記プログラムの終了情報を受け付
けることにより、当該プログラムの実行が正常であるこ
とを示すステータス情報を前記実行ログ格納手段に書き
込むことを特徴とする請求項1に記載の情報処理システ
ムにおけるバッチジョブ実行確認方式。
2. The registration means writes the time when the start information or the end information of the program is received as the start time or the end time of the program in the execution log storage means, and receives the end information of the program. 2. The batch job execution confirmation method in the information processing system according to claim 1, wherein status information indicating that the execution of the program is normal is written in the execution log storage unit.
【請求項3】 前記検索手段は、前記バッチジョブ名の
指定により名称が一致するバッチジョブの検索と、任意
文字の指定により前記バッチジョブ名にその任意文字を
含むバッチジョブの検索と、実行順の指定によるバッチ
ジョブの検索の3種類の検索を選択的に実行することを
特徴とする請求項1または2に記載の情報処理システム
におけるバッチジョブ実行確認方式。
3. The searching means searches for a batch job having a name matching the designation of the batch job name, searching for a batch job including the arbitrary character in the batch job name by designating an arbitrary character, and executing order. The batch job execution confirmation method in the information processing system according to claim 1 or 2, wherein three types of searches, that is, a batch job search according to the designation of (3) are selectively executed.
【請求項4】 前記検索手段は、前記バッチジョブ名、
前記プログラム名、前記ステータス情報、前記プログラ
ムの開始時刻と終了時刻を項目とするフォーマット構成
の実行状況確認画面に、検索した前記バッチジョブの実
行情報を表示させることを特徴とする請求項2に記載の
情報処理システムにおけるバッチジョブ実行確認方式。
4. The batch job name, the search means,
The execution information of the retrieved batch job is displayed on an execution status confirmation screen having a format configuration in which the program name, the status information, and the start time and end time of the program are items. Confirmation method for batch job execution in the information processing system.
【請求項5】 前記バッチジョブ名及びプログラム名と
して、2バイトコード文字による名称を付与することを
特徴とする請求項1乃至4に記載のバッチジョブ実行確
認方式。
5. The batch job execution confirmation method according to claim 1, wherein the batch job name and the program name are given names by 2-byte code characters.
JP7096085A 1995-03-28 1995-03-28 Batch job execution confirmation system for information processing system Pending JPH08272652A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7096085A JPH08272652A (en) 1995-03-28 1995-03-28 Batch job execution confirmation system for information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7096085A JPH08272652A (en) 1995-03-28 1995-03-28 Batch job execution confirmation system for information processing system

Publications (1)

Publication Number Publication Date
JPH08272652A true JPH08272652A (en) 1996-10-18

Family

ID=14155568

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7096085A Pending JPH08272652A (en) 1995-03-28 1995-03-28 Batch job execution confirmation system for information processing system

Country Status (1)

Country Link
JP (1) JPH08272652A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009070170A (en) * 2007-09-13 2009-04-02 Ricoh Co Ltd Information processor, information processing program, and recording medium on which information processing program is recorded
JP2011159011A (en) * 2010-01-29 2011-08-18 Toshiba It Service Kk System and program for monitoring job

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63268045A (en) * 1987-04-24 1988-11-04 Nec Corp Display system for job executing status
JPH0395643A (en) * 1989-09-08 1991-04-22 Nec Corp Display device for job executing history of interactive process system
JPH05113963A (en) * 1991-10-23 1993-05-07 Nec Corp Job state display system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63268045A (en) * 1987-04-24 1988-11-04 Nec Corp Display system for job executing status
JPH0395643A (en) * 1989-09-08 1991-04-22 Nec Corp Display device for job executing history of interactive process system
JPH05113963A (en) * 1991-10-23 1993-05-07 Nec Corp Job state display system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009070170A (en) * 2007-09-13 2009-04-02 Ricoh Co Ltd Information processor, information processing program, and recording medium on which information processing program is recorded
JP2011159011A (en) * 2010-01-29 2011-08-18 Toshiba It Service Kk System and program for monitoring job

Similar Documents

Publication Publication Date Title
JPH09512358A (en) Interface device and method
JP2689259B2 (en) Menu processing device
JPH08272652A (en) Batch job execution confirmation system for information processing system
JP3022326B2 (en) File change history management system
JPH10198741A (en) Table data processor and its program recording medium
JPH06103485B2 (en) Process control processor
JPH06301734A (en) Data retrieving device
JP2000348113A (en) History information management device and storage medium
JP2998393B2 (en) Data input device
JPH0830421A (en) Method for executing command through dialogue
EP0292647A2 (en) Operator assistance method for data processing
JP2864418B2 (en) Document processing device
JPH0237466A (en) Information processing system
JPH08287077A (en) Device for supporting selection of keyword
JPH0981295A (en) Information processor and method for inputting data to the processor
JPH09311856A (en) Auxiliary system for production of data base
JPH0962708A (en) Data indexing method
JPH1153429A (en) Personnel file processor and storage medium
JP2000172492A (en) Execution program management method, device therefor and recording medium
JPH08146940A (en) Font managing method and document processor for providing same
JPH08263509A (en) Software utilization device
JPH05241709A (en) Device for automatic input of fixed value and method therefor
US20060112077A1 (en) User interface system and method providing a dynamic selection menu
JPH0793143A (en) Data definition specification generating system
JPH10326211A (en) Data managing device and storage medium