JPH0254339A - Parameter check processing method - Google Patents

Parameter check processing method

Info

Publication number
JPH0254339A
JPH0254339A JP63206744A JP20674488A JPH0254339A JP H0254339 A JPH0254339 A JP H0254339A JP 63206744 A JP63206744 A JP 63206744A JP 20674488 A JP20674488 A JP 20674488A JP H0254339 A JPH0254339 A JP H0254339A
Authority
JP
Japan
Prior art keywords
parameter
check
check item
parameters
list
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP63206744A
Other languages
Japanese (ja)
Other versions
JP2699436B2 (en
Inventor
Yukio Kawai
河合 幸男
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP63206744A priority Critical patent/JP2699436B2/en
Publication of JPH0254339A publication Critical patent/JPH0254339A/en
Application granted granted Critical
Publication of JP2699436B2 publication Critical patent/JP2699436B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To improve the check executing efficiency and to facilitate the addition/deletion of parameters and checks by taking a check item out of a check item list and carries out the due check by reference to a check routine list. CONSTITUTION:At execution of the check the parameters to be checked are identified in steps 1a and 1b and checked individually in steps 2a and 2b. Then the check item names corresponding to those parameters are all taken out of a check item list 10 at steps 3a and 3b. When the individual processes are through with all necessary patterns, the duplicated check items are deleted out of those taken out in a step 4. Thus the check routines defined in a check routine list 11 are successively carried out in a step 5 for each non-duplicated check item.

Description

【発明の詳細な説明】 〔概 要〕 計算機システムのシステム制御情報のパラメータ値の妥
当性のパラメータ間の関係に基づく検査に関し、 容易に検査の重複が除去できて効率よく実行でき、パラ
メータや検査の加除等に対する対応も容易なパラメータ
検査処理方法を目的とし、計算機システムに保持するシ
ステム制御情報を構成する複数のパラメータについて、
該パラメータ間の関係に基づいてパラメータ値の妥当性
を検査するに際し、所要の該パラメータの組合わせにつ
いての該検査を識別するチェック項目名と該パラメータ
との対応を示すチェック項目−覧表と、該チェック項目
名ごとに、当該検査のための検査ルーチン及び被検査対
象の該パラメータを示す検査ルーチン−覧表とを設け、
所要の該パラメータごとに、前記チェック項目−覧表か
ら、該パラメータに対応する前記チェック項目名をすべ
て摘出し、所要の全該パラメータについて該摘出した、
すべての該チェック項目名から重複する該チェック項目
名を除いて、各該チェック項目名について、前記検査ル
ーチン−覧表に定める検査ルーチンを実行するように構
成する。
[Detailed Description of the Invention] [Summary] This invention relates to checking the validity of parameter values of system control information of a computer system based on the relationship between parameters, and the present invention can easily eliminate duplication of tests, perform efficiently, Aiming at a parameter inspection processing method that can easily handle the addition and subtraction of
When inspecting the validity of parameter values based on the relationship between the parameters, a check item list indicating the correspondence between the check item names that identify the inspection for the required combination of the parameters and the parameters; For each check item name, provide an inspection routine for the inspection and an inspection routine list showing the parameters of the subject to be inspected,
For each required parameter, all the check item names corresponding to the parameter are extracted from the check item list, and all the required parameters are extracted.
The inspection routine specified in the inspection routine table is configured to be executed for each check item name, excluding duplicate check item names from all the check item names.

〔産業上の利用分野〕[Industrial application field]

本発明は、計算機システムのシステム制御情報のパラメ
ータ値の妥当性を、パラメータ間の関係に基づいて検査
するためのパラメータ検査処理方法に関する。
The present invention relates to a parameter checking processing method for checking the validity of parameter values of system control information of a computer system based on relationships between parameters.

計算機システムを利用者の業務に応じて設計したシステ
ムとして運用するために、ハードウェア構成、ソフトウ
ェア構成、利用者に対する利用資源の制限、その他に基
づく各種のシステム制御情報を決定して、必要なプログ
ラムが参照できるデータベースを構成する必要がある。
In order to operate a computer system as a system designed according to the user's business, various system control information based on the hardware configuration, software configuration, restrictions on resources for users, etc. are determined, and the necessary programs are determined. It is necessary to configure a database that can be referenced by

それらの制御情報のパラメータ値には単独に決定される
ものもあるが、例えば同時にあるプログラムシステムの
利用を許す利用者数と、利用者に割当可能なメモリの大
きさとの関係のように、複数のパラメータ間に関係を有
し、各パラメータ値の妥当性が相互の関係に依存する場
合がある。
Some of the parameter values of these control information are determined independently, but there are multiple values, such as the relationship between the number of users who are allowed to use a certain program system at the same time and the amount of memory that can be allocated to the users. In some cases, there is a relationship among the parameters, and the validity of each parameter value may depend on the mutual relationship.

〔従来の技術と発明が解決しようとする課題〕システム
制御情報のデータベースを新設し、又は変更するために
、計算機システムにパラメータを入力する場合には、入
力処理プログラムは入力されるパラメータ値の妥当性を
、個別に判定可能な条件について検査し、次いでそのパ
ラメータと所要の他のパラメータについて、相互の関係
に基づく検査を行ってその妥当性を決定する。
[Prior art and problems to be solved by the invention] When inputting parameters to a computer system in order to newly establish or change a system control information database, an input processing program checks the validity of input parameter values. The validity of the parameter is checked for individually determinable conditions, and then the parameter and other required parameters are tested based on their mutual relationships to determine their validity.

従って、いま例えばパラメータAについて前記のように
検査を実行し、パラメータAとパラメータBとの関係に
おける検査も行われた後、パラメータBの検査が実行さ
れる場合には、パラメータBの個別条件による検査の後
に、パラメータBと相互関係のある他のパラメータとの
関係における検査が実行される。
Therefore, if, for example, a test is performed on parameter A as described above, and a test is also performed on the relationship between parameter A and parameter B, then a test on parameter B is performed, depending on the individual conditions of parameter B. After the test, a test is performed on the relationship between parameter B and other interrelated parameters.

その検査には少なくとも、パラメータBと相互関係を有
するパラメータAとの前記の関係の検査が含まれる。従
って相互関係に基づく検査がパラメータAの検査及びパ
ラメータBの検査の両者において重複して実行されるこ
とになり、検査処理に計算機時間を浪費するという問題
がある。
The test includes at least a test of the above-mentioned relationship between parameter B and the interrelated parameter A. Therefore, the test based on the correlation is executed redundantly in both the test of parameter A and the test of parameter B, and there is a problem that computer time is wasted in the test processing.

この重複を避けるために、例えばパラメータAの検査に
おいてのみ、パラメータAとパラメータBとの相互関係
の検査を行うようにすることが考えられるが、多数のパ
ラメータについて、重複検査を避は且つ検査漏れを生じ
ないように相互関係の検査を配置するには極めて複雑な
考慮を要するという問題があり、更に例えばパラメータ
Bのみが変更されたような場合には、パラメータBのみ
の検査としてパラメータAとの相互関係の検査も実行で
きるようにすることが望ましい。
In order to avoid this duplication, for example, it may be possible to test the mutual relationship between parameter A and parameter B only when testing parameter A. There is a problem in that extremely complex considerations are required to arrange tests for correlations so as not to cause problems, and furthermore, in cases where only parameter B has been changed, for example, if only parameter B is tested, it is necessary to examine the relationship between parameter A and parameter A. It is desirable to also be able to perform correlation checks.

本発明は、パラメータ値の妥当性をパラメータ間の関係
に基づいて検査する場合に、容易、に検査の重複が除去
できて効率よく実行でき、パラメータや検査の加除等に
対する対応も容易なパラメータ検査処理方法を目的とす
る。
The present invention provides a parameter test that can easily eliminate duplication of tests and perform efficiently when checking the validity of parameter values based on the relationship between parameters, and can easily handle additions and subtractions of parameters and tests. Purpose of processing method.

〔課題を解決するための手段〕[Means to solve the problem]

第1図は、本発明の構成を示す処理の流れ図である。 FIG. 1 is a process flowchart showing the configuration of the present invention.

図はパラメータ検査の処理の流れを示し、1a、2a及
び1b、2b等はパラメータ個別の検査の処理ステップ
、3a、3b等はパラメータごとに関連するチェック項
目名をチェック項目−覧表10から取り出す処理ステッ
プ、4及び5は検査ルーチン−覧表11を参照してパラ
メータ間の関係による検査を実行する処理ステップであ
る。
The figure shows the process flow of parameter inspection, 1a, 2a, 1b, 2b, etc. are processing steps of parameter individual inspection, and 3a, 3b, etc. are extracting the check item name related to each parameter from the check item list 10. Processing steps 4 and 5 are processing steps for performing a test based on the relationship between parameters with reference to the test routine table 11.

〔作 用〕[For production]

計算機システムに保持するシステム制御情報を構成する
複数のパラメータについて、それらのパラメータ間の関
係に基づいてパラメータ値の妥当性を検査するために、
チェック項目−覧表10と検査ルーチン−覧表11を設
ける。
In order to check the validity of parameter values based on the relationship between multiple parameters that constitute system control information held in a computer system,
Check item list 10 and inspection routine list 11 are provided.

チェック項目−覧表10は、所要のパラメータの組合わ
せについての検査を識別するためのチェック項目名を設
けて、それらのチェック項目名とその検査に関連するパ
ラメータとの対応を示すように構成する。
The check item list 10 is configured to provide check item names for identifying tests for required parameter combinations, and to indicate the correspondence between these check item names and parameters related to the tests. .

検査ルーチン−覧表11には、チェック項目−覧表10
にある各チェック項目名ごとに、当該検査のための検査
ルーチン及び被検査対象のパラメータを示すように構成
する。
Inspection routine-list 11 includes check items-list 10
For each check item name in , the inspection routine for the inspection and the parameters of the object to be inspected are shown.

検査の実行に際し、処理ステップ1a、1bT:識別し
て検査を要するパラメータについて、処理ステップ2a
、2bでパラメータごとの個別の検査をしたとき、処理
ステップ3a、3bで前記チェック項目−覧表10から
、そのパラメータに対応する前記チェック項目名をすべ
て摘出する。
When performing the test, process steps 1a and 1bT: For the parameters that need to be identified and tested, process step 2a
, 2b, when each parameter is individually inspected, all the check item names corresponding to the parameter are extracted from the check item list 10 in processing steps 3a and 3b.

所要の全パラメータについて個別の処理を終わると、処
理ステップ4で前記で摘出したすべてのチェック項目名
から重複するチェック項目名を除き、重複の無い各チェ
ック項目名について、処理ステップ5で前記検査ルーチ
ン−覧表11に定める検査ルーチンを順次実行する。
After completing the individual processing for all required parameters, in processing step 4, duplicate check item names are removed from all the check item names extracted above, and for each check item name without duplication, the inspection routine is executed in processing step 5. - Execute the inspection routines specified in Table 11 in sequence.

以上の処理方法により、パラメータ間の関係に基づくパ
ラメータ値の妥当性の検査を、容易に検査の重複を除去
して効率よく実行できると共に、チェック項目−覧表及
び検査ルーチン−覧表を更新することにより、パラメー
タや検査の加除等に容易に対応できる。
With the above processing method, it is possible to efficiently check the validity of parameter values based on the relationship between parameters by easily removing duplication of tests, and update the check item list and inspection routine list. This makes it easy to add or subtract parameters and tests.

〔実施例〕〔Example〕

第2図はチェック項目−覧表の構成例を説明する図であ
る。図のように、チェック項目−覧表10はチェック項
目名欄12とパラメータ名5u113を有する項からな
る表とし、ある項のチェック項目名欄12には1個のチ
ェック項目名(図のrcHEcKOI J等)゛を表示
し、対応するパラメータ名欄13には、そのチェック項
目名による検査の対象となる複数のパラメータのうちの
1パラメータの名前(図のrAJ等)を表示する。この
ような構成にすることにより、各検査の対象パラメータ
数の増減、チェック項目名の増減等に柔軟に対応できる
FIG. 2 is a diagram illustrating an example of the structure of a check item list. As shown in the figure, the check item list 10 is a table consisting of items having a check item name column 12 and parameter names 5u113, and one check item name (rcHEcKOI J etc.), and the corresponding parameter name column 13 displays the name of one parameter (such as rAJ in the figure) among the plurality of parameters to be inspected by the check item name. With this configuration, it is possible to flexibly respond to increases and decreases in the number of target parameters for each test, increases and decreases in check item names, etc.

第3図は検査ルーチン−覧表の構成例を説明する図であ
る。図のように、検査ルーチン−覧表11はチェック項
目名欄14、検査ルーチン老樹15、パラメータ指示欄
16を有する項からなる表とし、チェック項目名欄14
に示すチェック項目名で識別される検査を行うルーチン
の名前(図の「RULEOOOI J等)を検査ルーチ
ン老樹15に表示し、その検査の対象となる全パラメー
タを指示する情報(例えばパラメータ名及びパラメータ
の格納領域アドレス)をパラメータ指示欄16に表示す
る。
FIG. 3 is a diagram illustrating an example of the structure of an inspection routine list. As shown in the figure, the inspection routine list 11 is a table consisting of items having a check item name column 14, an inspection routine old tree 15, and a parameter instruction column 16.
The name of the routine that performs the inspection identified by the check item name shown in (such as "RULEOOOOI J" in the figure) is displayed on the inspection routine old tree 15, and information indicating all the parameters to be inspected (for example, the parameter name and parameter storage area address) is displayed in the parameter instruction column 16.

検査の実行に際し、第1図の処理ステップ1aで例えば
パラメータAが定義されたか識別し、定義されなかった
場合は次のパラメータの処理に進むが、定義されていれ
ば処理ステップ2aで、パラメータAについて単独に判
定できる条件についてパラメータ値の妥当性を検査する
When performing the test, it is determined whether parameter A, for example, has been defined in processing step 1a in FIG. 1. If it is not defined, processing proceeds to the next parameter. The validity of parameter values is checked for conditions that can be independently determined.

次に処理ステップ3aにおいて、チェック項目−覧表1
0を走査してパラメータ名Aに対応するチェック項目名
をすべて読み出して、適当な記憶領域に保存する。
Next, in processing step 3a, check item list 1
0 is scanned, all check item names corresponding to parameter name A are read out, and saved in an appropriate storage area.

パラメータへの検査処理を終わると、パラメータBにつ
いて処理ステップlb、 2b、 3bにより前記と同
様に処理を進め、このような処理ステップを所要の全パ
ラメータについて準備することにより、全パラメータの
処理を終わって処理ステップ4に進んだときには、定義
された全パラメータが関連するチェック項目名が摘出さ
れている。
After completing the inspection process for the parameter, proceed with the process for parameter B in the same manner as described above through process steps lb, 2b, and 3b, and complete the process for all parameters by preparing such process steps for all required parameters. When the process proceeds to step 4, check item names related to all defined parameters have been extracted.

そこで処理ステップ4において、前記で摘出したすべて
のチェック項目名から重複するチェック項目名を除いて
、重複の無いチェック項目名の列を作る。例えば、第2
図の例で、パラメータA、B、Cを処理した結果では、
チェック項目としてCHECKOI 、 CHECKO
L 、 CHECKO3、CHECKO2が摘出される
ので、重複するものを削除して、CHECKOI 、 
CHECKO2、CHECKO3を残す。
Therefore, in processing step 4, duplicate check item names are removed from all the check item names extracted above to create a column of check item names without duplication. For example, the second
In the example in the figure, the results of processing parameters A, B, and C are:
Check items such as CHECKOI and CHECKO
L, CHECKO3, and CHECKO2 are extracted, so delete the duplicates and select CHECKOI,
Leave CHECKO2 and CHECKO3.

処理ステップ5でチェック項目名を順次−つづつ取り出
し、検査ルーチン−覧表11からそのチェック項目名の
ある項を検索して、その項に定める検査ルーチンを実行
して、そこに指示しであるパラメータについてパラメー
タ間の関係に基ツ<検査を行う。その後、例えば検査結
果を適当な出力装置に出力して処理を終わる。
In processing step 5, the check item names are taken out one by one, the inspection routine list 11 is searched for the column with the check item name, the inspection routine specified in that column is executed, and instructions are given there. Parameters are inspected based on the relationship between them. Thereafter, for example, the test results are output to an appropriate output device and the process is completed.

第3図は検査ルーチン−覧表の説明図 である。Figure 3 is an explanatory diagram of the inspection routine-list It is.

図において、 1a、1b 、2a 、2b 、3a 、3b 、4 
、5は処理ステップ、10はチェック項目−覧表、 11は検査ルーチン−覧表 〔発明の効果〕 以上の説明から明らかなように本発明によれば、計算機
システムのシステム制御情報のパラメータ値の妥当性の
パラメータ間の関係に基づく検査において、容易に検査
の重複を除去して効率よく実行できると共に、チェック
項目−覧表及び検査ルーチン−覧表を更新することによ
り、パラメータや検査の加除等に容易に対応できるとい
う著しい工業的効果がある。
In the figure, 1a, 1b, 2a, 2b, 3a, 3b, 4
, 5 is a processing step, 10 is a list of check items, and 11 is a list of inspection routines. [Effects of the Invention] As is clear from the above description, according to the present invention, parameter values of system control information of a computer system are In tests based on the relationship between validity parameters, duplication of tests can be easily removed and executed efficiently, and by updating the list of check items and the list of inspection routines, it is possible to add or remove parameters or tests, etc. It has a remarkable industrial effect in that it can be easily applied.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の構成を示す処理の流れ図、第2図はチ
ェック項目−覧表の説明図、チェック項目−覧表の説明
図 第2図 検査ルーチン−覧表の説明図 第3図 本発明の構成を示す処理の流れ図 第1図
Fig. 1 is a process flowchart showing the configuration of the present invention, Fig. 2 is an explanatory diagram of check items - list, Fig. 2 is an explanatory diagram of check items - list Fig. 2 is an explanatory diagram of inspection routine - list Fig. 3 is an explanatory diagram of check items - list Fig. 1 is a process flowchart showing the configuration of the invention.

Claims (1)

【特許請求の範囲】 計算機システムに保持するシステム制御情報を構成する
複数のパラメータについて、該パラメータ間の関係に基
づいてパラメータ値の妥当性を検査するに際し、 所要の該パラメータの組合わせについての該検査を識別
するチェック項目名と該パラメータとの対応を示すチェ
ック項目一覧表(10)と、該チェック項目名ごとに、
当該検査のための検査ルーチン及び被検査対象の該パラ
メータを示す検査ルーチン一覧表(11)とを設け、 所要の該パラメータごとに、前記チェック項目一覧表(
10)から、該パラメータに対応する前記チェック項目
名をすべて摘出し(3a、3b)、所要の全該パラメー
タについて該摘出した、すべての該チェック項目名から
重複する該チェック項目名を除いて(4)、各該チェッ
ク項目名について、前記検査ルーチン一覧表(11)に
定める検査ルーチンを実行する(5)ように構成されて
いることを特徴とするパラメータ検査処理方法。
[Claims] When checking the validity of parameter values based on the relationship between a plurality of parameters constituting system control information held in a computer system, A check item list (10) showing the correspondence between the check item name that identifies the test and the parameter, and for each check item name,
An inspection routine list (11) showing the inspection routine for the inspection and the parameters of the inspected object is provided, and the check item list (11) is prepared for each required parameter.
10), extract all the check item names corresponding to the parameter (3a, 3b), remove duplicate check item names from all the extracted check item names for all the required parameters ( 4) A parameter inspection processing method characterized in that for each check item name, an inspection routine defined in the inspection routine list (11) is executed (5).
JP63206744A 1988-08-19 1988-08-19 Parameter inspection processing method Expired - Fee Related JP2699436B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63206744A JP2699436B2 (en) 1988-08-19 1988-08-19 Parameter inspection processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63206744A JP2699436B2 (en) 1988-08-19 1988-08-19 Parameter inspection processing method

Publications (2)

Publication Number Publication Date
JPH0254339A true JPH0254339A (en) 1990-02-23
JP2699436B2 JP2699436B2 (en) 1998-01-19

Family

ID=16528378

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63206744A Expired - Fee Related JP2699436B2 (en) 1988-08-19 1988-08-19 Parameter inspection processing method

Country Status (1)

Country Link
JP (1) JP2699436B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112858702A (en) * 2019-11-28 2021-05-28 深圳迈瑞生物医疗电子股份有限公司 Sample detection-based information processing method, sample detection system and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112858702A (en) * 2019-11-28 2021-05-28 深圳迈瑞生物医疗电子股份有限公司 Sample detection-based information processing method, sample detection system and storage medium

Also Published As

Publication number Publication date
JP2699436B2 (en) 1998-01-19

Similar Documents

Publication Publication Date Title
CN107741903A (en) Application compatibility method of testing, device, computer equipment and storage medium
JP2557239B2 (en) In-program data name standardization method
JPH096628A (en) Method and device for parallel processing procedure selection
JP2018041514A (en) Shared data definition supporting system, supporting device of the same, and program
CN111078671A (en) Method, device, equipment and medium for modifying data table field
JPH0254339A (en) Parameter check processing method
JPH08305609A (en) Program test method and device
JP2525393B2 (en) Logic simulation test coverage method
CN114490768B (en) Task rechecking method and device combining RPA and AI
JP2000259636A (en) Graph structure inspection system
JP2560545B2 (en) Interface inspection processor
JP6553461B2 (en) Existing system processing specification extraction device
JPS6274130A (en) Data generating system for program structure
JPH03182941A (en) Program test system
JPS6134640A (en) Inspecting method of program
JPH04365144A (en) Computer system
JP2005018471A (en) Business terminal, business system, program, and method for checking data about business system
JP2002014846A (en) Job checking device and job checking method and recording medium with job checking program recorded
CN114610619A (en) Method, device and equipment for testing business process and storage medium
JPH03132831A (en) Automatic extraction system for check item
JP2002073373A (en) Program verification device to extract checking program to verify peripheral and similar functions based on confirmation and inspection item for modification
JPH0343839A (en) Test system for inter-program abnormal system
JPH03105524A (en) Supporting system for design of operating system of computer system
JPS62224833A (en) Suitability inspecting system of data form
JP2001282590A (en) Multidimensional data base processing system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees