JP2014035654A - Job order confirmation method - Google Patents

Job order confirmation method Download PDF

Info

Publication number
JP2014035654A
JP2014035654A JP2012176604A JP2012176604A JP2014035654A JP 2014035654 A JP2014035654 A JP 2014035654A JP 2012176604 A JP2012176604 A JP 2012176604A JP 2012176604 A JP2012176604 A JP 2012176604A JP 2014035654 A JP2014035654 A JP 2014035654A
Authority
JP
Japan
Prior art keywords
job
net
verification target
target element
order
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2012176604A
Other languages
Japanese (ja)
Inventor
Norifumi Kageyama
典史 影山
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 JP2012176604A priority Critical patent/JP2014035654A/en
Publication of JP2014035654A publication Critical patent/JP2014035654A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To solve the problem of execution order not being sufficiently confirmed by just confirming the execution order regarding that needing confirmation related to the order since the structure is complicated by the form of adding a function to an existing system although a need exists to build by confirming the execution order of a job in a present business system.SOLUTION: In order to solve the problem, this invention: takes into consideration the hierarchical relationship pertaining to a job; extracts that needing confirmation of the order relationship from the hierarchical relationship; and confirms or defines the order relationship pertaining to these. Furthermore, a job net which is a unit aggregating jobs especially for management of one or a plurality of jobs is handled in this invention.

Description

本発明は、システム上で実行されるいわゆるジョブの実行順序を確認するための技術に関する。   The present invention relates to a technique for confirming the execution order of so-called jobs executed on a system.

現在、金融機関等で業務を実行するためのシステムが導入されていることは一般的である。この業務を実行するための情報として、ジョブと呼ばれるものが利用されている。ジョブとは、大型コンピュータ等でデータを処理する際、いくつかの処理分けてその処理を実行、管理する場合の単位を指す。このように、大型コンピュータに関し、分けて行うため、その管理は複雑になることが多い。また、ジョブにおいては、その実行順序が間違っていた場合、所望の処理を実行できない。このため、ジョブの実行順序を確認する必要があった。   Currently, it is common that a system for executing business in a financial institution or the like is introduced. As information for executing this task, what is called a job is used. A job refers to a unit for executing and managing a process divided into several processes when data is processed by a large computer or the like. As described above, since management is performed separately for a large computer, the management thereof is often complicated. Also, in a job, if the execution order is wrong, a desired process cannot be executed. Therefore, it is necessary to check the job execution order.

この課題を解決するための技術として、特許文献1が提案されている。特許文献1では、業務情報システムの設計内容を効率的に検証することを課題としている。このために、特許文献1では、システム設計検証装置に関する。システム設計検証装置は、順序関係にあるジョブの組合せを示すジョブ関係情報と、ジョブファイルデータとその関連ジョブを示すデータ関係情報を保持する。検証対象となるジョブファイルの関連ジョブが第1ジョブと第2ジョブであるとすると、第1ジョブのアクセス種別と第2ジョブのアクセス種別の組み合わせから第1ジョブと第2ジョブの間の順序関係が必要かを判定する。順序関係が必要であれば、ジョブ関係情報において第1ジョブと第2ジョブの間に順序関係が成立しているかを確認する。この課題を解決するために、特許文献1では、順序関係にあるジョブの組合せを示すジョブ関係情報と、ジョブファイルデータとその関連ジョブを示すデータ関係情報を保持する。検証対象となるジョブファイルの関連ジョブが第1ジョブと第2ジョブであるとすると、第1ジョブのアクセス種別と第2ジョブのアクセス種別の組み合わせから第1ジョブと第2ジョブの間の順序関係が必要かを判定する。順序関係が必要であれば、ジョブ関係情報において第1ジョブと第2ジョブの間に順序関係が成立しているかを確認している。   As a technique for solving this problem, Patent Document 1 has been proposed. In Patent Document 1, it is an object to efficiently verify the design contents of a business information system. For this reason, Patent Document 1 relates to a system design verification apparatus. The system design verification apparatus holds job relation information indicating a combination of jobs having an order relation, and data relation information indicating job file data and related jobs. Assuming that the related jobs of the job file to be verified are the first job and the second job, the order relationship between the first job and the second job from the combination of the access type of the first job and the access type of the second job. Determine if you need it. If the order relationship is necessary, it is confirmed in the job relationship information whether the order relationship is established between the first job and the second job. In order to solve this problem, Patent Document 1 holds job relationship information indicating a combination of jobs having an order relationship, and data relationship information indicating job file data and its related jobs. Assuming that the related jobs of the job file to be verified are the first job and the second job, the order relationship between the first job and the second job from the combination of the access type of the first job and the access type of the second job. Determine if you need it. If the order relationship is necessary, it is confirmed in the job relationship information whether the order relationship is established between the first job and the second job.

特開2008−97946号公報JP 2008-97946 A

しかしながら、特許文献1では、対象とするシステムの構造やジョブの構造が複雑になった場合、対応できないとの課題がある。特に、今日のシステムにおいては、あるシステムに対して、機能を追加する形でその構造が複雑化しているので、単に順序関係の確認が必要なものについて、その実行順序を確認しただけでは、不十分である。上述のように、構造が複雑化しているため、ジョブについても階層化されることが多く、この前提については特許文献1では考慮されていない。   However, in Patent Document 1, there is a problem that it is not possible to cope with a complicated system structure or job structure. In particular, the structure of today's system is complicated by adding functions to a certain system, so it is not possible to simply confirm the execution order of items that require confirmation of the order relationship. It is enough. As described above, since the structure is complicated, jobs are often hierarchized, and this premise is not considered in Patent Document 1.

上記の課題を解決するために、本発明では、ジョブについて、その階層関係を考慮し、階層関係から順序関係を確認すべきものを抽出し、これらについて順序関係を確認、ないし定義するものである。   In order to solve the above-described problems, in the present invention, considering the hierarchical relationship of jobs, those for which the order relationship should be confirmed are extracted, and the order relationship is confirmed or defined.

本発明によれば、より複雑なシステムにおいてもそのジョブの実行順序を確認、あるいは定義することが可能になる。   According to the present invention, it is possible to confirm or define the job execution order even in a more complicated system.

ジョブネットの各構成要素の実行順序関係を木構造と有向グラフで示す図である。It is a figure which shows the execution order relationship of each component of a job net with a tree structure and a directed graph. ジョブネットの階層構造を示す木構造図である。FIG. 3 is a tree structure diagram showing a hierarchical structure of a job net. ジョブネット構成要素と完全修飾名の対応を示すデータ構造図である。It is a data structure figure which shows a response | compatibility with a job net component and a fully qualified name. ジョブ実行順序情報のデータ構造図である。It is a data structure figure of job execution order information. ジョブ実行システムの一形態を示すハードウェア構成図である。It is a hardware block diagram which shows one form of a job execution system. ジョブ実行順序検証装置とジョブ管理装置の機能関連を示す図である。It is a figure which shows the functional relationship of a job execution order verification apparatus and a job management apparatus. ジョブの実行順序を検証する処理過程を示すフローチャートである。6 is a flowchart illustrating a process for verifying a job execution order. 同一階層内のジョブネット要素の実行順序を検証するフローチャートである。It is a flowchart which verifies the execution order of the job net element in the same hierarchy.

ジョブネットとは、計算機システムにおいてデータを処理あるいは管理する単位であるジョブについて、複数のジョブのそれぞれの実行順序関係を規定したジョブのフローである。この為、ジョブネットは、1つないし複数のジョブを管理する為に、ジョブを集約した単位でもある。図1は、ジョブネットにおけるジョブの実行順序関係を示す図の一例である。図1のジョブネットにおいては、ジョブネットの内部にジョブだけではなくジョブネットも含まれており、ジョブネットが階層構造を持っている。階層構造を持つジョブネットの内部のジョブやジョブネット、そのジョブネット自身を含めて、ジョブネットの構成要素とよぶ。“ジョブネット11”の構成要素には、直下の構成要素である”ジョブ21”や”ジョブ22”、”ジョブネット23”だけではなく、”ジョブ31”や”ジョブ41”も含まれる。   A job net is a job flow that defines the execution order relationship of a plurality of jobs for a job that is a unit for processing or managing data in a computer system. For this reason, the job net is also a unit for collecting jobs in order to manage one or a plurality of jobs. FIG. 1 is an example of a diagram illustrating a job execution order relationship in a job net. In the job net of FIG. 1, not only jobs but also job nets are included in the job net, and the job net has a hierarchical structure. A job net including a job net having a hierarchical structure, a job net, and the job net itself is called a component of the job net. The components of “job net 11” include not only “job 21”, “job 22”, and “job net 23”, which are the components immediately below, but also “job 31” and “job 41”.

図2は、図1のジョブネットの木構造図である。第1階層のジョブネットをルートジョブネットと呼ぶ(10)。ルートジョブネット(10)から階層順にジョブネット構成要素名を接続した文字列を完全修飾名とよぶ。ジョブネット直下の構成要素について同一名称のものはないものとすると、完全修飾名で指定することで各ジョブネット構成要素を一意に特定することができる。図3は、ジョブネットの構成要素(11)と完全修飾名(12)の対応を示す構造図である。図3の例では、”/”を区切り文字としてジョブネットの各構成要素名を接続しているが、”/”以外の文字や文字列を用いてもよい。ここでは、ジョブネット構成要素を一意に特定する方法として完全修飾名を用いる方法を述べたが、各々のジョブネット構成要素に一連のIDを指定する方法によりジョブネット構成要素を特定することもできる。   FIG. 2 is a tree structure diagram of the job net of FIG. The first level job net is called a root job net (10). A character string obtained by connecting job net component element names from the root job net (10) in hierarchical order is called a fully qualified name. Assuming that there are no component names directly under the job net, it is possible to uniquely identify each job net component by designating it with a fully qualified name. FIG. 3 is a structural diagram showing the correspondence between the component (11) of the job net and the fully qualified name (12). In the example of FIG. 3, each component name of the job net is connected using “/” as a delimiter, but a character or character string other than “/” may be used. Although a method using a fully qualified name has been described here as a method for uniquely identifying a job net component, a job net component can also be identified by a method of specifying a series of IDs for each job net component. .

”ジョブネット11”の構成要素は、”ジョブ21”、”ジョブ22”、”ジョブ23ネット”、”ジョブネット24”、”ジョブ25”である。”ジョブネット23”は、”ジョブ21”の実行が終了した場合に実行される。”ジョブ21”と”ジョブネット23”の関係においては、”ジョブ21”を「先行ジョブ」、”ジョブネット23”を「後続ジョブ」と呼ぶ。同様に、”ジョブネット23”は”ジョブ25”の先行ジョブである。ここで、”ジョブ25”は、”ジョブネット23”の「後続ジョブ」であると同時に、”ジョブ21”の「後続ジョブ」でもある。”ジョブ21”と”ジョブネット23”や”ジョブネット23”と”ジョブ25”の関係を「直接の先行ジョブ」や「直接の後続ジョブ」と呼び、”ジョブ21”と”ジョブ25”の関係を「間接の先行ジョブ」や「間接の後続ジョブ」と呼ぶ。本書では、特に断りの無い限り、「先行ジョブ」と呼ぶ場合は「間接の先行ジョブ」を指し、「後続ジョブ」と呼ぶ場合は「間接の後続ジョブ」を指す。”ジョブネット11”の実行順序テーブル(13a)では、”ジョブ21”、”ジョブ22”、”ジョブネット23”、”ジョブネット24”、”ジョブ25”について、直接の先行ジョブ(14a)と直接の後続ジョブ(15a)がそれぞれ定義されている。なお、実行順序テーブルは、各ジョブネット構成要素間の実行順序関係が定義されていれば、図4に示す以外の形式でも良い。   The components of “job net 11” are “job 21”, “job 22”, “job 23 net”, “job net 24”, and “job 25”. The “job net 23” is executed when the execution of “job 21” is completed. In the relationship between “job 21” and “job net 23”, “job 21” is called “preceding job” and “job net 23” is called “following job”. Similarly, “job net 23” is a preceding job of “job 25”. Here, “Job 25” is not only “Subsequent Job” of “Job Net 23” but also “Subsequent Job” of “Job 21”. The relationship between “job 21” and “job net 23” or “job net 23” and “job 25” is referred to as “direct preceding job” or “direct subsequent job”, and “job 21” and “job 25” The relationship is called “indirect preceding job” or “indirect succeeding job”. In this document, unless otherwise specified, the term “preceding job” refers to “indirect preceding job”, and the term “subsequent job” refers to “indirect succeeding job”. In the execution sequence table (13a) of “job net 11”, “job 21”, “job 22”, “job net 23”, “job net 24”, and “job 25” are directly related to the preceding job (14a). Direct successor jobs (15a) are defined respectively. The execution order table may have a format other than that shown in FIG. 4 as long as the execution order relationship between the job net components is defined.

図5は、ジョブ実行システムの構成例を示す図であり、それぞれネットワークで接続された、5台の計算機16、17、18a、18b、18cで構成されている。本システムは、ジョブの実行を行うジョブ実行装置(18)と、定められた実行条件に基いてジョブ実行装置(18)にジョブを実行させるジョブ管理装置(16)と、ジョブ実行順序の検証を行うジョブ実行順序検証装置(17)から構成される。図5では、3台のジョブ実行装置が示されているが、ジョブ実行装置は何台でも良い。ジョブ管理装置(16)がジョブ実行装置(18)と兼ねる構成も可能であり、ジョブ実行順序検証装置(17)がジョブ実行装置(18)やジョブ管理装置(16)と兼ねる構成も可能である。これら各装置は、いわゆるコンピュータ装置で実現されるものであり、各機能については、プログラムに従ってそれらが有するCPUの如き演算装置が実行するものである。   FIG. 5 is a diagram illustrating a configuration example of the job execution system, which includes five computers 16, 17, 18a, 18b, and 18c that are connected to each other via a network. The system includes a job execution device (18) that executes a job, a job management device (16) that causes the job execution device (18) to execute a job based on a predetermined execution condition, and verifies the job execution order. It comprises a job execution order verification device (17) to be performed. In FIG. 5, three job execution apparatuses are shown, but any number of job execution apparatuses may be used. A configuration in which the job management device (16) also serves as the job execution device (18) is possible, and a configuration in which the job execution order verification device (17) also serves as the job execution device (18) or the job management device (16) is possible. . Each of these devices is realized by a so-called computer device, and each function is executed by an arithmetic device such as a CPU included in each of them according to a program.

図6は、ジョブ管理装置(16)とジョブ実行順序検証装置(17)の機能関連図である。ジョブ実行順序検証装置(17)には、入出力制御部(20)、ジョブ実行順序検証部(21)、ジョブ定義取得部(22)の機能が存在する。ジョブ管理装置(16)には、ジョブ管理部(23)の機能が存在する。インタフェース(20)は汎用PCのキーボードやモニターによる操作を想定しているが、その他の装置や、他のアプリケーションプログラムでも良い。ジョブ定義情報(24)には、ジョブ実行装置にジョブの実行命令を出す為のジョブの実行条件に関する情報が保持されている。各機能は、コンピュータのハードウェア構成要素やソフトウェア構成要素の連携によって実現される機能であり、ハードウェア構成要素やソフトウェア構成要素は様々な組合せを取る事ができる。   FIG. 6 is a functional relation diagram of the job management device (16) and the job execution order verification device (17). The job execution order verification device (17) has functions of an input / output control unit (20), a job execution order verification unit (21), and a job definition acquisition unit (22). The job management device (16) has the function of the job management unit (23). The interface (20) is assumed to be operated by a general-purpose PC keyboard or monitor, but may be other devices or other application programs. The job definition information (24) holds information about job execution conditions for issuing job execution instructions to the job execution device. Each function is a function realized by cooperation of hardware components and software components of a computer, and the hardware components and software components can take various combinations.

ジョブネットにおける2つのジョブの間に実行順序関係が定義されているかどうかの検証は、検証対象の2つのジョブが共通に属するジョブネットの中で最下位の階層のジョブネットを抽出し、そのジョブネットの直下の階層のジョブネット構成要素間で実行順序関係が定義されているかどうかを検証することで行う。検証対象の2つのジョブを、検証対象ジョブ1と検証対象ジョブ2と呼ぶ。検証対象ジョブ1と検証対象ジョブ2が共通に属するジョブネットの中で最下位の階層のジョブネットを共通階層ジョブネットと呼ぶ。共通階層ジョブネット直下のジョブネット構成要素の内、検証対象ジョブ1が含まれる、あるいは検証対象ジョブ1と同一のジョブネット構成要素を検証対象要素1と呼ぶ。共通階層ジョブネット直下のジョブネット構成要素の内、検証対象ジョブ2が含まれる、あるいは検証対象ジョブ2と同一のジョブネット構成要素を検証対象要素2とする。   To verify whether an execution order relationship is defined between two jobs in a job net, the job net in the lowest hierarchy is extracted from the job nets to which the two jobs to be verified belong in common, and the job This is done by verifying whether an execution order relationship is defined between job net components in the hierarchy immediately below the net. The two jobs to be verified are called verification target job 1 and verification target job 2. Of the job nets to which the verification target job 1 and the verification target job 2 belong in common, the lowest level job net is called a common hierarchy job net. Among the job net components directly under the common hierarchy job net, a job net component that includes the verification target job 1 or is the same as the verification target job 1 is referred to as a verification target element 1. Among the job net components directly under the common hierarchy job net, the job net component that includes the verification target job 2 or is the same as the verification target job 2 is defined as the verification target element 2.

図1のジョブネットを例として、以下に説明する。検証対象ジョブ1を”/ジョブネット11/ジョブネット24/ジョブネット35/ジョブ44”、検証対象ジョブ2を”/ジョブネット11/ジョブネット24/ジョブネット37/ジョブ46”とした場合を例に説明する。共通階層ジョブネットは”/ジョブネット11/ジョブネット24”、検証対象要素1は”/ジョブネット11/ジョブネット24/ジョブネット35”、検証対象要素2は”/ジョブネット11/ジョブネット24/ジョブネット37”である。検証対象要素1の”/ジョブネット11/ジョブネット24/ジョブネット35”については、検証対象要素1が検証対象要素2の先行ジョブである。以上より、検証対象ジョブ1である”/ジョブネット11/ジョブネット24/ジョブネット35/ジョブ44”と検証対象ジョブ2である”/ジョブネット11/ジョブネット24/ジョブネット37/ジョブ46”の間には実行順序関係が定義されており、検証対象ジョブ1は検証対象ジョブ2の先行ジョブである。   The job net of FIG. 1 will be described below as an example. An example in which the verification target job 1 is “/ job net 11 / job net 24 / job net 35 / job 44” and the verification target job 2 is “/ job net 11 / job net 24 / job net 37 / job 46” Explained. The common hierarchy job net is “/ job net 11 / job net 24”, the verification target element 1 is “/ job net 11 / job net 24 / job net 35”, and the verification target element 2 is “/ job net 11 / job net 24”. / Job net 37 ". Regarding “/ job net 11 / job net 24 / job net 35” of the verification target element 1, the verification target element 1 is a preceding job of the verification target element 2. As described above, “/ job net 11 / job net 24 / job net 35 / job 44” which is job 1 to be verified and “/ job net 11 / job net 24 / job net 37 / job 46” which is job 2 to be verified. An execution order relationship is defined between the verification target job 1 and the verification target job 1 is a preceding job of the verification target job 2.

図7は、ジョブネットにおける任意の2つのジョブの間に実行順序関係が定義されているか検証するフローチャートである。まず、実行順序関係が定義されているか検証する対象として、任意の2つのジョブ、検証対象ジョブ1と検証対象ジョブ2が指定される(S1)。検証対象ジョブ1及び検証対象ジョブ2は、それぞれ完全修飾名で指定される事を想定している。検証対象ジョブ1と検証対象ジョブ2の完全修飾名から、区切り文字毎に各階層毎の構成要素を取り出す(S2)。検証対象ジョブ1から取り出した各階層毎の構成要素を比較対象要素1、検証対象ジョブ2から取り出した構成要素を比較対象要素2とする。第n階層の比較対象要素1と比較対象要素2の構成要素名を比較する(S3)。比較対象要素1と比較対象要素2の要素名が一致した場合は、次の階層の構成要素名を取り出す(S2)。比較した結果が一致しないときの階層を第n階層とすると、第n-1階層が共通階層、第n階層の比較対象要素1が検証対象要素1、比較対象要素2が検証対象要素2と、それぞれ決定される(S4)。S2〜S4ではルートジョブネットから順にジョブネット構成要素名を比較しているが、下位からルートジョブネットに向けて順次検証し、共通階層ジョブネット、検証対象要素1、検証対象要素2を抽出しても良い。次いで、検証対象要素1と検証対象要素2について、共通階層ジョブネットのジョブ実行順序テーブルを用いて、それぞれの間の実行順序関係を検証する(S5)。S5の詳細な手順については後述する。最後に、検証対象要素1と検証対象要素2の実行順序関係の検証結果に基き、検証対象ジョブ1と検証対象ジョブ2の実行順序関係を出力する(S6)。検証対象要素1と検証対象要素2の間に実行順序関係が定義されており、検証対象要素1が検証対象要素2の先行ジョブであるとき、検証対象ジョブ1は検証対象ジョブ2の先行ジョブである。検証対象要素1と検証対象要素2に前後関係が定義されており、検証対象要素1が検証対象要素2の後続ジョブであるとき、検証対象ジョブ1は検証対象ジョブ2の後続ジョブである。検証対象要素1と検証対象要素2に前後関係が定義されていない場合(もしくは前後関係を示す定義が記録されていない場合:他の箇所も同様)、検証対象ジョブ1と検証対象ジョブ2には実行順序関係が定義されていない。   FIG. 7 is a flowchart for verifying whether an execution order relationship is defined between two arbitrary jobs in a job net. First, arbitrary two jobs, a verification target job 1 and a verification target job 2 are designated as targets for verifying whether or not the execution order relationship is defined (S1). It is assumed that the verification target job 1 and the verification target job 2 are each designated by a fully qualified name. From the fully qualified names of the verification target job 1 and the verification target job 2, the components for each layer are extracted for each delimiter (S2). A component for each layer extracted from the verification target job 1 is referred to as a comparison target element 1, and a component extracted from the verification target job 2 is referred to as a comparison target element 2. The component names of the comparison target element 1 and the comparison target element 2 in the nth hierarchy are compared (S3). If the element names of the comparison target element 1 and the comparison target element 2 match, the component element name of the next hierarchy is extracted (S2). If the hierarchy when the comparison results do not match is the nth hierarchy, the n-1th hierarchy is the common hierarchy, the comparison target element 1 of the nth hierarchy is the verification target element 1, the comparison target element 2 is the verification target element 2, Each is determined (S4). In S2 to S4, the job net component names are compared in order from the root job net, but are verified sequentially from the lower order toward the root job net, and the common hierarchy job net, verification target element 1, and verification target element 2 are extracted. May be. Next, for the verification target element 1 and the verification target element 2, the execution order relationship between them is verified using the job execution order table of the common hierarchy job net (S5). The detailed procedure of S5 will be described later. Finally, based on the verification result of the execution order relation between the verification target element 1 and the verification target element 2, the execution order relation between the verification target job 1 and the verification target job 2 is output (S6). When an execution order relationship is defined between the verification target element 1 and the verification target element 2 and the verification target element 1 is a preceding job of the verification target element 2, the verification target job 1 is a preceding job of the verification target job 2 is there. When a context is defined between the verification target element 1 and the verification target element 2, and the verification target element 1 is a subsequent job of the verification target element 2, the verification target job 1 is a subsequent job of the verification target job 2. When the context is not defined in the verification target element 1 and the verification target element 2 (or when the definition indicating the context is not recorded: the same applies to other portions), the verification target job 1 and the verification target job 2 Execution order relationship is not defined.

図8は、検証対象要素1と検証対象要素2に実行順序関係が定義されているか検証するフローチャートであり、図7のS5の処理を詳細にしたものである。まず、ジョブ実行順序テーブルに基いて、検証対象要素1の先行ジョブを抽出する(S51)。次いで、検証対象要素1に先行ジョブが存在するか確認する(S52)。検証対象要素1の先行ジョブが存在する場合、先行ジョブに検証対象要素2が含まれるか検証する(S53)。検証対象要素1の先行ジョブが存在し、先行ジョブに検証対象要素2が含まれる場合、検証対象要素1は検証対象要素2の後続ジョブである(S57)。   FIG. 8 is a flowchart for verifying whether or not the execution order relation is defined between the verification target element 1 and the verification target element 2, and details the process of S5 of FIG. First, the preceding job of the verification target element 1 is extracted based on the job execution order table (S51). Next, it is confirmed whether a preceding job exists in the verification target element 1 (S52). If there is a preceding job of the verification target element 1, it is verified whether the verification target element 2 is included in the preceding job (S53). When the preceding job of the verification target element 1 exists and the verification target element 2 is included in the preceding job, the verification target element 1 is a subsequent job of the verification target element 2 (S57).

検証対象要素1に先行ジョブが存在しない場合、及び、検証対象要素1の先行ジョブに検証対象要素2が含まれていない場合は、ジョブ実行順序テーブルに基いて、検証対象要素2の先行ジョブを抽出する。(S54)。S54の検証対象要素2の先行ジョブを抽出した結果に基いて、検証対象要素2の先行ジョブが存在するか検証する(S55)。検証対象要素2の先行ジョブが存在する場合、先行ジョブに検証対象要素1が含まれるか検証する(S56)。   When the preceding job does not exist in the verification target element 1 and when the verification target element 2 is not included in the preceding job of the verification target element 1, the preceding job of the verification target element 2 is determined based on the job execution order table. Extract. (S54). Based on the result of extracting the preceding job of the verification target element 2 in S54, it is verified whether the preceding job of the verification target element 2 exists (S55). If there is a preceding job of the verification target element 2, it is verified whether the verification target element 1 is included in the preceding job (S56).

検証対象要素2の先行ジョブが存在し、先行ジョブに検証対象要素1が含まれる場合、検証対象要素2は検証対象要素1の後続ジョブである(S58)。S55で検証対象要素2の先行ジョブが存在しない場合、及び、S56で検証対象要素2の先行ジョブに検証対象要素1が含まれない場合、検証対象要素1は検証対象要素2には実行順序関係が定義されていない(S59)。以上の手順は、検証対象要素1の前に検証対象要素2があるか検証し、次いで検証対象要素2の前に検証対象要素1があるか検証する手順であったが、その他の手順でも良い。例えば、検証対象要素1の後に検証対象要素2があるか検証し、次いで検証対象要素2の後に検証対象要素1があるか検証する手順や、検証対象要素1の前に検証対象要素2があるか検証し、次いで検証対象要素1の後に検証対象要素2があるか検証する手順、検証対象要素1の後に検証対象要素2があるか検証し、次いで検証対象要素1の前に検証対象要素2があるか検証する手順などによっても行う事ができる。   When the preceding job of the verification target element 2 exists and the verification target element 1 is included in the preceding job, the verification target element 2 is a subsequent job of the verification target element 1 (S58). If the preceding job of the verification target element 2 does not exist in S55, and if the verification target element 1 is not included in the preceding job of the verification target element 2 in S56, the verification target element 1 is related to the execution target element 2 in the order of execution. Is not defined (S59). The above procedure is a procedure for verifying whether the verification target element 2 is present before the verification target element 1, and then verifying whether the verification target element 1 is present before the verification target element 2. However, other procedures may be used. . For example, a procedure for verifying whether or not the verification target element 2 is after the verification target element 1 and then verifying whether or not the verification target element 1 is after the verification target element 2, or the verification target element 2 is before the verification target element 1 And then verifying whether the verification target element 2 is after the verification target element 1, verifying whether the verification target element 2 is after the verification target element 1, and then verifying the element 2 before the verification target element 1 It can also be done by a procedure to verify whether there is any.

10 ルートジョブネット
11 ジョブネット構成要素名欄
12 完全修飾名欄
13 ジョブネット名
14 直接の先行ジョブ欄
15 直接の後続ジョブ欄
16 ジョブ管理装置
17 ジョブ実行順序検証装置
18 ジョブ実行装置
19 インターフェース部
20 入出力制御部
21 ジョブ実行順序検証部
22 ジョブ定義取得部
23 ジョブ管理部
24 ジョブ定義情報
10 root job net 11 job net component name column 12 fully qualified name column 13 job net name 14 direct preceding job column 15 direct subsequent job column 16 job management device 17 job execution order verification device 18 job execution device 19 interface unit 20 Input / output control unit 21 Job execution order verification unit 22 Job definition acquisition unit 23 Job management unit 24 Job definition information

Claims (4)

計算機システムにおける1以上のジョブからなるジョブネット構成要素の実行順序を確認するジョブ順序確認方法において、
前記ジョブ構成要素について、階層関係を含む前記複数のジョブ構成要素それぞれの関係を記憶装置に記憶しておき、
前記階層関係について、各階層内でのジョブ構成要素について、2以上のジョブ構成要素について共通するジョブ構成要素と順序関係を有する場合、前記2以上のジョブ構成要素それぞれの順序関係を特定し、
特定された順序関係を前記記憶装置に記憶することを特徴とするジョブ順序確認方法。
In the job order confirmation method for confirming the execution order of job net components consisting of one or more jobs in a computer system,
For each of the job components, a relationship between each of the plurality of job components including a hierarchical relationship is stored in a storage device,
For the hierarchical relationship, for job components in each hierarchy, if there is an order relationship with the job component common to two or more job components, specify the order relationship of each of the two or more job components,
A job order confirmation method, wherein the specified order relation is stored in the storage device.
請求項1に記載のジョブ順序確認方法において、
各階層のジョブ構成要素について先行、後続のジョブ構成要素の関係を示すジョブ実行順序情報を記憶することを特徴とするジョブ実行順序確認方法。
In the job order confirmation method according to claim 1,
A job execution order confirmation method for storing job execution order information indicating a relationship between preceding and subsequent job constituent elements for job constituent elements of each hierarchy.
請求項1または2のいずれかに記載のジョブ実行順序確認方法において、
前記階層関係は、ジョブネット構成要素毎に、当該ジョブネット構成要素の完全修飾名を対応付けた情報で記憶されることを特徴とするジョブ順序確認方法。
In the job execution order confirmation method according to claim 1 or 2,
The hierarchical relationship is stored for each job net component as information in which the fully qualified name of the job net component is associated.
請求項1乃至3のいずれかに記載のジョブ順序確認方法において、
前記ジョブ構成要素には、ジョブ自身が含まれることを特徴とするジョブ順序確認方法。
In the job order confirmation method according to any one of claims 1 to 3,
The job order confirmation method, wherein the job component includes a job itself.
JP2012176604A 2012-08-09 2012-08-09 Job order confirmation method Pending JP2014035654A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012176604A JP2014035654A (en) 2012-08-09 2012-08-09 Job order confirmation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012176604A JP2014035654A (en) 2012-08-09 2012-08-09 Job order confirmation method

Publications (1)

Publication Number Publication Date
JP2014035654A true JP2014035654A (en) 2014-02-24

Family

ID=50284617

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012176604A Pending JP2014035654A (en) 2012-08-09 2012-08-09 Job order confirmation method

Country Status (1)

Country Link
JP (1) JP2014035654A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06266568A (en) * 1993-03-12 1994-09-22 Hitachi Software Eng Co Ltd Job scheduler
JP2003288220A (en) * 2002-03-27 2003-10-10 Hitachi Software Eng Co Ltd Deriving jobnet related and adjacent to jobnet and method of displaying it
JP2008257410A (en) * 2007-04-04 2008-10-23 Nomura Research Institute Ltd System design verification device
JP2012018588A (en) * 2010-07-09 2012-01-26 Nomura Research Institute Ltd Job control system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06266568A (en) * 1993-03-12 1994-09-22 Hitachi Software Eng Co Ltd Job scheduler
JP2003288220A (en) * 2002-03-27 2003-10-10 Hitachi Software Eng Co Ltd Deriving jobnet related and adjacent to jobnet and method of displaying it
JP2008257410A (en) * 2007-04-04 2008-10-23 Nomura Research Institute Ltd System design verification device
JP2012018588A (en) * 2010-07-09 2012-01-26 Nomura Research Institute Ltd Job control system

Similar Documents

Publication Publication Date Title
CN110928772B (en) Test method and device
US20210352099A1 (en) System for automatically discovering, enriching and remediating entities interacting in a computer network
US8024305B2 (en) Updating a data warehouse schema based on changes in an observation model
US9092578B2 (en) Automated end-to-end testing via multiple test tools
US20100281467A1 (en) Method and apparatus for automatic software testing
JPWO2013140608A1 (en) Method and system for supporting analysis of root cause of event
US8850400B2 (en) System and method for providing an implementation accelerator and regression testing framework for use with environments such as fusion applications
US11740897B2 (en) Methods for software development and operation process analytics and devices thereof
US20110178971A1 (en) Portable data management
US20220222266A1 (en) Monitoring and alerting platform for extract, transform, and load jobs
US9380001B2 (en) Deploying and modifying a service-oriented architecture deployment environment model
US20180025162A1 (en) Application program analysis apparatus and method
US20130014082A1 (en) Method of configuring business logic supporting multi-tenancy
US20220337620A1 (en) System for collecting computer network entity information employing abstract models
KR20150124653A (en) System for monitoring and controling electric power system for process verification
CA2852597A1 (en) Method and system for input driven process flow management
JP2006344061A (en) Scenario application support method, management server and management program
JP2014035654A (en) Job order confirmation method
CN114996955A (en) Target range environment construction method and device for cloud-originated chaotic engineering experiment
JP5668492B2 (en) Data processing apparatus, computer program, and data processing method
JP2018028776A (en) Software asset management device, software asset management method, and software asset management program
US20180189499A1 (en) Dynamic security report generator
JP2011227789A (en) Information processor and program
JP2008009966A (en) Device and method for setting business process
US9110968B2 (en) Removal of invisible data packages in data warehouses

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150625

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20151228

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160202

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20160823