JPH04256019A - Same processing re-execution preventing device - Google Patents

Same processing re-execution preventing device

Info

Publication number
JPH04256019A
JPH04256019A JP3017205A JP1720591A JPH04256019A JP H04256019 A JPH04256019 A JP H04256019A JP 3017205 A JP3017205 A JP 3017205A JP 1720591 A JP1720591 A JP 1720591A JP H04256019 A JPH04256019 A JP H04256019A
Authority
JP
Japan
Prior art keywords
execution
processing
execution history
executed
data
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
JP3017205A
Other languages
Japanese (ja)
Inventor
Tomosada Date
伊達 友貞
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 Information Service Co Ltd
Original Assignee
NEC Information Service Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Information Service Co Ltd filed Critical NEC Information Service Co Ltd
Priority to JP3017205A priority Critical patent/JPH04256019A/en
Publication of JPH04256019A publication Critical patent/JPH04256019A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To save time and manhour by making it unnecessary to copy saved data before update, to generate a program for restoring the data, or to input the data again. CONSTITUTION:A same processing re-execution preventing device 10 is constituted of a processing starting device 1 for starting the processing of an information processing system, an execution history storage checking means 2 to decides whether the processing started by this was started before or not by referring to a processing execution history table 3, and a re-execution caution display means 4 to display an alarm on an output device 6, and simultaneously, input the selection of the propriety of the continuation of the processing when check results in decision that the processing was started before, and an execution history storage means 5 to store the history of the processing in the processing execution history table 3 after the end of the started processing.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、情報処理システムにお
ける処理起動時に、起動された処理が既に実行されてい
る場合、操作者に対して警告を発する同一処理再実行防
止装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an apparatus for preventing re-execution of the same process, which issues a warning to an operator if the activated process has already been executed when the process is activated in an information processing system.

【0002】0002

【従来の技術】現在、情報処理システムは広く流通して
おり、情報処理システムを運用する操作員も数多くなっ
てきている。大型コンピュータシステムにおいては専門
の知識を有する操作員が運用している場合が多いが、流
通している情報処理システムの大半を占めている中型お
よび小型コンピュータシステムにおいては、専門知識を
有していない操作員が運用している場合が多い。
2. Description of the Related Art Currently, information processing systems are widely distributed, and the number of operators who operate the information processing systems is increasing. Large computer systems are often operated by operators with specialized knowledge, but medium and small computer systems, which make up the majority of information processing systems in circulation, do not have such specialized knowledge. It is often operated by an operator.

【0003】従って、このような操作員が運用している
情報処理システムや、複数の操作員が運用している情報
処理システムにおいては、同一処理を気付かずに2回以
上起動してしまう場合がある。そして、この処理がデー
タの更新処理であった場合には、データの消去あるいは
データの破壊が発生していた。
[0003] Therefore, in an information processing system operated by such an operator or an information processing system operated by multiple operators, the same process may be started more than once without realizing it. be. If this process is a data update process, data will be erased or destroyed.

【0004】このような場合、従来の情報処理システム
では、更新前のデータが退避してあれば退避されている
データを複写して更新前の状態に復旧するか、更新前の
状態に論理的に復旧できる様なプログラムを作成するか
、破壊されたデータに対して画面より正常なデータを再
入力して対処していた。
In such cases, in conventional information processing systems, if the data before the update has been saved, the saved data is copied to restore the state before the update, or the data before the update is logically restored. The solution was to create a program that could restore the corrupted data, or to re-enter normal data on the screen to replace the corrupted data.

【0005】[0005]

【発明が解決しようとする課題】上述した従来の情報処
理システムにおいては、同一処理を2回以上起動しデー
タの消去あるいはデータの破壊が発生した場合、更新前
の退避データを複写するか、データを復旧させるプログ
ラムを作成するか、再度データを入力するかしていたた
め、多大な時間や工数を要するという欠点があった。
[Problems to be Solved by the Invention] In the above-mentioned conventional information processing system, when the same process is started more than once and data is erased or destroyed, it is necessary to either copy the saved data before updating or restore the data. The disadvantage was that it required a large amount of time and man-hours, as it required either creating a program to restore the data or re-entering the data.

【0006】本発明の目的は、上述の点に鑑み処理の実
行履歴を実行履歴記憶テーブルに記憶させ、処理起動時
に実行履歴記憶テーブルを参照し、再実行の場合には画
面出力装置上に警告を表示し、処理を続行するか否かを
操作員に選択させることにより、同一処理の再実行によ
るデータ消去やデータ破壊を防止できる同一処理再実行
防止装置を提供することにある。
In view of the above points, an object of the present invention is to store the execution history of a process in an execution history storage table, refer to the execution history storage table when starting the process, and display a warning on the screen output device in the case of re-execution. An object of the present invention is to provide an apparatus for preventing the re-execution of the same process, which can prevent data erasure or data destruction due to re-execution of the same process by displaying this and allowing the operator to select whether or not to continue the process.

【0007】[0007]

【課題を解決するための手段】本発明の同一処理再実行
防止装置は、情報処理システムの処理を起動させるため
の処理起動装置と、この処理起動装置によって起動され
た処理が、既に起動されているか否かを処理実行履歴テ
ーブルを参照し判断する実行履歴記憶チェック手段と、
この実行履歴記憶チェック手段の結果が既に起動されて
いたと判断された場合、出力装置上に警告を表示すると
共に、処理を続行するか否かの選択入力を行なう再実行
注意表示手段と、起動された処理の終了誤に実行履歴記
憶テーブルへの処理の履歴を記憶させる実行履歴記憶チ
ェック手段とを有する。
[Means for Solving the Problems] The same processing re-execution prevention device of the present invention includes a processing starting device for starting a process of an information processing system, and a processing started by the processing starting device that has already been started. an execution history memory checking means for determining whether or not the processing execution history is present by referring to a processing execution history table;
If the result of the execution history memory check means is that it has already been activated, a warning is displayed on the output device, and a re-execution warning display means is provided for selecting whether or not to continue the process. and execution history storage checking means for storing the processing history in the execution history storage table when the processing is terminated incorrectly.

【0008】[0008]

【実施例】次に、本発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be explained with reference to the drawings.

【0009】図1は本発明の一実施例の構成を示すブロ
ック図である。図1において、本実施例の同一処理再実
行防止装置10は、処理起動装置1と、実行履歴記憶チ
ェック手段2と、再実行注意表示手段4と、実行履歴記
憶手段5と、出力装置6とに接続されており、処理実行
履歴テーブル3を含んで構成されている。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. In FIG. 1, the same process re-execution prevention device 10 of the present embodiment includes a process starting device 1, an execution history storage check means 2, a re-execution warning display means 4, an execution history storage means 5, and an output device 6. The processing execution history table 3 is connected to the processing execution history table 3.

【0010】処理起動装置1は、キーボードを入力源と
し、操作員が起動させたい処理名を取り込む。次に、実
行履歴記憶チェック手段2は、処理起動装置1より入力
された処理名を基に処理実行履歴テーブル3を参照し、
既に処理の実行が済んでいるか否かを判断し、さらに、
実行済みの場合には、再実行が可能かを判断する。続い
て、再実行注意表示手段4は、実行履歴記憶チェック手
段2で判断された結果、処理の実行が済んでいた場合は
、出力装置6の図面上に再実行であることを警告する表
示を行なう。さらに、再実行が可能な場合は、処理を続
行するか否かを操作員に対して選択させ、処理を続行し
ない場合は処理を終了させる。そして、実行履歴記憶手
段5は、処理の実行が終了後、処理実行履歴テーブル3
の実行済区分を実行済みとする。
The process starting device 1 uses a keyboard as an input source and takes in the name of a process that an operator wants to start. Next, the execution history memory checking means 2 refers to the process execution history table 3 based on the process name input from the process starting device 1,
Determine whether the process has already been executed, and further,
If it has already been executed, determine whether it can be executed again. Subsequently, if the execution history memory checking means 2 determines that the process has been executed, the re-execution warning display means 4 displays a warning message on the drawing of the output device 6 to warn that the process is to be re-executed. Let's do it. Further, if re-execution is possible, the operator is asked to select whether or not to continue the process, and if the process is not to be continued, the process is terminated. Then, after the execution of the process is finished, the execution history storage means 5 stores the process execution history table 3.
The executed classification is set as executed.

【0011】図2を参照してさらに詳細に説明する。[0011] This will be explained in more detail with reference to FIG.

【0012】図2は処理実行履歴テーブル3の構成を示
す図である。
FIG. 2 is a diagram showing the structure of the processing execution history table 3.

【0013】処理起動装置1より起動された処理名に基
づき処理実行履歴テーブル3aより同一処理名の内容を
検索する。そして、処理実行履歴テーブル3aの処理名
Aの例においては、実行済区分が“0”(処理未実行)
であるため、再実行注意表示手段4は警告を行なわず、
実行履歴記憶手段5により実行済区分に処理実行済みと
記憶する。
Based on the name of the process started by the process starting device 1, the process execution history table 3a is searched for the contents of the same process name. In the example of process name A in the process execution history table 3a, the executed category is "0" (process not executed).
Therefore, the re-execution warning display means 4 does not issue a warning,
The execution history storage means 5 stores that the process has been executed in the executed category.

【0014】また、処理名Bの例においては、実行済区
分“1”が(処理実行済み)であるため、再実行注意表
示手段4により出力装置6の図面上に再実行であること
を警告する表示を行なう。さらに、再実行可能区分が“
0”(再実行可能な処理)であるため、出力装置6によ
り処理を続行するか否かを操作員に選択させる。そして
、処理の続行が選択された場合は同一処理を再実行し、
また、終了が選択された場合には処理を実行せず終了す
る。
Further, in the example of process name B, since the executed classification "1" is (process executed), the re-execution warning display means 4 displays a warning on the drawing of the output device 6 that re-execution is to be performed. display. Furthermore, the re-executable classification is “
0'' (a re-executable process), the operator is prompted to select whether or not to continue the process using the output device 6. If the operator selects to continue the process, the same process is re-executed,
Further, if the end is selected, the process ends without executing the process.

【0015】最後に、処理名Cの例においては、実行済
区分が“1”(処理実行済み)であるため、処理名Bと
同様に、再実行注意表示手段4により出力装置6の図面
上に再実行であることを警告する表示を行なう。しかし
、再実行可能区分が“1”(再実行が不可能な処理)で
あるため、処理は実行せず終了する。
Finally, in the example of process name C, since the executed classification is "1" (process executed), similar to process name B, the re-execution warning display means 4 displays a message on the drawing of the output device 6. A warning message will be displayed to warn you that the process will be re-executed. However, since the re-executable classification is "1" (a process that cannot be re-executed), the process is not executed and ends.

【0016】[0016]

【発明の効果】以上説明したように本発明は、同一処理
を再実行すると出力装置の画面上に警告を表示するため
、専門知識を有していない操作員が運用している情報処
理システムや、複数の操作員が運用している情報処理シ
ステムにおいて、誤ってデータを消去したり、データを
破壊させることはない。
Effects of the Invention As explained above, the present invention displays a warning on the screen of the output device when the same process is re-executed. In an information processing system operated by multiple operators, there is no possibility of accidentally erasing or destroying data.

【0017】従って、従来のように、更新前の退避デー
タを複写したり、データを復旧させるプログラムを作成
したり、再度データを入力することもなく、そのための
時間や工数が節減できるという効果がある。
Therefore, there is no need to copy the saved data before updating, create a program to restore the data, or input the data again, as in the past, and the effect is that the time and man-hours required for this can be saved. be.

【図面の簡単な説明】[Brief explanation of the drawing]

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

【図2】図1の処理実行履歴テーブル3の構成を示す図
である。
FIG. 2 is a diagram showing the configuration of a process execution history table 3 in FIG. 1;

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

1    処理起動装置 2    実行履歴記憶チェック手段 3    処理実行履歴テーブル 3a    処理実行履歴テーブル(構成)4    
再実行注意表示手段 5    実行履歴記憶手段 6    出力装置 10    同一処理再実行防止装置
1 Process activation device 2 Execution history storage checking means 3 Process execution history table 3a Process execution history table (configuration) 4
Re-execution warning display means 5 Execution history storage means 6 Output device 10 Same process re-execution prevention device

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  情報処理システムにおける処理起動時
において、実行履歴記憶テーブルの内容を参照し、起動
された処理が既に実行されているか否かを判断する実行
履歴記憶チェック手段と、その判断の結果、既に実行さ
れている処理であった場合、警告を画面出力装置に表示
すると共に、前記処理を続行するか否かの選択を操作者
に行わせる再実行注意表示手段と、前記処理の終了時、
処理実行の履歴を処理実行履歴テーブルに記憶させる実
行履歴記憶手段とを有することを特徴とする同一処理再
実行防止装置。
1. Execution history storage checking means for determining whether or not the activated process has already been executed by referring to the contents of an execution history storage table at the time of starting a process in an information processing system, and a result of the determination. , a re-execution warning display means that displays a warning on a screen output device if the process has already been executed and allows the operator to select whether or not to continue the process, and when the process is finished; ,
1. An apparatus for preventing re-execution of the same process, comprising an execution history storage means for storing the history of process execution in a process execution history table.
JP3017205A 1991-02-08 1991-02-08 Same processing re-execution preventing device Pending JPH04256019A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3017205A JPH04256019A (en) 1991-02-08 1991-02-08 Same processing re-execution preventing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3017205A JPH04256019A (en) 1991-02-08 1991-02-08 Same processing re-execution preventing device

Publications (1)

Publication Number Publication Date
JPH04256019A true JPH04256019A (en) 1992-09-10

Family

ID=11937437

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3017205A Pending JPH04256019A (en) 1991-02-08 1991-02-08 Same processing re-execution preventing device

Country Status (1)

Country Link
JP (1) JPH04256019A (en)

Similar Documents

Publication Publication Date Title
US7523391B1 (en) Indicating change to data form
JP3282153B2 (en) Electronic equipment
JPH04256019A (en) Same processing re-execution preventing device
JPH0764838A (en) Information processor and control method
JPH01108634A (en) System for preventing erroneous usage of external recording medium
JPS63118838A (en) Method for preventing use of program duplicate
JP3253133B2 (en) Monitoring device and monitoring method for programmable controller
JP2805886B2 (en) Menu processing device
JP2899126B2 (en) Event display system
JPH01312624A (en) System for controlling display of multi-window
JPH0863116A (en) Display controller and display control method
JP2635777B2 (en) Programmable controller
JPS62100805A (en) Programmable controller
JP2000242356A (en) Console device
JPH0287269A (en) Data controller
JPH05257559A (en) Information processor
JPH05224770A (en) Method and device for processing data
JPH07140947A (en) Method of erasing picture display
JPH1049502A (en) Checking device
JPH08137846A (en) Document processor with document backup function
JPH0392922A (en) Information processor
JPH04273280A (en) Learning backup system
JPH03167642A (en) File memory device
JPH05224800A (en) Automatic input system
JPH01282654A (en) Displaying data recording system