JP5444388B2 - Batch processing parameter creation system, batch processing parameter creation method, and batch processing parameter creation program - Google Patents

Batch processing parameter creation system, batch processing parameter creation method, and batch processing parameter creation program Download PDF

Info

Publication number
JP5444388B2
JP5444388B2 JP2012010894A JP2012010894A JP5444388B2 JP 5444388 B2 JP5444388 B2 JP 5444388B2 JP 2012010894 A JP2012010894 A JP 2012010894A JP 2012010894 A JP2012010894 A JP 2012010894A JP 5444388 B2 JP5444388 B2 JP 5444388B2
Authority
JP
Japan
Prior art keywords
parameter
job
information
creation
date
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.)
Expired - Fee Related
Application number
JP2012010894A
Other languages
Japanese (ja)
Other versions
JP2013149192A (en
Inventor
欽司 友野
浩之 白川
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 Systems Ltd
Original Assignee
Hitachi Systems 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 Systems Ltd filed Critical Hitachi Systems Ltd
Priority to JP2012010894A priority Critical patent/JP5444388B2/en
Publication of JP2013149192A publication Critical patent/JP2013149192A/en
Application granted granted Critical
Publication of JP5444388B2 publication Critical patent/JP5444388B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、ホストコンピュータやサーバシステムにおいてスケジュールされ、定期的に実行されるバッチジョブで使用されるパラメータの作成作業を軽減することができるバッチ処理パラメータ作成システム、バッチ処理パラメータ作成方法及びバッチ処理パラメータ作成プログラムに関する。   The present invention relates to a batch processing parameter creation system, a batch processing parameter creation method, and a batch processing parameter that can reduce the work of creating parameters that are scheduled in a host computer or server system and that are used in a batch job that is periodically executed. Regarding creation program.

一般にホストコンピュータやサーバシステムにおけるバッチ処理は、バッチ処理を構成するプログラム群にパラメータを設定してプログラムへの処理条件などの指示を行う必要があり、このパラメータ設定作業は、プログラム内でパラメータを生成して使用する方式もあるが、法令や制度改正など外的環境の変化によりパラメータ設定条件が変更されることやバッチ処理の再処理時に任意のパラメータを設定する場合など、プログラム内でパラメータの自動生成では対応できない事があるため、パラメータをファイルやデータベースに格納しておき、各々のプログラムを実行する毎に、そのプログラムに対応したパラメータが使用可能になるように登録を行なうことが行われている。   In general, batch processing in a host computer or server system requires setting parameters in the program group that constitutes batch processing and instructing processing conditions to the program. This parameter setting operation generates parameters in the program. However, if the parameter setting conditions are changed due to changes in the external environment, such as changes in laws and regulations, or if any parameters are set during batch processing re-processing, the parameters can be automatically Since generation may not be supported, parameters are stored in a file or database, and each time a program is executed, registration is performed so that the parameters corresponding to the program can be used. Yes.

なお、バッチ処理パラメータを作成する技術が記載された文献としては、下記の特許文献が挙げられ、下記の特許文献1には、業務プログラムを実行する際の日付に関するパラメータをプログラムによって判断・取得する装置に関し、実行したバッチ処理がスケジュール管理データベースへ登録されている処理日を基にプログラム処理内でキーとなる日付を取得することによって、パラメータ入力作業回数の軽減及び入力ミスを防止するバッチ処理技術が記載され、下記の特許文献2には、実行順序の誤りとパラメータの登録ミスを防ぐ運用性の高いバッチ処理システムに関し、プログラム毎に対応づけて記憶されているパラメータの登録された値を用いて実行するバッチ処理システムにおいて、前記パラメータとしていずれか登録可能な複数の設定値と前記設定値毎に付与される設定値IDとを対応づけた対応表を記憶する記憶手段と、前記設定値IDについての第1のリストを表示する手段と、前記第1のリストに含まれる一の前記設定値IDを所定の入力インタフェースを介して受信する手段と、この受信した設定値IDに対応する設定値を前記複数のプログラムそれぞれについて前記対応表から検索し、検索された設定値を前記パラメータとして登録する手段とを備え、パラメータ値の登録ミスが生じる可能性を減少させると共に登録に要する時間を短縮することができる運用性の高いバッチ処理技術が記載されている。   The following patent document is cited as a document describing a technique for creating a batch processing parameter. The following patent document 1 determines and acquires a parameter related to a date when executing a business program. Batch processing technology that reduces the number of parameter input operations and prevents input errors by acquiring key dates in program processing based on the processing dates registered in the schedule management database for the batch processing executed Patent Document 2 below uses a registered value of a parameter stored in association with each program in relation to a batch processing system having high operability to prevent an execution order error and a parameter registration error. In a batch processing system that executes Storage means for associating a set value with a set value ID assigned to each set value, means for displaying a first list for the set value ID, and the first list Means for receiving one of the set value IDs included in a predetermined input interface, and searching for a set value corresponding to the received set value ID from the correspondence table for each of the plurality of programs. A batch processing technique with high operability is described which includes means for registering a set value as the parameter, and can reduce the possibility of a parameter value registration error and reduce the time required for registration.

特開2000−122744号公報JP 2000-122744 A 特開2004−78491号公報JP 2004-78491 A

前述の特許文献1記載の技術は、業務プログラムを実行する際の日付に関するパラメータをプログラムが判断し取得することによってパラメータ入力作業回数軽減及び入力ミスを防止することができるものの、パラメータを人手で設定する必要があり、パラメータ登録作業自体は低減することができないと共に入力ミスを防止することが困難であるという課題があり、特許文献2記載の技術は、設定値IDというキーに対応づけたパラメータを登録することによってプログラムで使用するパラメータを一定期間まとめて登録する事ができるものの、特許文献1と同様にパラメータを人手で設定する必要があり、パラメータ登録作業自体は低減することができないと共に入力ミスを防止することが困難であるという課題があった。   The technique described in Patent Document 1 described above can reduce the number of parameter input operations and prevent input errors by allowing the program to determine and acquire parameters related to the date when the business program is executed. However, the parameters are set manually. There is a problem that the parameter registration work itself cannot be reduced and it is difficult to prevent an input error. The technique described in Patent Document 2 uses a parameter associated with a key called a set value ID. Although the parameters used in the program can be registered together for a certain period by registering, it is necessary to manually set the parameters as in Patent Document 1, and the parameter registration work itself cannot be reduced and an input error can be made. There was a problem that it was difficult to prevent.

本発明の目的は、前述の従来技術による課題を解決しようとするものであり、定期的に実行されるバッチジョブで使用されるパラメータの作成作業を軽減することができるバッチ処理パラメータ作成システム、バッチ処理パラメータ作成方法及びバッチ処理パラメータ作成プログラムを提供することである。   SUMMARY OF THE INVENTION An object of the present invention is to solve the above-described problems of the prior art, and a batch processing parameter creation system and batch that can reduce the work of creating parameters used in a batch job that is executed periodically. To provide a processing parameter creation method and a batch processing parameter creation program.

前記目的を達成するため本発明は、コンピュータで実行するジョブの処理日に合わせたジョブのパラメータを生成するパラメータ作成システムであって、
前記ジョブに一意に付与されたジョブIDと該ジョブIDに使用するパラメータのパラメータIDとの対応を表すジョブID別使用パラメータ情報を格納するジョブID別使用パラメータ対応ファイルと、
前記ジョブの実行日付情報を生成する日付作成プログラムに部品IDを付与して格納する部品ライブラリと、
前記パラメータに使用される日付作成プログラムの部品ID及びオプション値を含むパラメータ作成規則情報を格納するパラメータ規則情報ファイルと、
前記ジョブを実行するジョブ実行日付情報を格納したジョブ実行スケジュールファイルと、
前記ジョブID別使用パラメータ対応ファイルに前記ジョブID別使用パラメータ情報を格納させると共に前記部品ライブラリに日付作成プログラムを格納させるパラメータ基本情報登録部と、
既知のパラメータ構成情報及び既知のパラメータ作成規則情報並びに前記部品ライブラリから部品IDを選択し、該選択したパラメータ作成規則情報に含まれるオプション値を該選択した部品IDに指定しながら、前記パラメータ規則情報ファイルにパラメータ毎のパラメータ構成情報及びパラメータ作成規則情報を登録させるパラメータ作成規則情報登録部と、
前記ジョブID別使用パラメータ対応ファイルに格納したジョブID別使用パラメータ情報と前記部品ライブラリに格納した日付作成プログラムと前記ジョブ実行スケジュールファイルに格納したジョブ実行日付情報とを読み込み、前記読み込んだジョブ実行日付情報により指定された日付毎にジョブID別使用パラメータ情報を設定した実行パラメータを作成するパラメータ作成部とを備えたことを第1の特徴とし、
該第1の特徴のパラメータ作成システムにおいて、前記パラメータ作成規則情報がパラメータ毎のジョブに使用される行番号・開始位置・終了位置、部品IDを含み、前記パラメータ作成部が、パラメータ作成規則情報に含まれるオプション値を、前記パラメータ構成情報に含まれるジョブに使用される行番号の開始位置と終了位置の範囲に設定した実行パラメータを作成することを第2の特徴とする。
In order to achieve the above object, the present invention provides a parameter creation system for generating job parameters in accordance with a processing date of a job executed by a computer,
A use parameter corresponding file for each job ID for storing use parameter information for each job ID representing a correspondence between a job ID uniquely assigned to the job and a parameter ID of a parameter used for the job ID;
A component library for storing and storing a component ID in a date creation program for generating execution date information of the job;
A parameter rule information file for storing parameter creation rule information including a part ID and an option value of a date creation program used for the parameter;
A job execution schedule file storing job execution date information for executing the job;
A parameter basic information registration unit for storing the job ID use parameter information in the job ID use parameter correspondence file and storing a date creation program in the component library;
The parameter rule information is selected while selecting a known parameter configuration information, known parameter creation rule information, and a component ID from the component library, and specifying an option value included in the selected parameter creation rule information as the selected component ID. A parameter creation rule information registration unit for registering parameter configuration information and parameter creation rule information for each parameter in the file;
The job ID use parameter information stored in the job ID use parameter corresponding file, the date creation program stored in the parts library, and the job execution date information stored in the job execution schedule file are read, and the read job execution date A parameter creating unit that creates an execution parameter in which use parameter information for each job ID is set for each date specified by the information.
In the parameter creation system of the first feature, the parameter creation rule information includes a line number / start position / end position used for a job for each parameter, and a component ID, and the parameter creation unit includes the parameter creation rule information in the parameter creation rule information A second feature is to create an execution parameter in which the included option value is set in the range of the start position and end position of the line number used for the job included in the parameter configuration information.

また、本発明は、コンピュータで実行するジョブに一意に付与されたジョブIDと該ジョブIDに使用するパラメータのパラメータIDとの対応を表すジョブID別使用パラメータ情報を格納するジョブID別使用パラメータ対応ファイルと、前記ジョブの実行日付情報を生成する日付作成プログラムに部品IDを付与して格納する部品ライブラリと、前記パラメータに使用される日付作成プログラムの部品ID及びオプション値を含むパラメータ作成規則情報を格納するパラメータ規則情報ファイルと、前記ジョブを実行するジョブ実行日付情報を格納したジョブ実行スケジュールファイルと、前記ジョブID別使用パラメータ対応ファイルと格納する部品ライブラリとパラメータ規則情報ファイルとを備え、ジョブの処理日に合わせたジョブのパラメータをパラメータ作成コンピュータにより生成するパラメータ作成方法であって、
パラメータ作成コンピュータに、
前記ジョブID別使用パラメータ対応ファイルに前記ジョブID別使用パラメータ情報を格納させると共に前記部品ライブラリに日付作成プログラムを格納させるパラメータ基本情報登録工程と、
既知のパラメータ構成情報及び既知のパラメータ作成規則情報並びに前記部品ライブラリから部品IDを選択し、該選択したパラメータ作成規則情報に含まれるオプション値を該選択した部品IDに指定しながら、前記パラメータ規則情報ファイルにパラメータ毎のパラメータ構成情報及びパラメータ作成規則情報を登録させるパラメータ作成規則情報登録工程と、
前記ジョブID別使用パラメータ対応ファイルに格納したジョブID別使用パラメータ情報と前記部品ライブラリに格納した日付作成プログラムと前記ジョブ実行スケジュールファイルに格納したジョブ実行日付情報とを読み込み、前記読み込んだジョブ実行日付情報により指定された日付毎にジョブID別使用パラメータ情報を設定した実行パラメータを作成するパラメータ作成工程とを実行させることを第3の特徴とし、
該第3の特徴のパラメータ作成方法において、前記パラメータ作成規則情報がパラメータ毎のジョブに使用される行番号・開始位置・終了位置、部品IDを含み、前記パラメータ作成コンピュータに、前記パラメータ作成工程において、前記パラメータ構成情報に含まれるオプション値を、前記パラメータ作成規則情報に含まれるジョブに使用される行番号の開始位置と終了位置の範囲に設定した実行パラメータを作成することを第4の特徴とする。
Also, the present invention provides a job ID use parameter correspondence that stores use ID information for each job ID indicating a correspondence between a job ID uniquely assigned to a job executed by a computer and a parameter ID of a parameter used for the job ID. Parameter creation rule information including a file, a part library that assigns and stores a part ID to a date creation program that generates execution date information of the job, and a part ID and an option value of the date creation program used for the parameter A parameter rule information file to be stored; a job execution schedule file storing job execution date information for executing the job; a use parameter corresponding file for each job ID; a component library for storing; and a parameter rule information file. Matching the processing date A parameter generation method of generating a parameter of the probe by the parameter creation computer,
On the parameter creation computer,
A parameter basic information registration step of storing the job ID use parameter information in the job ID use parameter correspondence file and storing a date creation program in the parts library;
The parameter rule information is selected while selecting a known parameter configuration information, known parameter creation rule information, and a component ID from the component library, and specifying an option value included in the selected parameter creation rule information as the selected component ID. A parameter creation rule information registration step for registering parameter configuration information and parameter creation rule information for each parameter in the file;
The job ID use parameter information stored in the job ID use parameter corresponding file, the date creation program stored in the parts library, and the job execution date information stored in the job execution schedule file are read, and the read job execution date A third feature is to execute a parameter creation step for creating an execution parameter in which use parameter information for each job ID is set for each date specified by the information,
In the parameter creation method of the third feature, the parameter creation rule information includes a line number / start position / end position used for a job for each parameter, and a part ID, and the parameter creation computer includes the parameter creation step. A fourth feature is that an execution parameter in which an option value included in the parameter configuration information is set in a range of a start position and an end position of a line number used for a job included in the parameter generation rule information is formed as a fourth feature. To do.

また、本発明は、コンピュータで実行するジョブに一意に付与されたジョブIDと該ジョブIDに使用するパラメータのパラメータIDとの対応を表すジョブID別使用パラメータ情報を格納するジョブID別使用パラメータ対応ファイルと、前記ジョブの実行日付情報を生成する日付作成プログラムに部品IDを付与して格納する部品ライブラリと、前記パラメータに使用される日付作成プログラムの部品ID及びオプション値を含むパラメータ作成規則情報を格納するパラメータ規則情報ファイルと、前記ジョブを実行するジョブ実行日付情報を格納したジョブ実行スケジュールファイルと、前記ジョブID別使用パラメータ対応ファイルと格納する部品ライブラリとパラメータ規則情報ファイルとを備え、ジョブの処理日に合わせたジョブのパラメータをパラメータ作成コンピュータにより生成するパラメータ作成プログラムであって、
パラメータ作成プログラムに、
前記ジョブID別使用パラメータ対応ファイルに前記ジョブID別使用パラメータ情報を格納させると共に前記部品ライブラリに日付作成プログラムを格納させるパラメータ基本情報登録機能と、
既知のパラメータ構成情報及び既知のパラメータ作成規則情報並びに前記部品ライブラリから部品IDを選択し、該選択したパラメータ作成規則情報に含まれるオプション値を該選択した部品IDに指定しながら、前記パラメータ規則情報ファイルにパラメータ毎のパラメータ構成情報及びパラメータ作成規則情報を登録させるパラメータ作成規則情報登録機能と、
前記ジョブID別使用パラメータ対応ファイルに格納したジョブID別使用パラメータ情報と前記部品ライブラリに格納した日付作成プログラムと前記ジョブ実行スケジュールファイルに格納したジョブ実行日付情報とを読み込み、前記読み込んだジョブ実行日付情報により指定された日付毎にジョブID別使用パラメータ情報を設定した実行パラメータを作成するパラメータ作成機能とを実現させたことを第5の特徴とし、
該第5の特徴のパラメータ作成プログラムにおいて、前記パラメータ作成規則情報がパラメータ毎のジョブに使用される行番号・開始位置・終了位置、部品IDを含み、前記パラメータ作成プログラムに、前記パラメータ作成機能において、前記パラメータ構成情報に含まれるオプション値を、前記パラメータ作成規則情報に含まれるジョブに使用される行番号の開始位置と終了位置の範囲に設定した実行パラメータを作成することを第6の特徴とする。
Also, the present invention provides a job ID use parameter correspondence that stores use ID information for each job ID indicating a correspondence between a job ID uniquely assigned to a job executed by a computer and a parameter ID of a parameter used for the job ID. Parameter creation rule information including a file, a part library that assigns and stores a part ID to a date creation program that generates execution date information of the job, and a part ID and an option value of the date creation program used for the parameter A parameter rule information file to be stored; a job execution schedule file storing job execution date information for executing the job; a use parameter corresponding file for each job ID; a component library for storing; and a parameter rule information file. Matching the processing date A parameter generation program for generating parameters of the probe by the parameter creation computer,
In the parameter creation program,
A parameter basic information registration function for storing the job ID use parameter information in the job ID use parameter correspondence file and storing the date creation program in the parts library;
The parameter rule information is selected while selecting a known parameter configuration information, known parameter creation rule information, and a component ID from the component library, and specifying an option value included in the selected parameter creation rule information as the selected component ID. Parameter creation rule information registration function for registering parameter configuration information and parameter creation rule information for each parameter in the file,
The job ID use parameter information stored in the job ID use parameter corresponding file, the date creation program stored in the parts library, and the job execution date information stored in the job execution schedule file are read, and the read job execution date A fifth feature is that a parameter creation function for creating an execution parameter in which used parameter information for each job ID is set for each date specified by the information is realized.
In the parameter creation program of the fifth feature, the parameter creation rule information includes a line number / start position / end position used for a job for each parameter, and a part ID. The parameter creation program includes the parameter creation function And creating an execution parameter in which the option value included in the parameter configuration information is set to the range of the start position and end position of the line number used for the job included in the parameter creation rule information, To do.

本発明によるバッチ処理パラメータ作成システム、バッチ処理パラメータ作成方法及びバッチ処理パラメータ作成プログラムは、ジョブID別使用パラメータ対応ファイルにジョブID別使用パラメータ情報を格納させると共に部品ライブラリに日付作成プログラムを格納させ、既知のパラメータ構成情報及び既知のパラメータ作成規則情報並びに前記部品ライブラリから部品IDを選択し、該選択したパラメータ作成規則情報に含まれるオプション値を該選択した部品IDに指定しながら、前記パラメータ規則情報ファイルにパラメータ毎のパラメータ構成情報及びパラメータ作成規則情報を登録させ、ジョブID別使用パラメータ対応ファイルに格納したジョブID別使用パラメータ情報と部品ライブラリに格納した日付作成プログラムとジョブ実行スケジュールファイルに格納したジョブ実行日付情報とを読み込み、読み込んだジョブ実行日付情報により指定された日付毎にジョブID別使用パラメータ情報を設定した実行パラメータを作成させることによって、実行されるバッチジョブで使用されるパラメータの作成作業を軽減することができる。   The batch processing parameter creation system, the batch processing parameter creation method, and the batch processing parameter creation program according to the present invention store the job ID use parameter information in the job ID use parameter corresponding file and store the date creation program in the component library, The parameter rule information is selected while selecting a known parameter configuration information, known parameter creation rule information, and a component ID from the component library, and specifying an option value included in the selected parameter creation rule information as the selected component ID. The parameter creation information and parameter creation rule information for each parameter is registered in the file, the job ID use parameter information stored in the job ID use parameter correspondence file, and the date creation program stored in the parts library Batch job to be executed by reading the job execution date information stored in the job execution schedule file and creating an execution parameter with job ID usage parameter information for each date specified by the read job execution date information It is possible to reduce the work of creating parameters used in.

本発明の実施形態によるバッチ処理パラメータ作成システムを含むコンピュータシステムの全体構成図。1 is an overall configuration diagram of a computer system including a batch processing parameter creation system according to an embodiment of the present invention. 本実施形態によるパラメータ基本情報登録部の処理フロー図。The processing flowchart of the parameter basic information registration part by this embodiment. 本実施形態によるパラメータ作成規則情報登録部の処理フロー図。The processing flow figure of the parameter creation rule information registration part by this embodiment. 本発明の実施形態によるパラメータ作成部の処理フロー図。The processing flowchart of the parameter preparation part by embodiment of this invention. 本実施形態によるジョブスケジュールファイルを示す図。The figure which shows the job schedule file by this embodiment. 本実施形態によるジョブID別パラメータ対応ファイルを示す図。The figure which shows the parameter corresponding file according to job ID by this embodiment. 本実施形態によるパラメータ規則情報ファイルを示す図。The figure which shows the parameter rule information file by this embodiment. 本実施形態によるパラメータ規則情報ファイルを示す図。The figure which shows the parameter rule information file by this embodiment.

以下、本発明によるバッチ処理パラメータ作成システム、バッチ処理パラメータ作成方法及びバッチ処理パラメータ作成プログラムの一実施形態を図面を参照して詳細に説明する。
[構成]
本実施形態によるバッチ処理パラメータ作成方法及びプログラムを実行するバッチ処理パラメータ作成システムが適用されるコンピュータシステムは、図1に示す如く、バッチ処理パラメータ毎の構成要素の作成規則情報を部品化した日付生成プログラムと組み合わせて登録し、該日付生成プログラムと外部システムからインポートしたスケジュール情報とに基づいて各ジョブの処理日に合わせたパラメータを生成し、該生成したパラメータをパラメータファイルとパラメータシートとして出力するパラメータ作成システム1と、該パラメータ作成システム1が利用するジョブ実行スケジュールの提供及びパラメータ作成システム1で生成したパラメータを用いて実際にバッチ処理を行う外部システム3と、管理者による情報の登録やパラメータの作成を行う操作端末116を含むシステム操作部2とを備える。なお、前記パラメータ作成システム1とシステム操作部2と外部システム3とは、一般のコンピュータ同様に、CPU、メモリ、磁気ディスク装置等の記憶手段、表示部、キーボード等の入出力機器、各種インタフェース機器、基本ソフトウェア(OS)及び各種ソフトウェア等を含むものである。
Hereinafter, an embodiment of a batch processing parameter creation system, a batch processing parameter creation method, and a batch processing parameter creation program according to the present invention will be described in detail with reference to the drawings.
[Constitution]
As shown in FIG. 1, a computer system to which a batch processing parameter creation system and a batch processing parameter creation system for executing a program according to the present embodiment are applied, generates a date by componentizing component creation rule information for each batch processing parameter. A parameter that is registered in combination with a program, generates a parameter that matches the processing date of each job based on the date generation program and schedule information imported from an external system, and outputs the generated parameter as a parameter file and a parameter sheet The creation system 1, the external system 3 that actually provides batch processing using the parameters generated by the parameter creation system 1 and the job execution schedule used by the parameter creation system 1, and the registration and parameters of information by the administrator And a system control section 2, including the operation terminal 116 of making data. The parameter creation system 1, the system operation unit 2, and the external system 3 are similar to general computers, such as a CPU, a memory, a storage means such as a magnetic disk device, an input / output device such as a display unit and a keyboard, and various interface devices. Basic software (OS) and various software are included.

前記外部システム3は、予め作成されたジョブ実行スケジュール情報(ジョブを実行する実行日時情報)を格納したジョブ実行スケジュールファイル100と、本実施形態によるパラメータ作成システム1により作成されたジョブに設定する実行パラメータを格納する本番パラメータファイル101とを備える。   The external system 3 includes a job execution schedule file 100 storing job execution schedule information (execution date and time information for executing a job) created in advance, and an execution set for a job created by the parameter creation system 1 according to the present embodiment. A production parameter file 101 for storing parameters.

本実施形態によるパラメータ作成システム1は、ジョブIDに対応するパラメータIDを含むジョブID別使用パラメータ情報を格納したジョブID別使用パラメータ対応ファイル110と、パラメータの構成要素である日付を生成の際に使用する、利用種別(手順纏まり)毎に作成された日付作成プログラムに部品IDを付与して格納する部品ライブラリ111と、作成対象とするパラメータの構成要素(部品ID及びオプション値)毎の作成規則情報を格納したパラメータ規則情報ファイル113と、管理者による前記操作端末116の操作によって該ジョブID別使用パラメータ対応ファイル110及び部品ライブラリ111にジョブID別使用パラメータ情報及び日付作成プログラムを登録するパラメータ基本情報登録部10と、実際に使用されている既知のパラメータ書式(構成情報)や作成規則情報を纏めたパラメータ構成情報302とパラメータ基本情報登録部10で部品ライブラリ111に登録されたジョブID別使用パラメータ情報に含まれる部品IDを選択しその部品IDに対するオプション値を指定しながら、パラメータ毎の全構成要素をパラメータ規則情報ファイル113に登録するパラメータ作成規則情報登録部11と、前記外部システム3のジョブ実行スケジュールファイル100から抽出したジョブ実行日付情報を格納したジョブ実行スケジュールファイル112と、前記ジョブID別使用パラメータ対応ファイル110に格納されたジョブID別使用パラメータ情報と部品ライブラリ111に格納された日付作成プログラムとジョブ実行スケジュールファイル112に格納されたジョブ実行日付情報とをパラメータ作成情報として読み込み、実行ジョブに合わせて作成された実行パラメータをパラメータファイル114及びパラメータシート115として出力するパラメータ作成部12とを備える。なお、前記既知のパラメータ書式(構成情報)や作成規則情報は、例えば、操作端末116に記憶され、管理者によってジョブに合わせて使用される。   The parameter creation system 1 according to the present embodiment generates a job ID usage parameter correspondence file 110 that stores job ID usage parameter information including a parameter ID corresponding to a job ID, and a date that is a parameter component. A part library 111 for storing a part ID assigned to a date creation program created for each usage type (procedure group) to be used, and a creation rule for each parameter component (part ID and option value) to be created Parameter rule information file 113 storing information, parameter basics for registering job ID use parameter information and date creation program in job ID use parameter correspondence file 110 and parts library 111 by the operation of the operation terminal 116 by an administrator Information registration unit 10 and real The component ID included in the parameter configuration information 302 that is used for the known parameter format (configuration information) and the creation rule information, and the parameter information used for each job ID registered in the component library 111 by the parameter basic information registration unit 10 And selecting from the parameter creation rule information registration unit 11 for registering all components for each parameter in the parameter rule information file 113 and the job execution schedule file 100 of the external system 3 while designating option values for the component IDs. The job execution schedule file 112 storing the job execution date information, the job ID use parameter information stored in the job ID use parameter correspondence file 110, the date creation program stored in the component library 111, and the job execution schedule. It reads and job execution date information stored in the Le file 112 as the parameter generation information, and a parameter generation unit 12 for outputting the execution parameters tailored to perform a job as a parameter file 114 and the parameter sheet 115. The known parameter format (configuration information) and creation rule information are stored in the operation terminal 116, for example, and used by the administrator according to the job.

前記ジョブ実行スケジュールファイル112は、図5(a)に示す如く、ジョブ実行日付情報と実行されるジョブ名の各項目情報とを格納し、例えば、図5(b)に示す如く、ジョブ名「JOB00010」のジョブ実行日付情報が「20110501」、ジョブ名「JOB00020」の実行日付情報が「20110501」のように構成される。   As shown in FIG. 5A, the job execution schedule file 112 stores job execution date information and each item information of a job name to be executed. For example, as shown in FIG. The job execution date information of “JOB00010” is configured as “20115011”, and the execution date information of the job name “JOB00020” is configured as “20110101”.

前記ジョブID別使用パラメータ対応ファイル110は、図6(a)に示す如く、ジョブ名であるジョブIDと該ジョブID(ジョブ)毎にカウントアップされる通し番号と該ジョブで使用されるパラメータの識別子であるパラメータIDの各項目情報をジョブID別使用パラメータ情報として格納し、このジョブID別使用パラメータ情報は、例えば、図6(b)に示す如く、ジョブ名「JOB0010」の最初に参照するパラメータの通し番号が「001」、パラメータIDが「PRAM01」であり、次に参照するパラメータの通し番号が「002」、パラメータIDが「PRAM02」のように構成される。   As shown in FIG. 6A, the job ID use parameter correspondence file 110 includes a job ID as a job name, a serial number counted up for each job ID (job), and an identifier of a parameter used in the job. Each item information of the parameter ID is stored as job ID use parameter information. This job ID use parameter information is, for example, a parameter referred to first in the job name “JOB0010” as shown in FIG. The serial number is “001”, the parameter ID is “PRAM01”, the serial number of the parameter to be referred to next is “002”, and the parameter ID is “PRAM02”.

前記パラメータ規則情報ファイル113は、作成対象とするパラメータの構成要素(部品ID及びオプション値)毎の作成規則情報を格納したものであって、該作成規則情報はヘッダレコードと明細レコードとフッターレコードとの3レコードから構成され、前記ヘッダレコードは、図7A(a)に示す如きパラメータIDを指定するためのパラメータID(例えば「PRAM01」)及び要素識別番号(ヘッダレコードの場合は「000」)の各項目情報から成り、明細レコードは、図7A(b)に示す如く、パラメータIDを指定するためのパラメータIDと、指定要素(パラメータ)毎にカウントアップされる要素識別番号と、指定した要素(パラメータ)を出力するジョブプログラムの行番号を指定する出力行番号と、該行番号内の指定要素(パラメータ)の出力開始位置(カラム)を指定する出力開始カラム位置と、該行番号内の指定要素(パラメータ)の出力終了位置(カラム)を指定する出力終了カラム位置と、指定要素(パラメータ)の長さを指定する出力サイズと、指定要素(パラメータ)が部品IDを使用するか否かを数値(0:無,1:有)で表す部品使用区分と、部品名を指定する識別子である部品IDと、前記部品IDにより指定した部品に対する後述の複数オプションを指定する複数の部品IDオプション1〜部品IDオプション10と、プレ印刷を行うか否かを指定し、前記部品使用区分数値が「0(無)」の場合にプレ印刷を行うか否かを指定するプレ印刷文字と、パラメータシート115に出力するためのパラメータ書式情報と、同パラメータシート115に出力するためのパラメータ説明情報との各項目情報とから構成され、フッターレコードは、図7B(c)に示す如く、パラメータの識別子を指定するパラメータID及び要素を識別する要素識別番号の各項目情報とから構成される。   The parameter rule information file 113 stores creation rule information for each component (part ID and option value) of a parameter to be created. The creation rule information includes a header record, a detail record, a footer record, The header record includes a parameter ID (for example, “PRAM01”) and an element identification number (“000” in the case of the header record) for specifying the parameter ID as shown in FIG. 7A (a). As shown in FIG. 7A (b), the detail record includes item information, a parameter ID for designating a parameter ID, an element identification number counted up for each designated element (parameter), and a designated element ( Output line number that specifies the line number of the job program that outputs the parameter), and An output start column position that specifies the output start position (column) of the constant element (parameter), an output end column position that specifies the output end position (column) of the specified element (parameter) in the row number, and the specified element ( The output size that specifies the length of the parameter), the component usage classification that indicates whether the specified element (parameter) uses the component ID by a numerical value (0: none, 1: present), and the identifier that specifies the component name A component ID, a plurality of component ID options 1 to 10 for specifying a plurality of options to be described later for the component specified by the component ID, and whether or not to perform pre-printing. Pre-printed characters that specify whether or not to perform pre-printing when the value is “0 (none)”, parameter format information to be output to the parameter sheet 115, and the same parameters 7 and 115, each item information including parameter description information to be output to the mode 115, and the footer record includes a parameter ID for designating a parameter identifier and an element identification number for identifying the element as shown in FIG. 7B (c). Each item information.

前記複数の部品IDオプションとは、例えば、西暦・和暦の出力形式を指定する部品IDオプション1と、年月日の出力形式を指定する部品IDオプション2と、ジョブ実行日が休日の際に当日・前日・後日に振り替えて実行する日を指定する休日振替日数の部品IDオプション3他が設定される。   The plurality of component ID options include, for example, a component ID option 1 that specifies the output format of the Western calendar and the Japanese calendar, a component ID option 2 that specifies the output format of year, month, and date, and when the job execution date is a holiday. The part ID option 3 and the like of the number of days for holiday transfer for designating the day to be transferred and executed on the current day, the previous day, and the later day are set.

このように構成されたパラメータ規則情報ファイル113の具体例は、例えば、図7B(d)に示す如く、1行目のヘッダレコードのパラメータID「PRAM01」のパラメータの要素識別番号が「000」であり、2行目の明細レコードのパラメータID・要素識別番号・出力行番号・出力開始カラム位置・出力終了カラム位置・出力サイズ・部品使用区分・部品ID・複数の部品IDオプション・プレ印刷文字・パラメータ書式情報・パラメータ説明情報が「PRAM01 001 001 013 019 007 1 MODULE01 002 YMD +01 ***〜*** GYYMMDD 通知日」と、「PRAM01 002 001 020 026 007 1 MODULE02 002 YMD EOM ***〜*** GYYMMDD 期限日」、4行目のフッターレコードのパラメータID及び要素識別番号が「PRAM01 999」の如く構成される。   A specific example of the parameter rule information file 113 configured as described above is, for example, that the element identification number of the parameter ID “PRAM01” of the header record in the first row is “000” as shown in FIG. Yes, Detail record parameter ID, element identification number, output line number, output start column position, output end column position, output size, part usage classification, part ID, multiple part ID options, pre-printed characters, Parameter format information and parameter description information are “PRAM01 001 001 001 013 007 007 1 MODULE01 002 YMD +01 *** to *** GYYMMDD notification date” and “PRAM01 002 001 020 020 026 007 1 MODULE02 * 002 * 002 * * * * * * * * * * * * ** G “YYMMDD Expiration Date”, the parameter ID and element identification number of the footer record in the fourth row are configured as “PRAM01 999”.

[動作]
さて、このように構成されたパラメータ作成システム1は、パラメータ基本情報登録部10が、図2に示す如く、操作端末116を用いて入力された、ジョブ毎に使用するパラメータを纏めた情報であるジョブID別使用パラメータ情報202から「ジョブID」と該「ジョブID」に当てるパラメータの「パラメータID」と該パラメータの「通し番号」とを含むジョブID別使用パラメータ情報を前記ジョブID別使用パラメータ対応ファイル110に登録するステップ203と、操作端末116を用いて入力された日付作成プログラム205を部品ライブラリ111に登録するステップ206とを実行することによって、パラメータ作成規則情報登録部11及びパラメータ作成部12が、パラメータを作成する際に参照する照会情報を登録するように動作する。
[Operation]
The parameter creation system 1 configured as described above is information in which the parameter basic information registration unit 10 collects parameters used for each job, which are input using the operation terminal 116, as shown in FIG. Use parameter information for each job ID, including “job ID”, “parameter ID” of a parameter corresponding to the “job ID”, and “serial number” of the parameter from the use parameter information for each job ID 202, The parameter creation rule information registration unit 11 and the parameter creation unit 12 are executed by executing the step 203 for registering in the file 110 and the step 206 for registering the date creation program 205 input using the operation terminal 116 in the part library 111. Query information to refer to when creating parameters It operates so as to record.

次いで、本実施形態によるパラメータ作成システム1は、パラメータ作成規則情報登録部11が、図3に示す如く、実際に使用されている既知のパラメータ構成情報や既知の作成規則(パラメータ作成規則情報)を纏めたパラメータ構成情報302と前記部品ライブラリ111に登録されたジョブID別使用パラメータ情報に含まれる部品IDを選択しその部品IDに対するオプション値を指定しながら、パラメータ毎の全構成要素をパラメータ規則情報ファイル113に登録するステップ301と、該ステップ301によるパラメータに対する全ての構成要素の登録が完了した後、管理者から指定されたシミュレーションを実行する日付であるシミュレーション日付情報304を参照してパラメータが使用される日付を指定し、該指定された日付にパラメータを指定したジョブのシミュレーションを実行し、操作端末116の表示部にシミュレーション結果表示303を行うステップ302と、該ステップ302において意図した結果が出力さない場合は管理者が前記ステップ301に戻って登録情報を修正することによって、パラメータを作成する際に参照するパラメータの構成情報をシミュレーション後にシステムに登録するように動作する。   Next, in the parameter creation system 1 according to the present embodiment, the parameter creation rule information registration unit 11 stores known parameter configuration information and known creation rules (parameter creation rule information) that are actually used, as shown in FIG. While selecting the component ID included in the collected parameter configuration information 302 and the used parameter information for each job ID registered in the component library 111 and specifying an option value for the component ID, all the configuration elements for each parameter are parameter rule information. Step 301 to be registered in the file 113 and the parameters used by referring to the simulation date information 304, which is the date for executing the simulation designated by the administrator, after the registration of all the components for the parameters in Step 301 is completed. Specify the date to be A step 302 is executed to execute a simulation of a job with a parameter specified for the date and display a simulation result 303 on the display unit of the operation terminal 116. If the intended result is not output in step 302, the administrator proceeds to step 301. By returning and correcting the registration information, the configuration information of the parameter to be referred to when creating the parameter is operated to be registered in the system after the simulation.

次いで、本実施形態によるパラメータ作成部12は、図4に示す如く、管理者により入力されたジョブIDをキーとしてジョブ実行日付情報をジョブ実行スケジュールファイル112から抽出すると共に同様に該ジョブIDをキーとしてジョブID別使用パラメータ対応ファイル110からスケジュールされたジョブIDを抽出し、前記ジョブID別使用パラメータ対応ファイル110に格納されたジョブID別使用パラメータ情報に日付情報を付与した日付付きジョブID別パラメータ情報をジョブ・パラメータ対応ファイル402として作成するステップ401と、該ジョブ・パラメータ対応ファイル402に格納した日付付きジョブID別パラメータ情報のパラメータID毎にパラメータ規則情報ファイル113から抽出したパラメータ毎の構成情報(行番号、開始・終了位置、部品ID等)と該部品IDをキーとして部品ライブラリ111から抽出した日付作成プログラムとに基づいて処理日付ごとの実行パラメータを作成してパラメータファイル114に出力するステップ403と、該パラメータファイル114及びジョブ・パラメータ対応ファイル402を参照してパラメータシート115を作成して出力するステップ404とを実行することによって、パラメータ基本情報登録部10及びパラメータ作成規則情報登録部11の各処理で登録した情報(ジョブID別使用パラメータ対応ファイル110、部品ライブラリ111、パラメータ規則情報ファイル113と外部システム3で出力されシステムにインポートされたジョブ実行スケジュールファイル112)を入力情報として、パラメータファイル114及びパラメータシート115を作成し、定期的に実行されるバッチジョブで使用されるパラメータを容易に作成することができる。   Next, as shown in FIG. 4, the parameter creation unit 12 according to the present embodiment extracts job execution date information from the job execution schedule file 112 using the job ID input by the administrator as a key, and similarly stores the job ID as a key. The job ID scheduled by date is obtained by extracting the scheduled job ID from the use parameter by file ID file by job ID 110 and adding date information to the use parameter information by job ID stored in the by-job ID use parameter correspondence file 110 The parameter extracted from the parameter rule information file 113 for each parameter ID of the parameter information for each job ID with date ID stored in the job / parameter correspondence file 402; A parameter file 114 is created by creating an execution parameter for each processing date based on the configuration information (line number, start / end position, component ID, etc.) for each component and the date creation program extracted from the component library 111 using the component ID as a key. The parameter basic information registration unit 10 and the parameter creation rule are executed by executing step 403 for outputting to the parameter file and step 404 for creating and outputting the parameter sheet 115 with reference to the parameter file 114 and the job / parameter correspondence file 402. Enter information registered in each process of the information registration unit 11 (used parameter correspondence file 110 by job ID, part library 111, parameter rule information file 113, and job execution schedule file 112 output by the external system 3 and imported into the system) Information as a parameter to create a file 114 and the parameter sheet 115, it is possible to easily create the parameters used in a batch job that runs periodically.

前記ステップ404によるパラメータの生成は、パラメータ構成情報に含まれるオプション値、例えば、西暦・和暦の出力形式を指定する部品IDオプション1、年月日の出力形式を指定する部品IDオプション2、ジョブ実行日が休日の際に当日・前日・後日に振り替えて実行する日を指定する休日振替日数の部品IDオプション3他を、パラメータ規則情報ファイルに含まれるジョブ(複数行から成るプログラム)の行番号の開始位置と終了位置の範囲に設定(書き換え又は挿入又は削除)することによって行うことができる。   The parameter generation in the step 404 includes option values included in the parameter configuration information, for example, a component ID option 1 that specifies the output format of the Western / Japanese calendar, a component ID option 2 that specifies the output format of the year, month, and job Line number of job (multi-line program) included in the parameter rule information file, such as part ID option 3 for holiday transfer days, which specifies the date to be transferred to the current day, the previous day, and the later day when the execution date is a holiday This can be performed by setting (rewriting, inserting, or deleting) a range between the start position and the end position.

このように本実施形態によるパラメータ作成システムは、ジョブIDと該ジョブIDに使用するパラメータのパラメータIDとの対応を表すジョブID別使用パラメータ情報を格納するジョブID別使用パラメータ対応ファイル110と、ジョブの実行日付情報を生成する日付作成プログラムに部品IDを付与して格納する部品ライブラリ111と、パラメータ毎のジョブに使用される行番号・開始位置・終了位置、部品IDを含むパラメータ構成情報を格納するパラメータ規則情報ファイルと、パラメータに使用される日付作成プログラムの部品ID及びオプション値を含むパラメータ作成規則情報を格納するパラメータ規則情報ファイル113と、ジョブを実行するジョブ実行日付情報を格納したジョブ実行スケジュールファイル112とを設け、前記ジョブID別使用パラメータ対応ファイル110に前記ジョブID別使用パラメータ情報を格納させると共に前記部品ライブラリ111に日付作成プログラムを格納させ、既知のパラメータ構成情報及び既知のパラメータ作成規則情報並びに前記部品ライブラリから部品IDを選択し、該選択したパラメータ作成規則情報に含まれるオプション値を該選択した部品IDに指定しながら、前記パラメータ規則情報ファイルにパラメータ毎のパラメータ構成情報及びパラメータ作成規則情報を登録させ、ジョブID別使用パラメータ対応ファイル110に格納したジョブID別使用パラメータ情報と部品ライブラリ111に格納した日付作成プログラムとジョブ実行スケジュールファイル112に格納したジョブ実行日付情報とを読み込み、読み込んだジョブ実行日付情報により指定された日付毎にジョブID別使用パラメータ情報を設定した実行パラメータを作成することができる。   As described above, the parameter creation system according to the present embodiment includes the job ID use parameter correspondence file 110 that stores the job ID use parameter information indicating the correspondence between the job ID and the parameter ID of the parameter used for the job ID, and the job A component library 111 that stores and stores a part ID assigned to a date creation program that generates the execution date information, and parameter configuration information that includes a line number, start position, end position, and part ID used for a job for each parameter A parameter rule information file 113 for storing, a parameter rule information file 113 for storing parameter creation rule information including a part ID and an option value of a date creation program used for parameters, and a job execution storing job execution date information for executing a job Schedule file 112 And storing the job ID use parameter information in the job ID use parameter correspondence file 110 and storing the date creation program in the parts library 111, the known parameter configuration information, the known parameter creation rule information, and the While selecting a component ID from the component library and specifying an option value included in the selected parameter creation rule information as the selected component ID, the parameter configuration information and parameter creation rule information for each parameter are stored in the parameter rule information file. The job ID use parameter information stored in the job ID use parameter correspondence file 110, the date creation program stored in the component library 111, and the job execution date information stored in the job execution schedule file 112 are registered. Seen narrowing, it is possible to create an execution parameters that you set a different job ID used parameter information for each the date specified by the job execution date information read.

1 パラメータ作成システム、2 システム操作部、3 外部システム、
10 パラメータ基本情報登録部、11 パラメータ作成規則情報登録部、
12 パラメータ作成部、100 ジョブ実行スケジュールファイル、
101 本番パラメータファイル、
110 ジョブID別使用パラメータ対応ファイル、111 部品ライブラリ、
112 ジョブ実行スケジュールファイル、113 パラメータ規則情報ファイル、
114 パラメータファイル、115 パラメータシート、116 操作端末、
122 ジョブ実行スケジュールファイル、
202 ジョブID別使用パラメータ情報、205 日付作成プログラム、
302 パラメータ構成情報、303 シミュレーション結果表示、
304 シミュレーション日付情報、402 ジョブ・パラメータ対応ファイル
1 parameter creation system, 2 system operation unit, 3 external system,
10 parameter basic information registration unit, 11 parameter creation rule information registration unit,
12 parameter creation unit, 100 job execution schedule file,
101 Production parameter file,
110 Job ID use parameter support file, 111 parts library,
112 job execution schedule file, 113 parameter rule information file,
114 parameter file, 115 parameter sheet, 116 operation terminal,
122 Job execution schedule file,
202 parameter information used by job ID, 205 date creation program,
302 parameter configuration information, 303 simulation result display,
304 Simulation date information, 402 Job parameter file

Claims (6)

コンピュータで実行するジョブの処理日に合わせたジョブのパラメータを生成するパラメータ作成システムであって、
前記ジョブに一意に付与されたジョブIDと該ジョブIDに使用するパラメータのパラメータIDとの対応を表すジョブID別使用パラメータ情報を格納するジョブID別使用パラメータ対応ファイルと、
前記ジョブの実行日付情報を生成する日付作成プログラムに部品IDを付与して格納する部品ライブラリと、
前記パラメータに使用される日付作成プログラムの部品ID及びオプション値を含むパラメータ作成規則情報を格納するパラメータ規則情報ファイルと、
前記ジョブを実行するジョブ実行日付情報を格納したジョブ実行スケジュールファイルと、
前記ジョブID別使用パラメータ対応ファイルに前記ジョブID別使用パラメータ情報を格納させると共に前記部品ライブラリに日付作成プログラムを格納させるパラメータ基本情報登録部と、
既知のパラメータ構成情報及び既知のパラメータ作成規則情報並びに前記部品ライブラリから部品IDを選択し、該選択したパラメータ作成規則情報に含まれるオプション値を該選択した部品IDに指定しながら、前記パラメータ規則情報ファイルにパラメータ毎のパラメータ構成情報及びパラメータ作成規則情報を登録させるパラメータ作成規則情報登録部と、
前記ジョブID別使用パラメータ対応ファイルに格納したジョブID別使用パラメータ情報と前記部品ライブラリに格納した日付作成プログラムと前記ジョブ実行スケジュールファイルに格納したジョブ実行日付情報とを読み込み、前記読み込んだジョブ実行日付情報により指定された日付毎にジョブID別使用パラメータ情報を設定した実行パラメータを作成するパラメータ作成部とを備えたことを特徴とするパラメータ作成システム。
A parameter creation system for generating job parameters in accordance with a processing date of a job executed on a computer,
A use parameter corresponding file for each job ID for storing use parameter information for each job ID representing a correspondence between a job ID uniquely assigned to the job and a parameter ID of a parameter used for the job ID;
A component library for storing and storing a component ID in a date creation program for generating execution date information of the job;
A parameter rule information file for storing parameter creation rule information including a part ID and an option value of a date creation program used for the parameter;
A job execution schedule file storing job execution date information for executing the job;
A parameter basic information registration unit for storing the job ID use parameter information in the job ID use parameter correspondence file and storing a date creation program in the component library;
The parameter rule information is selected while selecting a known parameter configuration information, known parameter creation rule information, and a component ID from the component library, and specifying an option value included in the selected parameter creation rule information as the selected component ID. A parameter creation rule information registration unit for registering parameter configuration information and parameter creation rule information for each parameter in the file;
The job ID use parameter information stored in the job ID use parameter corresponding file, the date creation program stored in the parts library, and the job execution date information stored in the job execution schedule file are read, and the read job execution date A parameter creation system comprising: a parameter creation unit that creates an execution parameter in which use parameter information for each job ID is set for each date specified by the information.
前記パラメータ作成規則情報がパラメータ毎のジョブに使用される行番号・開始位置・終了位置、部品IDを含み、前記パラメータ作成部が、パラメータ構成情報に含まれるオプション値を、前記パラメータ作成規則情報に含まれるジョブに使用される行番号の開始位置と終了位置の範囲に設定した実行パラメータを作成することを特徴とする請求項1記載のパラメータ作成システム。   The parameter creation rule information includes a line number / start position / end position used for a job for each parameter, and a component ID, and the parameter creation unit converts an option value included in the parameter configuration information into the parameter creation rule information. 2. The parameter creation system according to claim 1, wherein an execution parameter set in a range of a start position and an end position of a line number used for an included job is created. コンピュータで実行するジョブに一意に付与されたジョブIDと該ジョブIDに使用するパラメータのパラメータIDとの対応を表すジョブID別使用パラメータ情報を格納するジョブID別使用パラメータ対応ファイルと、前記ジョブの実行日付情報を生成する日付作成プログラムに部品IDを付与して格納する部品ライブラリと、
前記パラメータに使用される日付作成プログラムの部品ID及びオプション値を含むパラメータ作成規則情報を格納するパラメータ規則情報ファイルと、前記ジョブを実行するジョブ実行日付情報を格納したジョブ実行スケジュールファイルと、前記ジョブID別使用パラメータ対応ファイルと格納する部品ライブラリとパラメータ規則情報ファイルとを備え、ジョブの処理日に合わせたジョブのパラメータをパラメータ作成コンピュータにより生成するパラメータ作成方法であって、
パラメータ作成コンピュータに、
前記ジョブID別使用パラメータ対応ファイルに前記ジョブID別使用パラメータ情報を格納させると共に前記部品ライブラリに日付作成プログラムを格納させるパラメータ基本情報登録工程と、
既知のパラメータ構成情報及び既知のパラメータ作成規則情報並びに前記部品ライブラリから部品IDを選択し、該選択したパラメータ作成規則情報に含まれるオプション値を該選択した部品IDに指定しながら、前記パラメータ規則情報ファイルにパラメータ毎のパラメータ構成情報及びパラメータ作成規則情報を登録させるパラメータ作成規則情報登録工程と、
前記ジョブID別使用パラメータ対応ファイルに格納したジョブID別使用パラメータ情報と前記部品ライブラリに格納した日付作成プログラムと前記ジョブ実行スケジュールファイルに格納したジョブ実行日付情報とを読み込み、前記読み込んだジョブ実行日付情報により指定された日付毎にジョブID別使用パラメータ情報を設定した実行パラメータを作成するパラメータ作成工程とを実行させることを特徴とするパラメータ作成方法。
A use parameter correspondence file by job ID for storing use parameter information by job ID representing a correspondence between a job ID uniquely assigned to a job executed on a computer and a parameter ID of a parameter used for the job ID; A component library for storing a component ID assigned to a date creation program for generating execution date information;
A parameter rule information file for storing parameter creation rule information including a part ID and an option value of a date creation program used for the parameter, a job execution schedule file for storing job execution date information for executing the job, and the job A parameter creation method comprising: a parameter creation file comprising a ID-specific use parameter correspondence file, a part library to be stored, and a parameter rule information file;
On the parameter creation computer,
A parameter basic information registration step of storing the job ID use parameter information in the job ID use parameter correspondence file and storing a date creation program in the parts library;
The parameter rule information is selected while selecting a known parameter configuration information, known parameter creation rule information, and a component ID from the component library, and specifying an option value included in the selected parameter creation rule information as the selected component ID. A parameter creation rule information registration step for registering parameter configuration information and parameter creation rule information for each parameter in the file;
The job ID use parameter information stored in the job ID use parameter corresponding file, the date creation program stored in the parts library, and the job execution date information stored in the job execution schedule file are read, and the read job execution date A parameter creation method comprising: executing a parameter creation step of creating an execution parameter in which use parameter information for each job ID is set for each date specified by the information.
前記パラメータ作成規則情報がパラメータ毎のジョブに使用される行番号・開始位置・終了位置、部品IDを含み、前記パラメータ作成コンピュータに、前記パラメータ作成工程において、前記パラメータ作成規則情報に含まれるオプション値を、前記パラメータ規則情報ファイルに含まれるジョブに使用される行番号の開始位置と終了位置の範囲に設定した実行パラメータを作成することを特徴とする請求項3記載のパラメータ作成方法。   The parameter creation rule information includes a line number / start position / end position used for a job for each parameter, and a component ID. The parameter creation computer includes an option value included in the parameter creation rule information in the parameter creation step. 4. The parameter creation method according to claim 3, wherein an execution parameter is created in a range of a start position and an end position of a line number used for a job included in the parameter rule information file. コンピュータで実行するジョブに一意に付与されたジョブIDと該ジョブIDに使用するパラメータのパラメータIDとの対応を表すジョブID別使用パラメータ情報を格納するジョブID別使用パラメータ対応ファイルと、前記ジョブの実行日付情報を生成する日付作成プログラムに部品IDを付与して格納する部品ライブラリと、前記パラメータに使用される日付作成プログラムの部品ID及びオプション値を含むパラメータ作成規則情報を格納するパラメータ規則情報ファイルと、前記ジョブを実行するジョブ実行日付情報を格納したジョブ実行スケジュールファイルと、前記ジョブID別使用パラメータ対応ファイルと格納する部品ライブラリとパラメータ規則情報ファイルとを備え、ジョブの処理日に合わせたジョブのパラメータをパラメータ作成コンピュータにより生成するパラメータ作成プログラムであって、
パラメータ作成プログラムに、
前記ジョブID別使用パラメータ対応ファイルに前記ジョブID別使用パラメータ情報を格納させると共に前記部品ライブラリに日付作成プログラムを格納させるパラメータ基本情報登録機能と、
既知のパラメータ構成情報及び既知のパラメータ作成規則情報並びに前記部品ライブラリから部品IDを選択し、該選択したパラメータ作成規則情報に含まれるオプション値を該選択した部品IDに指定しながら、前記パラメータ規則情報ファイルにパラメータ毎のパラメータ構成情報及びパラメータ作成規則情報を登録させるパラメータ作成規則情報登録機能と、
前記ジョブID別使用パラメータ対応ファイルに格納したジョブID別使用パラメータ情報と前記部品ライブラリに格納した日付作成プログラムと前記ジョブ実行スケジュールファイルに格納したジョブ実行日付情報とを読み込み、前記読み込んだジョブ実行日付情報により指定された日付毎にジョブID別使用パラメータ情報を設定した実行パラメータを作成するパラメータ作成機能とを実現させたことを特徴とするパラメータ作成プログラム。
A use parameter correspondence file by job ID for storing use parameter information by job ID representing a correspondence between a job ID uniquely assigned to a job executed on a computer and a parameter ID of a parameter used for the job ID; A parameter library that stores parameter creation rule information including the component ID and option values of the date creation program used for the parameters, and a component library that assigns and stores a component ID to a date creation program that generates execution date information A job execution schedule file storing job execution date information for executing the job, a job ID use parameter corresponding file, a stored part library, and a parameter rule information file, and a job that matches the processing date of the job Parameters A parameter generation program for generating a parameter creation computer,
In the parameter creation program,
A parameter basic information registration function for storing the job ID use parameter information in the job ID use parameter correspondence file and storing the date creation program in the parts library;
The parameter rule information is selected while selecting a known parameter configuration information, known parameter creation rule information, and a component ID from the component library, and specifying an option value included in the selected parameter creation rule information as the selected component ID. Parameter creation rule information registration function for registering parameter configuration information and parameter creation rule information for each parameter in the file,
The job ID use parameter information stored in the job ID use parameter corresponding file, the date creation program stored in the parts library, and the job execution date information stored in the job execution schedule file are read, and the read job execution date A parameter creation program that realizes a parameter creation function for creating an execution parameter in which use parameter information for each job ID is set for each date specified by information.
前記パラメータ作成規則情報がパラメータ毎のジョブに使用される行番号・開始位置・終了位置、部品IDを含み、前記パラメータ作成プログラムに、前記パラメータ作成機能において、前記パラメータ作成規則情報に含まれるオプション値を、前記パラメータ規則情報ファイルに含まれるジョブに使用される行番号の開始位置と終了位置の範囲に設定した実行パラメータを作成することを特徴とする請求項5記載のパラメータ作成プログラム。   The parameter creation rule information includes a line number / start position / end position used for a job for each parameter, and a component ID. The parameter creation program includes an option value included in the parameter creation rule information in the parameter creation function. 6. The parameter creation program according to claim 5, wherein an execution parameter is created in a range of a start position and an end position of a line number used for a job included in the parameter rule information file.
JP2012010894A 2012-01-23 2012-01-23 Batch processing parameter creation system, batch processing parameter creation method, and batch processing parameter creation program Expired - Fee Related JP5444388B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012010894A JP5444388B2 (en) 2012-01-23 2012-01-23 Batch processing parameter creation system, batch processing parameter creation method, and batch processing parameter creation program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012010894A JP5444388B2 (en) 2012-01-23 2012-01-23 Batch processing parameter creation system, batch processing parameter creation method, and batch processing parameter creation program

Publications (2)

Publication Number Publication Date
JP2013149192A JP2013149192A (en) 2013-08-01
JP5444388B2 true JP5444388B2 (en) 2014-03-19

Family

ID=49046607

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012010894A Expired - Fee Related JP5444388B2 (en) 2012-01-23 2012-01-23 Batch processing parameter creation system, batch processing parameter creation method, and batch processing parameter creation program

Country Status (1)

Country Link
JP (1) JP5444388B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111338657B (en) * 2020-02-26 2023-12-01 山东汇贸电子口岸有限公司 Template-based palm parameter batch configuration method

Also Published As

Publication number Publication date
JP2013149192A (en) 2013-08-01

Similar Documents

Publication Publication Date Title
US11176184B2 (en) Information retrieval
JP5179207B2 (en) Software development support apparatus, program and method thereof
US20110265190A1 (en) System and method for processing signature-verification operation
Boehr et al. Preparing for the future: National Library of Medicine's® project to add MeSH® RDF URIs to its bibliographic and authority records
JP5444388B2 (en) Batch processing parameter creation system, batch processing parameter creation method, and batch processing parameter creation program
CN111061733A (en) Data processing method and device, electronic equipment and computer readable storage medium
JP2008226054A (en) Manhour management system, server terminal, manhour management method, program and computer readable recording medium
JP6336922B2 (en) Business impact location extraction method and business impact location extraction device based on business variations
JP6668580B2 (en) File editing method, file editing device and file editing program
JP2008134840A (en) Information processing unit, and method therefor
JP5336906B2 (en) Design process management device
JP5504212B2 (en) Test case automatic generation system, test case automatic generation method, and test case automatic generation program
JP5893595B2 (en) Schedule support system
JP6626327B2 (en) Gantt chart generation program, Gantt chart generation device, and Gantt chart generation method
JP6364569B1 (en) Information processing program, information processing apparatus, and information processing method
JP5821528B2 (en) Data check program, data check method, and data check device
US20170011357A1 (en) Job execution calendar management device and job execution calendar management method
JP2009064347A (en) Work support information display, and work support information display method
JP2006243996A (en) Job network management system
JP2007034806A (en) Information processor and program
JP6699433B2 (en) Data management program, device, and method
JP2018036835A (en) Form management device and program
JP2007034807A (en) Information processor and program
JP2007034805A (en) Information processor and program
JP2009020790A (en) Information processing system

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131127

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20131203

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20131220

R150 Certificate of patent or registration of utility model

Ref document number: 5444388

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

LAPS Cancellation because of no payment of annual fees