JPH06325054A - Multiplex degree management control system for business job - Google Patents

Multiplex degree management control system for business job

Info

Publication number
JPH06325054A
JPH06325054A JP13693393A JP13693393A JPH06325054A JP H06325054 A JPH06325054 A JP H06325054A JP 13693393 A JP13693393 A JP 13693393A JP 13693393 A JP13693393 A JP 13693393A JP H06325054 A JPH06325054 A JP H06325054A
Authority
JP
Japan
Prior art keywords
multiplicity
business
job
business job
execution request
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
JP13693393A
Other languages
Japanese (ja)
Inventor
Michiyuki Ushinmei
道行 宇新明
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 JP13693393A priority Critical patent/JPH06325054A/en
Publication of JPH06325054A publication Critical patent/JPH06325054A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PURPOSE:To reduce load to a system by utilizing a business job equally for any user and to immediately judge whether the business job can be executed or not at an execution request source. CONSTITUTION:A multiplex degree registering means 1 prepares a multiplex degree managing file 2 and performs the initialization and change of a multiplex degree managing table 4. When the execution of the business job is requested, multiplex degree inspection means 5a and 5b inspect whether the execution request of the business job can be accepted or not by retrieving the multiplex degree managing table 4, and when the execution request can not be accepted, the execution request is ignored, and error notice is returned to a terminal at the execution request source. When the start request of the business job is issued from business start requesting means 6a and 6b, a multiplex degree managing means 3 starts the business job and updates the multiplex degree state of the business job in the multiplex degree managing table 4, and when the end notice of the business job is received from business end notice means 8a and 8b, the multiplex degree state of the business job in the multiplex degree managing table 4 is updated.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は業務ジョブの起動制御方
式に関し、特に同時に実行可能な業務ジョブの多重度管
理制御方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a business job activation control system, and more particularly to a business job multiplicity management control system that can be executed simultaneously.

【0002】[0002]

【従来の技術】業務ジョブ(プログラム)を単位時間内
に数多く実行するためには、一般に、オペレーティング
システムが提供する多重度管理機能を使用して業務ジョ
ブを並行処理することが行われている(特開昭63−8
5938号公報,特開平1−116844号公報等参
照)。
2. Description of the Related Art In order to execute a large number of business jobs (programs) within a unit time, it is common practice to process business jobs in parallel using a multiplicity management function provided by an operating system ( JP 63-8
5938, Japanese Patent Laid-Open No. 1-116844, etc.).

【0003】例えば、1時間に4回(1回の処理に15
分)実行可能な業務ジョブXは、同時に実行可能な最大
多重度を5とすることにより、オペレーティングシステ
ムにより同時に並行処理が行われ、1時間内に最大20
回までの実行が可能となる。
For example, four times an hour (15 times per processing)
For the executable job job X, the maximum multiplicity that can be executed at the same time is set to 5, so that the operating system performs parallel processing at the same time, and a maximum of 20 jobs can be executed within one hour.
It can be executed up to once.

【0004】しかし、多重度管理機能は、業務ジョブの
実行要求を受け付けた順に管理し制御する。すなわち、
業務ジョブの実行要求はオペレーティングシステムに登
録されて初めて有効となるため、利用者が業務ジョブの
実行要求を行うときにその業務ジョブがすぐに実行可能
かどうかを判断することはできなかった。
However, the multiplicity management function manages and controls business job execution requests in the order in which they are received. That is,
Since a business job execution request becomes valid only after it is registered in the operating system, when the user makes a business job execution request, it was not possible to immediately determine whether the business job could be executed.

【0005】例えば、支店Aの利用者が業務ジョブXの
実行要求を20回行った後に、支店Bの利用者が同じ業
務ジョブXの実行要求を行うと、支店Bの利用者のため
の業務ジョブXの実行結果は少なくとも支店Aの利用者
のための業務ジョブXの実行が全て完了した1時間後に
得られることになり、オペレーティングシステムの多重
度管理機能だけでは、業務ジョブの実行要求を行う利用
者の運用方法によって利用者全員が平等に業務ジョブを
利用することはできなかった。
For example, if a user at the branch A makes an execution request for the business job X 20 times and then a user at the branch B makes an execution request for the same business job X, the business for the user at the branch B is executed. The execution result of the job X will be obtained at least one hour after all the execution of the business job X for the user of the branch A is completed, and only the operating system multiplicity management function requests execution of the business job. Depending on the operation method of users, it was not possible for all users to use business jobs equally.

【0006】また、多重度管理機能は、業務ジョブの実
行要求をすべて受け付けてしまい、コンピュータシステ
ムの負荷が高い場合には処理しきれず、結果として処理
できなかった業務ジョブの実行要求の取消し作業を行わ
なければならず、また取消し要求の受付け処理および取
消し処理のためにコンピュータシステムの負荷をさらに
悪化させていた。
Further, the multiplicity management function accepts all business job execution requests, and when the load on the computer system is high, the multiplicity management function cannot complete the processing, and as a result cancels the business job execution requests that could not be processed. It must be done, and the load of the computer system is further aggravated by the acceptance processing and the cancellation processing of the cancellation request.

【0007】特に、オンラインプログラムのように即座
に処理できる業務ジョブの場合はよいが、バッチプログ
ラムのように1回の処理時間の長い業務ジョブの場合に
は、その利用度によってコンピュータシステム全体に与
える負荷も大きかった。
Particularly, it is preferable for a business job which can be processed immediately like an online program, but in the case of a business job which takes a long processing time once such as a batch program, it is given to the entire computer system depending on its utilization. The load was also heavy.

【0008】[0008]

【発明が解決しようとする課題】上述した従来のオペレ
ーティングシステムが提供する多重度管理機能では、業
務ジョブの実行要求が全て受け付けられてしまい、同時
に並行処理できない業務ジョブは待たされることになる
ため、業務ジョブの利用者全員が平等に業務ジョブを利
用することができないとともに、業務ジョブの実行要求
の受付件数が多いときには実行要求を受け付けてから実
行結果が出るまでの時間がコンピュータシステムの負荷
状態に応じて変化して予想できないという問題点があっ
た。
In the multiplicity management function provided by the conventional operating system described above, all execution requests for business jobs are accepted, and business jobs that cannot be processed in parallel are kept waiting. When not all business job users can use business jobs equally and the number of business job execution requests received is large, the time from receiving the execution requests until the execution result is output becomes the load state of the computer system. There was a problem that it changed and could not be predicted.

【0009】また、業務ジョブがどのくらい待たされて
いるかをオペレーティングシステムが提供するオペレー
タコマンドにより調べることができるが、例えば支店A
で実行要求した業務ジョブがあとどのくらい待たされる
かということを調べることはできず、オペレータコマン
ドの操作もエンドユーザが行えるほど簡易なものでない
という問題点があった。
Further, how long a business job is kept waiting can be checked by an operator command provided by the operating system. For example, branch A
However, there is a problem in that it is not possible to check how long the business job requested to be executed will be kept waiting, and the operation of the operator command is not as simple as the end user can do.

【0010】本発明の目的は、上述の点に鑑み、業務ジ
ョブの実行要求元(例えば、支店,端末等)単位に同時
に実行可能な多重度(同時に受付可能な業務ジョブの件
数)の管理制御を行うようにして、特定の利用者にだけ
業務ジョブが利用されることがないようにした業務ジョ
ブの多重度管理制御方式を提供することにある。
In view of the above points, an object of the present invention is to perform management control of the multiplicity (the number of business jobs that can be simultaneously accepted) that can be simultaneously executed in units of business job execution request sources (eg, branch offices, terminals, etc.). In order to prevent a business job from being used only by a specific user, a multiplicity management control method for business jobs is provided.

【0011】また、本発明の他の目的は、最大多重度を
超えて業務ジョブの実行要求を行ったときに実行要求を
無視するとともに実行要求が受け付けられないことを示
すエラー通知を実行要求元に返却するようにして、業務
ジョブの実行要求元で業務ジョブの実行が可能かどうか
を即座に判断できるようにした業務ジョブの多重度管理
制御方式を提供することにある。
It is another object of the present invention to ignore an execution request when an execution request for a business job is issued in excess of the maximum multiplicity and issue an error notification indicating that the execution request cannot be accepted. It is to provide a business job multiplicity management control method capable of immediately determining whether or not a business job can be executed by a business job execution request source.

【0012】[0012]

【課題を解決するための手段】本発明の業務ジョブの多
重度管理制御方式は、業務ジョブの実行要求元単位に業
務ジョブの実行可能な最大多重度を格納する多重度管理
ファイルと、業務ジョブの実行要求元単位に現在実行中
の業務ジョブの多重度状態を格納する多重度管理テーブ
ルと、前記多重度管理ファイルを作成するとともに前記
多重度管理テーブルの初期化および変更を行う多重度登
録手段と、業務ジョブの実行要求時に前記多重度管理テ
ーブルを検索して業務ジョブの多重度状態に基づいて業
務ジョブの実行要求を受け付けることができるかどうか
を検査し該実行要求を受け付けることができない場合に
は該実行要求を無視する多重度検査手段と、この多重度
検査手段により業務ジョブの実行要求を受け付けること
ができるとされた場合に業務ジョブの起動要求を行う業
務起動要求手段と、業務ジョブの動作終了時に業務ジョ
ブの終了通知を行う業務終了通知手段と、前記業務起動
要求手段から業務ジョブの起動要求があったときに業務
ジョブを起動するとともに前記多重度管理テーブルの業
務ジョブの多重度状態を更新し、前記業務終了通知手段
から業務ジョブの終了通知があったときに前記多重度管
理テーブルの業務ジョブの多重度状態を更新する多重度
管理手段とを有する。さらに、前記多重度検査手段が、
業務ジョブの実行要求を受け付けることができない場合
に該実行要求を無視するとともにエラー通知を業務ジョ
ブの実行要求元に返却する。
SUMMARY OF THE INVENTION A business job multiplicity management control method according to the present invention includes a multiplicity management file for storing the maximum executable multiplicity of a business job in units of job job execution request sources, and a business job. Multiplicity management table that stores the multiplicity status of the business job that is currently being executed for each execution request source, and the multiplicity registration means that creates the multiplicity management file and initializes and changes the multiplicity management table When the execution request of the business job is requested, the multiplicity management table is searched to check whether the execution request of the business job can be accepted based on the multiplicity state of the business job, and the execution request cannot be accepted. It is said that the multiplicity inspection means for ignoring the execution request and the execution request for the business job can be accepted by this multiplicity inspection means. When a business job start request is issued from the business start request means, a business start request means for making a business job start request, a business job end notification means for giving a business job end notification when the operation of the business job ends When a business job is started, the multiplicity status of the business job in the multiplicity management table is updated, and when the end notification of the business job is notified from the business end notification means, the multiplicity status of the business job in the multiplicity management table And a multiplicity management means for updating. Furthermore, the multiplicity inspection means,
When the business job execution request cannot be accepted, the business job execution request is ignored and an error notification is returned to the business job execution request source.

【0013】[0013]

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

【0014】図1は、本発明の一実施例に係る業務ジョ
ブの多重度管理制御方式の構成を示すブロック図であ
る。本実施例の業務ジョブの多重度管理制御方式は、多
重度登録手段1,多重度管理ファイル2,多重度管理手
段3および多重度管理テーブル4を含む多重度管理機能
10と、多重度検査手段5aおよび5bならびに業務起
動要求手段6aおよび6bを含む業務指示プログラムI
XおよびIYと、業務終了通知手段8aおよび8bを含
む業務ジョブ(プログラム)XおよびYとから、その主
要部が構成されている。なお、多重度管理機能10,業
務指示プログラムIXおよびIYならびに業務ジョブX
およびYは、ホストコンピュータ(図示せず)側に設け
られており、遠隔地にある支店AおよびBには、ホスト
コンピュータに通信回線を介して接続された端末7a,
7b,7cおよび7dが設置されている。また、ホスト
コンピュータには、コンソール7eが設置されている。
FIG. 1 is a block diagram showing the configuration of a business job multiplicity management control system according to an embodiment of the present invention. The multiplicity management control method for business jobs according to the present embodiment includes a multiplicity management function 10 including a multiplicity registration unit 1, a multiplicity management file 2, a multiplicity management unit 3 and a multiplicity management table 4, and a multiplicity inspection unit. Business instruction program I including 5a and 5b and business activation requesting means 6a and 6b
X and IY and business jobs (programs) X and Y including business end notification means 8a and 8b constitute a main part thereof. The multiplicity management function 10, the work instruction programs IX and IY, and the work job X
And Y are provided on the side of a host computer (not shown), and branch offices A and B at remote locations are connected to a terminal 7a connected to the host computer via a communication line,
7b, 7c and 7d are installed. A console 7e is installed in the host computer.

【0015】多重度登録手段1は、多重度管理ファイル
2を作成するとともに主記憶(図示せず)上の多重度管
理テーブル4の初期化および変更を動的に行う。
The multiplicity registering means 1 creates the multiplicity management file 2 and dynamically initializes and changes the multiplicity management table 4 on the main memory (not shown).

【0016】多重度管理手段3は、業務起動要求手段6
aおよび6bから業務ジョブの起動要求があったときに
実行要求を受けた業務ジョブを起動するとともに多重度
管理テーブル4の業務ジョブの多重度状態を更新する。
また、多重度管理手段3は、業務終了通知手段8aおよ
び8bから業務ジョブの終了通知があったときに多重度
管理テーブル4の業務ジョブの多重度状態を更新する。
The multiplicity management means 3 is a business activation request means 6
When there is a business job activation request from a and 6b, the business job that received the execution request is activated and the multiplicity status of the business job in the multiplicity management table 4 is updated.
Further, the multiplicity management unit 3 updates the multiplicity status of the business job in the multiplicity management table 4 when the business job completion notification is issued from the business completion notification units 8a and 8b.

【0017】多重度検査手段5aおよび5bは、業務ジ
ョブの実行要求時に多重度管理テーブル4を検索し、業
務ジョブの多重度状態に基づいて業務ジョブの実行要求
を受け付けることができるかどうかを検査し、実行要求
を受け付けることができない場合は実行要求を無視する
とともにエラー通知を業務ジョブの実行要求元に返却す
る。また、業務ジョブの実行要求を受け付けることがで
きる場合には、多重度検査手段5aおよび5bは、業務
起動要求手段6aおよび6bを起動する。
The multiplicity checking means 5a and 5b search the multiplicity management table 4 at the time of requesting the execution of the business job, and check whether the execution request of the business job can be accepted based on the multiplicity state of the business job. If the execution request cannot be accepted, the execution request is ignored and an error notification is returned to the business job execution request source. Further, when the execution request of the business job can be accepted, the multiplicity checking means 5a and 5b activate the business activation request means 6a and 6b.

【0018】業務起動要求手段6aおよび6bは、多重
度管理手段3に業務ジョブXおよびYの起動要求を行
う。
The job activation requesting means 6a and 6b make a request to activate the job jobs X and Y to the multiplicity managing means 3.

【0019】業務終了通知手段8aおよび8bは、多重
度管理手段3に業務ジョブXおよびYの終了通知を行
う。
The business end notification means 8a and 8b notify the multiplicity management means 3 of the end of the business jobs X and Y.

【0020】図2は、多重度管理ファイル2の内容の一
例を示す図である。図2中、A,B,C,…,Dは、実
行要求元コード(例えば、支店識別コード,端末番号
等)を示す。また、X,Y,…,Zは、業務ジョブ識別
コードを示す。この多重度管理ファイル2は、実行要求
元コードと業務ジョブ識別コードとの2次元のテーブル
からなり、その内容は実行要求元単位に各業務ジョブの
同時に実行可能な最大多重度を示す欄からなる。
FIG. 2 is a diagram showing an example of the contents of the multiplicity management file 2. In FIG. 2, A, B, C, ..., D indicate execution request source codes (for example, branch identification code, terminal number, etc.). Further, X, Y, ..., Z represent business job identification codes. The multiplicity management file 2 is composed of a two-dimensional table of execution request source codes and business job identification codes, and the content thereof is a column showing the maximum multiplicity of each business job that can be simultaneously executed for each execution request source. .

【0021】図3は、多重度管理テーブル4の内容の一
例を示す図である。図3中、A,B,C,…,Dは、実
行要求元コードを示す。また、X,Y,…,Zは、業務
ジョブ識別コードを示す。この多重度管理テーブル4
は、実行要求元コードと業務ジョブ識別コードとの2次
元のテーブルからなり、その内容は実行要求元単位に各
業務ジョブの同時に実行可能な最大多重度を示す欄と、
実行要求元単位に各業務ジョブがあといくつ同時に実行
可能かを示す多重度残数を示す欄とからなる。
FIG. 3 is a diagram showing an example of the contents of the multiplicity management table 4. In FIG. 3, A, B, C, ..., D indicate execution request source codes. Further, X, Y, ..., Z represent business job identification codes. This multiplicity management table 4
Consists of a two-dimensional table of execution request source codes and business job identification codes, the content of which is a column showing the maximum multiplicity of each business job that can be simultaneously executed for each execution request source.
It is composed of a column showing the remaining number of multiplicity indicating how many business jobs can be executed simultaneously in units of execution request sources.

【0022】次に、このように構成された本実施例の業
務ジョブの多重度管理制御方式の動作について説明す
る。
Next, the operation of the multiplicity management control system for business jobs of the present embodiment thus constructed will be described.

【0023】ホストコンピュータの立上げ時に、多重度
登録手段1は、多重度管理ファイル2から実行要求元単
位の各業務ジョブの最大多重度を読み出して、主記憶上
に実行要求元単位の各業務ジョブの最大多重度および多
重度残数として展開して多重度管理テーブル4を作成す
る。
When the host computer is started up, the multiplicity registration means 1 reads the maximum multiplicity of each business job in the execution request source unit from the multiplicity management file 2 and stores each job in the execution request source unit in the main memory. The multiplicity management table 4 is created by expanding the maximum multiplicity and the remaining multiplicity of jobs.

【0024】また、多重度登録手段1は、ホストコンピ
ュータ側のコンソール7eより起動され、登録/変更指
示された多重度管理情報(実行要求元コード,業務ジョ
ブ識別コードおよび最大多重度)を入力し、多重度管理
ファイル2の最大多重度の登録/更新および多重度管理
テーブル4の最大多重度の初期化/変更を動的に行う。
The multiplicity registration means 1 is started from the console 7e on the host computer side, and inputs the multiplicity management information (execution request source code, business job identification code and maximum multiplicity) for which registration / modification is instructed. The registration / update of the maximum multiplicity of the multiplicity management file 2 and the initialization / change of the maximum multiplicity of the multiplicity management table 4 are dynamically performed.

【0025】例えば、支店Aの業務ジョブXの最大多重
度を10から15に変更する場合、コンソール7eより
多重度登録手段1を起動し、支店識別コード“A”と業
務ジョブ識別コード“X”とをキーに該当する業務ジョ
ブXの最大多重度を15に変更することを指示すること
で、多重度管理ファイル2および多重度管理テーブル4
の最大多重度を更新することができる。
For example, when changing the maximum multiplicity of the business job X of the branch A from 10 to 15, the multiplicity registration means 1 is started from the console 7e, and the branch identification code "A" and the business job identification code "X". Using the and keys as an instruction to change the maximum multiplicity of the corresponding business job X to 15, the multiplicity management file 2 and the multiplicity management table 4
The maximum multiplicity of can be updated.

【0026】以下、支店Aの端末7bから業務ジョブX
の実行要求が行われた場合を例にとって説明する。
From the terminal 7b of the branch A, the business job X will be described below.
A case will be described as an example where a request to execute is issued.

【0027】支店Aの端末7bから業務ジョブXの実行
要求が行われると、ホストコンピュータで業務指示プロ
グラムIXの多重度検査手段5aが起動される。
When an execution request for the business job X is issued from the terminal 7b of the branch A, the host computer activates the multiplicity checking means 5a of the business instruction program IX.

【0028】多重度検査手段5aは、支店識別コード
“A”と業務ジョブ識別コード“X”とをキーにして多
重度管理テーブル4を検索し、該当する欄の多重度残数
が1以上であるかどうかに基づいて業務ジョブXの実行
要求を受け付けることができるかどうかを検査する。業
務ジョブXの実行要求を受け付けることができない場合
には、多重度検査手段5aは、業務ジョブXの実行要求
を無視するとともに実行要求を受け付けることができな
い旨を示すエラー通知を実行要求元の支店Aの端末7b
に返却する。この結果、支店Aの端末7bの利用者は、
業務ジョブXの実行ができないことを即座に知ることが
できる。
The multiplicity checking means 5a searches the multiplicity management table 4 by using the branch identification code "A" and the business job identification code "X" as keys, and when the remaining multiplicity number in the corresponding column is 1 or more. It is checked whether or not the execution request of the business job X can be accepted based on the existence. If the execution request for the business job X cannot be accepted, the multiplicity checking means 5a ignores the execution request for the business job X and issues an error notification indicating that the execution request cannot be accepted to the branch office of the execution request source. Terminal 7b of A
To return. As a result, the user of the terminal 7b of the branch A is
It is possible to immediately know that the business job X cannot be executed.

【0029】一方、業務ジョブXの実行要求を受け付け
ることができる場合には、業務指示プログラムIXの業
務起動要求手段6aが動作し、業務ジョブXの起動要求
が発行されて多重度管理手段3が起動される。
On the other hand, when the execution request of the business job X can be accepted, the business activation request means 6a of the business instruction program IX operates, the activation request of the business job X is issued, and the multiplicity management means 3 operates. Is activated.

【0030】多重度管理手段3は、支店識別コード
“A”と業務ジョブ識別コード“X”とをキーにして多
重度管理テーブル4を検索し、該当する欄の多重度残数
から1を減算し、業務ジョブXを起動する。
The multiplicity management means 3 searches the multiplicity management table 4 using the branch identification code "A" and the business job identification code "X" as keys, and subtracts 1 from the remaining multiplicity in the corresponding column. Then, the business job X is activated.

【0031】業務ジョブXが実行を終了し、業務終了通
知手段8aより終了通知が出されると、多重度管理手段
3が起動される。
When the job job X finishes its execution and the job end notification means 8a issues an end notification, the multiplicity management means 3 is activated.

【0032】多重度管理手段3は、起動要求の処理の場
合と同様に、支店識別コード“A”と業務ジョブ識別コ
ード“X”とをキーにして多重度管理テーブル4を検索
し、該当する欄の多重度残数に1を加算する。
The multiplicity management means 3 searches the multiplicity management table 4 by using the branch identification code "A" and the business job identification code "X" as keys, as in the case of the processing of the activation request, and applies it. Add 1 to the remaining multiplicity in the column.

【0033】このように、多重度管理テーブル4は業務
ジョブの起動/終了毎に該当する多重度残数が更新され
るので、業務指示プログラムIXおよびIYの多重度検
査手段5aおよび5bで該当する業務ジョブの多重度残
数を検査することで、業務ジョブの実行が可能かどうか
を判定することができる。
In this way, the multiplicity management table 4 updates the corresponding multiplicity remaining number each time a business job is started / finished, so that the multiplicity check means 5a and 5b of the business instruction programs IX and IY correspond. By checking the remaining multiplicity of the business job, it is possible to determine whether the business job can be executed.

【0034】例えば、図3中に示した多重度管理テーブ
ル4の内容を見ると、支店Aの業務ジョブXの多重度残
数が3であるために業務ジョブXの実行が可能である
が、支店Bの業務ジョブYの多重度残数は0であるため
に業務ジョブYの実行ができないことがわかる。
For example, looking at the contents of the multiplicity management table 4 shown in FIG. 3, the business job X can be executed because the remaining multiplicity of the business job X at the branch A is 3. It is understood that the business job Y cannot be executed because the remaining multiplicity of the business job Y at the branch B is 0.

【0035】なお、上記実施例では、多重度管理テーブ
ル4に業務ジョブがあといくつ実行可能かを示す多重度
残数を格納するようにしたが、代わりに現在実行中の業
務ジョブ数を示す現多重度を格納するようにしてもよ
い。このようにしても、本発明が同様に容易に実現でき
ることはいうまでもない。
In the above embodiment, the multiplicity management table 4 stores the remaining number of multiplicity indicating the number of business jobs that can be executed. Instead, the multiplicity management table 4 stores the number of business jobs currently being executed. The multiplicity may be stored. Needless to say, the present invention can be easily realized in this way as well.

【0036】[0036]

【発明の効果】以上説明したように本発明は、多重度管
理ファイル,多重度管理テーブル,多重度検査手段,業
務起動要求手段,業務終了通知手段および多重度管理手
段を設け、業務ジョブの実行要求元単位に業務ジョブの
多重度状態を管理し業務ジョブの実行要求の受付けを制
御するようにしたことにより、利用者全員が平等に業務
ジョブを利用することができるとともに、コンピュータ
システムへの負荷も低減させることができるという効果
がある。また、多重度登録手段を設けたことにより、日
々の業務の運用に合わせて業務ジョブの最大多重度の変
更を簡易な操作で行うことができるという効果がある。
As described above, according to the present invention, a multiplicity management file, a multiplicity management table, a multiplicity checking means, a business start requesting means, a business end notifying means and a multiplicity managing means are provided to execute a business job. By managing the multiplicity status of business jobs on a request source basis and controlling acceptance of business job execution requests, all users can use business jobs equally and the load on the computer system is increased. The effect is that it can be reduced. In addition, the provision of the multiplicity registration means has an effect that the maximum multiplicity of the business job can be changed by a simple operation in accordance with the daily operation of the business.

【0037】さらに、最大多重度を超えて業務ジョブの
実行要求を行ったときに実行要求が受け付けられないこ
とを示すエラー通知を実行要求元に返却するようにした
ことにより、実行要求元の利用者が業務ジョブの実行が
可能かどうかを即座に判断できるという効果がある。
Furthermore, when an execution request for a business job is issued in excess of the maximum multiplicity, an error notification indicating that the execution request cannot be accepted is returned to the execution request source, so that the execution request source can be used. This has the effect that a person can immediately determine whether or not a business job can be executed.

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

【図1】本発明の一実施例に係る業務ジョブの多重度管
理制御方式の構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a business job multiplicity management control system according to an embodiment of the present invention.

【図2】図1中の多重度管理ファイルの内容を例示する
図である。
FIG. 2 is a diagram illustrating an example of contents of a multiplicity management file in FIG.

【図3】図1中の多重度管理テーブルの内容を例示する
図である。
FIG. 3 is a diagram showing an example of the contents of a multiplicity management table in FIG.

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

1 多重度登録手段 2 多重度管理ファイル 3 多重度管理手段 4 多重度管理テーブル 5a,5b 多重度検査手段 6a,6b 業務起動要求手段 7a,7b,7c,7d 端末 7e コンソール 8a,8b 業務終了通知手段 10 多重度管理機能 A,B 支店(実行要求元) IX,IY 業務指示プログラム X,Y 業務ジョブ 1 multiplicity registration means 2 multiplicity management file 3 multiplicity management means 4 multiplicity management tables 5a, 5b multiplicity checking means 6a, 6b business activation requesting means 7a, 7b, 7c, 7d terminal 7e console 8a, 8b business end notification Means 10 Multiplicity management function A, B Branch (execution request source) IX, IY Business instruction program X, Y Business job

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 業務ジョブの実行要求元単位に業務ジョ
ブの実行可能な最大多重度を格納する多重度管理ファイ
ルと、 業務ジョブの実行要求元単位に現在実行中の業務ジョブ
の多重度状態を格納する多重度管理テーブルと、 前記多重度管理ファイルを作成するとともに前記多重度
管理テーブルの初期化および変更を行う多重度登録手段
と、 業務ジョブの実行要求時に前記多重度管理テーブルを検
索して業務ジョブの多重度状態に基づいて業務ジョブの
実行要求を受け付けることができるかどうかを検査し該
実行要求を受け付けることができない場合には該実行要
求を無視する多重度検査手段と、 この多重度検査手段により業務ジョブの実行要求を受け
付けることができるとされた場合に業務ジョブの起動要
求を行う業務起動要求手段と、 業務ジョブの動作終了時に業務ジョブの終了通知を行う
業務終了通知手段と、 前記業務起動要求手段から業務ジョブの起動要求があっ
たときに業務ジョブを起動するとともに前記多重度管理
テーブルの業務ジョブの多重度状態を更新し、前記業務
終了通知手段から業務ジョブの終了通知があったときに
前記多重度管理テーブルの業務ジョブの多重度状態を更
新する多重度管理手段とを有することを特徴とする業務
ジョブの多重度管理制御方式。
1. A multiplicity management file that stores the maximum executable multiplicity of a business job for each execution request source of a business job, and a multiplicity status of the currently executing business job for each execution request source of the business job A multiplicity management table to be stored, a multiplicity registration means for creating the multiplicity management file and initializing and changing the multiplicity management table, and searching the multiplicity management table at the time of requesting execution of a business job. Based on the multiplicity status of the business job, a multiplicity checking means for inspecting whether the execution request of the business job can be accepted, and ignoring the execution request when the execution request cannot be accepted; A job activation requesting means for issuing a job job activation request when the inspection means can accept the job job execution request; A business end notification means for notifying the end of a business job at the end of a job operation, and for starting a business job when a business job start request is issued from the business start request means and for checking the number of business jobs in the multiplicity management table. And a multiplicity management means for updating the multiplicity status of the business job in the multiplicity management table when a business job completion notification is sent from the business completion notification means. Job multiplicity management control method.
【請求項2】 前記多重度検査手段が、業務ジョブの実
行要求を受け付けることができない場合に該実行要求を
無視するとともにエラー通知を業務ジョブの実行要求元
に返却する請求項1記載の業務ジョブの多重度管理制御
方式。
2. The business job according to claim 1, wherein the multiplicity checking unit ignores the business job execution request and returns an error notification to a business job execution request source when the business job execution request cannot be accepted. Multiplicity management control method.
【請求項3】 前記多重度管理テーブルが、最大多重度
と多重度残数とを格納する請求項1記載の業務ジョブの
多重度管理制御方式。
3. The business job multiplicity management control method according to claim 1, wherein the multiplicity management table stores the maximum multiplicity and the remaining multiplicity number.
【請求項4】 前記多重度管理テーブルが、最大多重度
と現多重度とを格納する請求項1記載の業務ジョブの多
重度管理制御方式。
4. The business job multiplicity management control method according to claim 1, wherein the multiplicity management table stores a maximum multiplicity and a current multiplicity.
JP13693393A 1993-05-17 1993-05-17 Multiplex degree management control system for business job Pending JPH06325054A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP13693393A JPH06325054A (en) 1993-05-17 1993-05-17 Multiplex degree management control system for business job

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP13693393A JPH06325054A (en) 1993-05-17 1993-05-17 Multiplex degree management control system for business job

Publications (1)

Publication Number Publication Date
JPH06325054A true JPH06325054A (en) 1994-11-25

Family

ID=15186947

Family Applications (1)

Application Number Title Priority Date Filing Date
JP13693393A Pending JPH06325054A (en) 1993-05-17 1993-05-17 Multiplex degree management control system for business job

Country Status (1)

Country Link
JP (1) JPH06325054A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62174860A (en) * 1985-07-30 1987-07-31 Nec Corp Session control system
JPS647154A (en) * 1987-06-29 1989-01-11 Nec Corp Multiple control system for work station start job
JPH0319034A (en) * 1989-06-16 1991-01-28 Nec Corp Job control system
JPH0352055A (en) * 1989-07-20 1991-03-06 Nec Corp Control system for tss session opening number
JPH03252824A (en) * 1990-03-02 1991-11-12 Nec Corp Multiplex control system for batch job execution
JPH04287234A (en) * 1991-03-18 1992-10-12 Nec Software Kansai Ltd Process multiplicity control system
JPH04373060A (en) * 1991-06-24 1992-12-25 Nec Software Kansai Ltd Batch job input number limiting system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62174860A (en) * 1985-07-30 1987-07-31 Nec Corp Session control system
JPS647154A (en) * 1987-06-29 1989-01-11 Nec Corp Multiple control system for work station start job
JPH0319034A (en) * 1989-06-16 1991-01-28 Nec Corp Job control system
JPH0352055A (en) * 1989-07-20 1991-03-06 Nec Corp Control system for tss session opening number
JPH03252824A (en) * 1990-03-02 1991-11-12 Nec Corp Multiplex control system for batch job execution
JPH04287234A (en) * 1991-03-18 1992-10-12 Nec Software Kansai Ltd Process multiplicity control system
JPH04373060A (en) * 1991-06-24 1992-12-25 Nec Software Kansai Ltd Batch job input number limiting system

Similar Documents

Publication Publication Date Title
JPH06325054A (en) Multiplex degree management control system for business job
JPH10254662A (en) Printing system and printing control method using the system
JP2019028784A (en) Business card information management system, business card information management apparatus, business card information management method, and program
WO2020179833A1 (en) Api provision system and api provision method
JPH0985589A (en) Data management system and controlling method for it
JP3531463B2 (en) Message handling support system, message handling support device, and storage medium
JPH02288654A (en) Telephone order receiving method for mail order
JPH05242052A (en) Ews distribution processing system
JPH01120621A (en) Retrieving/updating system for data base
JPH0273423A (en) Automatic selection system for relative software
JPH0235556A (en) Controller for diversion of on-line processing object file to batch processing
JPH03177969A (en) Medical job data processing system
JPH09134302A (en) Data processing system and its method
JPS62194542A (en) Program control system
JPH05173775A (en) System for managing display terminal menu
JP2001249903A (en) Information processing system
JPS6234232A (en) Document production system by simple language
JP2000172713A (en) Maintenance part retrieval system
JPH07225773A (en) Screen retrieval system
JP2001184200A (en) Method and device for generating application framework and computer readable recording medium storing application framework generation program
JPH09212249A (en) Data processor
JPH05242181A (en) Cad system
JPH05334251A (en) Unitary management system for computer utilizing environment
JPH05119903A (en) Terminal function key input system
JPH04369706A (en) Terminal function key input system