JPH0427570B2 - - Google Patents

Info

Publication number
JPH0427570B2
JPH0427570B2 JP60025462A JP2546285A JPH0427570B2 JP H0427570 B2 JPH0427570 B2 JP H0427570B2 JP 60025462 A JP60025462 A JP 60025462A JP 2546285 A JP2546285 A JP 2546285A JP H0427570 B2 JPH0427570 B2 JP H0427570B2
Authority
JP
Japan
Prior art keywords
screen
data
key
user program
program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP60025462A
Other languages
Japanese (ja)
Other versions
JPS61184634A (en
Inventor
Shigeru Yomoda
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
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP60025462A priority Critical patent/JPS61184634A/en
Publication of JPS61184634A publication Critical patent/JPS61184634A/en
Publication of JPH0427570B2 publication Critical patent/JPH0427570B2/ja
Granted legal-status Critical Current

Links

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明は画面復旧方式、特にデイスプレイ端未
装置(以下CRTと記す)のオペレータが誤つて
クリアキーあるいは電源キーを押下することによ
つて、その時まで映し出されていた画面を壊した
ときの画面復旧方式に関する。
DETAILED DESCRIPTION OF THE INVENTION (Field of Industrial Application) The present invention provides a screen recovery method, especially when an operator of a display terminal (hereinafter referred to as CRT) accidentally presses the clear key or power key. Regarding the screen recovery method when the screen that was showing up until that time is broken.

(従来の技術) 従来、この種の画面復旧はシステムプログラム
からいつたんユーザアプリケーシヨンプログラム
(以下ユーザプログラム)へ制御権を移行させ、
ユーザプログラムが画面復旧に必要なデータを取
り揃えたうえでシステムプログラムに再度、画面
データの送信要求を行なうことによつて実行され
ている。
(Prior art) Conventionally, this type of screen recovery involves immediately transferring control from the system program to the user application program (hereinafter referred to as the user program).
This is executed by the user program gathering the data necessary for screen recovery and then requesting the system program to send the screen data again.

すなわち、ユーザプログラムはSEND命令の実
行によつて、画面データをCRTへ送信するため
の要求をシステムプログラムに行なつた後は
RECEIVE命令によつてシステムプログラムは応
答を待ち合わせている。一方、システムプログラ
ムからの送信要求を受けとると、CRTに映し出
す画面のフオーマツト(例えば伝票の枠組)およ
び各フイールドの定義パラメータからなる画面フ
オーマツトデータとユーザデータ(例えば表の見
出)とを合成して画面データを作成し指定された
CRTへ送信する。
In other words, after the user program requests the system program to send screen data to the CRT by executing the SEND command,
The RECEIVE command causes the system program to wait for a response. On the other hand, when a transmission request is received from the system program, the screen format data consisting of the screen format displayed on the CRT (for example, the frame of a slip) and the definition parameters of each field is synthesized with user data (for example, table headings). Create screen data using
Send to CRT.

CRTのオペレータは、この画面データによつ
て、映し出された画面にデータをキー入力いてい
き、一面面分のデータのキーイン終了後に
WRITEキーを押下すると、システムプログラム
はこのキーインが正常である場合にはキーインデ
ータを形成編集処理したユーザプログラムに引き
渡す。ユーザプログラムは入力したキーインデー
タをCRTごとに主記憶に格納し、次の命令ステ
ツプへ移り、再びSEND命令に出会うと次の画面
データに対するSEND命令を実行する。
Based on this screen data, the CRT operator inputs data on the displayed screen using the keys, and after completing the key-in of data for one page.
When the WRITE key is pressed, the system program passes the key-in data to the user program that formed and edited the key-in data, if the key-in is normal. The user program stores the input key-in data in the main memory for each CRT, moves to the next command step, and when it encounters the SEND command again, executes the SEND command for the next screen data.

ところで、オペレータが誤つて画面を壊してし
まうと、システムプログラムは形式編集を正しく
行なえず、その旨をユーザプログラムに伝える。
ユーザプログラムは、これに応答して、画面復旧
のため必要なデータを取り揃えて再度、SEND命
令を実行することによつて画面の復旧を図る。
By the way, if the operator accidentally breaks the screen, the system program will not be able to properly edit the format and will notify the user program of this fact.
In response to this, the user program attempts to restore the screen by collecting the data necessary for restoring the screen and executing the SEND command again.

このときに必要なデータとしては、前述の画面
フオーマツトデータやユーザデータの他に、多く
の場合は直前の画面に対するキーインデータある
いは一般のデータベース中のデータが考えられ
る。
In addition to the above-mentioned screen format data and user data, the data required at this time is often considered to be key-in data for the previous screen or data in a general database.

(発明が解決しようとする問題点) このような従来方式においては、画面が壊われ
たときの対応を組み込んだことのためにユーザプ
ログラムが複雑化し、また画面が壊れたときには
システムプログラムとユーザプログラムとの間で
制御権が往復するために両者の間でのやりとりが
増えて画面復旧の応答時間が長くなり、さらには
キーインデータを格納するための主記憶容量が増
えるという問題点がある。
(Problems to be Solved by the Invention) In such a conventional system, the user program becomes complicated due to the built-in response to the screen being broken, and when the screen is broken, the system program and the user program are Since the control authority is transferred back and forth between the two, there are problems in that the number of exchanges between the two increases, the response time for screen restoration becomes longer, and the main memory capacity for storing key-in data increases.

したがつて、本発明の目的は、画面復旧のため
のユーザプログラムの介入を不要化することによ
つて、上記問題点を解決した画面復旧方式を提供
することにある。
Therefore, an object of the present invention is to provide a screen recovery method that solves the above problems by eliminating the need for user program intervention for screen recovery.

(問題点を解決するための手段) そのために、、本発明の方式は、ユーザプログ
ラムからの送信要求に応答してCRTへ送信した
画面データを予め指定があつた場合には制御情報
を付加して指定されたデイスク装置に書き出して
おき、 端未オペレータが前記CRTに映し出された画
面を壊したときには当該CRTの所定のキー押下
に応答して前記デイスク装置に書き出されている
当該画面データを前記制御情報に基づいて読み出
し当該CRTへ送信することによつて、 前記壊された画面データを前記ユーザプログラ
ムの介入なく再度映し出させるようにしたことを
特徴とする。
(Means for solving the problem) To this end, the method of the present invention adds control information to the screen data sent to the CRT in response to a transmission request from the user program, if specified in advance. If an operator breaks the screen displayed on the CRT, the screen data written to the disk device will be written out in response to a predetermined key press on the CRT. It is characterized in that the destroyed screen data is displayed again without intervention from the user program by reading out the data based on the control information and transmitting it to the CRT.

(実施例) 第1図は本発明の一実施例を示す処理フローで
あり、第2図は本実施例のハードウエア構成図を
示す。
(Embodiment) FIG. 1 is a processing flow showing an embodiment of the present invention, and FIG. 2 is a hardware configuration diagram of the embodiment.

先ず、第2図を参照すると、本実施例は中央処
理装置1と、主記憶装置2と、2台の磁気デイス
ク装置3および4と、4台のCRT5,6,7お
よび8とから構成されている。主記憶装置2には
第1図に示すような構成のシステムプログラム
SPと、画面フオーマツトデータFDおよびユーザ
データUD等からなるユーザプログラムUPとを
含む各種のデータを格納するためのエリアを有し
ている。
First, referring to FIG. 2, this embodiment is composed of a central processing unit 1, a main storage device 2, two magnetic disk devices 3 and 4, and four CRTs 5, 6, 7, and 8. ing. The main storage device 2 has a system program configured as shown in Figure 1.
It has an area for storing various data including SP and a user program UP consisting of screen format data FD, user data UD, etc.

磁気デイスク装置3は多くの画面フオーマツト
データFDを予め格納しており、これらの画面フ
オーマツトデータFDは中央処理装置1からの呼
出しに応答して主記憶装置2に読み出される。ま
た、磁気デイスク装置4は退避しておくべき画面
データを制御情報とともに格納しておくためのも
のである。
The magnetic disk device 3 stores a large amount of screen format data FD in advance, and these screen format data FD are read into the main storage device 2 in response to a call from the central processing unit 1. Further, the magnetic disk device 4 is used to store screen data to be saved together with control information.

CRT5,6,7および8のそれぞれは、中央
処理装置1の指示にしたがつて画面データを映し
出すとともに、オペレータによるキーボード操作
によつて、データを入力することができる。画面
データは同一のものを複数台のCRTに同時に映
し出すことも可能である。
Each of the CRTs 5, 6, 7, and 8 displays screen data in accordance with instructions from the central processing unit 1, and allows data to be input by an operator using a keyboard. It is also possible to display the same screen data on multiple CRTs at the same time.

次に、第1図に示した処理フローに沿つて、本
実施例の動作を説明する。
Next, the operation of this embodiment will be explained along the processing flow shown in FIG.

中央処理装置1がユーザプログラムUPを実行
していして、SEND命令が設定されている命令ス
テツプに到ると、プログラムの制御権がシステム
プログラムSPへ移るとともに、SEND命令に付
帯されている画面名がシステムプログラムSPに
知らされる。
When the central processing unit 1 is executing the user program UP and reaches an instruction step where the SEND command is set, control of the program is transferred to the system program SP, and the screen name attached to the SEND command is is notified to the system program SP.

システムプログラムSPは、この画面名に該当
する画面フオーマツトデータFDを磁気デイスク
装置3から主記憶装置2に読み出し、ユーザプロ
グラムUPのそれまでの処理結果が反映されたユ
ーザプログラムUDと合成して画面データを作成
する(第1図のステツプ)。この合成結果であ
る画面データは、前述したようにJCLによる退避
指定があるときは磁気デイスク装置4に書き込ま
れた後で宛先のCRTへ送信され(ステツプ)、
画面が映し出される。
The system program SP reads the screen format data FD corresponding to this screen name from the magnetic disk device 3 to the main storage device 2, synthesizes it with the user program UD that reflects the processing results of the user program UP, and creates a screen. Create data (steps in Figure 1). The screen data that is the result of this synthesis is written to the magnetic disk device 4 and then sent to the destination CRT (step) when there is a save specification by JCL as described above.
The screen will be displayed.

オペレータはこの画面を見ながらキーイン操作
を行ない、一画面分のキーインが正常に終了すれ
ばキーボート上のWRITEキーを押下する。シス
テムプログラムSPは、これに応答して、キーイ
ン入力剤の一画面分のキーインデータを形式編集
処理し、(ステツプ)たうえで、ユーザプログ
ラムUPへ制御権とともに引き渡す。
The operator performs the key-in operation while looking at this screen, and when the key-in for one screen is successfully completed, presses the WRITE key on the keyboard. In response to this, the system program SP performs format editing processing on one screen of key-in data of the key-in input agent (step), and then transfers it to the user program UP together with the control authority.

ユーザプログラムUPは、先に実行したSEND
命令の後はRECEIVE命令によつてシステムプロ
グラムSP側からの応答を待ち合せていたので、
システムプログラムSPからの制御権の移行があ
るときキーインデータを引き取り、次の命令ステ
ツプに移る。そして、再びSEND命令が設定され
ている命令ステツプになると、次の画面に対して
上記のような処理を繰り返す。
The user program UP is the previously executed SEND
After the command, the RECEIVE command was used to wait for a response from the system program SP side.
When control is transferred from the system program SP, the key-in data is taken over and the next instruction step is executed. Then, when the command step in which the SEND command is set again is reached, the above-described processing is repeated for the next screen.

以上はオペレータのキーイン操作が正常に終了
した場合の処理であるが、オペレータが誤つてク
リアキーあるいは電源キーを押下して画面を壊す
ことがある。このようなときには、キーボード上
の復旧キーを押下すると、システムプログラム
SPの流れはステツプからシテツプへ移り、
磁気デイスク装置4から当該画面データを読み出
してCRTへ送信する。そして、オペレータはこ
の容易に復旧された画面を見ながらキーイン操作
を始めからやり直すことになる。
The above process is performed when the key-in operation by the operator is completed normally, but the operator may accidentally press the clear key or power key and damage the screen. In such a case, press the recovery key on the keyboard to restart the system program.
The flow of SP moves from step to step,
The screen data is read from the magnetic disk device 4 and transmitted to the CRT. The operator then restarts the key-in operation from the beginning while looking at this easily restored screen.

(発明の効果) 本発明によれば、以上に述べたように、画面復
旧のためのユーザプログラムの介入を不要化した
ことによつて、ユーザプログラムの復雑さを排除
できるとともに画面復旧の容易化とその応答時間
の短縮化ができ、また、キーインデータの記憶が
不要化することによつて主記憶装置の容量を削減
できるようになる。
(Effects of the Invention) According to the present invention, as described above, by eliminating the need for user program intervention for screen recovery, it is possible to eliminate the complexity of the user program and facilitate screen recovery. In addition, by eliminating the need to store key-in data, the capacity of the main storage device can be reduced.

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

第1図と第2図とは本発明の一実施例を示す。 1……中央処理装置、2……主記憶装置、3,
4……磁気デイスク装置、5,6,7,8……デ
イスクプレイ端未装置(CRT)、SP……システ
ムプログラム、UP……ユーザプログラム、FD…
…画面フオーマツトデータ、UD……ユーザデー
タ。
1 and 2 show one embodiment of the invention. 1...Central processing unit, 2...Main storage device, 3,
4...Magnetic disk device, 5, 6, 7, 8...Disk play end device (CRT), SP...System program, UP...User program, FD...
...Screen format data, UD...User data.

Claims (1)

【特許請求の範囲】 1 ユーザプログラムからの送信要求に応答して
デイスプレイ端未装置へ送信した画面データを予
め指定があつた場合には制御情報を付加して指定
されたデイスク装置に書き出しておき、 端未オペレータが前記デイスプレイ端未装置に
映し出された画面を壊したときには当該デイスプ
レイ端未装置の所定のキー押下に応答して前記デ
イスク装置に書き出されている当該画面データを
前記制御情報に基づいて読み出した当該デイスプ
レイ端未装置へ送信することによつて、 前記壊された画面データを前記ユーザプログラ
ムの介入なく再度映し出させるようにしたことを
特徴とする画面復旧方式。
[Claims] 1. If specified in advance, screen data sent to a display device in response to a transmission request from a user program is written to a specified disk device with control information added thereto. , When the end operator breaks the screen displayed on the display end device, the screen data written on the disk device is converted into the control information in response to pressing a predetermined key on the display end device. 1. A screen recovery method, characterized in that the corrupted screen data is displayed again without the intervention of the user program by transmitting the corrupted screen data to the display end device that has been read out based on the above information.
JP60025462A 1985-02-13 1985-02-13 Picture recovering system Granted JPS61184634A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60025462A JPS61184634A (en) 1985-02-13 1985-02-13 Picture recovering system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60025462A JPS61184634A (en) 1985-02-13 1985-02-13 Picture recovering system

Publications (2)

Publication Number Publication Date
JPS61184634A JPS61184634A (en) 1986-08-18
JPH0427570B2 true JPH0427570B2 (en) 1992-05-12

Family

ID=12166688

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60025462A Granted JPS61184634A (en) 1985-02-13 1985-02-13 Picture recovering system

Country Status (1)

Country Link
JP (1) JPS61184634A (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006331035A (en) 2005-05-25 2006-12-07 Square Enix Co Ltd Display information transmission/reception system, display information transmission device and reception device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5840662A (en) * 1981-09-03 1983-03-09 Mitsubishi Electric Corp Terminal control system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5840662A (en) * 1981-09-03 1983-03-09 Mitsubishi Electric Corp Terminal control system

Also Published As

Publication number Publication date
JPS61184634A (en) 1986-08-18

Similar Documents

Publication Publication Date Title
JPH0427570B2 (en)
JPH1153123A (en) Backup system
JPH02253429A (en) Picture recovery system
JP3166690B2 (en) Data transfer system, data transfer method, and recording medium recording data transfer program
JP2518390B2 (en) System performance monitoring method
JPS6063612A (en) Control execution process monitor system
JP3204296B2 (en) Message display method
JPH0668118A (en) Transaction selection method
JPH04195420A (en) Plural menu selection modes system
JPH0535414A (en) Magnetic tape file access system
JP3432671B2 (en) Interruption method of other business
JPH05183606A (en) Pos system
JPH035815A (en) Screen display system
JPH10260852A (en) Method for holding and reproducing display screen in computer terminal, and computer system realizing the same
JP2996294B2 (en) How to create a job control language
JPH05298175A (en) File updating system
JPH03137741A (en) Transaction phase control device
JPH0398138A (en) File protection control system
JPH0266635A (en) Recovery controller
JPH07295714A (en) Recovering method at fault of cad system
JPS61239319A (en) Spool message controlling system
JPS5930135A (en) Display device
JPH0628286A (en) Method and device for controlling communication
JP2000040010A (en) Abnormal state return mechanism
JPH0143335B2 (en)