JP2004078491A - Batch processing system and parameter management method for batch processing system - Google Patents

Batch processing system and parameter management method for batch processing system Download PDF

Info

Publication number
JP2004078491A
JP2004078491A JP2002236880A JP2002236880A JP2004078491A JP 2004078491 A JP2004078491 A JP 2004078491A JP 2002236880 A JP2002236880 A JP 2002236880A JP 2002236880 A JP2002236880 A JP 2002236880A JP 2004078491 A JP2004078491 A JP 2004078491A
Authority
JP
Japan
Prior art keywords
parameter
value
processing system
batch processing
list
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
JP2002236880A
Other languages
Japanese (ja)
Other versions
JP4330854B2 (en
Inventor
Sukemitsu Matsui
松井 佑光
Yoko Kobayashi
小林 葉子
Katsuhiko Yoshida
吉田 勝彦
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2002236880A priority Critical patent/JP4330854B2/en
Publication of JP2004078491A publication Critical patent/JP2004078491A/en
Application granted granted Critical
Publication of JP4330854B2 publication Critical patent/JP4330854B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a batch processing system having excellent operability to prevent an error in execution sequence and a registration error of parameters, and a management method of the system. <P>SOLUTION: The system is provided with a means to store a correspondence table which correlates a plurality of setting values with a setting value ID assigned to each setting value, either of the values can be registered as the parameters; a means to display a first list of the setting value ID, a means to receive the setting value ID included in the first list via the prescribed input interface; and a means to retrieve the setting value corresponding to the received setting value ID from the correspondence table for each of a plurality of the programs so as to register the retrieved setting value as the parameters. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、バッチ処理システム及びバッチ処理システムのパラメータ管理方法に関する。
【0002】
【従来の技術】
コンピュータシステムは、そのシステムにて実行されるプログラムに対し、その処理条件等の変動要素(以下、パラメータと称す)をプログラムの外部(ファイル又はデータベース)に格納しておくことが一般的である。このようなコンピュータシステムとしては、例えば、ある業務についてのバッチ処理を構成する複数のプログラムを所定の順序にて実行するバッチ処理システムがある。このようなバッチ処理システムでは、それぞれのプログラムを実行する毎に、ファイルやデータベースに格納されたパラメータの値を、そのパラメータと対応するプログラムがその実行時に使用可能となるように登録を行う必要がある。
【0003】
ここで、従来のバッチ処理システムには、例えば、特開2002−132516号公報において開示されているような、複数のプログラムで一連の処理を実行する場合に実行順序の誤りを防ぎ、パラメータ値の登録ミスを防ぐことのできるプログラム実行システムがある。
【0004】
【発明が解決しようとする課題】
ところで、前記プログラム実行システムなどの従来のバッチ処理システムでは、プログラム実行時における状況(日付、場所、処理形態など)に応じて、修正が必要となるパラメータ値を改めて登録し直す必要がある。この場合、従来のバッチ処理システムでは、図8に示すようなパラメータ設定画面において、各プログラムを実行する毎に、修正が必要となるパラメータ値をマニュアル等にて調査し、キーボード等で直接入力することで登録しなければならないので、そのようなパラメータが多数存在すると、パラメータ値の登録ミスを引き起こす可能性が高くなるとともに、その登録に多くの時間が費やされることになる。
【0005】
本発明は、このような経緯に基づいてなされたものであり、運用性の高いバッチ処理システム及びバッチ処理システムのパラメータ管理方法を提供することを目的とする。
【0006】
【課題を解決するための手段】
前記課題を解決するための主たる本発明は、ある業務についてのバッチ処理を構成する複数のプログラムを、前記プログラムごとに対応づけて記憶されているパラメータの登録された値を用いて、それぞれ実行するバッチ処理システムにおいて、前記パラメータとしていずれか登録可能な複数の設定値と、前記設定値ごとに付与される設定値IDと、を対応づけた対応表を記憶する手段と、前記設定値IDについての第1のリストを表示する手段と、前記第1のリストに含まれる一の前記設定値IDを所定の入力インタフェースを介して受信する手段と、前記受信した設定値IDに対応する設定値を、前記複数のプログラムそれぞれについて前記対応表から検索し、その結果検索された設定値を前記パラメータとして登録する手段と、を有するバッチ処理システムである。
このような構成により得られる効果として、例えば、パラメータ値の登録ミスが生じる可能性を減少させ、また、その登録に係る時間を短縮できるので、運用性の高いバッチ処理システムを提供できることが挙げられる。
本発明の他の特徴については、添付図面及び本明細書の記載により明らかにする。
【0007】
【発明の実施の形態】
===開示の概要===
以下の開示により、少なくとも次のことが明らかにされる。
ある業務についてのバッチ処理を構成する複数のプログラムを、前記プログラムごとに対応づけて記憶されているパラメータの登録された値を用いて、それぞれ実行するバッチ処理システムにおいて、前記パラメータとしていずれか登録可能な複数の設定値と、前記設定値ごとに付与される設定値IDと、を対応づけた対応表を記憶する手段と、前記設定値IDについての第1のリストを表示する手段と、前記第1のリストに含まれる一の前記設定値IDを所定の入力インタフェースを介して受信する手段と、前記受信した設定値IDに対応する設定値を、前記複数のプログラムそれぞれについて前記対応表から検索し、その結果検索された設定値を前記パラメータとして登録する手段と、を有することを特徴とするバッチ処理システム。
【0008】
上述した中で、「設定値ID」とは、キー項目のことであり、「設定値」はキー項目ごとの内容となる。「対応表」とは、後述の実施例においては、処理管理ファイルの各キー項目とその内容にて構成されるテーブルである。「第1のリスト」とは、後述の実施例においては、パラメータ設定画面においてパラメータ一覧枠内の入力ボックスの右端のボタンを押下することによってプルダウン表示されるキー項目のリストのことである。「パラメータの登録」とは、ファイル又はデータベースに格納されているパラメータの値を、そのパラメータに対応するプログラムがその実行時において使用可能とすることである。
このような構成により、例えば、パラメータ値の登録ミスが生じる可能性を減少させ、また、その登録に係る時間を短縮できるので、運用性の高いバッチ処理システムを提供できる。
【0009】
本発明の第2の態様として、前記バッチ処理に付与される処理IDと、前記プログラムごとに付与されるプログラムIDと、前記パラメータに付与されるパラメータIDと、をそれぞれ前記複数の設定値と対応づけて前記対応表に記憶する手段と、前記処理IDについての第2のリストを表示する手段と、前記第2のリストに含まれる一の前記処理IDを所定の入力インタフェースを介して受信する手段と、前記受信した処理IDに対応する情報を前記対応表から検索し、その結果検索された処理IDに対応する情報及びパラメータの値を表示する手段と、を有する。
上述した中で、「第2のリスト」とは、例えば、後述の実施例においては、パラメータ設定画面において検索条件枠内の入力ボックスの右端のボタンを押下することによってプルダウン表示される処理名のリストのことである。
このような構成にすることにより、例えば、あるバッチ処理を構成する複数のプログラムについての実行順序やパラメータ値などの情報を一元管理し、また、オペレータが一括して確認することが可能となるので、プログラム実行順序の誤りや、パラメータ値の登録ミスなどを容易に発見することができる。
【0010】
本発明の第3の態様として、前記表示されたパラメータの値についての修正を受け付けるパラメータ修正手段を有し、前記パラメータ修正手段は、前記表示されたパラメータについての修正値を所定の入力インタフェースを介して受信する手段と、前記受信した修正値を前記表示されたパラメータとして登録する手段と、を有する。
【0011】
上述した中で、「パラメータ修正手段」とは、例えば、後述の実施例においては、パラメータ設定画面のパラメータ入力の項目において、キーボードなどの入力装置を介してパラメータ値を直接入力し、そのパラメータ値を登録することである。
このような構成にすることにより、従来技術のように画面に表示されたパラメータ値を直接的に修正することもできるので、システムの柔軟性が増し、運用性の高いバッチ処理システムを提供できる。
【0012】
本発明の第4の態様として、前記処理IDに対応する情報及びパラメータの値を表示する手段は、同一の値を有するパラメータの集合については、その集合に含まれる一のパラメータに対応する情報を代表表示する手段を有し、前記パラメータ修正手段を介して、代表表示された一のパラメータの値をある修正値に修正した場合には、前記集合に含まれる全てのパラメータに前記修正値を登録する手段を有する。
このような構成にすることにより、オペレータによる登録操作が必要となるパラメータ値の数が減少するため、パラメータ値の登録ミスが生じる可能性を減少させ、また、その登録に係る時間を短縮できるので、運用性の高いバッチ処理システムを提供できる。
【0013】
本発明の第5の態様としては、前記バッチ処理システムが有するクロック機能もしくはカレンダ機能から取得した日付又は時刻情報を、前記パラメータの設定値の日付又は時刻の属性値に反映させる手段を有する。
【0014】
上述した中で、「パラメータの設定値の日付又は時刻の属性値」とは、例えば、”夏”,”冬”などの季節や、一年を半分に区分した”上期”,”下期”など、システムが有するクロック機能もしくはカレンダ機能から取得した日付又は時刻情報をもとに、プログラムが実行時に利用可能となるよう変換を必要とするパラメータ値のことである。
このような構成にすることにより、例えば、前記「対応表」などにおいて記憶されているパラメータ値をシステムが自動的にメンテナンスし、オペレータにかかる負荷を減少させるので、運用性の高いバッチ処理システムを提供できる。
【0015】
本発明の第6の態様としては、前記クロック機能もしくはカレンダ機能から取得した所定の日付又は時刻情報に応じて、その日付もしくは時刻情報が利用時期として対応づけられた設定値又はその日付もしくは時刻情報を属性値に反映させた設定値を前記パラメータとして登録する。
このような構成にすることにより、前記クロック機能もしくはカレンダ機能から取得した所定の日付又は時刻情報に応じて、その日付又は時刻情報に関連するパラメータ値を自動的に登録することが可能となるので、運用性の高いバッチ処理システムを提供することができる。
【0016】
===実施例===
以下、図面を参照して本発明の実施形態について説明する。
<システム構成>
図1は、本発明の一実施形態となるバッチ処理システムのブロック図である。本システムは、特開2002−132516号公報に開示されたプログラム実行システムの構成と同様、ROM、RAM、業務処理データベース、環境ファイル(いずれも不図示)を有するのは勿論のこと、処理装置10、キーボードやマウスなどの入力装置11、CRTや液晶ディスプレイなどの表示装置やプリンタなどの出力装置12、アプリケーションプログラムを記憶するプログラム記憶手段13、アプリケーションプログラムの実行時に用いられるパラメータの値などを記憶するパラメータDB記憶手段14、後述の設定ファイル400を記憶するキー項目情報記憶手段15、後述の処理管理ファイル500を記憶する処理管理情報記憶手段16、とを有し、それぞれが互いにアクセス可能となるよう接続されている。
【0017】
つぎに、処理装置10について説明する。処理装置10は、パラメータ情報取得部101、表示情報生成部102、パラメータ情報管理部103、処理管理部104などを有する。なお、パラメータ情報取得部101は、パラメータDB記憶手段14、キー項目情報記憶手段15、処理管理情報記憶手段16それぞれに記憶されている情報を参照して、パラメータ情報(処理名、プログラムID、パラメータID、パラメータ名、パラメータ値)を取得する。表示情報生成部102は、表示装置としての出力装置12に表示する画面情報を生成する。パラメータ情報管理部103は、前述したパラメータ情報の登録などの管理を行う。処理管理部140は、処理管理情報記憶手段16に記憶されている後述の処理管理ファイル500に基づいて、プログラム記憶手段13に記憶されているアプリケーションプログラムの実行に関しての制御を行う。なお、処理装置10は、一般的なコンピュータシステムにおけるCPUなどによって実現することができる。
【0018】
つぎに、パラメータDB記憶手段14、キー項目情報記憶手段15、処理管理情報記憶手段16それぞれに記憶する情報を、以下の事例に基づいて説明する。但し、本発明の実施形態としては、以下の事例やそれに類似した事例にのみ限定されるものではない。
【0019】
いま、ある地域の住人が地域内の施設を利用した場合、その地域の自治体が利用料金の一部を補助金として支給する。ここで、自治体の担当課の職員が、補助金支給に係る業務において、本発明に係るバッチ処理システムを使用して、住人の施設利用状況を毎月処理し、報告書を作成するような事例を想定する(以下、この一連の処理のことを施設状況処理と称す)。
【0020】
この施設状況処理に用いられるアプリケーションプログラムとしては、業務データベースなどから特定の条件データに該当するデータを抽出する抽出処理プログラム、抽出されたデータを編集し加工する編集処理プログラム、編集されたデータを所定の書式で印刷する印刷処理プログラムの3本のアプリケーションプログラムからなっているものとする。図2は処理手順を示す概略図であり、後述のパラメータ設定画面600において、施設状況処理に関連するパラメータ値の登録を行い(S201)、そののち抽出処理プログラムによる処理(S202)、編集処理プログラムによる処理(S203)、印刷処理プログラムによる処理(S204)を連続実行する。
【0021】
このような事例において、まず、パラメータDB記憶手段14に記憶するパラメータDB300の構成について、図3を用いて説明する。同図に示すように、パラメータDB300は、施設状況処理などのバッチ処理ごとに、プログラム名、プログラムID、パラメータID、パラメータ名、及びパラメータ値を管理する。
【0022】
例えば、図示した例の場合、プログラムIDが”PROG01”である抽出処理プログラムは、パラメータIDとして”PROG01P01”,”PROG01P02”,”PROG01P03”,”PROG01P04”が割り当てられた「抽出年月日」「性別コード」「年齢条件1」「年齢条件2」の4つのパラメータを用いる。同様に、プログラムIDが”PROG02”である編集処理プログラムは、パラメータIDとして”PROG02P01”,”PROG02P02”が割り当てられた「編集年月日」「計算種別」の2つのパラメータを用い、プログラムIDが”PROG03”である印刷処理プログラムは、パラメータIDとして”PROG03P01”,”PROG03P02”,”PROG03P03”が割り当てられた「印刷年月日」「見出し有無」「印刷枚数」の3つのパラメータを用いる。また、各パラメータにはそれぞれ具体的なパラメータ値が設定されている。
【0023】
つぎに、キー項目情報記憶手段15に記憶する設定ファイル400の構成について、図4を用いて説明する。
同図に示すように、設定ファイル400は、複数のキー項目にて構成されるキー項目群401、それぞれのキー項目群を識別するためのキー項目種別名402によって構成される。ここで、キー項目とは、プログラム実行時における状況(日付、場所、処理形態など)に応じて登録された値の修正が必要となるパラメータに対し、予め設定しておいた設定値ごとに付与する識別子のことである。例えば、図3に示した、日付の属性をもつ「抽出年月日」、「編集年月日」、「印刷年月日」などのパラメータについては、”月”や”年”などをキー項目として設定することができる。すなわち、図4に示した例の場合、キー項目種別名402として”月”を設定することができ、それに属するキー項目群(「キー項目1」〜「キー項目12」)401としては、それぞれ”1月”〜”12月”を設定することができる。
【0024】
なお、以上では、日付の属性をもつパラメータについてのキー項目の設定例を説明したが、例えば、「地域名」、「施設名」、報告書などの書類の印刷をする/しないを判定するパラメータなども、キー項目として設定することができる。
【0025】
つぎに、処理管理情報記憶手段16に記憶されている処理管理ファイル500の構成について、図5を用いて説明する。同図に示すように、処理管理ファイル500は、本システムの対象とするバッチ処理を識別するための処理名や、プログラムID、パラメータIDを有する他に、前述した設定ファイル400にて定義された内容と同じ内容となるキー項目種別名402及びキー項目群401を有する。なお、以上の項目に加えて、一のバッチ処理を構成する複数のプログラムの実行順序を定義した「処理実行順序」や、同一のパラメータの値を有するパラメータそれぞれを関連づけるための「パラメータ関連ID」、「パラメータ桁数」などの項目を有しても良い。なお、本発明の実施形態に係る以下の説明においては、処理管理ファイル500におけるアプリケーションプログラムの記載順において、アプリケーションプログラムを実行するものとする。
【0026】
<パラメータ設定画面>
図6は、本発明の実施形態に係るパラメータ設定画面600を説明する図である。パラメータ設定画面600は、パラメータの値の登録、確認、修正などを行う画面であり、検索条件についての表示枠601(以下、検索条件枠と称す)や、パラメータ一覧についての表示枠602(以下、パラメータ一覧枠と称す)、パラメータ値を登録する処理を起動するための登録実行ボタン603が表示されている。
【0027】
検索条件枠601内では、本システムが対象とするバッチ処理に関連する情報を検索する手段としての、入力ボックス604及び検索ボタンが表示されている。ここで、入力ボックス604に処理名を入力すると、パラメータ一覧枠602内に、その処理に用いられるアプリケーションプログラムについての情報(プログラム名、プログラムID)や、それらのプログラム実行時に用いられるパラメータについての情報(パラメータ名、パラメータ値)をパラメータ情報一覧表605として表示する。
【0028】
なお、入力ボックス604に処理名を入力する仕組みとしては、同図に示すように、入力ボックス604の右端のボタンを押下し、本システムが対象とするバッチ処理に関連する処理名のリスト(以下、第2のリストと称す)をプルダウン表示させ、その第2のリストの中から所望のキー項目を選択することによって入力するようにしてもよい。もしくは、キーボードなどの入力装置11を用いて直接入力するようにしてもよい。
【0029】
このように、バッチ処理システムは、本システムが対象とするバッチ処理の処理名に基づき、その処理に用いられるアプリケーションプログラムの情報や、そのプログラム実行時に用いられるパラメータの情報を一元管理し、その処理名を指定することによってそれらの情報を一括表示できるので、プログラム実行順序の誤りや、パラメータ値の登録ミスなどを容易に発見することが可能となり、システムの運用性が向上することになる。
【0030】
また、パラメータ一覧枠602内では、前述したパラメータ情報一覧表605の他に、キー項目を選択し、プログラムが現時点において使用可能なパラメータの値を修正する手段としての、入力ボックス606及び設定ボタン607が表示されている。ここで、入力ボックス606にキー項目を入力し、さらに設定ボタン607を押下すると、入力したキー項目に対応するそれぞれのパラメータについてのパラメータ値が、パラメータ情報一覧表605内のパラメータ入力608の項目に表示される。
【0031】
なお、入力ボックス606にキー項目を入力する仕組みとしては、前述した入力ボックス604の場合と同様であり、入力ボックス606の右端のボタンを押下し、キー項目のリスト(以下、第1のリストと称す)をプルダウン表示させ、その第1のリストの中から所望のキー項目を選択することによって入力する。
【0032】
このようなパラメータ設定画面600により、本発明に係る一実施形態としてのバッチ処理システムは、プログラム実行時の状況に応じて登録された値の修正が必要となるパラメータを、キー項目が選択されることによって、そのキー項目に対応する予め設定しておいた値をパラメータとして登録する。以下では、このような場合におけるバッチ処理システムの処理の流れについて説明する。
【0033】
<パラメータ管理方法>
図6に示すパラメータ設定画面600及び図7に示すフローチャートを用いて、本発明に係る一実施形態としてのバッチ処理システムのパラメータ管理方法について説明する。なお、以下の説明では、ある自治体の担当課の職員(以下、オペレータと称す)が、バッチ処理システムを使用して、1月分の施設状況処理を実行するために、パラメータ設定画面600のパラメータ入力608の項目に表示されている現在登録されているパラメータの値を、図5に示す処理管理ファイル500に設定されているキー項目1の各値に修正するものとする。
【0034】
まず、出力装置12に表示されたパラメータ設定画面600において、オペレータによって検索条件枠601内の入力ボックス604の右端のボタンが押下されると、バッチ処理システムは、処理管理情報記憶手段16に記憶されている処理管理ファイル500の中から、設定されている処理名を検索し、その検索結果をもとに表示情報生成部102によって、第2のリストを出力装置12に表示する。
【0035】
つぎに、オペレータによって第2のリストから”施設状況処理”が選択され、検索条件枠601内の検索ボタンを押下されると(S701)、バッチ処理システムは、処理管理情報記憶手段16に記憶されている処理管理ファイル500の中から、”施設状況処理”に対応するプログラムID及びパラメータIDを検索する(S702)。また、バッチ処理システムは、その検索されたプログラムID及びパラメータIDを検索キーとして、パラメータDB記憶手段14に記憶されたパラメータDB300から”施設状況処理”に対応する情報(プログラム名、パラメータ名、パラメータ値)を検索し、その検索結果をもとに表示情報生成部102によって、パラメータ情報一覧表605を表示する(S703)。
【0036】
ここで、オペレータは、パラメータ入力608の項目に表示された値により、「抽出年月日」、「編集年月日」、「印刷年月日」などの各パラメータの値を一月分の値(図5に示すキー項目1の各パラメータ値)に修正すべきことを確認する。そこで、オペレータによって、パラメータ一覧枠602内の入力ボックス606の右端のボタンが押下されると、バッチ処理システムは、キー項目情報記憶手段15に記憶された設定ファイル400の中から、設定されているキー項目種別名402やキー項目群401を検索し、その検索結果をもとに表示情報生成部102によって、第1のリストを出力装置12に表示する。
【0037】
つぎに、バッチ処理システムは、オペレータによって第1のリストからキー項目1(”一月”)が選択され、また、設定ボタン607が押下されると(S704)、処理管理ファイル500の中からキー項目1に対応する各パラメータ値を検索し、その検索した各パラメータ値を表示情報生成部102によってパラメータ入力608の項目に表示する(S705)。そして、オペレータによって表示されたパラメータの値が一月分の値であることを確認され、また、登録実行ボタン603が押下されると、バッチ処理システムは、パラメータDB300に設定されているパラメータ値を、表示されているパラメータの値に更新する(S706)。
【0038】
このようにして、本発明に係る一実施形態としてのバッチ処理システムは、プログラム実行時の状況に応じて登録された値の修正が必要となるパラメータを、従来のようにプログラム実行毎に入力装置11を介してパラメータの修正値を直接入力する方法ではなく、前述したパラメータ設定画面600にて、キー項目が選択されることによって、そのキー項目に対応する予め設定しておいた値をパラメータとして登録する方法を用いる。このことは、パラメータ値の登録ミスが生じる可能性を減少させ、また、その登録に係る時間を短縮できるので、バッチ処理システムの運用性が向上したことになる。
【0039】
===その他の実施形態===
なお、上記実施形態では、パラメータ設定画面600におけるパラメータ入力608の項目には、現時点においてアプリケーションプログラムが使用可能な各パラメータの値が表示されているが、この表示されているパラメータの値をキーボードなどの入力装置11を介して修正し、その修正した値を登録するようにしてもよい。
【0040】
また、上記実施形態では、例えば、図6に示したパラメータ設定画面600の表示例のように、パラメータの値が同一である「抽出年月日」、「編集年月日」、「印刷年月日」が表示されている。しかしながら、このような同一の値をもつパラメータの集合については、その集合に含まれる一のパラメータ(例えば、「抽出年月日」)に対応する情報及びそのパラメータ値のみを代表させて表示し、その表示されている一のパラメータの値を登録することによって、その集合に含まれる全てのパラメータ値の登録が行われるようにしてもよい。
【0041】
また、上記実施形態において、バッチ処理システムが有するクロック機能もしくはカレンダ機能から取得した日付又は時刻情報を、例えば、”夏”,”冬”などの季節属性をもつパラメータや、”上期”,”下期”を選択するパラメータなど、日付又は時刻の属性を有するパラメータの属性値へ自動的に反映させるようにしてもよい。
【0042】
また、上記実施形態において、バッチ処理システムが有するクロック機能もしくはカレンダ機能から取得した所定の日付又は時刻情報に応じて、その日付もしくは時刻情報が利用時期として対応づけられた設定値又はその日付もしくは時刻情報を属性値に反映させた設定値をパラメータとして登録してもよい。例えば、パラメータ値の登録時において、その登録時の時刻から季節属性を判定し、その判定された季節属性に対して予め設定されている各パラメータ値もしくはその判定された季節属性の値そのものを一斉にパラメータとして登録するような形態が考えられる。
【0043】
以上のような実施形態をとることによっても、パラメータの値の登録ミスが生じる可能性を減少させ、その登録に係る時間を短縮することができるので、運用性の高いバッチ処理システムを提供することができる。
【0044】
【発明の効果】
本発明によれば、運用性を向上させるバッチ処理システム及びバッチ処理システムのパラメータ管理方法を提供することができる。
【図面の簡単な説明】
【図1】本発明に係る一実施形態としてのバッチ処理システムの概略構成図である。
【図2】本発明に係る一実施形態としてのバッチ処理を説明する図である。
【図3】本発明に係る一実施形態としてのパラメータDBの構成を説明する図である。
【図4】本発明に係る一実施形態としての設定ファイルの構成を説明する図である。
【図5】本発明に係る一実施形態としての処理管理ファイルの構成を説明する図である。
【図6】本発明に係る一実施形態としてのパラメータ設定画面を説明する図である。
【図7】本発明に係る一実施形態としてのパラメータ管理方法を説明するフローチャートである。
【図8】従来のパラメータ設定画面を説明する図である。
【符号の説明】
10 処理装置
101 パラメータ情報取得部
102 表示情報生成部
103 パラメータ情報管理部
104 処理管理部
11 入力装置
12 出力装置
13 アプリケーションプログラム記憶手段
14 パラメータDB記憶手段
15 キー項目情報記憶手段
16 処理管理情報記憶手段
300 パラメータDB
400 設定ファイル
401 キー項目群
402 キー項目種別名
500 処理管理ファイル
600 パラメータ設定画面
601 検索条件枠
602 パラメータ一覧枠
603 登録実行ボタン
604 入力ボックス
605 パラメータ情報一覧表
606 入力ボックス
607 設定ボタン
608 パラメータ入力
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a batch processing system and a parameter management method for the batch processing system.
[0002]
[Prior art]
In general, a computer system stores, in a program executed by the system, variable elements such as processing conditions (hereinafter, referred to as parameters) outside the program (file or database). As such a computer system, for example, there is a batch processing system that executes a plurality of programs constituting a batch process for a certain task in a predetermined order. In such a batch processing system, each time a program is executed, it is necessary to register the values of the parameters stored in a file or a database so that the program corresponding to the parameter can be used at the time of execution. is there.
[0003]
Here, in the conventional batch processing system, for example, when a series of processes is executed by a plurality of programs as disclosed in JP-A-2002-132516, an error in the execution order is prevented, and There is a program execution system that can prevent registration errors.
[0004]
[Problems to be solved by the invention]
By the way, in a conventional batch processing system such as the above-mentioned program execution system, it is necessary to re-register parameter values that need to be corrected according to the situation (date, place, processing mode, etc.) at the time of program execution. In this case, in the conventional batch processing system, on each parameter setting screen as shown in FIG. 8, every time each program is executed, a parameter value that needs to be corrected is checked manually or the like, and directly input using a keyboard or the like. Therefore, if a large number of such parameters exist, the possibility of registration error of the parameter value increases, and the registration takes a lot of time.
[0005]
The present invention has been made based on such circumstances, and has as its object to provide a batch processing system with high operability and a parameter management method for the batch processing system.
[0006]
[Means for Solving the Problems]
The main invention for solving the above-mentioned problem executes a plurality of programs constituting a batch process for a certain task by using registered values of parameters stored in association with each program. In the batch processing system, a unit that stores a correspondence table in which a plurality of set values that can be registered as any of the parameters and a set value ID assigned to each of the set values are stored. Means for displaying a first list, means for receiving one of the set value IDs included in the first list via a predetermined input interface, and setting values corresponding to the received set value IDs, Means for searching the correspondence table for each of the plurality of programs, and registering the setting values searched as a result as the parameters. It is a batch processing system.
As an effect obtained by such a configuration, for example, it is possible to reduce the possibility of a parameter value registration error and to shorten the time required for the registration, thereby providing a highly operable batch processing system. .
Other features of the present invention will be apparent from the accompanying drawings and the description of the present specification.
[0007]
BEST MODE FOR CARRYING OUT THE INVENTION
=== Disclosure Overview ===
The following disclosure makes at least the following clear.
In a batch processing system that executes a plurality of programs constituting a batch process for a certain task using registered values of parameters stored in association with each program, any one of the programs can be registered as the parameter. Means for storing a correspondence table in which a plurality of setting values are associated with setting value IDs assigned to the respective setting values; means for displaying a first list of the setting value IDs; Means for receiving, via a predetermined input interface, one of the set value IDs included in the list of No. 1; and searching for the set value corresponding to the received set value ID from the correspondence table for each of the plurality of programs. Means for registering the setting value searched as a result as the parameter.
[0008]
In the above description, the “set value ID” is a key item, and the “set value” is a content for each key item. The "correspondence table" is a table composed of each key item of the process management file and its contents in the embodiment described later. The “first list” refers to a list of key items that are displayed in a pull-down manner by pressing a button on the right end of an input box in a parameter list frame on a parameter setting screen in an embodiment described later. "Registration of a parameter" means that a value of a parameter stored in a file or a database can be used by a program corresponding to the parameter at the time of execution.
With such a configuration, for example, the possibility of erroneous registration of parameter values can be reduced, and the time required for the registration can be shortened, so that a highly operable batch processing system can be provided.
[0009]
As a second aspect of the present invention, a process ID assigned to the batch process, a program ID assigned to each program, and a parameter ID assigned to the parameter correspond to the plurality of set values, respectively. Means for additionally storing in the correspondence table, means for displaying a second list of the process IDs, and means for receiving one of the process IDs included in the second list via a predetermined input interface And a means for searching the correspondence table for information corresponding to the received process ID, and displaying information and parameter values corresponding to the process ID searched as a result.
In the above description, the “second list” is, for example, in the embodiment described later, a process name that is displayed in a pull-down manner by pressing a button at the right end of an input box in a search condition frame on a parameter setting screen. It is a list.
With such a configuration, for example, information such as the execution order and parameter values of a plurality of programs constituting a certain batch process can be centrally managed, and the operator can collectively check the information. In addition, it is possible to easily find an error in the program execution order, a registration error of the parameter value, and the like.
[0010]
As a third aspect of the present invention, there is provided a parameter correcting means for receiving a correction on the value of the displayed parameter, wherein the parameter correcting means inputs a correction value for the displayed parameter via a predetermined input interface. And a means for registering the received correction value as the displayed parameter.
[0011]
In the above description, the "parameter correcting means" means, for example, in the embodiment described later, in the parameter input item of the parameter setting screen, directly input a parameter value through an input device such as a keyboard, and Is to register.
With such a configuration, the parameter values displayed on the screen can be directly modified as in the related art, so that the flexibility of the system is increased and a batch processing system with high operability can be provided.
[0012]
As a fourth aspect of the present invention, the means for displaying the information corresponding to the processing ID and the value of the parameter includes, for a set of parameters having the same value, information corresponding to one parameter included in the set. When a value of one representatively displayed parameter is corrected to a certain correction value via the parameter correction means, the correction value is registered in all the parameters included in the set. Have means to do so.
With such a configuration, the number of parameter values that require an operator's registration operation is reduced, so that the possibility of a parameter value registration error is reduced, and the time required for the registration can be shortened. , A highly operable batch processing system can be provided.
[0013]
As a fifth aspect of the present invention, there is provided a means for reflecting date or time information acquired from a clock function or a calendar function of the batch processing system in a date or time attribute value of the parameter setting value.
[0014]
In the above description, the “attribute value of the date or time of the parameter setting value” refers to, for example, a season such as “summer” or “winter”, or “first half” or “second half” that divides a year into half. A parameter value that needs to be converted so that a program can be used at the time of execution based on date or time information obtained from a clock function or a calendar function of the system.
With this configuration, for example, the system automatically maintains the parameter values stored in the “correspondence table” and the like, and reduces the load on the operator. Can be provided.
[0015]
According to a sixth aspect of the present invention, according to a predetermined date or time information obtained from the clock function or the calendar function, the date or time information is set as a use time or the set value or the date or time information. Is registered as the parameter as a setting value in which is reflected in the attribute value.
With such a configuration, it becomes possible to automatically register parameter values related to the date or time information according to predetermined date or time information obtained from the clock function or the calendar function. Thus, a batch processing system with high operability can be provided.
[0016]
=== Example ===
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
<System configuration>
FIG. 1 is a block diagram of a batch processing system according to an embodiment of the present invention. This system has a ROM, a RAM, a business process database, and an environment file (all not shown) as well as the configuration of the program execution system disclosed in JP-A-2002-132516. An input device 11 such as a keyboard or a mouse; a display device such as a CRT or a liquid crystal display; an output device 12 such as a printer; a program storage unit 13 for storing an application program; It has a parameter DB storage unit 14, a key item information storage unit 15 for storing a setting file 400 to be described later, and a process management information storage unit 16 for storing a process management file 500 to be described later. It is connected.
[0017]
Next, the processing device 10 will be described. The processing device 10 includes a parameter information acquisition unit 101, a display information generation unit 102, a parameter information management unit 103, a process management unit 104, and the like. The parameter information acquisition unit 101 refers to the information stored in each of the parameter DB storage unit 14, the key item information storage unit 15, and the process management information storage unit 16 and refers to the parameter information (process name, program ID, parameter ID, parameter name, and parameter value). The display information generation unit 102 generates screen information to be displayed on the output device 12 as a display device. The parameter information management unit 103 performs management such as registration of the parameter information described above. The process management unit 140 controls the execution of the application program stored in the program storage unit 13 based on a process management file 500 described later stored in the process management information storage unit 16. The processing device 10 can be realized by a CPU or the like in a general computer system.
[0018]
Next, information stored in the parameter DB storage unit 14, the key item information storage unit 15, and the process management information storage unit 16 will be described based on the following cases. However, embodiments of the present invention are not limited only to the following cases and cases similar thereto.
[0019]
If a resident of a certain area uses a facility in the area, a local government in that area will provide a part of the usage fee as a subsidy. Here, there is an example in which the staff of the section in charge of the municipality uses the batch processing system according to the present invention to process the facility use status of residents every month and to create a report in the work related to subsidy payment. It is assumed (hereinafter, this series of processing is referred to as facility status processing).
[0020]
The application programs used in the facility status processing include an extraction processing program for extracting data corresponding to specific condition data from a business database or the like, an editing processing program for editing and processing the extracted data, and It is assumed that the application program is composed of three application programs of a print processing program for printing in the format of. FIG. 2 is a schematic diagram showing a processing procedure. In a parameter setting screen 600 described later, parameter values related to facility status processing are registered (S201), and thereafter, processing by an extraction processing program (S202), an editing processing program (S203) and the processing (S204) by the print processing program are continuously executed.
[0021]
In such a case, first, the configuration of the parameter DB 300 stored in the parameter DB storage unit 14 will be described with reference to FIG. As shown in the figure, the parameter DB 300 manages a program name, a program ID, a parameter ID, a parameter name, and a parameter value for each batch process such as a facility status process.
[0022]
For example, in the case of the illustrated example, the extraction processing program with the program ID “PROG01” has “extraction date” “PROG01P01”, “PROG01P02”, “PROG01P03”, and “PROG01P04” assigned as parameter IDs. Four parameters of gender code, "age condition 1" and "age condition 2" are used. Similarly, the edit processing program with the program ID “PROG02” uses two parameters “edit date” and “calculation type” to which “PROG02P01” and “PROG02P02” are assigned as parameter IDs, and the program ID is The print processing program “PROG03” uses three parameters of “print date”, “presence / absence of headline”, and “number of prints” to which “PROG03P01”, “PROG03P02”, and “PROG03P03” are assigned as parameter IDs. Each parameter is set with a specific parameter value.
[0023]
Next, the configuration of the setting file 400 stored in the key item information storage unit 15 will be described with reference to FIG.
As shown in the figure, the setting file 400 includes a key item group 401 composed of a plurality of key items, and a key item type name 402 for identifying each key item group. Here, a key item is assigned to a parameter whose value needs to be corrected according to the situation (date, place, processing mode, etc.) at the time of program execution, for each set value set in advance. This is the identifier to be used. For example, as shown in FIG. 3, parameters such as “extraction date”, “edit date”, and “print date” having date attributes include “month” and “year” as key items. Can be set as That is, in the case of the example shown in FIG. 4, “month” can be set as the key item type name 402, and the key item group (“key item 1” to “key item 12”) 401 belonging to the month is “January” to “December” can be set.
[0024]
In the above, an example of setting key items for a parameter having a date attribute has been described. For example, a parameter for determining whether or not to print a document such as a "region name", a "facility name", and a report is used. Can be set as key items.
[0025]
Next, the configuration of the process management file 500 stored in the process management information storage unit 16 will be described with reference to FIG. As shown in the figure, the process management file 500 has a process name for identifying a batch process targeted by the present system, a program ID, and a parameter ID, and is defined in the setting file 400 described above. A key item type name 402 and a key item group 401 having the same contents as the contents are provided. In addition to the above items, a “processing execution order” that defines an execution order of a plurality of programs that constitute one batch process, and a “parameter-related ID” for associating parameters having the same parameter value with each other , "Parameter digit number", and the like. In the following description according to the embodiment of the present invention, it is assumed that the application programs are executed in the order of description of the application programs in the process management file 500.
[0026]
<Parameter setting screen>
FIG. 6 is a diagram illustrating a parameter setting screen 600 according to the embodiment of the present invention. The parameter setting screen 600 is a screen for registering, confirming, and modifying parameter values, and includes a display frame 601 for a search condition (hereinafter, referred to as a search condition frame) and a display frame 602 for a parameter list (hereinafter, referred to as a search frame). A registration execution button 603 for starting a process of registering a parameter value is displayed.
[0027]
In the search condition frame 601, an input box 604 and a search button as means for searching for information related to the batch processing targeted by the present system are displayed. When a process name is input in the input box 604, information (program name, program ID) on an application program used for the process and information on parameters used when executing the program are displayed in a parameter list frame 602. (Parameter name, parameter value) are displayed as a parameter information list 605.
[0028]
As a mechanism for inputting a process name in the input box 604, as shown in the figure, a button on the right end of the input box 604 is pressed, and a list of process names related to the batch process targeted by the present system (hereinafter, referred to as a list). , A second list) may be displayed by pull-down display, and a desired key item may be selected from the second list for input. Alternatively, the input may be performed directly using the input device 11 such as a keyboard.
[0029]
As described above, the batch processing system centrally manages information on application programs used for the processing and information on parameters used when the program is executed based on the processing name of the batch processing targeted by the present system, and executes the processing. Since such information can be displayed collectively by designating the name, it is possible to easily find an error in the program execution order, a parameter value registration error, and the like, thereby improving the operability of the system.
[0030]
In the parameter list frame 602, in addition to the parameter information list table 605 described above, an input box 606 and a setting button 607 as means for selecting a key item and correcting the value of a parameter currently usable by the program at the present time. Is displayed. When a key item is input in the input box 606 and the setting button 607 is pressed, the parameter value of each parameter corresponding to the input key item is changed to the parameter input 608 item in the parameter information list table 605. Is displayed.
[0031]
Note that the mechanism for inputting key items into the input box 606 is the same as that for the input box 604 described above. By pressing the button at the right end of the input box 606, a key item list (hereinafter referred to as a first list) is displayed. ) Is displayed by pull-down, and a desired key item is selected from the first list to input.
[0032]
With such a parameter setting screen 600, in the batch processing system as one embodiment according to the present invention, a key item is selected for a parameter that requires correction of a registered value according to a situation at the time of program execution. As a result, a preset value corresponding to the key item is registered as a parameter. Hereinafter, the flow of processing of the batch processing system in such a case will be described.
[0033]
<Parameter management method>
A parameter management method for a batch processing system according to an embodiment of the present invention will be described with reference to a parameter setting screen 600 shown in FIG. 6 and a flowchart shown in FIG. In the following description, the staff of the department in charge of a certain local government (hereinafter, referred to as an operator) uses the batch processing system to execute the facility status processing for one month. It is assumed that the value of the currently registered parameter displayed in the item of the input 608 is corrected to each value of the key item 1 set in the process management file 500 shown in FIG.
[0034]
First, when the operator presses the rightmost button of the input box 604 in the search condition frame 601 on the parameter setting screen 600 displayed on the output device 12, the batch processing system is stored in the processing management information storage unit 16. The set process name is searched from the set process management file 500, and the display information generating unit 102 displays the second list on the output device 12 based on the search result.
[0035]
Next, when the operator selects “facility status processing” from the second list and presses a search button in the search condition frame 601 (S701), the batch processing system stores the information in the processing management information storage unit 16. A program ID and a parameter ID corresponding to “facility status processing” are searched from the processing management file 500 (S702). Further, the batch processing system uses the retrieved program ID and parameter ID as a search key to retrieve information (program name, parameter name, parameter name) corresponding to “facility status processing” from the parameter DB 300 stored in the parameter DB storage unit 14. Value), and the display information generating unit 102 displays a parameter information list 605 based on the search result (S703).
[0036]
Here, the operator changes the value of each parameter such as “extraction date”, “edit date”, “print date”, etc. to one month value by the value displayed in the parameter input 608 item. (Each parameter value of key item 1 shown in FIG. 5) should be corrected. When the operator presses the rightmost button of the input box 606 in the parameter list frame 602, the batch processing system is set from the setting file 400 stored in the key item information storage unit 15. The key item type name 402 and the key item group 401 are searched, and the first list is displayed on the output device 12 by the display information generation unit 102 based on the search results.
[0037]
Next, when the operator selects the key item 1 ("January") from the first list and presses the setting button 607 (S704), the batch processing system selects a key item from the processing management file 500. Each parameter value corresponding to the item 1 is searched, and each searched parameter value is displayed in the item of the parameter input 608 by the display information generation unit 102 (S705). Then, it is confirmed that the value of the parameter displayed by the operator is a value for one month, and when the registration execution button 603 is pressed, the batch processing system reads the parameter value set in the parameter DB 300. Is updated to the value of the displayed parameter (S706).
[0038]
In this manner, the batch processing system as one embodiment according to the present invention includes a parameter that requires correction of a registered value according to a situation at the time of program execution, and an input device for each program execution as in the related art. Rather than directly inputting a correction value of a parameter via the key 11, a key item is selected on the parameter setting screen 600 described above, and a preset value corresponding to the key item is set as a parameter. Use the registration method. This reduces the possibility of a parameter value registration error and also reduces the time required for the registration, thereby improving the operability of the batch processing system.
[0039]
=== Other Embodiments ===
In the above-described embodiment, the value of each parameter that can be used by the application program at this time is displayed in the item of the parameter input 608 on the parameter setting screen 600. May be corrected via the input device 11 of the above, and the corrected value may be registered.
[0040]
Further, in the above embodiment, for example, as in the display example of the parameter setting screen 600 shown in FIG. 6, “extraction date”, “edit date”, and “print date” having the same parameter value are used. Day "is displayed. However, for such a set of parameters having the same value, only the information corresponding to one parameter (for example, “extraction date”) included in the set and the parameter value are displayed as a representative, By registering the value of one displayed parameter, the registration of all parameter values included in the set may be performed.
[0041]
In the above embodiment, the date or time information acquired from the clock function or the calendar function of the batch processing system is converted into a parameter having a seasonal attribute such as “summer” or “winter”, or “first half” or “second half”. For example, the attribute value of a parameter having a date or time attribute, such as a parameter for selecting "", may be automatically reflected.
[0042]
Further, in the above embodiment, according to the predetermined date or time information obtained from the clock function or calendar function of the batch processing system, the date or time information is set as the use time or the date or time. A setting value in which information is reflected in an attribute value may be registered as a parameter. For example, when registering a parameter value, a seasonal attribute is determined from the time of registration, and each parameter value preset for the determined seasonal attribute or the value of the determined seasonal attribute itself is simultaneously broadcast. In such a case, a parameter may be registered as a parameter.
[0043]
By adopting the above-described embodiment, it is possible to reduce the possibility of erroneous registration of parameter values and to reduce the time required for the registration, thereby providing a highly operable batch processing system. Can be.
[0044]
【The invention's effect】
According to the present invention, it is possible to provide a batch processing system and a parameter management method of the batch processing system that improve operability.
[Brief description of the drawings]
FIG. 1 is a schematic configuration diagram of a batch processing system as one embodiment according to the present invention.
FIG. 2 is a diagram illustrating batch processing as one embodiment according to the present invention.
FIG. 3 is a diagram illustrating a configuration of a parameter DB as one embodiment according to the present invention.
FIG. 4 is a diagram illustrating a configuration of a setting file as one embodiment according to the present invention.
FIG. 5 is a diagram illustrating a configuration of a process management file as one embodiment according to the present invention.
FIG. 6 is a diagram illustrating a parameter setting screen as one embodiment according to the present invention.
FIG. 7 is a flowchart illustrating a parameter management method according to an embodiment of the present invention.
FIG. 8 is a diagram illustrating a conventional parameter setting screen.
[Explanation of symbols]
10 Processing equipment
101 Parameter information acquisition unit
102 Display information generation unit
103 Parameter Information Management Unit
104 Process management unit
11 Input device
12 Output device
13 Application program storage means
14 Parameter DB storage means
15 Key item information storage means
16 Processing management information storage means
300 Parameter DB
400 configuration file
401 key item group
402 Key item type name
500 Processing management file
600 Parameter setting screen
601 Search condition frame
602 parameter list frame
603 Registration execution button
604 input box
605 Parameter information list
606 input box
607 Setting button
608 Parameter input

Claims (7)

ある業務についてのバッチ処理を構成する複数のプログラムを、前記プログラムごとに対応づけて記憶されているパラメータの登録された値を用いて、それぞれ実行するバッチ処理システムにおいて、
前記パラメータとしていずれか登録可能な複数の設定値と、前記設定値ごとに付与される設定値IDと、を対応づけた対応表を記憶する手段と、
前記設定値IDについての第1のリストを表示する手段と、
前記第1のリストに含まれる一の前記設定値IDを所定の入力インタフェースを介して受信する手段と、
前記受信した設定値IDに対応する設定値を、前記複数のプログラムそれぞれについて前記対応表から検索し、その結果検索された設定値を前記パラメータとして登録する手段と、
を有することを特徴とするバッチ処理システム。
In a batch processing system that executes a plurality of programs constituting a batch process for a certain task using registered values of parameters stored in association with each program,
Means for storing a correspondence table in which a plurality of setting values that can be registered as any of the parameters and a setting value ID assigned to each of the setting values are associated with each other;
Means for displaying a first list for the set value ID;
Means for receiving one of the set value IDs included in the first list via a predetermined input interface;
Means for searching a setting value corresponding to the received setting value ID from the correspondence table for each of the plurality of programs, and registering the setting value searched as a result as the parameter;
A batch processing system comprising:
前記バッチ処理に付与される処理IDと、前記プログラムごとに付与されるプログラムIDと、前記パラメータに付与されるパラメータIDと、をそれぞれ前記複数の設定値と対応づけて前記対応表に記憶する手段と、
前記処理IDについての第2のリストを表示する手段と、
前記第2のリストに含まれる一の前記処理IDを所定の入力インタフェースを介して受信する手段と、
前記受信した処理IDに対応する情報を前記対応表から検索し、その結果検索された処理IDに対応する情報及びパラメータの値を表示する手段と、
を有することを特徴とする請求項1に記載のバッチ処理システム。
Means for storing a process ID assigned to the batch process, a program ID assigned to each program, and a parameter ID assigned to the parameter in the correspondence table in association with the plurality of set values, respectively. When,
Means for displaying a second list for the process IDs;
Means for receiving, via a predetermined input interface, one of the process IDs included in the second list;
Means for searching the correspondence table for information corresponding to the received processing ID, and displaying information and parameter values corresponding to the processing ID searched as a result,
The batch processing system according to claim 1, comprising:
前記表示されたパラメータの値についての修正を受け付けるパラメータ修正手段を有し、
前記パラメータ修正手段は、
前記表示されたパラメータについての修正値を所定の入力インタフェースを介して受信する手段と、
前記受信した修正値を前記表示されたパラメータとして登録する手段と、
を有することを特徴とする請求項2に記載のバッチ処理システム。
Having parameter correction means for receiving correction for the value of the displayed parameter,
The parameter correction means,
Means for receiving a correction value for the displayed parameter via a predetermined input interface,
Means for registering the received correction value as the displayed parameter,
3. The batch processing system according to claim 2, comprising:
前記処理IDに対応する情報及びパラメータの値を表示する手段は、
同一の値を有するパラメータの集合については、その集合に含まれる一のパラメータに対応する情報を代表表示する手段を有し、
前記パラメータ修正手段を介して、代表表示された一のパラメータの値をある修正値に修正した場合には、前記集合に含まれる全てのパラメータに前記修正値を登録する手段を有することを特徴とする請求項3に記載のバッチ処理システム。
Means for displaying information and parameter values corresponding to the processing ID,
For a set of parameters having the same value, means for representatively displaying information corresponding to one parameter included in the set,
When the value of one representatively displayed parameter is corrected to a certain correction value via the parameter correction means, the parameter correction means is provided for registering the correction value for all parameters included in the set. 4. The batch processing system according to claim 3, wherein
前記バッチ処理システムが有するクロック機能もしくはカレンダ機能から取得した日付又は時刻情報を、前記パラメータの設定値の日付又は時刻の属性値に反映させる手段を有することを特徴とする請求項1に記載のバッチ処理システム。2. The batch according to claim 1, further comprising a unit configured to reflect date or time information acquired from a clock function or a calendar function of the batch processing system in a date or time attribute value of the parameter setting value. Processing system. 前記クロック機能もしくはカレンダ機能から取得した所定の日付又は時刻情報に応じて、その日付もしくは時刻情報が利用時期として対応づけられた設定値又はその日付もしくは時刻情報を属性値に反映させた設定値を前記パラメータとして登録する手段を有することを特徴とする請求項5に記載のバッチ処理システム。According to predetermined date or time information obtained from the clock function or calendar function, a set value in which the date or time information is associated as a use time or a set value in which the date or time information is reflected in an attribute value The batch processing system according to claim 5, further comprising a unit that registers the parameter as the parameter. ある業務についてのバッチ処理を構成する複数のプログラムを、前記プログラムごとに対応づけて記憶されているパラメータの登録された値を用いて、それぞれ実行するバッチ処理システムのパラメータ管理方法において、
前記パラメータとしていずれか登録可能な複数の設定値と、前記設定値ごとに付与される設定値IDと、を対応づけた対応表を記憶し、
前記設定値IDについての第1のリストを表示する工程と、
前記第1のリストに含まれる一の前記設定値IDを所定の入力インタフェースを介して受信する工程と、
前記受信した設定値IDに対応する設定値を、前記複数のプログラムそれぞれについて前記対応表から検索し、その検索結果としての前記設定値を前記パラメータとして登録する工程と、
を有することを特徴とするバッチ処理システムのパラメータ管理方法。
In a parameter management method of a batch processing system that executes a plurality of programs constituting a batch process for a certain task using registered values of parameters stored in association with each program,
Storing a correspondence table in which a plurality of setting values that can be registered as any of the parameters and a setting value ID assigned to each of the setting values are associated with each other;
Displaying a first list for the set value ID;
Receiving one set value ID included in the first list via a predetermined input interface;
Setting a value corresponding to the received setting value ID, searching the correspondence table for each of the plurality of programs, and registering the setting value as a search result as the parameter,
A parameter management method for a batch processing system, comprising:
JP2002236880A 2002-08-15 2002-08-15 Batch processing system Expired - Lifetime JP4330854B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002236880A JP4330854B2 (en) 2002-08-15 2002-08-15 Batch processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002236880A JP4330854B2 (en) 2002-08-15 2002-08-15 Batch processing system

Publications (2)

Publication Number Publication Date
JP2004078491A true JP2004078491A (en) 2004-03-11
JP4330854B2 JP4330854B2 (en) 2009-09-16

Family

ID=32020879

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002236880A Expired - Lifetime JP4330854B2 (en) 2002-08-15 2002-08-15 Batch processing system

Country Status (1)

Country Link
JP (1) JP4330854B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7953940B2 (en) 2007-04-16 2011-05-31 Hitachi, Ltd. Storage system and control method thereof
CN112835932A (en) * 2021-01-11 2021-05-25 中国邮政储蓄银行股份有限公司 Batch processing method and device of service table and nonvolatile storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7953940B2 (en) 2007-04-16 2011-05-31 Hitachi, Ltd. Storage system and control method thereof
US8214606B2 (en) 2007-04-16 2012-07-03 Hitachi Ltd. Storage system and control method thereof
CN112835932A (en) * 2021-01-11 2021-05-25 中国邮政储蓄银行股份有限公司 Batch processing method and device of service table and nonvolatile storage medium
CN112835932B (en) * 2021-01-11 2024-05-28 中国邮政储蓄银行股份有限公司 Batch processing method and device for business table and nonvolatile storage medium

Also Published As

Publication number Publication date
JP4330854B2 (en) 2009-09-16

Similar Documents

Publication Publication Date Title
US11868717B2 (en) Multi-page document recognition in document capture
US8615526B2 (en) Markup language based query and file generation
JP4100156B2 (en) Data conversion system
CN109471857A (en) Data modification method, device and storage medium based on SQL statement
JP2002099561A (en) Method and system for data conversion, and storage medium
US20020178192A1 (en) Data integrate system and data integrate method
CN111061733B (en) Data processing method, device, electronic equipment and computer readable storage medium
US7873607B1 (en) Model driven consolidator of database information
JP2007108889A (en) Intellectual property management system, intellectual property management method and program
JP2008269515A (en) Method for dynamically generating image layout by parameter
JP4330854B2 (en) Batch processing system
JP2003223453A (en) Matching method for address information with position coordinates
CN115048456A (en) User label generation method and device, computer equipment and readable storage medium
US20100185606A1 (en) Development document data management device, development document data management system, development document data management method, program therefor, and recording medium
JP2007183823A (en) Mapping system, mapping method, and mapping program
JP2004318848A (en) Automatic picture generating apparatus, automatic picture generating method, automatic picture generating program, recording medium, performance apparatus, file editing apparatus, file editing method and file editing program
JP2020126424A (en) Document management device, document management system, document management method, and document management program
CN114581033B (en) Method, device and equipment for rapidly developing government affair approval business
JP2005099938A (en) Search data structure of document information about industrial property, recording medium with search data structure recorded, and apparatus, system, method, and program for search of document information about industrial property, and recording medium with program recorded
JP2014059666A (en) Task input screen customization system
JP2002132516A (en) Program execution system
JP2002245065A (en) Document processor, document processing method, program and recording medium
CN114201456A (en) Information processing system, information processing method, and computer-readable medium
JPH09305684A (en) Form management method and information processing system for executing the method
JP5209014B2 (en) Construction plan management apparatus and method

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20040928

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050114

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20050114

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20050114

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061017

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20061116

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20061116

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070109

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070221

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20070316

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20070420

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090424

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090518

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090617

R150 Certificate of patent or registration of utility model

Ref document number: 4330854

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20120626

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120626

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20130626

Year of fee payment: 4

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term