JPH07281873A - Exit routine management system - Google Patents

Exit routine management system

Info

Publication number
JPH07281873A
JPH07281873A JP2146195A JP2146195A JPH07281873A JP H07281873 A JPH07281873 A JP H07281873A JP 2146195 A JP2146195 A JP 2146195A JP 2146195 A JP2146195 A JP 2146195A JP H07281873 A JPH07281873 A JP H07281873A
Authority
JP
Japan
Prior art keywords
exit
routine
exit routine
operating system
function
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
JP2146195A
Other languages
Japanese (ja)
Inventor
俊英 ▲高▼野
Shunei Takano
Hiroyoshi Yasuhara
啓悦 安原
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.)
TOHOKU NIPPON DENKI SOFTWARE KK
NEC Corp
NEC Solution Innovators Ltd
Original Assignee
TOHOKU NIPPON DENKI SOFTWARE KK
NEC Corp
NEC Software Tohoku Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by TOHOKU NIPPON DENKI SOFTWARE KK, NEC Corp, NEC Software Tohoku Ltd filed Critical TOHOKU NIPPON DENKI SOFTWARE KK
Priority to JP2146195A priority Critical patent/JPH07281873A/en
Publication of JPH07281873A publication Critical patent/JPH07281873A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Executing Machine-Instructions (AREA)

Abstract

PURPOSE:To register an exit routine and call it from an operating system without restarting a computer system. CONSTITUTION:The exit routine 13-i that a user generates is registered and deleted in the operating system by an exit routine registering and deleting means 15. According to a user's indication, an exit routine management means 11 holds information showing whether the exit routine 13-i is active or inactive in an exit management table 12. When the exit routine 13-i is called by the exiting function of the operating system, an exit routine calling means 14 refers to the exit management table 12 by the exit routine management means 11 and the exit routine is actuated only when the exit routine 13-i is active.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、オペレーティングシス
テムから呼び出される出口ルーチンの登録、削除、およ
びオペレーティングシステムからの呼び出しを管理する
出口ルーチン管理システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an exit routine management system that manages registration and deletion of exit routines called from an operating system and management of calls from the operating system.

【0002】[0002]

【従来の技術】「システム・プログラミング・ライブラ
リー 資源アクセス管理機能(RACF)、N:SC2
8−1343−4、日本アイ・ビー・エム株式会社、1
989年12月第一刷発行」には、コンピュータシステ
ムを構成するファイル、およびボリューム等の資源のア
クセス権を管理するオペレーティングシステムのRAC
F機能が出口機能を有することが記載される。さらに、
該出口機能実行時に、利用者により作成された前処理
用、および後処理用の出口ルーチンを呼び出すことがで
きることも記載されている。
"System Programming Library Resource Access Control Function (RACF), N: SC2"
8-1343-4, IBM Japan, Ltd., 1
The first printing issued in December 989 "is the operating system RAC that manages the access right to the resources that make up the computer system, such as files and volumes.
It is stated that the F function has an exit function. further,
It is also described that the pre-processing and post-processing exit routines created by the user can be called when the exit function is executed.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、このR
ACF機能の出口機能においては、RACF機能の動作
中に追加、および変更された新しい出口ルーチンは、コ
ンピュータシステムを再立ち上げしないと有効にならな
いという問題点がある。
However, this R
The exit function of the ACF function has a problem that the new exit routine added and changed during the operation of the RACF function is not effective until the computer system is restarted.

【0004】これにより、さらに新しい出口ルーチンを
有効にするためのコンピュータシステム再立ち上げ処理
の間、すなわちコンピュータシステムの終了から再立ち
上げの間は資源のアクセス権を設定することができない
という問題点がある。
As a result, the access right of the resource cannot be set during the computer system restart process for validating the new exit routine, that is, between the computer system shutdown and the restart. There is.

【0005】本発明の目的は、コンピュータシステムを
再立ち上げすることなく、出口ルーチンを登録し、オペ
レーティングシステムの出口機能から呼び出すことがで
きるようにすることにある。
It is an object of the present invention to allow an exit routine to be registered and called from the operating system exit function without restarting the computer system.

【0006】本発明の他の目的は、オペレーティングシ
ステムの処理を停止せずに、出口ルーチンを登録、削除
したり、オペレーティングシステムの出口機能から呼び
出すことができるようにすることにある。
Another object of the present invention is to enable an exit routine to be registered and deleted or to be called from the exit function of the operating system without stopping the processing of the operating system.

【0007】[0007]

【課題を解決するための手段】本発明の第1の出口ルー
チン管理システムは、出口機能を含むオペレーティング
システムから呼び出される、利用者が作成した複数の出
口ルーチンと、前記オペレーティングシステムに前記出
口ルーチンを登録する出口ルーチン登録削除手段と、前
記出口ルーチンを活性化状態にする出口ルーチン管理手
段と、前記オペレーティングシステムの出口機能実行時
に、該出口機能に対応する前記出口ルーチンが活性状態
の場合にのみ該出口ルーチンを起動する出口ルーチン呼
出し手段とを備えている。
A first exit routine management system of the present invention includes a plurality of user-created exit routines called from an operating system including an exit function and the exit routines in the operating system. Exit routine registration and deletion means for registering, exit routine management means for activating the exit routine, and the exit routine corresponding to the exit function when the exit function of the operating system is executed And an exit routine calling means for activating the exit routine.

【0008】本発明の第2の出口ルーチン管理システム
は、出口機能を含むオペレーティングシステムから呼び
出される、利用者が作成した複数の出口ルーチンと、前
記オペレーティングシステムから前記出口ルーチンを削
除する出口ルーチン登録削除手段と、前記出口ルーチン
を非活性化状態にする出口ルーチン管理手段と、前記オ
ペレーティングシステムの出口機能実行時に、該出口機
能に対応する前記出口ルーチンが非活性状態の場合に
は、該出口ルーチンを起動することができないことを前
記オペレーティングシステムへ通知する出口ルーチン呼
出し手段とを備えている。
A second exit routine management system of the present invention is a plurality of exit routines created by a user, which is called from an operating system including an exit function, and an exit routine registration deletion for deleting the exit routine from the operating system. Means, an exit routine managing means for deactivating the exit routine, and, when the exit function corresponding to the exit function is inactive when the exit function of the operating system is executed, the exit routine is executed. Exit routine calling means for notifying the operating system that it cannot be started.

【0009】本発明の第3の出口ルーチン管理システム
は、出口機能を含むオペレーティングシステムから呼び
出される、利用者が作成した複数の出口ルーチンと、前
記オペレーティングシステムに前記出口ルーチンを登録
し、前記オペレーティングシステムから前記出口ルーチ
ンを削除する出口ルーチン登録削除手段と、前記出口ル
ーチンを活性化状態、および非活性化状態にする出口ル
ーチン管理手段と、前記オペレーティングシステムの出
口機能実行時に、前記出口ルーチン管理手段から該出口
機能に対応する前記出口ルーチンが活性状態か非活性状
態かの情報を得て、該出口ルーチンが活性状態の場合に
は該出口ルーチンを起動し、該出口ルーチンが非活性状
態の場合には該出口ルーチンを起動することができない
ことを前記オペレーティングシステムに通知する出口ル
ーチン呼出し手段とを備えている。
A third exit routine management system of the present invention registers a plurality of user-created exit routines called from an operating system including an exit function and the exit routine with the operating system, and the operating system Exit routine registration deleting means for deleting the exit routine from the exit routine, exit routine managing means for activating and deactivating the exit routine, and exit routine managing means for executing the exit function of the operating system. When the exit routine corresponding to the exit function obtains information on whether the exit routine is in the active state or the inactive state, the exit routine is activated when the exit routine is in the active state, and when the exit routine is in the inactive state. Said that it was unable to launch the exit routine. And a exit routine call means for notifying the system.

【0010】本発明の第4の出口ルーチン管理システム
は、出口機能を含むオペレーティングシステムから呼び
出される、利用者が作成した複数の出口ルーチンと、利
用者からの要求に応じて、前記オペレーティングシステ
ムに前記出口ルーチンを登録するとともに、前記オペレ
ーティングシステムから前記出口ルーチンを削除する出
口ルーチン登録削除手段と、個々の前記出口ルーチンが
活性状態か非活性状態かの情報を保持する出口管理テー
ブルと、利用者からの要求に応じて、前記出口ルーチン
を活性化状態、および非活性化状態にして、その活性状
態か非活性状態かの情報を前記出口管理テーブルに登録
する出口ルーチン管理手段と、前記オペレーティングシ
ステムの出口機能実行時に、前記出口ルーチン管理手段
を起動し、該出口機能に対応する前記出口ルーチンが活
性状態か非活性状態かの情報を得て、該出口ルーチンが
活性状態の場合には該出口ルーチンを起動し、該出口ル
ーチンが非活性状態の場合には該出口ルーチンを起動す
ることができないことを前記オペレーティングシステム
に通知する出口ルーチン呼出し手段とを備えている。
According to a fourth exit routine management system of the present invention, a plurality of user-created exit routines called from an operating system having an exit function and the operating system are provided to the operating system in response to a request from the user. An exit routine registration / deletion means for registering the exit routine and deleting the exit routine from the operating system, an exit management table holding information on whether each of the exit routines is in the active state or the inactive state, and from the user In response to the request, the exit routine is activated and deactivated, and the exit routine management means for registering information on the active state or the inactive state in the exit management table; When the exit function is executed, the exit routine management means is activated to The information indicating whether the exit routine corresponding to the Noh function is in the active state or the inactive state is obtained, the exit routine is activated when the exit routine is in the active state, and the exit routine is activated when the exit routine is in the inactive state. Exit routine calling means for notifying the operating system that the exit routine cannot be started.

【0011】本発明の第5の出口ルーチン管理システム
は、出口機能を含むオペレーティングシステムから呼び
出される、利用者が作成した複数の出口ルーチンを含む
出口ルーチン群と、利用者からの要求に応じて、前記オ
ペレーティングシステムに前記出口ルーチン群を登録す
るとともに、前記オペレーティングシステムから前記出
口ルーチン群を削除する出口ルーチン登録削除手段と、
前記出口ルーチン群が活性状態か非活性状態かの情報を
保持する出口管理テーブルと、利用者からの要求に応じ
て、前記出口ルーチン群を活性化状態、および非活性化
状態にして、その活性状態か非活性状態かの情報を前記
出口管理テーブルに登録する出口ルーチン管理手段と、
前記オペレーティングシステムの出口機能実行時に、前
記出口ルーチン管理手段を起動し、該出口機能に対応す
る前記出口ルーチン群が活性状態か非活性状態かの情報
を得て、該出口ルーチン群が活性状態の場合には該出口
ルーチン群を起動し、該出口ルーチン群が非活性状態の
場合には該出口ルーチン群を起動することができないこ
とを前記オペレーティングシステムに通知する出口ルー
チン呼出し手段とを備えている。
A fifth exit routine management system according to the present invention includes an exit routine group including a plurality of exit routines created by a user, which is called from an operating system including an exit function, and a request from the user. Exit routine registration and deletion means for registering the exit routine group in the operating system and deleting the exit routine group from the operating system;
An exit management table that holds information on whether the exit routine group is in the active state or the inactive state, and activates and deactivates the exit routine group in response to a request from the user, Exit routine management means for registering information on status or inactive status in the exit management table;
When the exit function of the operating system is executed, the exit routine management means is activated, information on whether the exit routine group corresponding to the exit function is in the active state or the inactive state is obtained, and the exit routine group is in the active state. In this case, the exit routine group is activated, and when the exit routine group is inactive, the exit routine group is informed that the exit routine group cannot be activated. .

【0012】[0012]

【実施例】以下、本発明の一実施例について、図を参照
しながら詳細に説明する。
An embodiment of the present invention will be described in detail below with reference to the drawings.

【0013】図1を参照すると、本発明の一実施例であ
る出口ルーチン管理システムは、コンピュータ1と、こ
のコンピュータ1の動作の制御や監視を行うコンソール
端末2と、利用者に作成され、出口機能を有するオペレ
ーティングシステムから呼び出される複数の出口ルーチ
ン13−1、13−2、…13−nと、オペレーティン
グシステムから呼び出される出口ルーチン13−1、1
3−2、…13−nの内の少なくとも一つの出口ルーチ
ンを活性化、および非活性化する出口ルーチン管理手段
11と、複数の出口ルーチン13−1、13−2、…1
3−nの活性、および非活性の状態を保持する出口管理
テーブル12と、オペレーティングシステムの出口機能
の実行時に要求された出口ルーチン13−iを呼び出す
出口ルーチン呼出し手段14と、出口ルーチン13−i
をオペレーティングシステムに登録、および削除する出
口ルーチン登録削除手段15から構成されている。
Referring to FIG. 1, an exit routine management system according to an embodiment of the present invention includes a computer 1, a console terminal 2 for controlling and monitoring the operation of the computer 1, and an exit created by a user. A plurality of exit routines 13-1, 13-2, ... 13-n called from the operating system having a function, and exit routines 13-1, 1 called from the operating system
Outlet routine management means 11 for activating and deactivating at least one of the exit routines 3-2, ... 13-n, and a plurality of exit routines 13-1, 13-2 ,.
The exit management table 12 that holds the active and inactive states of 3-n, the exit routine calling means 14 that calls the exit routine 13-i requested when the exit function of the operating system is executed, and the exit routine 13-i.
Is composed of an exit routine registration / deletion means 15 for registering and deleting the.

【0014】次に本発明の一実施例である出口ルーチン
管理システムについて、図1〜図2を参照して説明す
る。
Next, an exit routine management system which is an embodiment of the present invention will be described with reference to FIGS.

【0015】まず利用者は、出口ルーチン13−iを作
成する。次に利用者は、コンソール端末2から出口ルー
チン登録削除手段15を起動して、作成された出口ルー
チン13−iのオペレーティングシステムへの登録を指
示する。
First, the user creates the exit routine 13-i. Next, the user activates the exit routine registration deleting means 15 from the console terminal 2 and gives an instruction to register the created exit routine 13-i in the operating system.

【0016】出口ルーチン登録削除手段15は、利用者
による出口ルーチン13−iの登録指示に応じて、該出
口ルーチン13−iをオペレーティングシステムに登録
する(ステップ151)。
The exit routine registration / deletion means 15 registers the exit routine 13-i in the operating system in accordance with the user's instruction to register the exit routine 13-i (step 151).

【0017】さらに利用者は、出口ルーチン管理手段1
1を起動し、コンソール端末2から出口ルーチン13−
iの活性化コマンドを投入する。
Further, the user has the exit routine managing means 1
1 is started, and the exit routine 13-from the console terminal 2
Input the activation command of i.

【0018】この出口ルーチン13−iの活性化は、出
口ルーチン管理手段11の起動時のパラメータとしても
よい。
The activation of the exit routine 13-i may be used as a parameter when starting the exit routine management means 11.

【0019】出口ルーチン管理手段11は、利用者によ
る出口ルーチン13−iの活性化の指示に応じて、出口
ルーチン13−iが活性状態であることを示す情報を出
口管理テーブル12に登録する(ステップ111)。
The exit routine managing means 11 registers information indicating that the exit routine 13-i is in the active state in the exit management table 12 in response to a user's instruction to activate the exit routine 13-i ( Step 111).

【0020】出口管理テーブル12は、全ての出口ルー
チン13−1、13−2、…13−nのそれぞれの活性
状態および非活性状態を示す情報を保持している。
The exit management table 12 holds information indicating the active and inactive states of all exit routines 13-1, 13-2, ... 13-n.

【0021】オペレーティングシステムが出口機能を実
行したときに、該出口機能が出口ルーチン13−iを呼
び出すと、出口ルーチン呼出し手段14が起動される。
When the operating system executes the exit function and the exit function calls the exit routine 13-i, the exit routine calling means 14 is activated.

【0022】出口ルーチン呼出し手段14は、まず出口
ルーチン管理手段11を起動し(ステップ141)、該
出口ルーチン13−iが活性状態か非活性状態かを調べ
る(ステップ142)。
The exit routine calling means 14 first activates the exit routine management means 11 (step 141) and checks whether the exit routine 13-i is in the active state or the inactive state (step 142).

【0023】出口ルーチン管理手段11は、出口管理テ
ーブル12を参照し、出口ルーチン13−iが活性状態
か非活性状態かの情報を得て(ステップ112)、結果
を出口ルーチン呼出し手段14へ通知する(ステップ1
13)。
The exit routine managing means 11 refers to the exit management table 12, obtains information on whether the exit routine 13-i is in the active state or the inactive state (step 112), and notifies the result to the exit routine calling means 14. Yes (Step 1
13).

【0024】出口ルーチン呼出し手段14は、出口ルー
チン管理手段11から出口ルーチン13−iが活性状態
にあると通知を受けた場合には、出口ルーチン13−i
を起動する(ステップ143)。
When the exit routine calling means 14 is notified by the exit routine management means 11 that the exit routine 13-i is in the active state, the exit routine calling means 14-i.
Is activated (step 143).

【0025】出口ルーチン呼出し手段14は、出口ルー
チン管理手段11から出口ルーチン13−iが非活性状
態にあると通知を受けた場合には、出口ルーチン13−
iを起動できない旨、オペレーティングシステムに通知
する(ステップ144)。
When the exit routine calling means 14 is notified by the exit routine managing means 11 that the exit routine 13-i is inactive, the exit routine calling means 14-
The operating system is notified that i cannot be started (step 144).

【0026】この出口ルーチン13−iを起動できない
という通知を受けたオペレーティングシステムの処理に
ついての説明は、任意の設計事項であるため、省略す
る。
The description of the processing of the operating system which has received the notification that the exit routine 13-i cannot be started is omitted because it is an arbitrary design matter.

【0027】利用者が出口ルーチン13−iを活性状態
から非活性状態へ遷移させたい場合には、出口ルーチン
管理手段11を起動し、コンソール端末2から出口ルー
チン13−iの非活性化コマンドを投入する。
When the user wants to transit the exit routine 13-i from the active state to the inactive state, the exit routine management means 11 is activated and the console terminal 2 issues a deactivate command for the exit routine 13-i. throw into.

【0028】活性化時と同様に、この出口ルーチン13
−iの非活性化は、出口ルーチン管理手段11の起動時
のパラメータとしてもよい。
As with the activation, this exit routine 13
The deactivation of -i may be used as a parameter when the exit routine management means 11 is started.

【0029】出口ルーチン管理手段11は、利用者によ
る出口ルーチン13−iの非活性化の指示に応じて、出
口管理テーブル12上の出口ルーチン13−iが活性状
態であることを示す情報を非活性状態を示す情報に変更
する(ステップ114)。
The exit routine management means 11 deactivates information indicating that the exit routine 13-i on the exit management table 12 is in an active state in response to a user's instruction to deactivate the exit routine 13-i. The information is changed to information indicating the active state (step 114).

【0030】また利用者がオペレーティングシステムに
登録されている出口ルーチン13−iを削除したい場合
には、コンソール端末2から出口ルーチン登録削除手段
15を起動して、該出口ルーチン13−iをオペレーテ
ィングシステムから削除することを指示する。
When the user wants to delete the exit routine 13-i registered in the operating system, the exit routine registration deleting means 15 is activated from the console terminal 2 to execute the exit routine 13-i in the operating system. To delete from.

【0031】出口ルーチン登録削除手段15は、利用者
による出口ルーチン13−iの削除指示に応じて、該出
口ルーチン13−iをオペレーティングシステムから削
除する(ステップ152)。
The exit routine registration deleting means 15 deletes the exit routine 13-i from the operating system in response to the user's instruction to delete the exit routine 13-i (step 152).

【0032】以上の説明においては、一つの出口ルーチ
ン13−iの登録、削除、活性化、非活性化、およびオ
ペレーティングシステムの出口機能からの呼び出し処理
について説明したが、この登録、削除、活性化、および
非活性化処理については、一つの出口ルーチンに対する
処理と同様にして、複数の出口ルーチン13−1、13
−2、…13−nからなる出口ルーチン群単位に実施す
ることもできる。
In the above description, the registration, deletion, activation, deactivation, and call processing from the exit function of the operating system of one exit routine 13-i have been described. , And the deactivation process, as in the process for one exit routine, a plurality of exit routines 13-1, 13
It is also possible to carry out in units of exit routine group consisting of -2, ...

【0033】以上により、本発明の一実施例である出口
ルーチン管理システムの処理が完了する。
With the above, the processing of the exit routine management system according to the embodiment of the present invention is completed.

【0034】本発明の一実施例である出口ルーチン管理
システムは、利用者が作成した出口ルーチンを出口ルー
チン登録削除手段15によりオペレーティングシステム
に登録、および削除できるようにし、さらに出口ルーチ
ン管理手段11が出口管理テーブル12上に該出口ルー
チンが活性状態か非活性状態かの情報を保持して、オペ
レーティングシステムの出口機能からの該出口ルーチン
呼び出し時に該出口ルーチンが活性状態の時のみ、出口
ルーチン呼出し手段14により該出口ルーチンを起動す
るようにしたことにより、オペレーティングシステムの
処理を停止せずに、出口ルーチンを登録、削除したり、
オペレーティングシステムの出口機能から呼び出すこと
ができる効果を有している。
The exit routine management system according to the embodiment of the present invention enables the exit routine registration deleting means 15 to register and delete the exit routine created by the user in the operating system. Information on whether the exit routine is in the active state or the inactive state is held in the exit management table 12, and the exit routine calling means is provided only when the exit routine is in the active state when the exit routine is called from the exit function of the operating system. By activating the exit routine by 14, the exit routine can be registered or deleted without stopping the processing of the operating system,
It has the effect that it can be called from the exit function of the operating system.

【0035】[0035]

【発明の効果】以上説明したように、本発明の出口ルー
チン管理システムは、コンピュータシステムを再立ち上
げすることなく、出口ルーチンを登録し、オペレーティ
ングシステムの出口機能から呼び出すことができる効果
を有している。
As described above, the exit routine management system of the present invention has the effect that the exit routine can be registered and called from the exit function of the operating system without restarting the computer system. ing.

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

【図1】本発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】本発明の一実施例における出口ルーチン管理手
段11、出口ルーチン呼出し手段14、および出口ルー
チン登録削除手段15の処理を示す流れ図である。
FIG. 2 is a flow chart showing the processing of an exit routine managing means 11, an exit routine calling means 14, and an exit routine registration deleting means 15 in an embodiment of the present invention.

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

1 コンピュータ 2 コンソール端末 11 出口ルーチン管理手段 12 出口管理テーブル 13−1、13−2、…13−n 出口ルーチン 14 出口ルーチン呼出し手段 15 出口ルーチン登録削除手段 1 Computer 2 Console Terminal 11 Exit Routine Management Means 12 Exit Management Tables 13-1, 13-2, ... 13-n Exit Routine 14 Exit Routine Calling Means 15 Exit Routine Registration Deleting Means

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 出口機能を含むオペレーティングシステ
ムから呼び出される、利用者が作成した複数の出口ルー
チンと、 前記オペレーティングシステムに前記出口ルーチンを登
録する出口ルーチン登録削除手段と、 前記出口ルーチンを活性化状態にする出口ルーチン管理
手段と、 前記オペレーティングシステムの出口機能実行時に、該
出口機能に対応する前記出口ルーチンが活性状態の場合
にのみ該出口ルーチンを起動する出口ルーチン呼出し手
段とを備えたことを特徴とする出口ルーチン管理システ
ム。
1. A plurality of user-created exit routines called from an operating system including an exit function, exit routine registration deleting means for registering the exit routines in the operating system, and the exit routines being activated. And an exit routine invoking means for activating the exit routine only when the exit routine corresponding to the exit function is active when the exit function of the operating system is executed. Exit routine management system.
【請求項2】 出口機能を含むオペレーティングシステ
ムから呼び出される、利用者が作成した複数の出口ルー
チンと、 前記オペレーティングシステムから前記出口ルーチンを
削除する出口ルーチン登録削除手段と、 前記出口ルーチンを非活性化状態にする出口ルーチン管
理手段と、 前記オペレーティングシステムの出口機能実行時に、該
出口機能に対応する前記出口ルーチンが非活性状態の場
合には、該出口ルーチンを起動することができないこと
を前記オペレーティングシステムへ通知する出口ルーチ
ン呼出し手段とを備えたことを特徴とする出口ルーチン
管理システム。
2. A plurality of user-created exit routines called from an operating system including an exit function, exit routine registration deleting means for deleting the exit routines from the operating system, and deactivating the exit routines. An exit routine managing unit for putting the operating system into a state and the operating system, when the exit function of the operating system is executed, if the exit routine corresponding to the exit function is in an inactive state, the exit routine cannot be activated. An exit routine management system, comprising:
【請求項3】 出口機能を含むオペレーティングシステ
ムから呼び出される、利用者が作成した複数の出口ルー
チンと、 前記オペレーティングシステムに前記出口ルーチンを登
録し、前記オペレーティングシステムから前記出口ルー
チンを削除する出口ルーチン登録削除手段と、 前記出口ルーチンを活性化状態、および非活性化状態に
する出口ルーチン管理手段と、 前記オペレーティングシステムの出口機能実行時に、前
記出口ルーチン管理手段から該出口機能に対応する前記
出口ルーチンが活性状態か非活性状態かの情報を得て、
該出口ルーチンが活性状態の場合には該出口ルーチンを
起動し、該出口ルーチンが非活性状態の場合には該出口
ルーチンを起動することができないことを前記オペレー
ティングシステムに通知する出口ルーチン呼出し手段と
を備えたことを特徴とする出口ルーチン管理システム。
3. A plurality of user-created exit routines called from an operating system including an exit function, and an exit routine registration for registering the exit routine in the operating system and deleting the exit routine from the operating system. Delete means, exit routine management means for activating and deactivating the exit routine, and when the exit function of the operating system is executed, the exit routine managing means provides the exit routine corresponding to the exit function. With the information of active state or inactive state,
Exit routine calling means for activating the exit routine when the exit routine is active, and notifying the operating system that the exit routine cannot be started when the exit routine is inactive An exit routine management system comprising:
【請求項4】 出口機能を含むオペレーティングシステ
ムから呼び出される、利用者が作成した複数の出口ルー
チンと、 利用者からの要求に応じて、前記オペレーティングシス
テムに前記出口ルーチンを登録するとともに、前記オペ
レーティングシステムから前記出口ルーチンを削除する
出口ルーチン登録削除手段と、 個々の前記出口ルーチンが活性状態か非活性状態かの情
報を保持する出口管理テーブルと、 利用者からの要求に応じて、前記出口ルーチンを活性化
状態、および非活性化状態にして、その活性状態か非活
性状態かの情報を前記出口管理テーブルに登録する出口
ルーチン管理手段と、 前記オペレーティングシステムの出口機能実行時に、前
記出口ルーチン管理手段を起動し、該出口機能に対応す
る前記出口ルーチンが活性状態か非活性状態かの情報を
得て、該出口ルーチンが活性状態の場合には該出口ルー
チンを起動し、該出口ルーチンが非活性状態の場合には
該出口ルーチンを起動することができないことを前記オ
ペレーティングシステムに通知する出口ルーチン呼出し
手段とを備えたことを特徴とする出口ルーチン管理シス
テム。
4. A plurality of user-created exit routines called from an operating system including an exit function, and registering the exit routines in the operating system in response to a request from the user, and the operating system. Exit routine registration and deletion means for deleting the exit routine from the exit routine, an exit management table for holding information on whether each of the exit routines is in the active state or the inactive state, and the exit routine in response to a request from the user. Exit routine management means for registering information on the activated state and the deactivated state in the activated or deactivated state in the exit management table; and the exit routine management means when executing the exit function of the operating system. And the exit routine corresponding to the exit function is activated. Information indicating whether the exit routine is inactive or not, the exit routine is activated when the exit routine is in the active state, and the exit routine cannot be activated when the exit routine is in the inactive state. An exit routine management system, comprising: exit routine calling means for notifying the operating system.
JP2146195A 1994-02-21 1995-02-09 Exit routine management system Pending JPH07281873A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2146195A JPH07281873A (en) 1994-02-21 1995-02-09 Exit routine management system

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP6-21731 1994-02-21
JP2173194 1994-02-21
JP2146195A JPH07281873A (en) 1994-02-21 1995-02-09 Exit routine management system

Publications (1)

Publication Number Publication Date
JPH07281873A true JPH07281873A (en) 1995-10-27

Family

ID=26358525

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2146195A Pending JPH07281873A (en) 1994-02-21 1995-02-09 Exit routine management system

Country Status (1)

Country Link
JP (1) JPH07281873A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0540635A (en) * 1990-06-21 1993-02-19 Internatl Business Mach Corp <Ibm> Dynamic deactivating method and device for program exit

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0540635A (en) * 1990-06-21 1993-02-19 Internatl Business Mach Corp <Ibm> Dynamic deactivating method and device for program exit

Similar Documents

Publication Publication Date Title
JP3600095B2 (en) Interrupt management device and interrupt management method
JPH05197568A (en) Computer system and method of event management
JPH04256030A (en) Interrupting system for information processor
KR100346667B1 (en) Method and apparatus for providing for notification of task termination
JP2000259585A (en) System application management system and recording medium stored with program for executing the system
JP2001117786A (en) Process scheduling device and process scheduling method
JPH07281873A (en) Exit routine management system
JP2020048126A (en) Relay system
JP4057769B2 (en) Interrupt management device and interrupt management method
JPH02139630A (en) Online task exchange device
WO2020038084A1 (en) Process management method, terminal and computer readable storage medium
JPH0540635A (en) Dynamic deactivating method and device for program exit
JPH0363768B2 (en)
JPH113231A (en) Software processing method
JP2999024B2 (en) End process for child process
JPH05233336A (en) Exclusive control system in on-line system
JP2003177929A (en) Master machine, slave machine, and clustering system having them
JPS6314236A (en) Job control system
JPH09134292A (en) Interruption control method
JPH1115802A (en) Method for managing execution of job
JPH0546415A (en) Exclusive management control system
JPH0520100A (en) Operating system
JPH0546452A (en) Commitment control system
JPH03116337A (en) Mutual standby business processing device
JPH0563824B2 (en)

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19971028