JPH05274137A - Wrong sequence processing preventing method - Google Patents

Wrong sequence processing preventing method

Info

Publication number
JPH05274137A
JPH05274137A JP1049092A JP1049092A JPH05274137A JP H05274137 A JPH05274137 A JP H05274137A JP 1049092 A JP1049092 A JP 1049092A JP 1049092 A JP1049092 A JP 1049092A JP H05274137 A JPH05274137 A JP H05274137A
Authority
JP
Japan
Prior art keywords
update
program
date
updating
input
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.)
Granted
Application number
JP1049092A
Other languages
Japanese (ja)
Other versions
JP2903825B2 (en
Inventor
Yoshihiro Okada
吉博 岡田
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 JP1049092A priority Critical patent/JP2903825B2/en
Publication of JPH05274137A publication Critical patent/JPH05274137A/en
Application granted granted Critical
Publication of JP2903825B2 publication Critical patent/JP2903825B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PURPOSE:To prevent such a case where another updating program is carried out before executing an updating program that should be processed in advance among plural updating processing programs that must be processed in a fixed sequence. CONSTITUTION:An updating information storage part 5 stores an updating date, the next scheduled updating date, and a program to be carried out in advance with the correspondence to an updating program name. A menu display means 2 is started by an input/output part 1 for execution of the selection of an updating program and the input of an updating date. An updating sequence check means 3 refers to the contents of the part 5 to check whether the scheduled updating date of the selected updating program is coincident with the input updating date or not and whether a program to be carried out exists or not. Furthermore, the means 3 checks whether the processings are already carried out or not up to the input updating date even if the program to be carried out in advance exists. Then, an updating program executing means 7 carries out the selected updating program only when the due conditions are satisfied. Then, a date updating means 4 refers to a closing date table storage part 6 to update the updating date and the scheduled updating date stored in the part 5.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は誤順処理防止方法に関
し、特に情報処理装置により予め定められているプログ
ラムを使用し、入力したデータについて、複数の更新プ
ログラムの中から予め決められた順序で更新プログラム
を選択しデータの更新を行わせるときに適用する誤順処
理防止方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an erroneous order processing preventing method, and in particular, it uses a program predetermined by an information processing device and inputs data in a predetermined order from a plurality of update programs. The present invention relates to a method of preventing an incorrect order process applied when an update program is selected and data is updated.

【0002】[0002]

【従来の技術】予め定めらた複数の互いに異なる処理プ
ログラムの内で、時系列的に正しい順序で上述した処理
プログラムを選択して起動し、入力されたデータについ
て所定の更新処理を行わせる情報処理装置、たとえば、
物品についての売上げ品目とその件数と売上高を日ごと
にデータとして取り込む日次更新処理のプログラムがあ
り。
2. Description of the Related Art Information for selecting and activating the above-mentioned processing programs in a time-sequentially correct order from a plurality of predetermined processing programs, and performing predetermined update processing on input data. Processing device, for example,
There is a daily update processing program that captures sales items for goods, the number of items, and sales amount as data on a daily basis.

【0003】日時更新処理を規定の締次更新処理(それ
までの日時更新データに対して予め定められた日時に達
するとそれまでの日時更新データについての特定のデー
タ項目についての集計を行う更新処理)を1カレンダー
月の中間に行う締次更新プログラムがあり。
[0003] The date and time update processing is a prescribed periodic update processing (update processing for counting specific data items of date and time update data up to that time when a predetermined date and time is reached for date and time update data up to that point) ) There is a periodic update program that does the middle of one calendar month.

【0004】毎カレンダー月の最終日ごとにそれまでの
日時更新プログラムで作成されたデータおよび締次更新
プログラムで作成されたデータを基にして月次更新によ
りデータを更新する月次更新プログラムと、上述した各
更新プログラムによって更新されたデータを基に、たと
えば、6カ月を単位としてデータの更新を行う期末更新
の各データ処理のプログラムがある場合には、締次更新
プログラムに規定されている日付けまでの日次更新プロ
グラムを用いたデータの更新を行ってから締次更新プロ
グラムを用いた処理を行うことが必要であり、月次更新
プログラムの使用にあたっては、月次更新プログラムが
更新を行う期日までの日次更新ブログラムと締次更新プ
ログラムによるデータの更新処理を行うことが必要であ
り、期末更新プログラムによるデータの更新を行うにあ
たっては、日次更新、締次更新および月次更新プログラ
ムによるデータの更新処理が必要である。
A monthly update program for updating the data by monthly update based on the data created by the date and time update program and the data created by the daily update program up to the last day of each calendar month. Based on the data updated by each update program described above, for example, if there is a data processing program for end-of-term update that updates data in units of 6 months, the date specified in the periodic update program It is necessary to update the data using the daily update program up to the date before processing with the daily update program. When using the monthly update program, the monthly update program updates the data. It is necessary to update the data by the daily update program up to the deadline and the daily update program. When the updating of data by the ram, daily updated, it is necessary to update processing of data by tightening following updates and monthly updates.

【0005】図5は、上述した各更新処理について従来
のデータの更新方法を示す流れ図である。
FIG. 5 is a flow chart showing a conventional data updating method for each of the above-mentioned updating processes.

【0006】従来、このような処理を行う場合には、以
下の処理を行う情報処理装置をその操作者が起動し、た
とえば、図5に示されているように、実行すべきプログ
ラムである日次、締次、月次および期末の更新処理に関
する更新プログラムをその対応する項目番号とを関連付
けて表示し項目番号を選択入力して項目番号に対応する
プログラムを起動するメニュー表示プログラムをステッ
プ(以下Sと略称する)1で起動し、操作者が、表示さ
れたプログラムの内のどのプログラムを選択すべきかを
判断し、その判断により、適切なプログラムを選択し
(S2)、起動して所望の更新プログラムを実行(S
3)し、必要なデータの更新を行っていた。
Conventionally, when such processing is performed, the operator starts an information processing apparatus for performing the following processing, and, for example, as shown in FIG. Step up the menu display program that displays the update program related to the update processing at the next, the next month, the month, and the end of the year by associating it with the corresponding item number, select and input the item number, and start the program corresponding to the item number (below. 1), the operator determines which one of the displayed programs should be selected, and the operator selects an appropriate program based on the determination (S2) and activates the desired program. Run the update program (S
3) Then, the necessary data was updated.

【0007】[0007]

【発明が解決しようとする課題】上述した従来のデータ
の処理方法においては、複数の処理プログラムをメニュ
ー表示された中から選択するとき、操作者が判断を誤っ
て、規定の日付まで日次更新プログラムを用いて更新を
行わない内に締次更新プログラムを実行し、締次更新を
行うと、このような更新処理により異常なデータが更新
データとして作成してしまい、このような、締次更新処
理により更新されたデータを基に、月次および期末更新
プログラムを使用してデータの更新を行うと、月次およ
び期末更新プログラムにより異常なデータが生成されて
しまうことになる。
In the above-described conventional data processing method, when a plurality of processing programs are selected from the menu displayed, the operator makes an incorrect decision and updates daily until the prescribed date. If the periodic update program is executed before updating using the program and the periodic update is performed, abnormal data will be created as update data due to such update processing. If the data is updated by using the monthly and year-end update programs based on the data updated by the processing, abnormal data will be generated by the monthly and year-end update programs.

【0008】このように、従来のデータの更新方法で
は、時系列的に正しい順序とは異なる更新プログラムを
操作者が誤って選択し実行しても、それが誤りであるこ
とを知らせる表示はないので、このような誤操作に気付
くことがなく、誤って作成されたデータがそのまま出力
されてしまうという欠点を有している。
As described above, in the conventional data update method, even if the operator mistakenly selects and executes an update program that is out of order in time series, there is no display indicating that the update program is incorrect. Therefore, there is a drawback in that the erroneously created data is output as it is without noticing such an erroneous operation.

【0009】また、このような誤りに後日気付いても、
その修正に多大な時間を必要とするという欠点を有して
いる。
Further, even if such an error is noticed at a later date,
It has the drawback of requiring a great deal of time to correct it.

【0010】本発明の目的は、このように操作者が更新
プログラムを選択したとき、その更新プログラムによる
処理の前提となる、他の更新プログラムによる更新処理
が行われていないときには、このような状態を検出して
選択された更新プログラムを実行せずに、この選択され
た更新プログラムの前提となる他の更新プログラムによ
る更新処理が未実施であることを表示し、誤った更新処
理が行われることを防止することができる誤順処理防止
方法を提供することにある。
An object of the present invention is to provide such a state when the operator selects an update program as described above, and when the update process by another update program, which is a prerequisite for the process by the update program, is not being performed. That the update processing by the other update program that is a prerequisite of this selected update program has not been executed without executing the selected update program by detecting It is to provide a method of preventing misordering processing that can prevent the above.

【0011】[0011]

【課題を解決するための手段】本発明の誤順処理防止方
法は、複数の互いに特定の順序でデータの更新処理を必
要とする更新プログラムを記憶する更新プログラム記憶
部と、前記更新プログラムのすべてについて前記更新プ
ログラム名とその更新プログラムについての要先行プロ
グラム名と前記更新プログラムの更新日付と次に更新す
べき更新予定日付とを前記更新プログラム名に対応づけ
て前記更新プログラムごとに記憶する更新情報記憶部
と、前記更新プログラムの更新すべき日付を日付順に予
め定められた期間に亘り更新プログラムに対応づけて締
日テーブルとして記憶する締日テーブル記憶部と、前記
更新プログラムのプログラムを選択可能なメニューとし
て表示するメニュー表示手段と、前記更新情報記憶部の
更新日付と更新予定日付とを更新する日付変更手段と、
前記更新プログラムを実行する更新プログラム実行手段
と、データの入力と出力の表示を行う入出力部と、起動
されると予め決められた注意情報を前記入出力部に表示
出力する注意表示情報出力手段とを有し、前記入出力部
により前記メニュー表示手段を起動して前記更新プログ
ラムをメニュー表示させ、このメニュー表示に基づいて
所望の更新プログラムの選択と更新日付の入力を前記入
出力部により行い、選択した更新プログラムに関する情
報を前記更新順序チェック手段により前記更新情報記憶
部を参照して抽出し、前記入力した更新日付と抽出した
更新予定日付とを比較し、一致したときは要先行プログ
ラムの有無を調べ、一致しないときは、前記注意表示情
報出力手段を前記更新順序チェック手段により起動し前
記入出力部に注意情報を表示させ、再度更新プログラム
の表示メニューを表示させ、前記一致したときには要先
行プログラムの存在の有無を調べ、存在すれば該当する
要先行プログラム名のプログラム名について前記更新情
報記憶部を参照して対応する更新日付を抽出し、前記入
力した更新日付とこの抽出した更新日付とを比較し、こ
れらが一致しているときおよび前記要先行プログラムが
存在しないときは前記選択した更新プログラムを前記更
新プログラム実行手段を起動して前記更新プログラム記
憶部より読み出して実行させ、前記選択した更新プログ
ラムについて前記更新順序チェック手段により日付更新
手段を起動し、この日付更新手段により前記締日テーブ
ル内を参照し、該当更新手段に対応づけられている次の
更新予定日付を抽出し今回の更新日付とともに前記更新
情報記憶部の更新日付と更新予定日付とを更新し、前記
要先行プログラムの更新日付が前記入力した更新日付と
一致しないときには前記注意表示情報出力手段を前記更
新順序チェック手段により起動を行う。
An erroneous order process prevention method of the present invention includes a plurality of update program storage units for storing update programs that require data update processes in a mutually specific order, and all of the update programs. About the update program name, the preceding program name required for the update program, the update date of the update program, and the scheduled update date to be updated next are associated with the update program name and stored for each update program A storage unit, a closing date table storage unit that stores a date to be updated of the update program as a closing date table in association with the update program for a predetermined period in chronological order, and a program of the update program can be selected. Menu display means for displaying as a menu, update date and update schedule of the update information storage section And date change means for updating and with,
Update program executing means for executing the update program, an input / output unit for displaying data input and output, and a caution display information output unit for outputting predetermined caution information to the input / output unit when activated. The input / output unit activates the menu display means to display the update program in a menu, and the input / output unit selects a desired update program and inputs the update date based on the menu display. , Information regarding the selected update program is extracted by the update order check means by referring to the update information storage unit, the input update date is compared with the extracted scheduled update date, and when they match, the preceding program is required. If there is no match, the caution display information output means is activated by the update order check means and the input / output section is noted. Information is displayed, the display menu of the update program is displayed again, and when there is a match, the presence / absence of the preceding program required is checked, and if there is, the update information storage section is referred to for the program name of the corresponding preceding program name. The corresponding update date is extracted, the input update date is compared with the extracted update date, and when they match and when the preceding program requiring is not present, the selected update program is updated. The program execution means is activated to read out from the update program storage unit and executed, and the update order check means activates the date update means for the selected update program, and the date update means refers to the closing date table. , The next scheduled update date associated with the relevant update method is extracted, and this update date At the same time, the update date and the scheduled update date of the update information storage unit are updated, and when the update date of the preceding program required does not match the input update date, the caution display information output means is activated by the update order check means. To do.

【0012】[0012]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Embodiments of the present invention will now be described with reference to the drawings.

【0013】図1は本発明の誤順処理防止方法の一実施
例を示す流れ図であり、図2は図1に示された本発明の
誤順処理防止方法を適用した処理装置の一例を示すブロ
ック図であり、図3は図2に示されている更新情報記憶
部の内容を示す説明図であり、図4は図2に示されてい
る締日テーブル記憶部の内容を示す説明図である。
FIG. 1 is a flow chart showing an embodiment of the incorrect order processing prevention method of the present invention, and FIG. 2 shows an example of a processing apparatus to which the incorrect order processing prevention method of the present invention shown in FIG. 1 is applied. 3 is a block diagram, FIG. 3 is an explanatory diagram showing the contents of the update information storage unit shown in FIG. 2, and FIG. 4 is an explanatory diagram showing the contents of the deadline table storage unit shown in FIG. is there.

【0014】図2の処理装置は、注意表示情報出力手段
9の出力側とメニュー表示手段2に接続されている入出
力部1と、メニュー表示手段2に接続され起動される更
新順序チェック手段3と、更新順序チェック手段3に接
続された日付更新手段4と、更新順序チェック手段3と
日付更新手段4に接続された更新情報記憶部5と、日付
更新手段4に接続された締日テーブル記憶部6と、更新
順序チェック手段3により起動される更新プログラム実
行手段7と、更新プログラム実行手段7に接続されてい
る更新プログラム記憶部8と更新順序チェック手段3に
より起動され入出力部1の出力側に接続されている注意
表示情報出力手段9とから構成されている。
The processing apparatus shown in FIG. 2 has an input / output unit 1 connected to the output side of the caution display information output unit 9 and the menu display unit 2, and an update order check unit 3 connected to the menu display unit 2 and activated. A date update unit 4 connected to the update order check unit 3, an update order storage unit 5 connected to the update order check unit 3 and the date update unit 4, and a deadline table storage connected to the date update unit 4. Section 6, update program execution means 7 activated by the update order check means 3, update program storage section 8 connected to the update program execution means 7 and output by the input / output section 1 activated by the update order check means 3. It is composed of a caution display information output means 9 connected to the side.

【0015】更新プログラム記憶部8には更新プログラ
ムとして、すでに図5について説明したと同じ日次更新
プログラム、締次更新プログラム、月次更新プログラム
および期末更新プログラムとが記憶されているとする。
It is assumed that the update program storage section 8 stores the same daily update program, daily update program, monthly update program and end-of-year update program as already described with reference to FIG.

【0016】また、更新情報記憶部5内には、更新プロ
グラムのすべてについて、図3に示したように上述した
更新プログラム名を示すプログラム名と、このプログラ
ム名のプログラムが更新した更新日付と、次に更新すべ
き更新予定日付と、このプログラムに対して先行して実
行をすることが必要な更新プログラム名を示す要先行プ
ログラム名とが互いに対応づけられて予め定められたフ
ォーマットで記憶される。
Further, in the update information storage unit 5, for all of the update programs, the program name indicating the above-mentioned update program name as shown in FIG. 3, and the update date when the program with this program name was updated, The scheduled update date to be updated next and the preceding program name that indicates the name of the updated program that needs to be executed prior to this program are stored in a predetermined format in association with each other. ..

【0017】すなわち、プログラム名の領域には日次更
新プログラムであれば日次更新が記憶され、このプログ
ラムに先行して処理すべき更新プログラムはないので、
要先行プログラム名の領域は空白のまま残される。この
日次更新プログラムの更新された日付が1991年3月
31日であるとすれば、91,03,31として更新日
付の領域に記憶される。また、次に更新されるべき更新
予定日が1991年4月1日であるとすれば、91,0
4,01が更新予定日付の領域に記憶される。
In other words, if the daily update program is stored in the program name area, the daily update is stored, and there is no update program to be processed prior to this program.
The area for the name of the preceding program required is left blank. If the updated date of this daily update program is March 31, 1991, it is stored as 91, 03, 31 in the update date area. If the next scheduled update date is April 1, 1991, then 91.0
4, 01 is stored in the area of the scheduled update date.

【0018】プログラム名が期末更新である期末更新プ
ログラムはそのプログラム名の領域に期末更新が記憶さ
れ、該当する要先行プログラムが月次処理であるので、
要先行プログラム名の領域に月次処理が記憶される。ま
た、更新された日付が1991年3月31日であれば、
更新日付の領域に91,03,31が記憶される。
The term-end update program whose program name is the term-end update stores the term-end update in the area of the program name, and the corresponding preceding program required is monthly processing.
Monthly processing is stored in the area of the preceding program name required. If the updated date is March 31, 1991,
91, 03, 31 are stored in the update date area.

【0019】また、図2に示されている、締日テーブル
記憶部6内には、図4に示されているように、前述のす
べての更新プログラムについて、その更新プログラム名
を示すプログラム名と、その更新プログラムについての
更新すべき更新予定日付がその実行すべき時刻順にプロ
グラム名に対応づけられて、予め記憶されている。
Further, in the deadline table storage unit 6 shown in FIG. 2, as shown in FIG. 4, for all the above-mentioned update programs, a program name indicating the update program name and a program name indicating the update program name are stored. The scheduled update date of the update program to be updated is stored in advance in association with the program name in the order of time of execution.

【0020】たとえば、プログラム名が日次更新プログ
ラムであるプログラム名は日次更新として記憶され、こ
の日次更新プログラムの更新予定日付が時刻順に199
1年3月31日が91,03,31として、またそれに
続く更新予定日が1991年4月1日であれば、91,
04,01のように順次記憶しておく。このような、更
新予定日を、それぞれの更新プログラムごとに予め定め
られた日付まで締日テーブルとして記憶させておく。
For example, the program name whose program name is the daily update program is stored as the daily update program, and the scheduled update dates of this daily update program are 199 in the order of time.
If March 31, 1st is 91,03,31, and the next scheduled update date is April 1, 1991, then 91,03,31
Sequentially stored as 04, 01. Such a scheduled update date is stored as a deadline table up to a predetermined date for each update program.

【0021】前述の、更新プログラム実行手段7は更新
順序チェック手段3から実行命令が出力されると選択さ
れた更新プログラムを更新プログラム記憶部より読み出
して、この更新プログラムを実行する。
When the execution order is output from the update order check means 3, the update program execution means 7 reads out the selected update program from the update program storage section and executes this update program.

【0022】また、注意表示情報出力手段9は更新順序
チェック手段3から情報出力命令を受信すると予め記憶
している注意表示情報を入出力部1に出力する。
When receiving the information output command from the update order check means 3, the caution display information output means 9 outputs the pre-stored caution display information to the input / output unit 1.

【0023】以下に、図1に従って本発明の誤順処理防
止方法の動作を説明する。
The operation of the misordering prevention method according to the present invention will be described below with reference to FIG.

【0024】入出力部1から予め定められた命令を入力
しメニュー表示手段2を起動させ、更新プログラムを表
示させる(S10)。入出力部1により希望する更新処
理プログラムを選択し(S11)、更新日付を入力する
(S12)。
A predetermined command is input from the input / output unit 1 to activate the menu display means 2 to display the update program (S10). A desired update processing program is selected by the input / output unit 1 (S11), and the update date is input (S12).

【0025】メニュー表示手段2はこれらの選択と更新
日付の入力がなされると、更新順序チェック手段3を起
動し、更新順序チェック手段3により更新情報記憶部5
内に記憶されている情報の内で選択された更新プログラ
ムのプログラム名に対応づけられて記憶されている情報
を抽出し(S13)、入出力部1から入力された更新日
付と更新情報記憶部5から抽出した更新予定日付とを比
較し(S14)、両者が一致していれば、さらに要先行
プログラムが存在するか否かを調べる(S15)。
When the menu display means 2 receives these selections and inputs the update date, it activates the update order check means 3, and the update order check means 3 causes the update information storage section 5 to operate.
The information stored in association with the program name of the selected update program among the information stored therein is extracted (S13), and the update date input from the input / output unit 1 and the update information storage unit are extracted. The scheduled update date extracted from 5 is compared (S14), and if they match each other, it is further checked whether or not there is a preceding program required (S15).

【0026】要先行プログラムが存在しなければ、更新
順序チェック手段3は更新プログラム実行手段7に実行
命令を出力して起動させ更新プログラム記憶部8から選
択されたプログラムを読み出させて実行させる(S1
6)、実行が終了すると、更新順序チェック手段3は日
付更新手段4を起動し、この日付更新手段4により締日
テーブル記憶部6内の締日テーブルを参照して実行した
更新プログラムに該当する次の更新予定日付を読み出し
更新情報記憶部5内の該当するプログラムに対応づけら
れた更新予定日付の領域に書き込ませる(S17)。次
に、この日付更新手段4により更新情報記憶部5内の該
当する更新プログラムに対応する更新日付の内容を入出
力部1により入力した更新日付に書き変えて更新する処
理を行わせる(S18)。
If the preceding program required does not exist, the update order check means 3 outputs an execution command to the update program execution means 7 to activate it and read the selected program from the update program storage section 8 to execute it. S1
6) When the execution is completed, the update order check means 3 activates the date update means 4 and corresponds to the update program executed by the date update means 4 referring to the closing date table in the closing date table storage unit 6. The next scheduled update date is read out and written in the area of the scheduled update date associated with the corresponding program in the update information storage unit 5 (S17). Next, the date updating means 4 performs a process of updating the contents of the update date corresponding to the corresponding update program in the update information storage unit 5 by rewriting it to the update date input by the input / output unit 1 (S18). ..

【0027】前述したS14において、入出力部1から
入力された更新日付と更新情報記憶部5から抽出した更
新予定日付とが不一致のときには、更新順序チェック手
段3は、注意表示情報出力手段9を起動して(S2
1)、注意表示情報を入出力部1に出力させ(S2
2)、メニュー表示により処理プログラム選択(S1
1)に処理を戻す。
In S14, when the update date input from the input / output unit 1 and the scheduled update date extracted from the update information storage unit 5 do not match, the update order check means 3 causes the caution display information output means 9 to operate. Start up (S2
1) Output the caution display information to the input / output unit 1 (S2
2) Select the processing program by displaying the menu (S1
Return the process to 1).

【0028】また、先述したS15において、要先行プ
ログラムが存在するときには、更新順序チェック手段3
は、更新情報記憶部5を参照して要先行プログラム名と
等しいプログラム名に対応づけられている更新日付を抽
出する(S19)。
In step S15 described above, when there is a preceding program required, the update order check means 3
Refers to the update information storage unit 5 and extracts the update date associated with the program name equal to the preceding program name required (S19).

【0029】この抽出した更新日付と入出力部1からす
でに入力されている更新日付とを比較し(S20)、両
者が一致しているときには、前述したS16の処理に移
行し、これら両者が不一致であるときには、先述したS
21に処理を移す。
The extracted update date is compared with the update date already input from the input / output unit 1 (S20). If they match each other, the process proceeds to S16 described above, and these two do not match. If S is
The process is moved to 21.

【0030】以上の説明で明らかなように、先行して更
新処理を行うべき更新処理を行うことなしに、時系列的
に後刻処理すべき更新プログラムを誤って選択しても注
意表示が入出力部1に出力されるだけで、更新プログラ
ムの実行は行われないことになる。
As is apparent from the above description, even if the update program to be processed later is mistakenly selected in chronological order without performing the update processing to be performed in advance, the caution display is input / output. Only the data is output to the section 1, and the update program is not executed.

【0031】[0031]

【発明の効果】以上説明したように、本発明の誤順処理
防止方法は、更新プログラムが選択され、かつ、更新日
付が入力されると、更新順序チェック手段3により、更
新情報記憶部5の内容を参照して、選択された更新プロ
グラムの実行の可否を判断して入力された更新日付が更
新予定日付と異なるときおよび、要先行プログラムによ
る処理が実行されていないときには、選択された更新プ
ログラムの実行を防止するので、操作者が誤った順序で
更新プログラムを実行することを防止することができる
という効果を有している。従って、更新プログラムの実
行の順序を誤って実行し、その後に誤りを訂正する無駄
な時間の発生を防止することができるという効果を有し
ている。
As described above, in the incorrect order process prevention method of the present invention, when the update program is selected and the update date is input, the update order check means 3 causes the update information storage unit 5 to store the update information. When the update date that is input by judging whether or not the selected update program can be executed is different from the scheduled update date by referring to the contents, and when the process by the preceding program requiring execution is not executed, the selected update program Since the execution of the update program is prevented, the operator can be prevented from executing the update program in the wrong order. Therefore, there is an effect that it is possible to prevent the wasteful time for correcting the error by executing the update program in the wrong order.

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

【図1】本発明の誤順処理防止方法の一実施例の動作を
説明する流れ図である。
FIG. 1 is a flow chart illustrating an operation of an embodiment of an out-of-order processing prevention method according to the present invention.

【図2】本発明の誤順処理防止方法を適用した処理装置
の一例をを示すブロック図である。
FIG. 2 is a block diagram showing an example of a processing device to which an incorrect order processing prevention method of the present invention is applied.

【図3】図2の更新情報記憶部の内容を示す説明図であ
る。
FIG. 3 is an explanatory diagram showing the contents of an update information storage unit in FIG.

【図4】図2の締日テーブルの内容を示す説明図であ
る。
FIG. 4 is an explanatory diagram showing the contents of the closing date table of FIG.

【図5】従来の更新プログラムの操作方法を示す流れ図
である。
FIG. 5 is a flowchart showing a conventional method of operating an update program.

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

1 入出力部 2 メニュー表示手段 3 更新順序チェック手段 4 日付更新手段 5 更新情報記憶部 6 締日テーブル記憶部 7 更新プログラム実行手段 8 更新プログラム記憶部 9 注意表示情報出力手段 1 Input / Output Section 2 Menu Display Means 3 Update Order Checking Means 4 Date Updating Means 5 Update Information Storage 6 Deadline Table Storage 7 Update Program Execution Means 8 Update Program Storage 9 Caution Display Information Output Means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 複数の互いに特定の順序でデータの更新
処理を必要とする更新プログラムを記憶する更新プログ
ラム記憶部と、前記更新プログラムのすべてについて前
記更新プログラム名とその更新プログラムについての要
先行プログラム名と前記更新プログラムの更新日付と次
に更新すべき更新予定日付とを前記更新プログラム名に
対応づけて前記更新プログラムごとに記憶する更新情報
記憶部と、前記更新プログラムの更新すべき日付を日付
順に予め定められた期間に亘り更新プログラムに対応づ
けて締日テーブルとして記憶する締日テーブル記憶部
と、前記更新プログラムのプログラムを選択可能なメニ
ューとして表示するメニュー表示手段と、前記更新情報
記憶部の更新日付と更新予定日付とを更新する日付変更
手段と、前記更新プログラムを実行する更新プログラム
実行手段と、データの入力と出力の表示を行う入出力部
と、起動されると予め決められた注意情報を前記入出力
部に表示出力する注意表示情報出力手段とを有し、前記
入出力部により前記メニュー表示手段を起動して前記更
新プログラムをメニュー表示させ、このメニュー表示に
基づいて所望の更新プログラムの選択と更新日付の入力
を前記入出力部により行い、選択した更新プログラムに
関する情報を前記更新順序チェック手段により前記更新
情報記憶部を参照して抽出し、前記入力した更新日付と
抽出した更新予定日付とを比較し、一致したときは要先
行プログラムの有無を調べ、一致しないときは、前記注
意表示情報出力手段を前記更新順序チェック手段により
起動し前記入出力部に注意情報を表示させ、再度更新プ
ログラムの表示メニューを表示させ、前記一致したとき
には要先行プログラムの存在の有無を調べ、存在すれば
該当する要先行プログラム名のプログラム名について前
記更新情報記憶部を参照して対応する更新日付を抽出
し、前記入力した更新日付とこの抽出した更新日付とを
比較し、これらが一致しているときおよび前記要先行プ
ログラムが存在しないときは前記選択した更新プログラ
ムを前記更新プログラム実行手段を起動して前記更新プ
ログラム記憶部より読み出して実行させ、前記選択した
更新プログラムについて前記更新順序チェック手段によ
り日付更新手段を起動し、この日付更新手段により前記
締日テーブル内を参照し、該当更新手段に対応づけられ
ている次の更新予定日付を抽出し今回の更新日付ととも
に前記更新情報記憶部の更新日付と更新予定日付とを更
新し、前記要先行プログラムの更新日付が前記入力した
更新日付と一致しないときには前記注意表示情報出力手
段を前記更新順序チェック手段により起動することを特
徴とする誤順処理防止方法。
1. An update program storage unit for storing a plurality of update programs that require data update processing in a mutually specific order, the update program name for all of the update programs, and a pre-requisite program for the update program. Name, the update date of the update program, and the update date to be updated next are stored in association with the update program name for each update program, and the update date of the update program is dated. A closing date table storage unit that stores a closing date table in association with the update program over a predetermined period in order, a menu display unit that displays the program of the updating program as a selectable menu, and the update information storage unit A date changing means for updating the update date and the scheduled update date of the Update program executing means for executing a program, an input / output unit for displaying data input and output, and a caution display information output unit for displaying and outputting predetermined caution information to the input / output unit when activated. Having the input / output unit activates the menu display means to display the update program in a menu, and based on this menu display, a desired update program is selected and an update date is input by the input / output unit. The information about the updated program is extracted by the update order check unit by referring to the update information storage unit, the input update date is compared with the extracted scheduled update date, and if there is a match, the presence or absence of a preceding program is checked. If they do not match, the caution display information output means is activated by the update order check means and the caution information is displayed on the input / output unit. , The update program display menu is displayed again, and when there is a match, the presence / absence of a preceding program required is checked, and if there is, a corresponding update is performed by referring to the update information storage unit for the program name of the corresponding preceding program name. A date is extracted, the input update date is compared with the extracted update date, and when these match, and when the preceding program required is not present, the selected update program is executed by the update program executing means. The update program is started and read from the update program storage unit and executed. The date update means is started by the update order check means for the selected update program, the date update means refers to the closing date table, and the corresponding update means is executed. Extracts the next scheduled update date associated with the Updating the update date and the scheduled update date of the update information storage unit, and activating the caution display information output means by the update order check means when the update date of the preceding program required does not match the input update date. A characteristic method for preventing misordering.
JP1049092A 1992-01-24 1992-01-24 Misorder processing prevention method Expired - Lifetime JP2903825B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1049092A JP2903825B2 (en) 1992-01-24 1992-01-24 Misorder processing prevention method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1049092A JP2903825B2 (en) 1992-01-24 1992-01-24 Misorder processing prevention method

Publications (2)

Publication Number Publication Date
JPH05274137A true JPH05274137A (en) 1993-10-22
JP2903825B2 JP2903825B2 (en) 1999-06-14

Family

ID=11751623

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1049092A Expired - Lifetime JP2903825B2 (en) 1992-01-24 1992-01-24 Misorder processing prevention method

Country Status (1)

Country Link
JP (1) JP2903825B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10149306A (en) * 1996-11-18 1998-06-02 Nippon Telegr & Teleph Corp <Ntt> Service cooperation device and its generation device
JP2006277574A (en) * 2005-03-30 2006-10-12 Toshiba Corp Software configuration management system for medical equipment
JP2011133923A (en) * 2009-12-22 2011-07-07 Hitachi Ltd Error warning method and device for processing procedure using management table
US8713673B2 (en) 2006-03-31 2014-04-29 Nec Corporation Qualification screening system and screening method thereof, qualification screening device and device under qualification screening

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10149306A (en) * 1996-11-18 1998-06-02 Nippon Telegr & Teleph Corp <Ntt> Service cooperation device and its generation device
JP2006277574A (en) * 2005-03-30 2006-10-12 Toshiba Corp Software configuration management system for medical equipment
US8713673B2 (en) 2006-03-31 2014-04-29 Nec Corporation Qualification screening system and screening method thereof, qualification screening device and device under qualification screening
JP2011133923A (en) * 2009-12-22 2011-07-07 Hitachi Ltd Error warning method and device for processing procedure using management table

Also Published As

Publication number Publication date
JP2903825B2 (en) 1999-06-14

Similar Documents

Publication Publication Date Title
US5600836A (en) System and method for processing date-dependent information which spans one or two centuries
JPH05274137A (en) Wrong sequence processing preventing method
JPH05341819A (en) Method and device for debugging of sfc program
US20050216440A1 (en) Information processing apparatus and information processing method
JPH03105406A (en) Error message display method for installation
JPH09152925A (en) Menu system
JPH03171368A (en) Document file device
JP2000194750A (en) Data register device and recording medium
JPH0277838A (en) Control system for program selective execution menu
JP2685997B2 (en) OCR data input processing method
JP2798015B2 (en) Program error analysis support system
JP2830568B2 (en) Information processing device capable of displaying processing history
EP0859985B1 (en) Local and zone time data conversion processing for date-dependent information which spans one or two centuries
GB2260627A (en) Data integrity in a project control apparatus
JPH07311700A (en) Parallel processing system
JPH06332749A (en) Register analysis processor
JP3120443B2 (en) Command processing unit
JPH10187611A (en) Altering process system for job schedule
JPH1027084A (en) Display device
JPH0573103A (en) Operating parameter setting supporting device
JP2001282573A (en) Display device of array data in debugger
JP2638195B2 (en) Input method by dynamic control
JPH0296864A (en) Device and method for updating data
CN116450589A (en) Control system, information processing apparatus, and recording medium
JPH07253806A (en) Scheduler definition generation device

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19990223

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080326

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090326

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090326

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100326

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100326

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110326

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110326

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120326

Year of fee payment: 13

EXPY Cancellation because of completion of term