JPH04135265A - Time sharing system - Google Patents

Time sharing system

Info

Publication number
JPH04135265A
JPH04135265A JP25943690A JP25943690A JPH04135265A JP H04135265 A JPH04135265 A JP H04135265A JP 25943690 A JP25943690 A JP 25943690A JP 25943690 A JP25943690 A JP 25943690A JP H04135265 A JPH04135265 A JP H04135265A
Authority
JP
Japan
Prior art keywords
input
terminal
command
host
control device
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
JP25943690A
Other languages
Japanese (ja)
Inventor
Yoshihiro Iguchi
井口 義博
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 JP25943690A priority Critical patent/JPH04135265A/en
Publication of JPH04135265A publication Critical patent/JPH04135265A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve operability by storing the history information of command inputs, calling and utilizing the stored information when information is inputted. CONSTITUTION:A key or a character string inputted from a terminal input/ output device 4 is inputted to a terminal input/output controller 5 and a paired host communication equipment 6 and announced through a communication line 7 to a paired terminal communication equipment 8 of a host computer 3. A command controller 9 recognizes the inputted key or character string by an input information recognizing device 10, and preceding input information is called from an input history information storage device 1. Then, relevant contents are extracted and the command is executed. When correction is required, the command is displayed and corrected on a terminal input/output device 4. Afterwards, the corrected command is registered on the input history information storage device 11 and executed. Thus, operability can be improved.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、ホストコンピュータと複数の端末装置とから
なるタイムシェアリングシステムに利用する。特に、コ
マンドの入力方法に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Application Field] The present invention is applied to a time sharing system comprising a host computer and a plurality of terminal devices. In particular, it relates to the method of inputting commands.

〔概要〕〔overview〕

本発明はタイムシェアリングシステムにおいて、コマン
ド入力の履歴情報を記憶しておき、情報を入力したとき
その記憶された情報を呼8して利用することにより、 コマンドの入力の手間を軽減し、タイムシェアリングシ
ステムの操作性を向上できるようにしたものである。
In a time sharing system, the present invention saves history information of command input, and when information is input, the stored information is called and used, thereby reducing the effort of inputting commands and saving time. This makes it possible to improve the operability of the sharing system.

〔従来の技術〕[Conventional technology]

第4図は従来例のタイムシェアリングシステムのブロッ
ク構成図である。
FIG. 4 is a block diagram of a conventional time sharing system.

従来、タイムシェアリングシステムは、コマンドを実行
するときにはコマンド名、オプション文字列をすべて入
力する必要があった。
Conventionally, in time sharing systems, when executing a command, it was necessary to input the command name and option string.

第4図を用いて、従来のタイムシェアリングシステムに
おけるコマンド実行方式の例を示す。
An example of a command execution method in a conventional time sharing system is shown using FIG.

端末入出力装置4から入力された文字列は端末入出力制
御装置5および対ホスト通信装置6に入り、通信回線7
を介してホストコンピュータ3Aの対端末通信装置8へ
と通知される。コマンド制御装置9Aは、通知された文
字列をコマンド認識装置12へと送り、コマンド名およ
びオプション文字列を取出す。このコマンド名はコマン
ド解析装置13へと渡され、コマンドの存在、使用権限
および実行ロードモジュールの格納されているライブラ
リなどを得る。ここで得られた情報をもとにコマンド実
行装置14においてコマンドの実行を行う。
The character string input from the terminal input/output device 4 enters the terminal input/output control device 5 and the host communication device 6, and is sent to the communication line 7.
The notification is sent to the terminal-to-terminal communication device 8 of the host computer 3A via the host computer 3A. The command control device 9A sends the notified character string to the command recognition device 12, and extracts the command name and option character string. This command name is passed to the command analysis device 13 to obtain information such as the existence of the command, usage authority, and the library in which the execution load module is stored. Based on the information obtained here, the command execution device 14 executes the command.

次にコマンドを実行する場合に、再びコマンド名とすべ
てのオプション文字列を入力する必要があり、その後同
様の手順にしたがってコマンドの実行が行われる。
The next time you run a command, you will need to enter the command name and all option strings again, and then the same steps will be taken to run the command.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

しかし、このような従来例のタイムシェアリングシステ
ムでは、同じコマンドを入力する場合または一部のオプ
ション文字列を修正し入力する場合に、コマンド名およ
びオプション文字列のすべてを入力し直さなければなら
ない欠点があった。
However, in conventional time-sharing systems like this, when entering the same command or modifying some option strings, the entire command name and option string must be entered again. There were drawbacks.

本発明は上記の欠点を解決するもので、おなしコマンド
を入力する場合、または一部のオプション文字列を修正
して入力する場合に、コマンド名およびオプション文字
列のすべてを入力し直す必要がなく、コマンドの入力の
手間を軽減し、タイムシェアリングシステムの操作性を
向上できるタイムシェアリングシステムを提供すること
を目的とする。
The present invention solves the above-mentioned drawbacks, and it is necessary to re-enter the entire command name and option string when inputting a silent command or modifying some option strings. The purpose of the present invention is to provide a time sharing system that can reduce the effort of inputting commands and improve the operability of the time sharing system.

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

本発明は、一つのホストコンピュータと、このホストコ
ンピュータに通信回線を介して接続された複数の端末装
置とを備え、上記各端末装置は、端末入出力装置から入
力情報を得る端末入出力制御装置と、この端末入出力制
御装置と上記通信回線との間に接続された対ホスト通信
装置とを含み、上記ホストコンピュータは、上記通信回
線に接続された対端末通信装置と、この対端末通信装置
から上記入力情報を入力しコマンドの実行管理を行うコ
マンド制御装置と、このコマンド制御装置の制御に基づ
きコマンドを実行するコマンド実行手段とを含むタイム
シェアリングシステムにおいて、上記ホストコンピュー
タは上記コマンド制御装置から上記入力情報を入力しキ
ーまたは文字列を認識する第一の入力情報認識装置と、
上記入力情報を順に格納する第一の入力履歴情報記憶装
置とを含み、上記コマンド制御装置は上記第一の入力認
識装置の認識結果に基づき上記第一の入力履歴情報記憶
装置の該当する内容を取出しそのコマンドを実行させ、
修正を要する場合には上記端末入出力装置に表示させ修
正された後に上記第一の入力履歴情報記憶装置に登録し
その修正されたコマンドを実行させる手段を含むことを
特徴とする。
The present invention includes one host computer and a plurality of terminal devices connected to the host computer via a communication line, each of the terminal devices being a terminal input/output control device that obtains input information from the terminal input/output device. and a host-to-host communication device connected between the terminal input/output control device and the communication line, and the host computer includes a terminal-to-terminal communication device connected to the communication line, and the terminal-to-terminal communication device. In a time sharing system that includes a command control device that inputs the above input information from a computer and manages execution of commands, and a command execution means that executes commands based on control of the command control device, the host computer is connected to the command control device. a first input information recognition device that inputs the input information and recognizes a key or character string;
a first input history information storage device that sequentially stores the input information, and the command control device reads the corresponding contents of the first input history information storage device based on the recognition result of the first input recognition device. Extract and run that command,
If a modification is required, the command is characterized by including means for displaying the command on the terminal input/output device, registering the modified command in the first input history information storage device, and executing the modified command.

また、本発明は、一つのホストコンピュータと、このホ
ストコンピュータに通信回線を介して接続された複数の
端末装置とを備え、上記各端末装置は、端末入出力装置
から入力情報を得る端末入出力制御装置と、この端末入
出力制御装置と上記通信回線との間に接続された対ホス
ト通信装置とを含み、上記ホストコンピュータは、上記
通信回線に接続された対端末通信装置と、この対端末通
信装置から上記入力情報を入力しコマンドの実行管理を
行うコマンド制御装置と、このコマンド制御装置の制御
に基づきコマンドを実行するコマンド実行手段とを含む
タイムシェアリングシステムにおいて、上記各端末装置
は、上記端末入出力制御装置から上記入力情報を入力し
キーまたは文字列を認識する第二の入力情報認識装置と
、上記入力情報を順に格納する第二の入力履歴情報記憶
装置とを含み、上記端末入出力制御装置は上記第二の入
力認識装置の認識結果に基づき上記第二の入力履歴情報
記憶装置の該当する内容を取出して上記対ホスト通信装
置に与え、修正を要する場合には上記端末入出力装置に
表示させ修正された後に上記第二の入力履歴情報記憶装
置に登録し対ホスト通信装置に与える手段を含むことが
できる。
Further, the present invention includes one host computer and a plurality of terminal devices connected to the host computer via a communication line, each of the terminal devices being a terminal input/output device that receives input information from the terminal input/output device. The host computer includes a control device and a host-to-host communication device connected between the terminal input/output control device and the communication line, and the host computer includes a terminal-to-host communication device connected to the communication line and the terminal-to-terminal communication device connected to the communication line. In a time sharing system that includes a command control device that inputs the input information from a communication device and manages execution of commands, and a command execution means that executes commands based on control of the command control device, each of the terminal devices includes: a second input information recognition device that inputs the input information from the terminal input/output control device and recognizes a key or a character string; and a second input history information storage device that sequentially stores the input information; The input/output control device extracts the corresponding content from the second input history information storage device based on the recognition result of the second input recognition device, and provides it to the host-to-host communication device, and if correction is required, the terminal input The input history information may include means for displaying it on the output device, registering it in the second input history information storage device after being corrected, and providing it to the communication device for the host.

〔作用〕[Effect]

ホストコンピュータの第一の入力情報認識装置はコマン
ド制御装置から入力情報を入力しキーまたは文字列を認
識する。第一の入力履歴情報記憶装置は入力情報を順に
格納する。コマンド制御装置は第一の入力認識装置の認
識結果に基づき第一の入力履歴情報記憶装置の該当する
内容を取出しそのコマンドを実行させ、修正を要する場
合には端末入出力装置に表示させ修正された後に第一の
入力履歴情報記憶装置に登録しその修正されたコマンド
を実行させる。
The first input information recognition device of the host computer receives input information from the command control device and recognizes keys or character strings. The first input history information storage device sequentially stores input information. The command control device extracts the corresponding content from the first input history information storage device based on the recognition result of the first input recognition device, executes the command, and if correction is required, causes the terminal input/output device to display the content and make the correction. After that, the modified command is registered in the first input history information storage device and the modified command is executed.

以上によりコマンドの入力の手間を軽減し、タイムシェ
アリングシステムの操作性を向上できる優れた効果があ
る。
The above has the excellent effect of reducing the effort required to input commands and improving the operability of the time sharing system.

〔実施例〕〔Example〕

本発明の実施例について図面を参照して説明する。第1
図は本発明一実施例タイムシェアリングシステムのブロ
ック構成図である。第1図において、タイムシェアリン
グシステム1は、一つのホストコンピュータ3と、ホス
トコンピュータ3に通信回線7を介して接続された複数
の端末装置2(本実施例では1個のみで示す。)とを備
え、各端末装置2は、端末入出力装置4から入力情報を
得る端末入出力制御装置5と、この端末入出力制御装置
5と通信回線7との間に接続された対ホスト通信装置6
とを含み、ホストコンピュータ3は、通信回線7に接続
された対端末通信装置8と、対端末通信装置8から上記
入力情報を入力しコマンドの実行管理を行うコマンド制
御装置9と、このコマンド制御装置9の制御に基づきコ
マンドを実行するコマンド実行手段としてコマンド認識
装置12、コマンド解析装置13およびコマンド実行装
置14とを含む。
Embodiments of the present invention will be described with reference to the drawings. 1st
The figure is a block diagram of a time sharing system according to an embodiment of the present invention. In FIG. 1, a time sharing system 1 includes one host computer 3 and a plurality of terminal devices 2 (only one terminal device is shown in this embodiment) connected to the host computer 3 via a communication line 7. Each terminal device 2 includes a terminal input/output control device 5 that receives input information from the terminal input/output device 4, and a host-to-host communication device 6 connected between the terminal input/output control device 5 and the communication line 7.
The host computer 3 includes a terminal-to-terminal communication device 8 connected to a communication line 7, a command control device 9 that inputs the input information from the terminal-to-terminal communication device 8 and manages execution of commands, and a command control device 9 for controlling execution of commands. A command recognition device 12 , a command analysis device 13 , and a command execution device 14 are included as command execution means for executing commands based on the control of the device 9 .

ここで本発明の特徴とするところは、ホストコンビ二−
タ3はコマンド解析装置9から上記入力情報を入力しキ
ーまたは文字列を認識する第一の入力情報認識装置とし
て入力情報認識装置10と、入力情報を順に格納する第
一の入力履歴情報記憶装置として入力履歴情報記憶装置
11とを含み、コマンド制御装置9は入力情報認識装置
10のi、!!識結果に基づき入力履歴情報記憶装置1
1の該当する内容を取出しそのコマンドを実行させ、修
正を要する場合には端末入出力装置に表示させ修正され
た後に入力履歴情報記憶装置11に登録しその修正され
たコマンドを実行させる手段を含む。
Here, the feature of the present invention is that the host combination
The input information recognition device 10 serves as a first input information recognition device that receives the input information from the command analysis device 9 and recognizes keys or character strings, and a first input history information storage device that sequentially stores input information. and an input history information storage device 11, and the command control device 9 includes i,! of the input information recognition device 10. ! Input history information storage device 1 based on the identification results
1, and executes the command, and if correction is required, displays it on the terminal input/output device, registers it in the input history information storage device 11 after correction, and executes the corrected command. .

このような構成のタイムシェアリングシステムの動作に
ついて説明する。第2図は本発明一実施例タイムシェア
リングシステムのホストコンピュータの処理システムフ
ローチャートである。
The operation of the time sharing system having such a configuration will be explained. FIG. 2 is a flowchart of the processing system of the host computer of the time sharing system according to one embodiment of the present invention.

第1図および第2図において、端末入出力装置4から入
力されたキーまたは文字列は端末入出力制御装置5、対
ホスト通信装置6に入り、通信回路7を介してホストコ
ンピュータの対端末通信装置8へ通知される。コマンド
制御装置9は、入力情報認識装置10によって入力され
たキーまたは文字列を認識し、これがある特定のキー(
たとえば、プログラマブルファンクションキー)や文字
列ならば、入力履歴情報記憶装置11より以前の入力情
報を呼出し、この文字列を端末入出力装置4からの入力
情報とみなす。またはこの情報を対端末通信装置8、通
信回線7、対ホスト通信装置6、端末入出力制御装置5
を介して端末入出力装置4j=表示し、入力情報の修正
を求める。ここで修正された情報は、再び端末入出力制
御装置5、対ホスト通信装置6、通信回線7、対端末通
信装Wt8を介してコマンド制御装置9へと通知される
。コマンド制御装置9は通知された文字列を入力履歴情
報記憶装置11に登録した後にコマンド認識装置12へ
送り、コマンド名とオプション文字列を取出す。
In FIGS. 1 and 2, keys or character strings input from the terminal input/output device 4 enter the terminal input/output control device 5 and the host-to-host communication device 6, and the host computer communicates with the terminal via the communication circuit 7. The device 8 is notified. The command control device 9 recognizes the key or character string input by the input information recognition device 10, and recognizes the key or character string inputted by the input information recognition device 10.
For example, if it is a programmable function key (programmable function key) or a character string, previous input information from the input history information storage device 11 is called and this character string is regarded as input information from the terminal input/output device 4. Or send this information to the terminal communication device 8, communication line 7, host communication device 6, terminal input/output control device 5.
The terminal input/output device 4j is displayed via the terminal input/output device 4j, and correction of input information is requested. The information modified here is again notified to the command control device 9 via the terminal input/output control device 5, the host-to-host communication device 6, the communication line 7, and the terminal-to-terminal communication device Wt8. The command control device 9 registers the notified character string in the input history information storage device 11, then sends it to the command recognition device 12, and extracts the command name and option character string.

このコマンド名はコマンド解析装置13へと渡され、コ
マンドの存在、使用権限および実行ロードモジュールの
格納されているライブラリなどを得る。
This command name is passed to the command analysis device 13 to obtain information such as the existence of the command, usage authority, and the library in which the execution load module is stored.

ここで得られた情報をもとにコマンド実行装置14にお
いてコマンドの実行を行う。
Based on the information obtained here, the command execution device 14 executes the command.

このように本実施例では、同一コマンドまたは若干の修
正により同一となるコマンド(たとえばパラメータの変
更、不正コマンド入力時)の実行において、入力する情
報を以前に入力した情報を利用することにより減らすこ
とを可能とする。
In this way, in this embodiment, when executing the same command or a command that becomes the same due to slight modification (for example, when changing parameters or inputting an invalid command), the information to be input can be reduced by using previously input information. is possible.

第3図は本発明性の実施例タイムシェアリングシステム
のブロック構成図である。第3図は端末装置2A上に入
力情報認識装置10、入力履歴情報記憶装置11を構築
した場合を示す図である。第2図において、端末入出力
装置4から入力されたキーまたは文字列は端末入出力制
御装置5Aによって入力情報認識装置10に通知されて
入力されたキーまたは文字列をKlaW&し、これがあ
る特定のキー(たとえばプログラマブルファンクション
キー)や文字列ならば、入力履歴情報記憶装置11より
以前の入力情報を呼8し、この文字列を端末入出力、装
置4からの入力情報とみなす。またはこの情報を端末入
出力装置4に表示し、入力情報の修正を求める。端末入
出力制御装置5Aは、入力された文字列を入力履歴情報
記憶装置11に登録した後に、対ホスト通信装置6、通
信回線7を介してホストコンピュータ3Aの対端末通信
装置8へと通知する。コマンド制−御装置9Aは、通知
された文字列をコマンド認識装置12へと送り、コマン
ド名とオプション文字列を取出す。このコマンド名はコ
マンド解析装置13へと渡され、コマンドの存在、使用
権限および実行ロードモジュールの格納されてい′るラ
イブラリなどを得る。ここで得られた情報をもとにコマ
ンド実行装置14でコマンドの実行を行う。
FIG. 3 is a block diagram of a time sharing system according to an embodiment of the present invention. FIG. 3 is a diagram showing a case where the input information recognition device 10 and the input history information storage device 11 are constructed on the terminal device 2A. In FIG. 2, a key or character string inputted from the terminal input/output device 4 is notified to the input information recognition device 10 by the terminal input/output control device 5A, and the inputted key or character string is KlaW&. If it is a key (for example, a programmable function key) or a character string, the previous input information from the input history information storage device 11 is called 8, and this character string is regarded as terminal input/output or input information from the device 4. Alternatively, this information is displayed on the terminal input/output device 4 to request correction of the input information. After registering the input character string in the input history information storage device 11, the terminal input/output control device 5A notifies the terminal-to-terminal communication device 8 of the host computer 3A via the host-to-host communication device 6 and the communication line 7. . The command control device 9A sends the notified character string to the command recognition device 12, and extracts the command name and option character string. This command name is passed to the command analysis device 13 to obtain information such as the existence of the command, usage authority, and the library in which the execution load module is stored. Based on the information obtained here, the command execution device 14 executes the command.

本実施例の付加的な特徴は、一つのコマンド入力に対し
て高々1回しか通信回線7を使用しないことであり、上
述したような課題を解決し、かつシステムの資源を有効
に使用することができる。
An additional feature of this embodiment is that the communication line 7 is used only once for one command input, which solves the above-mentioned problems and makes effective use of system resources. I can do it.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明は、タイムシェアリングシ
ステムの操作性を向上できる優れた効果がある。
As explained above, the present invention has an excellent effect of improving the operability of a time sharing system.

特に、おなしコマンドの続けて入力する場合、またはパ
ラメータのみを変更して同じコマンドを続けて入力する
場合に効果が大である。
This is particularly effective when inputting commands consecutively, or when inputting the same command with only parameters changed.

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

第1図は本発明一実施例タイムシェアリングシステムの
ブロック構成図。 第2図は本発明一実施例タイムシェアリングシステムの
ホストコンピュータの処理を示すフローチャート。 第3図は本発胡他の実施例タイムシェアリングシステム
のブロック構成図。 第4図は従来例のタイムシェアリングシステムのブロッ
ク構成図。 1、IA、IB・・・タイムシェアリングシステム、2
.2A・・・端末装置、3.3A・・・ホストコンピュ
ータ、4・・・端末入出力装置、5.5A・・・端末入
出力制御装置、6・・・対ホスト通信装置、7・・・通
信回線、8・・・対端末通信装置、9.9A・・・コマ
ンド制御装置、10・・・入力情報認識装置、11・・
・入力履歴情報記憶装置、12・・・コマンド認識装置
、13・・・コマンド解析装置、14・・・コマンド実
行装置。
FIG. 1 is a block diagram of a time sharing system according to an embodiment of the present invention. FIG. 2 is a flowchart showing the processing of the host computer of the time sharing system according to one embodiment of the present invention. FIG. 3 is a block diagram of an embodiment of the time sharing system of Hu et al. FIG. 4 is a block diagram of a conventional time sharing system. 1. IA, IB...time sharing system, 2
.. 2A...Terminal device, 3.3A...Host computer, 4...Terminal input/output device, 5.5A...Terminal input/output control device, 6...Host communication device, 7... Communication line, 8... terminal communication device, 9.9A... command control device, 10... input information recognition device, 11...
- Input history information storage device, 12... Command recognition device, 13... Command analysis device, 14... Command execution device.

Claims (1)

【特許請求の範囲】 1、一つのホストコンピュータと、このホストコンピュ
ータに通信回線を介して接続された複数の端末装置とを
備え、 上記各端末装置は、端末入出力装置から入力情報を得る
端末入出力制御装置と、この端末入出力制御装置と上記
通信回線との間に接続された対ホスト通信装置とを含み
、 上記ホストコンピュータは、上記通信回線に接続された
対端末通信装置と、この対端末通信装置から上記入力情
報を入力しコマンドの実行管理を行うコマンド制御装置
と、このコマンド制御装置の制御に基づきコマンドを実
行するコマンド実行手段とを含む タイムシエアリングシステムにおいて、 上記ホストコンピュータは上記コマンド制御装置から上
記入力情報を入力しキーまたは文字列を認識する第一の
入力情報認識装置と、上記入力情報を順に格納する第一
の入力履歴情報記憶装置とを含み、 上記コマンド制御装置は上記第一の入力認識装置の認識
結果に基づき上記第一の入力履歴情報記憶装置の該当す
る内容を取出しそのコマンドを実行させ、修正を要する
場合には上記端末入出力装置に表示させ修正された後に
上記第一の入力履歴情報記憶装置に登録しその修正され
たコマンドを実行させる手段を含む ことを特徴とするタイムシエアリングシステム。 2、一つのホストコンピュータと、このホストコンピュ
ータに通信回線を介して接続された複数の端末装置とを
備え、 上記各端末装置は、端末入出力装置から入力情報を得る
端末入出力制御装置と、この端末入出力制御装置と上記
通信回線との間に接続された対ホスト通信装置とを含み
、 上記ホストコンピュータは、上記通信回線に接続された
対端末通信装置と、この対端末通信装置から上記入力情
報を入力しコマンドの実行管理を行うコマンド制御装置
と、このコマンド制御装置の制御に基づきコマンドを実
行するコマンド実行手段とを含む タイムシエアリングシステムにおいて、 上記各端末装置は、上記端末入出力制御装置から上記入
力情報を入力しキーまたは文字列を認識する第二の入力
情報認識装置と、上記入力情報を順に格納する第二の入
力履歴情報記憶装置とを含み、 上記端末入出力制御装置は上記第二の入力認識装置の認
識結果に基づき上記第二の入力履歴情報記憶装置の該当
する内容を取出して上記対ホスト通信装置に与え、修正
を要する場合には上記端末入出力装置に表示させ修正さ
れた後に上記第二の入力履歴情報記憶装置に登録し対ホ
スト通信装置に与える手段を含む ことを特徴とするタイムシエアリングシステム。
[Claims] 1. Comprising one host computer and a plurality of terminal devices connected to the host computer via communication lines, each of the terminal devices being a terminal that receives input information from a terminal input/output device. The host computer includes an input/output control device, a host-to-host communication device connected between the terminal input-output control device and the communication line, and the host computer includes a terminal-to-terminal communication device connected to the communication line and the terminal-to-host communication device connected to the communication line. In a time sharing system that includes a command control device that inputs the input information from a terminal-to-terminal communication device and manages execution of commands, and a command execution means that executes commands based on control of the command control device, the host computer The command control device includes a first input information recognition device that receives the input information from the command control device and recognizes a key or character string, and a first input history information storage device that sequentially stores the input information. extracts the corresponding content from the first input history information storage device based on the recognition result of the first input recognition device, executes the command, and if correction is required, displays it on the terminal input/output device to make the correction. A time sharing system comprising means for registering the corrected command in the first input history information storage device and executing the corrected command. 2. Comprising one host computer and a plurality of terminal devices connected to the host computer via communication lines, each of the terminal devices having a terminal input/output control device that receives input information from the terminal input/output device; The host computer includes a host-to-host communication device connected between the terminal input/output control device and the communication line, and the host computer includes a terminal-to-host communication device connected to the communication line, and a In a time sharing system that includes a command control device that inputs input information and manages the execution of commands, and a command execution means that executes commands based on the control of this command control device, each terminal device has the terminal input/output function. The terminal input/output control device includes a second input information recognition device that receives the input information from the control device and recognizes a key or character string, and a second input history information storage device that sequentially stores the input information. extracts the corresponding content from the second input history information storage device based on the recognition result of the second input recognition device and provides it to the host-to-host communication device, and if correction is required, displays it on the terminal input/output device. A time sharing system comprising means for registering the input history information in the second input history information storage device and providing it to the host communication device after the input history information has been corrected.
JP25943690A 1990-09-27 1990-09-27 Time sharing system Pending JPH04135265A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25943690A JPH04135265A (en) 1990-09-27 1990-09-27 Time sharing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25943690A JPH04135265A (en) 1990-09-27 1990-09-27 Time sharing system

Publications (1)

Publication Number Publication Date
JPH04135265A true JPH04135265A (en) 1992-05-08

Family

ID=17334065

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25943690A Pending JPH04135265A (en) 1990-09-27 1990-09-27 Time sharing system

Country Status (1)

Country Link
JP (1) JPH04135265A (en)

Similar Documents

Publication Publication Date Title
JPH09230915A (en) Programming device
JPH04135265A (en) Time sharing system
JP2637208B2 (en) Graphic processing system
JPS62182915A (en) Distributed menu controller
JPS62113224A (en) Keyboard data input device
JPH04204994A (en) Computer system
JPH06149707A (en) Display terminal system
JPS6167126A (en) Input/output monitor branch device
JPS63268026A (en) Display device
JPS61208142A (en) Communication system between processes
JPH01116737A (en) Power source controller
JPH06314197A (en) Auxiliary processor
JPH0455947A (en) Processing control system for information processor
JPS6279525A (en) Data input system
JPS61240322A (en) Terminal equipment
JPH05174015A (en) Document processor
JPS63257060A (en) Analysis supporting system
JPH0414124A (en) Keyboard device
JPS63156220A (en) Data transfer system
JPS63115230A (en) Data processor
JPH04112256A (en) Communication system
JPH0294944A (en) Terminal attribute defining/referring system
JPH0520018A (en) Field attribute display processor
JPS59172042A (en) Information processing device
JPS62274325A (en) Terminal equipment