JP3080069B2 - Job scheduling method - Google Patents

Job scheduling method

Info

Publication number
JP3080069B2
JP3080069B2 JP10159579A JP15957998A JP3080069B2 JP 3080069 B2 JP3080069 B2 JP 3080069B2 JP 10159579 A JP10159579 A JP 10159579A JP 15957998 A JP15957998 A JP 15957998A JP 3080069 B2 JP3080069 B2 JP 3080069B2
Authority
JP
Japan
Prior art keywords
job
class
multiplicity
subclass
batch
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
JP10159579A
Other languages
Japanese (ja)
Other versions
JPH11353191A (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.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP10159579A priority Critical patent/JP3080069B2/en
Publication of JPH11353191A publication Critical patent/JPH11353191A/en
Application granted granted Critical
Publication of JP3080069B2 publication Critical patent/JP3080069B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、バッチジョブを処
理する計算機システムのジョブスケジュール方法に関す
る。
[0001] 1. Field of the Invention [0002] The present invention relates to a job scheduling method for a computer system that processes a batch job.

【0002】[0002]

【従来の技術】バッチジョブを処理する計算機システム
における従来のジョブスケジュール方法の一例が、19
97年に日本電気(株)から発行されたマニュアルのジ
ョブ管理解説書に記載されている。この従来技術では、
投入されるバッチジョブは、ジョブクラスにスケジュー
リングされ、そのジョブクラスのパラメータの既定値を
ジョブのパラメータの既定値として起動され、バッチジ
ョブの多重度はジョブクラスの多重度で制御される。
2. Description of the Related Art An example of a conventional job scheduling method in a computer system for processing a batch job is as follows.
This is described in the manual for job management issued by NEC Corporation in 1997. In this prior art,
A batch job to be submitted is scheduled in a job class, is activated using a default value of a parameter of the job class as a default value of a parameter of the job, and the multiplicity of the batch job is controlled by the multiplicity of the job class.

【0003】[0003]

【発明が解決しようとする課題】しかし、この従来技術
には、次のような問題点があった。第1の問題点は、あ
るジョブクラスにバッチジョブを投入する場合、順番に
起動する必要があるバッチジョブと順番は不定でよいバ
ッチジョブの混在が不可能であった。その理由は、順番
に起動する必要のあるバッチジョブは多重度1で起動す
る必要があり、多重度1に設定すると、順序は不定でよ
いバッチジョブの実行が非効率となるためである。
However, this prior art has the following problems. A first problem is that when batch jobs are submitted to a certain job class, it is impossible to mix batch jobs that need to be started in order and batch jobs whose order is not fixed. The reason is that batch jobs that need to be started in order need to be started at the multiplicity of 1, and when set to the multiplicity of 1, the execution of batch jobs whose order may be undefined becomes inefficient.

【0004】また、第2の問題点は、あるジョブクラス
にジョブを投入する場合、ジョブ使用資源制限等のジョ
ブ属性を変更するには、各々のジョブにジョブ使用資源
制限等のジョブ属性を定義する必要があった。その理由
は、ジョブ使用資源の制限等の属性の既定値はジョブク
ラスで決定されるため、同じジョブクラスに投入される
バッチジョブは、バッチジョブ毎にジョブ使用資源の制
限等の属性の指定がない場合には、ジョブクラスで指定
されたジョブ使用資源の制限等の属性で実行されるため
である。
[0004] The second problem is that when a job is submitted to a certain job class, the job attributes such as the job use resource limitation must be defined for each job. I needed to. The reason is that the default value of the attribute such as the limitation of the resource used by the job is determined by the job class. Therefore, for the batch job submitted to the same job class, the attribute such as the limitation of the resource used by the job is specified for each batch job. If there is no job, the job is executed with attributes such as the limitation of the resources used by the job specified in the job class.

【0005】本発明は、上述する問題点に鑑みてなされ
たもので、順番に起動する必要があるジョブと順番が不
定でよいジョブの混在を可能とする点を目的としてい
る。
SUMMARY OF THE INVENTION The present invention has been made in view of the above-described problems, and has as its object to enable a mixture of jobs that need to be started in order and jobs whose order is not fixed.

【0006】[0006]

【課題を解決するための手段】上記目的を達成するため
に、本発明では、バッチジョブを処理するコンピュータ
システムにおけるジョブスケジュール方法において、バ
ッチジョブのジョブクラスの下位にサブクラスを複数作
成し、ジョブクラス及び各サブクラス毎に多重度及び使
用資源の制限をジョブ属性として定義し、ジョブを選択
して起動する際に、ジョブクラスとサブクラスの各ジョ
ブ属性を参照することにより当該ジョブの多重度を判断
して起動の可否を判定すると共に、前記各ジョブ属性に
定義された使用資源の制限の下でジョブを実行する。こ
のようにして、ジョブクラスを細分化しサブクラス単位
に多重度やバッチジョブの使用資源制限等のジョブ属性
を定義できるので、1つのジョブクラスの中で多様なバ
ッチジョブの実行が可能となる。
According to the present invention, there is provided a computer for processing a batch job.
In the job scheduling method in the system,
Multiple subclasses under the job class of the
Multiplicity and usage for each job class and each subclass.
Resource restrictions as job attributes and select the job
Job and subclass jobs when
The multiplicity of the job by referring to the job attribute
To determine whether the job can be started,
Run jobs under defined resource limits. This
Subdivide the job class into subclass units
Attributes such as multiplicity and resource limitation of batch jobs
Can be defined, so various jobs can be
Switch job can be executed.

【0007】[0007]

【発明の実施の形態】以下に、図面を参照して、本発明
に係わるジョブスケジュール方法の一実施形態について
説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of a job scheduling method according to the present invention will be described below with reference to the drawings.

【0008】図1は、本実施形態の機能構成を示すブロ
ック図である。この図に示すように、本実施形態は、ジ
ョブクラス定義手段1と、サブクラス定義手段2と、ジ
ョブ投入手段3と、ジョブスケジュール手段4と、ジョ
ブ実行手段5とから構成されている。
FIG. 1 is a block diagram showing a functional configuration of the present embodiment. As shown in this figure, the present embodiment includes a job class definition unit 1, a subclass definition unit 2, a job submission unit 3, a job schedule unit 4, and a job execution unit 5.

【0009】ジョブクラス定義手段1は、ジョブクラス
A〜Cを作成し、各ジョブクラスA〜Cに多重度と個々
のジョブ(バッチジョブ)が使用する資源制限等のジョ
ブ属性を定義する。サブクラス定義手段2は、各ジョブ
クラスA〜Cにサブクラスをそれぞれ作成し、サブクラ
スの多重度や個々のジョブが使用する資源制限等のジョ
ブ属性を定義する。
The job class definition means 1 creates job classes A to C and defines job attributes such as the multiplicity and the resource limit used by each job (batch job) for each job class A to C. The subclass definition means 2 creates a subclass for each of the job classes A to C, and defines job attributes such as the multiplicity of the subclass and the resource limit used by each job.

【0010】例えば、サブクラス定義手段2は、図示す
るように、ジョブクラスAについてはサブクラスA1〜
A3を作成し、ジョブクラスBについてはサブクラスB
2,B3を作成し、ジョブクラスCについてはサブクラス
C1,C3を作成する。ジョブ投入手段3は、ジョブを受
け付けて、上記ジョブクラスとサブクラスをパラメータ
としてジョブスケジュール手段4に制御を渡す。
[0010] For example, as shown in the figure, the subclass definition means 2 executes the subclass A1
Create A3 and subclass B for job class B
2 and B3, and subclasses C1 and C3 for the job class C. The job input unit 3 receives the job and passes control to the job schedule unit 4 using the job class and the subclass as parameters.

【0011】ジョブスケジュール手段4は、ジョブ投入
手段3によって受け付けられたジョブを実行に移せるか
どうかを調べる。そして、ジョブが実行できる場合は、
ジョブ実行手段5にジョブを実行させる。また、ジョブ
スケジュール手段4は、ジョブ全体の多重度やジョブク
ラスの多重度、あるいはサブクラスの多重度のいずれか
に空きがない場合、多重度に空きができるまでジョブを
待機させる。
The job schedule means 4 checks whether or not the job accepted by the job input means 3 can be executed. And if you can run the job,
The job execution means 5 executes the job. Further, if there is no free space in any of the multiplicity of the entire job, the multiplicity of the job class, or the multiplicity of the subclass, the job scheduling unit 4 waits until the multiplicity becomes free.

【0012】ジョブ実行手段5は、ジョブが使用する資
源制限等のジョブ属性とジョブクラスの資源制限等のジ
ョブ属性とサブクラスの資源制限等の属性を参照して、
最終的にジョブ使用資源の制限等を設定し、ジョブを実
行する。
The job executing means 5 refers to the job attributes such as the resource limit of the job, the job attribute such as the resource limit of the job class, and the attributes such as the resource limit of the subclass.
Finally, the job use resources are set, and the job is executed.

【0013】次に、このように構成された本実施形態の
動作について、図2及び図3に示すフローチャートを参
照して詳説する。
Next, the operation of the embodiment constructed as described above will be described in detail with reference to the flowcharts shown in FIGS.

【0014】まず、運用に先立ってジョブクラスがジョ
ブクラス定義手段1によって定義され、ジョブクラスの
多重度やジョブクラスで実行されるジョブが使用する資
源制限等のジョブ属性の既定値が定義される。例えば、
ジョブクラス定義手段1は、上述したように3つのジョ
ブクラスA〜Cを定義し、各ジョブクラスA〜Cについ
て、その多重度やジョブ属性の既定値を定義する。
First, prior to operation, a job class is defined by the job class definition means 1, and default values of job attributes such as the multiplicity of the job class and the resource limit used by jobs executed in the job class are defined. . For example,
The job class definition means 1 defines the three job classes A to C as described above, and defines the multiplicity and the default value of the job attribute for each of the job classes A to C.

【0015】続いて、サブクラス定義手段2により各ジ
ョブクラスA〜Cの中にサブクラスA1〜A3,B1,B
2,C1,B2が定義され、各サブクラスA1〜A3,B2,
B3,C1,C3の多重度や各サブクラスA1〜A3,B2,
B3,C1,C3に投入されるジョブが使用する資源の制
限等のジョブ属性の既定値が定義される。
Subsequently, the subclasses A1 to A3, B1, and B are stored in the job classes A to C by the subclass definition means 2.
2, C1, B2 are defined, and each subclass A1-A3, B2,
The multiplicity of B3, C1, C3 and the subclasses A1 to A3, B2,
Default values of job attributes such as restrictions on resources used by jobs input to B3, C1, and C3 are defined.

【0016】このような状態においてジョブが投入され
ると(ステップS11)、ジョブ投入手段3によって当
該ジョブが受け付けられる。そして、該ジョブはジョブ
スケジュール手段4によって実行可能か否かが調べられ
選択開始される(ステップS12)。
When a job is submitted in such a state (step S11), the job is accepted by the job submission means 3. Then, whether or not the job is executable is checked by the job scheduling means 4 and selection is started (step S12).

【0017】この際、ジョブスケジュール手段4は、ま
ずシステム全体の多重度の空きがあるかどうかを検証す
る(ステップS13)。そして、システム全体多重度に
空きがない場合は、当該ジョブの選択開始(ステップS
12)に戻って、空きが発生するまで待機する。一方、
システム全体多重度に空きがある場合には、ジョブクラ
スの多重度に空きがあるか否かを調べる(ステップS1
4)。
At this time, the job schedule means 4 first verifies whether or not there is a vacancy in the multiplicity of the entire system (step S13). If there is no free space in the multiplicity of the entire system, the selection of the job is started (step S
Return to step 12) and wait until a vacancy occurs. on the other hand,
If there is a vacancy in the multiplicity of the entire system, it is checked whether there is a vacancy in the multiplicity of the job class (step S1).
4).

【0018】そして、ジョブクラスの多重度に空きがな
い場合は、ジョブの選択開始(ステップS12)に戻っ
て、空きが発生するまで待機し、ジョブクラスの多重度
に空きがある場合には、サブクラスの多重度に空きがあ
るか否かを調べる(ステップS15)。さらに、このサ
ブクラスの多重度に空きがなければ、ジョブの選択開始
(ステップS12)に戻って、空きが発生するまで待機
する。
If there is no vacancy in the job class multiplicity, the process returns to the start of job selection (step S12), and waits until a vacancy occurs. It is checked whether there is a vacancy in the multiplicity of the subclass (step S15). Further, if there is no vacancy in the multiplicity of this subclass, the process returns to the start of job selection (step S12) and waits until a vacancy occurs.

【0019】ここで、ジョブスケジュール手段4は、サ
ブクラスの多重度に空きがある場合には、ジョブ実行手
段5にジョブを起動させる(ステップS16)。その際
に、ジョブが使用する資源制限等のジョブ属性の設定
は、ジョブクラスの設定とサブクラスの設定により決定
される。すなわち、図3に示すように、ジョブの実行が
開始されると(ステップ S21)、各種ジョブの使用
資源の制限等の属性が指定されているか否かを検証する
(ステップ S22)。
Here, if there is a vacancy in the subclass multiplicity, the job schedule means 4 causes the job execution means 5 to start a job (step S16). At this time, the setting of job attributes such as the limitation of resources used by the job is determined by the setting of the job class and the setting of the subclass. That is, as shown in FIG. 3, when the execution of a job is started (step S21), it is verified whether or not an attribute such as a restriction on resources used for various jobs is specified (step S22).

【0020】例えば、この検証では、ジョブの実行プラ
イオリティを決定するにあたり、ジョブ毎に実行プライ
オリティの設定があるかどうかが検証される。そして、
この実行プライオリティの設定がある場合は、その実行
プライオリティを有効にして(ステップS23)、ジョ
ブを実行する(ステップ S24)。
For example, in this verification, when determining the execution priority of a job, it is verified whether or not the execution priority is set for each job. And
If the execution priority is set, the execution priority is enabled (step S23), and the job is executed (step S24).

【0021】一方、ジョブ毎に実行プライオリティの設
定がない場合には、サブクラスに実行プライオリティの
設定があるか否かを検証する(ステップS25)。そし
て、サブクラス毎に実行プライオリティの属性定義があ
る場合は、それを有効にして(ステップS26)、ジョ
ブを実行し(ステップS24)、サブクラス単位に実行
プライオリティの属性定義がない場合には、ジョブクラ
スの実行プライオリティの定義を有効にして(ステップ
S27)、ジョブを実行する(ステップS24)。そし
て、このようにして1つのジョブの実行が終了すると
(ステップS17)、処理は上記ステップS12に戻さ
れ、次のジョブが選択される。
On the other hand, if the execution priority is not set for each job, it is verified whether or not the execution priority is set in the subclass (step S25). If there is an attribute definition of the execution priority for each subclass, it is enabled (step S26) and the job is executed (step S24). If there is no attribute definition of the execution priority for each subclass, the job class The definition of the execution priority is validated (step S27), and the job is executed (step S24). When the execution of one job is completed (step S17), the process returns to step S12, and the next job is selected.

【0022】このような実施形態によれば、ジョブクラ
スA〜Cの下位にサブクラスA1〜A3,B2,B3,C
1,C3にを作成し、サブクラスA1〜A3,B2,B3,C
1,C3単位にジョブ多重度あるいはジョブ使用資源の制
限等のジョブ属性を定義するため、順番に起動する必要
があるジョブと順番が不定でよいジョブも1つのジョブ
クラスで同時に実行することが可能となる。また、ジョ
ブクラスA〜Cの多重度の制御も可能なので、ジョブク
ラスを超えて他のジョブクラスに影響を与えないように
することができる。
According to this embodiment, the subclasses A1 to A3, B2, B3, C
1, create C3, subclasses A1 to A3, B2, B3, C
1. Job attributes such as job multiplicity or job resource limitation are defined for each C3 unit, so jobs that need to be started in order and jobs that can be executed in any order can be executed simultaneously in one job class. Becomes Further, since the multiplicity of the job classes A to C can be controlled, it is possible to prevent the job classes from affecting the other job classes beyond the job class.

【0023】[0023]

【発明の効果】以上説明したように、本発明に係わるジ
ョブスケジュール方法は、以下のような効果を奏する。 (1)第1の効果は、逐次実行する必要があるバッチジ
ョブも同時に複数実行する必要があるバッチジョブも一
つのジョブクラスで実行することが可能となることであ
る。その理由は、バッチジョブのジョブクラスの下位に
サブクラスを作成し、ジョブクラスとサブクラス単位に
ジョブ多重度あるいはジョブ使用資源の制限等のジョブ
属性を定義するためである。 (2)第2の効果は、ジョブ使用資源の制限等の異なっ
た属性のバッチジョブを1つのジョブクラスで実行する
ことが可能となることである。その理由は、ジョブクラ
スの中に複数のサブクラスを定義し、それそれのサブク
ラスにジョブ使用資源の制限等の属性を定義するので、
投入するバッチジョブのサブクラスを変更してバッチジ
ョブが使用する資源の制限等の属性を自動的に切り替え
ることができるためである。
As described above, the job scheduling method according to the present invention has the following effects. (1) The first effect is that batch jobs that need to be executed sequentially and batch jobs that need to be executed at the same time can be executed by one job class. The reason is that a subclass is created under the job class of the batch job, and job attributes such as job multiplicity or job use resource limitation are defined for each job class and subclass. (2) The second effect is that batch jobs having different attributes such as restrictions on the resources used by jobs can be executed by one job class. The reason is that multiple subclasses are defined in the job class, and attributes such as the limitation of the resources used by the job are defined in each subclass.
This is because the sub-class of the batch job to be submitted can be changed to automatically switch attributes such as the limitation of resources used by the batch job.

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

【図1】 本発明の一実施形態の機能構成を示すブロッ
ク図である。
FIG. 1 is a block diagram showing a functional configuration of an embodiment of the present invention.

【図2】 本発明の一実施形態の動作を示す第1のフロ
ーチャートである。
FIG. 2 is a first flowchart showing the operation of the embodiment of the present invention.

【図3】 本発明の一実施形態の動作を示す第2のフロ
ーチャートである。
FIG. 3 is a second flowchart showing the operation of the embodiment of the present invention.

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

1……ジョブクラス定義手段 2……サブクラス定義手段 3……ジョブ投入手段 4……ジョブスケジュール手段 5……ジョブ実行手段 A〜C……ジョブクラス A1〜A3,B2,B3,C1,C3……サブクラス 1 ... job class definition means 2 ... subclass definition means 3 ... job input means 4 ... job schedule means 5 ... job execution means A to C ... job classes A1 to A3, B2, B3, C1, C3 ... … Subclass

フロントページの続き (56)参考文献 特開 平3−52055(JP,A) 特開 平1−244539(JP,A) 特開 昭63−184840(JP,A) 特開 平7−319715(JP,A) 特開 平9−305418(JP,A) 特開 平3−118637(JP,A) 特開 昭57−162049(JP,A) 特開 昭62−174860(JP,A) 特開 平2−236640(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 9/46 G06F 1/00 G06F 15/00 G06F 15/16 JICSTファイル(JOIS) CSDB(日本国特許庁)Continuation of the front page (56) References JP-A-3-52055 (JP, A) JP-A-1-24539 (JP, A) JP-A-63-184840 (JP, A) JP-A-7-319715 (JP, A) JP-A-9-305418 (JP, A) JP-A-3-118637 (JP, A) JP-A-57-162049 (JP, A) JP-A-62-174860 (JP, A) 2-236640 (JP, A) (58) Fields investigated (Int. Cl. 7 , DB name) G06F 9/46 G06F 1/00 G06F 15/00 G06F 15/16 JICST file (JOIS) CSDB (Japanese patent Agency)

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 バッチジョブを処理するコンピュータシ
ステムにおけるジョブスケジュール方法であって、 バッチジョブのジョブクラスの下位にサブクラスを複数
作成しジョブクラス及び各サブクラス毎に多重度及び使用資源
の制限をジョブ属性として定義し、 ジョブを選択して起動する際に、ジョブクラスとサブク
ラスの各ジョブ属性を参照することにより当該ジョブの
多重度を判断して起動の可否を判定すると共に、前記各
ジョブ属性に定義された使用資源の制限の下でジョブを
実行する ことを特徴とするジョブスケジュール方法。
1. A job scheduling method in a computer system for processing a batch job, wherein a plurality of subclasses are provided under a job class of the batch job.
Created , multiplicity and resource usage for each job class and each subclass
Is defined as a job attribute , and the job class and sub-
By referring to each job attribute of the class,
In addition to judging the multiplicity, it is judged whether or not to start,
Jobs are restricted by the resource usage defined in the job attributes.
A job scheduling method characterized by being executed .
JP10159579A 1998-06-08 1998-06-08 Job scheduling method Expired - Fee Related JP3080069B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10159579A JP3080069B2 (en) 1998-06-08 1998-06-08 Job scheduling method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10159579A JP3080069B2 (en) 1998-06-08 1998-06-08 Job scheduling method

Publications (2)

Publication Number Publication Date
JPH11353191A JPH11353191A (en) 1999-12-24
JP3080069B2 true JP3080069B2 (en) 2000-08-21

Family

ID=15696805

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10159579A Expired - Fee Related JP3080069B2 (en) 1998-06-08 1998-06-08 Job scheduling method

Country Status (1)

Country Link
JP (1) JP3080069B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008108075A (en) * 2006-10-25 2008-05-08 Matsushita Electric Ind Co Ltd Task switch control method, and computer system

Also Published As

Publication number Publication date
JPH11353191A (en) 1999-12-24

Similar Documents

Publication Publication Date Title
US7159184B2 (en) Method and graphical user interface for creating a configuration file used to allocate computer system resources among workloads
JP2883784B2 (en) Microcomputer
WO2007001014A1 (en) Information terminal, computer resource management method, and virtual machine execution switching method
JP3080069B2 (en) Job scheduling method
JP5177082B2 (en) Development support device, program
JP2002099435A (en) Control method of multi-task and information processor
CN112764822A (en) Operating system starting method, device, equipment and medium
JPH07230387A (en) Exclusive control method
JP2002169686A (en) Parameter tuning system
JP2831742B2 (en) Architecture synthesis system
JP3075929B2 (en) Job management method
JPH06242897A (en) Printer selection method and information processor using the same
JPH05241890A (en) Data trace system
JP2504645B2 (en) Test program execution control processing method
JPH02158841A (en) Effectively using system for idle cpu
JPH04257915A (en) Information processor
JPH0581044A (en) Computer device
JPH0477911A (en) Input control system for input device
JPH09325892A (en) Job parallel execution control method
JPH0651812A (en) Programmable controller
JPH08137652A (en) Information processor
JPS61278942A (en) Data managing device
JPH06274355A (en) Job schedule system
JPH02211545A (en) Job execution control system
JPS63304360A (en) Job execution control system

Legal Events

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20000523

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

Free format text: PAYMENT UNTIL: 20080623

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20090623

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20100623

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20100623

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20110623

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees