JPH0546555A - Command analyzing system - Google Patents

Command analyzing system

Info

Publication number
JPH0546555A
JPH0546555A JP20907191A JP20907191A JPH0546555A JP H0546555 A JPH0546555 A JP H0546555A JP 20907191 A JP20907191 A JP 20907191A JP 20907191 A JP20907191 A JP 20907191A JP H0546555 A JPH0546555 A JP H0546555A
Authority
JP
Japan
Prior art keywords
command
analysis
result
confirmation
analysis result
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
JP20907191A
Other languages
Japanese (ja)
Inventor
Akira Kameda
晶 亀田
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.)
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe Ltd
Original Assignee
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe 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 KOBE NIPPON DENKI SOFTWARE KK, NEC Software Kobe Ltd filed Critical KOBE NIPPON DENKI SOFTWARE KK
Priority to JP20907191A priority Critical patent/JPH0546555A/en
Publication of JPH0546555A publication Critical patent/JPH0546555A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To omit the reinput of a command to a minor command input mistake by preparing a confirming type for the result of analysis in addition to the normal and abnormal types and converting a wrong command name and a wrong key word caused in a command input operation into the most approximate formal command name and key code to confirm them. CONSTITUTION:An analyzing means 11 outputs the results of analyses in three types, i.e., the normal, abnormal, and confirming types. An analyzing result deciding means 12 decides the result of analysis. When the result of analysis is identical with a confirming type, a confirming information setting means 15 sets the confirming information and confirms whether the command name and the key word substituted in a system are correct or not by a terminal equipment 1 via a controller 2. Then this confirming result is judged by a confirming result judging means 16 via X controller 2. If the satisfactory result is judged by the means 16, an analyzing result setting means 13 sets the result of analysis. If the command name and the key word substituted in the system are not satisfactory, and error information setting means 14 sets the error information. Then the error information is displayed at a terminal equipment 1 via the controller 2.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、コマンド解析方式に関
し、特にオペレータが端末装置からコマンドを入力して
実行させるシステムにおけるコマンド解析方式に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a command analysis method, and more particularly to a command analysis method in a system in which an operator inputs a command from a terminal device and executes the command.

【0002】[0002]

【従来の技術】図10は、従来のコマンド解析方式の一
例を示すブロック図である。図10に示すように21は
端末装置、22は制御装置、23は実行装置、24は解
析装置、31は解析手段、32は解析結果判定手段、3
3は解析結果設定手段、34はエラー情報設定手段であ
る。図10に示すように端末装置21から入力したコマ
ンドを制御装置22を介して解析装置24が受け取る。
受け取ったコマンドを解析装置24の解析手段31で解
析する。
2. Description of the Related Art FIG. 10 is a block diagram showing an example of a conventional command analysis method. As shown in FIG. 10, 21 is a terminal device, 22 is a control device, 23 is an execution device, 24 is an analysis device, 31 is an analysis means, 32 is an analysis result determination means, 3
Reference numeral 3 is an analysis result setting means, and 34 is an error information setting means. As shown in FIG. 10, the analysis device 24 receives the command input from the terminal device 21 via the control device 22.
The received command is analyzed by the analysis means 31 of the analysis device 24.

【0003】図11は、図10の解析手段31の動作の
一例を示す流れ図である。この図11を用いてコマンド
の解析方式について説明する。受け取ったコマンドから
コマンド名を取り出し、コマンド名テーブルを検索し
(301)、コマンド名テーブルに見つかったかどうか
を判定し(302)、見つからなかった場合には、エラ
ー情報の出力要求をし(309)、処理を終了する。見
つかった場合にはコマンドが終了したかどうかを判定し
(303)、終了している場合には、コマンドの実行要
求をし(308)、処理を終了する。
FIG. 11 is a flow chart showing an example of the operation of the analyzing means 31 shown in FIG. The command analysis method will be described with reference to FIG. The command name is extracted from the received command, the command name table is searched (301), it is determined whether or not it is found in the command name table (302), and if not found, an error information output request is made (309). , The process ends. If found, it is judged whether or not the command is completed (303), and if completed, a command execution request is made (308), and the process is ended.

【0004】一方、終了していない場合には受け取った
コマンドからキーワードを取り出し、キーワードテーブ
ルを検索し(304)、キーワードテーブルに見つかっ
たかどうかを判定し(305)、見つからなかった場合
には、エラー情報の出力要求をし(309)、処理を終
了する。キーワードテーブルに見つかった場合には、受
け取ったコマンドからパラメータ値を取り出し、パラメ
ータ値のチェックを行い(306)、パラメータ値が正
常かどうかを判定し(307)、正常でない場合には、
エラー情報の出力要求をし(309)、処理を終了す
る。パラメータ値が正常の場合には、コマンドが終了し
たかどうかの判定(303)以下の処理を繰り返す。
On the other hand, if not completed, the keyword is extracted from the received command, the keyword table is searched (304), and it is judged whether or not it is found in the keyword table (305). If not found, an error is detected. An information output request is made (309), and the process ends. If found in the keyword table, the parameter value is extracted from the received command, the parameter value is checked (306), and it is determined whether the parameter value is normal (307).
A request is made to output error information (309), and the process is terminated. If the parameter value is normal, it is determined whether the command is completed (303) and the following processes are repeated.

【0005】従って、解析手段31での解析結果は、正
常および異常の2つのタイプが返却され、解析結果判定
手段32で解析結果を判定し、正常の場合には、解析結
果設定手段33で解析結果を設定し、制御装置22を介
して実行装置23に引渡し、コマンドを実行し、実行結
果を制御装置22を介して端末装置21に表示する。解
析結果が異常の場合には、エラー情報設定手段34でエ
ラー情報を設定し、制御装置22を介して端末装置21
にエラーメッセージを表示する。
Therefore, two types of results, normal and abnormal, are returned as the analysis result by the analysis means 31, and the analysis result determination means 32 determines the analysis result. If the analysis result is normal, the analysis result setting means 33 analyzes the result. The result is set, passed to the execution device 23 via the control device 22, the command is executed, and the execution result is displayed on the terminal device 21 via the control device 22. If the analysis result is abnormal, the error information setting means 34 sets the error information, and the terminal device 21 is set via the control device 22.
Error message is displayed.

【0006】以上述べたように、従来のコマンド解析方
式は、解析結果が正常か異常かの2つのタイプしかな
く、コマンドの入力の誤りをするとそれが些細な入力の
誤りであったとしても、再度コマンドを入力し直さなけ
ればならなかった。
As described above, in the conventional command analysis method, there are only two types, that is, the analysis result is normal or abnormal. Even if the command input error is a trivial input error, I had to enter the command again.

【0007】[0007]

【発明が解決しようとする課題】上述した従来のコマン
ド解析方式は、オペレータが端末装置を介して入力した
コマンドが誤っている場合に、その誤っている理由を示
すエラーメッセージが端末装置に表示されるだけである
ので、コマンドを実行するには、再度コマンドを正しく
入力し直さなければならず、オペレータの負担になると
いう欠点を有している。
In the conventional command analysis method described above, when the command input by the operator via the terminal device is incorrect, an error message indicating the reason for the error is displayed on the terminal device. Therefore, the command has to be re-entered again in order to execute the command, which is a burden on the operator.

【0008】[0008]

【課題を解決するための手段】本発明のコマンド解析方
式は、端末装置から入力されたコマンドを制御装置を介
して受け取った解析装置がコマンドの文法上のチェック
を行い、その解析結果を前記制御装置に通知し、解析結
果が正常であれば前記制御装置からコマンドの実行を実
行装置に指示し、実行結果を受け取り前記端末装置に表
示し、解析結果が異常であればエラーメッセージを前記
端末装置に表示するコマンド解析方式において、前記解
析装置に、コマンドを解析する解析手段と、前記解析手
段から受け取った解析結果を判定する解析結果判定手段
と、前記解析結果判定手段で正常と判定された場合に解
析結果を設定する解析結果設定手段と、前記解析結果判
定手段で異常と判定された場合にエラー情報を設定する
エラー情報設定手段と、前記解析結果判定手段で確認と
判定された場合に確認情報を設定する確認情報設定手段
と、前記確認情報設定手段で設定した確認情報を前記制
御装置を介して前記端末装置に表示して前記端末装置か
ら確認結果を前記制御装置を介して受け取り確認結果を
判定する確認結果判定手段とを有して構成されている。
According to the command analysis method of the present invention, an analysis device which receives a command input from a terminal device via a control device performs a grammatical check of the command, and the analysis result is controlled by the control device. If the analysis result is normal, the control device instructs the execution device to execute a command, receives the execution result and displays it on the terminal device, and if the analysis result is abnormal, an error message is sent to the terminal device. In the command analysis method shown in FIG. 5, when the analysis device analyzes the command, the analysis result determination device determines the analysis result received from the analysis device, and the analysis result determination device determines that the analysis result is normal. Analysis result setting means for setting the analysis result, and an error information setting means for setting error information when the analysis result judging means judges that there is an abnormality. A confirmation information setting means for setting confirmation information when the analysis result determination means determines that the confirmation information is set, and the confirmation information set by the confirmation information setting means is displayed on the terminal device via the control device. It is configured to include a confirmation result determination unit that receives a confirmation result from the terminal device via the control device and determines a confirmation result.

【0009】[0009]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Embodiments of the present invention will now be described with reference to the drawings.

【0010】図1は本発明のコマンド解析方式の一実施
例を示すブロック図である。図1に示すように、1は端
末装置、2は制御装置、3は実行装置、4は解析装置、
11は解析手段、12は解析結果判定手段、13は解析
結果設定手段、14はエラー情報設定手段、15は確認
情報設定手段、16は確認結果判定手段である。
FIG. 1 is a block diagram showing an embodiment of the command analysis system of the present invention. As shown in FIG. 1, 1 is a terminal device, 2 is a control device, 3 is an execution device, 4 is an analysis device,
Reference numeral 11 is an analysis unit, 12 is an analysis result determination unit, 13 is an analysis result setting unit, 14 is an error information setting unit, 15 is a confirmation information setting unit, and 16 is a confirmation result determination unit.

【0011】そこで、本実施例では、端末装置1から入
力したコマンドを制御装置2を介して解析装置4が受け
取る。受け取ったコマンドを解析装置4の解析手段11
で解析する。
Therefore, in this embodiment, the analysis device 4 receives the command input from the terminal device 1 via the control device 2. The received command is analyzed by the analysis means 11 of the analysis device 4.
Analyze with.

【0012】図2は、図1の解析手段11の動作の前半
の一例を示す流れ図である。また、図3は、図1の解析
手段11の動作の後半の一例を示す流れ図である。一
方、図4は、本実施例のコマンドの一般形式の一例を示
す図である。他方、図5は、本実施例のパラメータの一
般形式の一例を示す図である。さらに、図6は、本実施
例のコマンド名テーブルの一例を示す図である。これら
の図を用いてコマンドの解析方法について説明する。
FIG. 2 is a flow chart showing an example of the first half of the operation of the analysis means 11 of FIG. FIG. 3 is a flowchart showing an example of the latter half of the operation of the analysis means 11 of FIG. On the other hand, FIG. 4 is a diagram showing an example of a general format of the command of this embodiment. On the other hand, FIG. 5 is a diagram showing an example of a general format of parameters in this embodiment. Further, FIG. 6 is a diagram showing an example of the command name table of the present embodiment. The command analysis method will be described with reference to these figures.

【0013】解析手段11は、図2,図3に示すよう
に、最初に、受け取った図4に示すようなコマンドから
コマンド名を取り出し、図6で示すようなコマンド名テ
ーブルを検索し(101)、そのコマンド名テーブルに
見つかったかどうかを判定する(102)。
As shown in FIGS. 2 and 3, the analyzing means 11 first extracts a command name from the received command shown in FIG. 4 and searches the command name table as shown in FIG. 6 (101 ), It is determined whether it is found in the command name table (102).

【0014】図7は、本実施例のキーワードテーブルの
一例を示す図である。また、図8は、本実施例のハッシ
ュ値によるコマンドテーブルの一例を示す図である。コ
マンド名テーブルに見つからなかった場合には、コマン
ド名のハッシュ値を求め、図8で示すようなハッシュ値
によるコマンドテーブルを検索し(103)、ハッシュ
値によるコマンドテーブルに見つかったかどうかを判定
し(104)、見つからなかった場合には、エラー情報
の出力要求をし(117)、処理を終了する。
FIG. 7 is a diagram showing an example of the keyword table of this embodiment. Further, FIG. 8 is a diagram showing an example of a command table using hash values according to the present embodiment. If it is not found in the command name table, the hash value of the command name is obtained, the command table with the hash value as shown in FIG. 8 is searched (103), and it is determined whether or not it is found in the command table with the hash value ( 104) If not found, an error information output request is made (117) and the process ends.

【0015】一方、ハッシュ値によるコマンドテーブル
に見つかった場合には、コマンド名を正しいコマンド名
に置換し(105)、コマンドが終了したかどうかを判
定し(106)、終了している場合には、確認が必要か
どうかを判定し、(114)、確認が必要の場合には、
コマンドの実行要求をし(115)、処理を終了する。
確認が必要でない場合には、コマンドの実行要求をし
(116)、処理を終了する。
On the other hand, if found in the command table based on the hash value, the command name is replaced with the correct command name (105), it is judged whether the command is completed (106), and if it is completed, Then, it is determined whether confirmation is necessary (114). If confirmation is required,
A command execution request is made (115), and the process is terminated.
If the confirmation is not necessary, a command execution request is made (116), and the process ends.

【0016】そして、コマンドが終了していない場合に
は、受け取ったコマンドからキーワードを取り出し、図
7で示すようなキーワードテーブルを検索し(10
7)、キーワードテーブルに見つかったかどうかを判定
する(108)。
If the command is not completed, the keyword is extracted from the received command and the keyword table as shown in FIG. 7 is searched (10
7) It is judged whether or not it is found in the keyword table (108).

【0017】図9は、本実施例のハッシュ値によるキー
ワードテーブルの一例を示す図である。キーワードテー
ブルに見つからなかった場合には、キーワードのハッシ
ュ値を求め、図9で示すようなハッシュ値によるキーワ
ードテーブルを検索し(109)、ハッシュ値によるキ
ーワードテーブルに見つかったかどうかを判定し(11
0)、見つからなかった場合には、エラー情報の出力要
求をし(117)、処理を終了する。
FIG. 9 is a diagram showing an example of a keyword table using hash values according to this embodiment. If it is not found in the keyword table, the hash value of the keyword is obtained, the keyword table based on the hash value as shown in FIG. 9 is searched (109), and it is determined whether or not it is found in the keyword table based on the hash value (11).
0) If not found, an error information output request is made (117), and the process ends.

【0018】一方、ハッシュ値によるキーワードテーブ
ルに見つかった場合には、キーワードを正しいキーワー
ドに置換し(111)、受け取ったコマンドからパラメ
ータ値を取り出し、パラメータ値のチェックを行い(1
12)、パラメータ値が正常かどうかを判定し(11
3)、正常でない場合には、エラー情報の出力要求をし
(117)、処理を終了する。
On the other hand, if found in the keyword table based on the hash value, the keyword is replaced with the correct keyword (111), the parameter value is extracted from the received command, and the parameter value is checked (1
12) determine whether the parameter value is normal (11
3) If not normal, an error information output request is made (117), and the process is terminated.

【0019】他方、パラメータ値が正常の場合には、コ
マンドが終了したかどうかの判定(106)以下の処理
を繰り返す。キーワードテーブルに見つかった場合に
は、パラメータ値のチェック処理(112)以下の処理
を繰返す。コマンド名テーブルに見つかった場合には、
コマンドが終了したかどうかの判定(106)以下の処
理を繰り返す。
On the other hand, when the parameter value is normal, it is judged whether the command is completed (106) and the following processes are repeated. If found in the keyword table, the process following the parameter value check process (112) is repeated. If found in the command name table,
Judgment as to whether or not the command has ended (106) The following processing is repeated.

【0020】従って、解析手段11での解析結果は、正
常,異常および確認の3つのタイプが返却され、解析結
果判定手段12で解析結果を判定し、正常の場合には、
解析結果設定手段13で解析結果を設定し、制御装置2
を解して実行装置3に引渡してコマンドを実行し、実行
結果を制御装置2を介して端末装置1に表示する。解析
結果が異常の場合には、エラー情報設定手段14でエラ
ー情報を設定し、制御装置2を介して端末装置1にエラ
ーメッセージを表示する。
Therefore, the analysis result in the analysis means 11 is returned in three types: normal, abnormal and confirmation, and the analysis result judgment means 12 judges the analysis result.
The analysis result is set by the analysis result setting means 13, and the control device 2
Is passed to the execution device 3 to execute the command, and the execution result is displayed on the terminal device 1 via the control device 2. When the analysis result is abnormal, the error information setting means 14 sets the error information, and the error message is displayed on the terminal device 1 via the control device 2.

【0021】解析結果が確認の場合には、確認情報設定
手段15で確認情報を設定し、制御装置2を介して端末
装置1にシステムで置換したコマンド名およびキーワー
ドでよいかどうかの確認を行い、それに対する回答を制
御装置2を介して確認結果判定手段16で判定し、シス
テムで置換したコマンド名およびキーワードでよけれ
ば、解析結果設定手段13で解析結果を設定し、正常の
場合と同様の処理を行う。システムで置換したコマンド
名およびキーワードでよくなければ、エラー情報設定手
段14でエラー情報を設定し、異常の場合と同様の処理
を行う。
When the analysis result is a confirmation, confirmation information is set by the confirmation information setting means 15, and it is confirmed whether the command name and keyword replaced by the system in the terminal device 1 are acceptable via the control device 2. The answer to that is judged by the confirmation result judging means 16 via the control device 2, and if the command name and keyword replaced by the system are acceptable, the analysis result setting means 13 sets the analysis result, and the same as in the normal case. Perform processing. If the command name and keyword replaced by the system are not satisfactory, the error information setting means 14 sets the error information, and the same processing as in the case of abnormality is performed.

【0022】以上述べたように、本実施例のコマンド解
析方式では、解析結果に正常,異常および確認の3つの
タイプを持ち、コマンドの入力で誤ったコマンド名およ
びキーワードを一番近い正式のコマンド名およびキーワ
ードに置換して確認することにより、些細なコマンドの
入力誤りでのコマンドの再入力の必要性がなくなり、操
作性が向上することとなる。
As described above, in the command analysis method of the present embodiment, the analysis result has three types of normal, abnormal, and confirmation, and an incorrect command name and keyword when inputting a command are the closest formal commands. By substituting the name and the keyword for confirmation, the necessity of re-entering the command due to a slight input error of the command is eliminated, and the operability is improved.

【0023】[0023]

【発明の効果】以上説明したように、本発明のコマンド
解析方式は、コマンド解析装置内の解析手段にコマンド
名およびキーワードのハッシュ値テーブルを持ち、解析
結果の確認というタイプを返却し、コマンド解析装置内
に確認情報設定手段および確認結果判定手段を追加する
ことにより、コマンド名やキーワードの入力を誤った場
合にも、再度コマンドを入力し直すことなくコマンドを
実行することができるという効果を有している。
As described above, according to the command analysis method of the present invention, the analysis means in the command analysis device has a hash value table of command names and keywords, and returns a type of confirmation of analysis results for command analysis. By adding confirmation information setting means and confirmation result determination means in the device, even if the command name or keyword is entered incorrectly, the command can be executed without re-entering the command. is doing.

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

【図1】本発明のコマンド解析方式の一実施例を示すブ
ロック図である。
FIG. 1 is a block diagram showing an embodiment of a command analysis system of the present invention.

【図2】図1の解析手段11の動作の前半の一例を示す
流れ図である。
FIG. 2 is a flow chart showing an example of the first half of the operation of the analysis means 11 of FIG.

【図3】図1の解析手段11の動作の後半の一例を示す
流れ図である。
FIG. 3 is a flowchart showing an example of the latter half of the operation of the analyzing means 11 of FIG.

【図4】本実施例のコマンドの一般形式の一例を示す図
である。
FIG. 4 is a diagram showing an example of a general format of a command of this embodiment.

【図5】本実施例のパラメータの一般形式の一例を示す
図である。
FIG. 5 is a diagram showing an example of a general format of parameters of the present embodiment.

【図6】本実施例のコマンド名テーブルの一例を示す図
である。
FIG. 6 is a diagram showing an example of a command name table of this embodiment.

【図7】本実施例のキーワードテーブルの一例を示す図
である。
FIG. 7 is a diagram showing an example of a keyword table of this embodiment.

【図8】本実施例のハッシュ値によるコマンドテーブル
の一例を示す図である。
FIG. 8 is a diagram showing an example of a command table using hash values according to the present embodiment.

【図9】本実施例のハッシュ値によるキーワードテーブ
ルの一例を示す図である。
FIG. 9 is a diagram showing an example of a keyword table based on hash values according to the present embodiment.

【図10】従来のコマンド解析方式の一例を示すブロッ
ク図である。
FIG. 10 is a block diagram showing an example of a conventional command analysis method.

【図11】図10の解析手段31の動作の一例を示す流
れ図である。
11 is a flowchart showing an example of the operation of the analysis means 31 of FIG.

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

1,21 端末装置 2,22 制御装置 3,23 実行装置 4,24 解析装置 11,31 解析手段 12,32 解析結果判定手段 13,33 解析結果設定手段 14,34 エラー情報設定手段 15 確認情報設定手段 16 確認結果判定手段 1, 21 Terminal device 2, 22 Control device 3, 23 Execution device 4, 24 Analysis device 11, 31 Analysis means 12, 32 Analysis result determination means 13, 33 Analysis result setting means 14, 34 Error information setting means 15 Confirmation information setting Means 16 Confirmation result judging means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 端末装置から入力されたコマンドを制御
装置を介して受け取った解析装置が、コマンドの文法上
のチェックを行い、その解析結果を前記制御装置に通知
し、解析結果が正常であれば前記制御装置からコマンド
の実行を実行装置に指示し、実行結果を受けとり前記端
末装置に表示し、解析結果が異常であればエラーメッセ
ージを前記端末装置に表示するコマンド解析方式におい
て、前記解析装置に、コマンドを解析する解析手段と、
前記解析手段から受け取った解析結果を判定する解析結
果判定手段と、前記解析結果判定手段で正常と判定され
た場合に解析結果を設定する解析結果設定手段と、前記
解析結果判定手段で異常と判定された場合にエラー情報
を設定するエラー情報設定手段と、前記解析結果判定手
段で確認と判定された場合に確認情報を設定する確認情
報設定手段と、前記確認情報設定手段で設定した確認情
報を前記制御装置を介して前記端末装置に表示して前記
端末装置から確認結果を前記制御装置を介して受け取り
確認結果を判定する確認結果判定手段とを含むことを特
徴とするコマンド解析方式。
1. An analysis device, which receives a command input from a terminal device via a control device, checks the command syntax and notifies the control device of the analysis result. For example, in the command analysis method of instructing the execution device to execute a command from the control device, receiving the execution result and displaying it on the terminal device, and displaying an error message on the terminal device if the analysis result is abnormal, the analysis device And an analysis means for analyzing the command,
An analysis result determination means for determining the analysis result received from the analysis means, an analysis result setting means for setting the analysis result when the analysis result determination means determines normal, and an abnormality for the analysis result determination means Error information setting means for setting error information in the case of confirmation, confirmation information setting means for setting confirmation information when the analysis result determination means determines confirmation, and confirmation information set by the confirmation information setting means A command analysis method, comprising: a confirmation result determining means for displaying a confirmation result from the terminal device via the control device and receiving a confirmation result from the terminal device via the control device to determine a confirmation result.
JP20907191A 1991-08-21 1991-08-21 Command analyzing system Pending JPH0546555A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP20907191A JPH0546555A (en) 1991-08-21 1991-08-21 Command analyzing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP20907191A JPH0546555A (en) 1991-08-21 1991-08-21 Command analyzing system

Publications (1)

Publication Number Publication Date
JPH0546555A true JPH0546555A (en) 1993-02-26

Family

ID=16566774

Family Applications (1)

Application Number Title Priority Date Filing Date
JP20907191A Pending JPH0546555A (en) 1991-08-21 1991-08-21 Command analyzing system

Country Status (1)

Country Link
JP (1) JPH0546555A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010113478A (en) * 2008-11-05 2010-05-20 Toshiba Corp Client device for use in information processing system, server device, and framework program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010113478A (en) * 2008-11-05 2010-05-20 Toshiba Corp Client device for use in information processing system, server device, and framework program
CN102203756A (en) * 2008-11-05 2011-09-28 株式会社东芝 Client devices, server devices and framework programs to be used in information processing systems

Similar Documents

Publication Publication Date Title
JPH0546555A (en) Command analyzing system
JPH05274467A (en) Data input device
JPS58103023A (en) Field input system for display terminal
CN113347062A (en) SIP performance test method, device, equipment and storage medium
JPH06250877A (en) Device for sampling execution information
JP3391478B2 (en) Operation automatic execution device
KR20000055986A (en) System and method for automatically extracting and verifing the data
JP2616613B2 (en) Programmable controller
JPS62160506A (en) Correcting method for program of numerical controller
JPH09223110A (en) Command data base preparing device
JPH02214919A (en) Command error designating system
JPS6115236A (en) Partial production of object list
JPH07202990A (en) Debugging device
JPH01228009A (en) Command parameter setting system
JPH02178864A (en) Ipl processing system
JPS62172433A (en) Advance answer processing system in terminal inputting
JPH04116721A (en) System definition directive analysis system
JPH05265958A (en) Control command converting method for ic tester
JPS613272A (en) Output information determining method based upon priority
JPH0670033U (en) Computer verification system
JPH02294841A (en) Logical simulation system
JPH01244551A (en) Software specification verifying system
KR20010011754A (en) Apparatus for generating batch file of a exchange
JPH1091479A (en) Program debugging system, program debugging method and storage medium storing debugging program
JPH05181919A (en) System design supporting device