JPH04322335A - Arbitrary screen history system - Google Patents

Arbitrary screen history system

Info

Publication number
JPH04322335A
JPH04322335A JP3117954A JP11795491A JPH04322335A JP H04322335 A JPH04322335 A JP H04322335A JP 3117954 A JP3117954 A JP 3117954A JP 11795491 A JP11795491 A JP 11795491A JP H04322335 A JPH04322335 A JP H04322335A
Authority
JP
Japan
Prior art keywords
screen
display terminal
temporary file
data
management table
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
JP3117954A
Other languages
Japanese (ja)
Inventor
Tadao Yamamoto
山本 唯夫
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 JP3117954A priority Critical patent/JPH04322335A/en
Publication of JPH04322335A publication Critical patent/JPH04322335A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To accept the transaction processing progress confirmation request from a display terminal by the operating system of a host computer. CONSTITUTION:A screen register means 51 registers the screen discrimination name of the screen, which is displayed on a display terminal 60, in a temporary file management table 54 on the way of advance of the transaction processing, and a data mixing and register means 52 mixes input data inputted to the screen displayed on the display terminal 60 and screen data of the screen discrimination name, which is latest registered in the temporary file management table 54, in accordance with the screen history gathering request from the display terminal 60 and registers mixed them, and a screen extracting means 53 extracts screen data, where input data is mixed, from a temporary file 55 based on the screen discrimination name registered in the temporary file management table 54 in accordance with the screen history display request from the display terminal.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は任意型画面ヒストリー方
式に関し、特に表示端末からの要求に応じてトランザク
ション処理経過を表示端末に示すトランザクション処理
システムの任意型画面ヒストリー方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an arbitrary screen history method, and more particularly to an arbitrary screen history method for a transaction processing system that shows the progress of transaction processing on a display terminal in response to a request from the display terminal.

【0002】0002

【従来の技術】トランザクション処理システムでは、ホ
スト計算機が実行する業務プログラムは、一般に複数の
トランザクション処理で構成されている。個々のトラン
ザクション処理では、専用の画面を表示端末に表示し、
端末オペレータは、表示端末に表示された画面に対して
対話形式でデータを入力し、次のトランザクション処理
へと進む。そして、業務プログラムの規模が大きくなれ
ばなるほど、トランザクション処理の数は増加し、トラ
ンザクション処理の間の関係も複雑になり、トランザク
ション処理の進行経路も多岐に渡ることになる。
2. Description of the Related Art In transaction processing systems, a business program executed by a host computer generally consists of a plurality of transaction processes. For each transaction process, a dedicated screen is displayed on the display terminal,
The terminal operator enters data in an interactive manner on the screen displayed on the display terminal, and proceeds to the next transaction process. As the scale of a business program becomes larger, the number of transaction processes increases, the relationships between transaction processes become more complex, and the progress paths of transaction processes become more diverse.

【0003】このような業務プログラムのトランザクシ
ョン処理において、端末オペレータは、現在自分が行っ
ているトランザクション処理が業務プログラム全体のど
の位置にあるのか、またどのような経路で現在のトラン
ザクション処理に進んできたのかを確認したくなること
がある。
[0003] In the transaction processing of such a business program, the terminal operator must know where the transaction processing that he/she is currently performing is in the overall business program, and what path the current transaction processing took. You may want to check whether the

【0004】このような場合、従来のトランザクション
処理システムでは、業務プログラムによりトランザクシ
ョン処理の経過を示すメッセージを特定の表示端末に逐
次出力しておき、これらのメッセージを端末オペレータ
が確認する方法がとられていたが、この方法では特定の
表示端末でしかトランザクション処理の経過を確認する
ことができないという不具合がある。
[0004] In such cases, in conventional transaction processing systems, a business program sequentially outputs messages indicating the progress of transaction processing to a specific display terminal, and these messages are checked by a terminal operator. However, this method has the problem that the progress of transaction processing can only be checked on a specific display terminal.

【0005】そこで、従来のトランザクション処理シス
テムでは、端末オペレータにより表示端末に対してトラ
ンザクション処理経過確認要求を投入させ、業務プログ
ラムでトランザクション処理経過確認要求の処理を行う
ようにしていた。
Therefore, in conventional transaction processing systems, a terminal operator issues a transaction processing progress confirmation request to a display terminal, and the transaction processing progress confirmation request is processed by a business program.

【0006】[0006]

【発明が解決しようとする課題】上述した従来のトラン
ザクション処理システムでは、不測の時点で発生する表
示端末からのトランザクション処理経過確認要求をホス
ト計算機のオペレーティングシステムで処理することが
できなかったので、トランザクション処理経過確認要求
に対処するために業務プログラムでトランザクション処
理経過確認要求の処理を行う工夫が必要であり、業務プ
ログラムの設計・開発者の負担になっているという問題
点がある。
[Problems to be Solved by the Invention] In the conventional transaction processing system described above, it is not possible for the host computer's operating system to process a transaction processing progress confirmation request from a display terminal that occurs at an unexpected point in time. In order to handle the processing progress confirmation request, it is necessary to devise a way to process the transaction processing progress confirmation request in the business program, which poses a problem in that it places a burden on the business program designer/developer.

【0007】本発明の目的は、上述の点に鑑み、業務プ
ログラムに代わってホスト計算機のオペレーティングシ
ステムが表示端末からのトランザクション処理経過確認
要求を受け付けるようにした任意型画面ヒストリー方式
を提供することにある。
SUMMARY OF THE INVENTION In view of the above, an object of the present invention is to provide an optional screen history method in which the operating system of a host computer accepts transaction processing progress confirmation requests from a display terminal instead of a business program. be.

【0008】[0008]

【課題を解決するための手段】本発明の任意型画面ヒス
トリー方式は、表示端末からの要求に応じてトランザク
ション処理経過を表示端末に示すトランザクション処理
システムにおいて、トランザクション処理の進行中に表
示端末に表示された画面の画面識別名を一時ファイル管
理テーブルに登録する画面登録手段と、表示端末からの
画面ヒストリー採取要求に応じて表示端末に表示されて
いる画面に入力された入力データを前記一時ファイル管
理テーブルに最新に登録された画面識別名の画面データ
と混合して一時ファイルに登録するデータ混合登録手段
と、表示端末からの画面ヒストリー表示要求に応じて前
記一時ファイル管理テーブルに登録された画面識別名に
基づいて前記一時ファイルから入力データが混合された
画面データを抽出する画面抽出手段とを有する。
[Means for Solving the Problems] The arbitrary screen history method of the present invention provides a transaction processing system that displays the progress of transaction processing on a display terminal in response to a request from the display terminal. screen registration means for registering the screen identification name of the displayed screen in a temporary file management table; and a screen registration means for registering the screen identification name of the screen displayed in the temporary file management table; a data mixing registration means for registering the screen data of the screen identification name most recently registered in the table in a temporary file; and a screen identification registered in the temporary file management table in response to a screen history display request from a display terminal. and screen extraction means for extracting screen data mixed with input data from the temporary file based on the name.

【0009】[0009]

【作用】本発明の任意型画面ヒストリー方式では、画面
登録手段がトランザクション処理の進行中に表示端末に
表示された画面の画面識別名を一時ファイル管理テーブ
ルに登録し、データ混合登録手段が表示端末からの画面
ヒストリー採取要求に応じて表示端末に表示されている
画面に入力された入力データを一時ファイル管理テーブ
ルに最新に登録された画面識別名の画面データと混合し
て一時ファイルに登録し、画面抽出手段が表示端末から
の画面ヒストリー表示要求に応じて一時ファイル管理テ
ーブルに登録された画面識別名に基づいて一時ファイル
から入力データが混合された画面データを抽出する。
[Operation] In the arbitrary screen history method of the present invention, the screen registration means registers the screen identification name of the screen displayed on the display terminal during the progress of transaction processing in the temporary file management table, and the data mixing registration means In response to a screen history collection request from , the input data entered on the screen displayed on the display terminal is mixed with the screen data of the screen identification name most recently registered in the temporary file management table and registered in a temporary file. A screen extraction means extracts screen data mixed with input data from a temporary file based on a screen identification name registered in a temporary file management table in response to a screen history display request from a display terminal.

【0010】0010

【実施例】次に、本発明について図面を参照して詳細に
説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be explained in detail with reference to the drawings.

【0011】図1は、本発明の一実施例に係る任意型画
面ヒストリー方式が適用されたトランザクション処理シ
ステムの構成を示すブロック図である。このトランザク
ション処理システムは、表示端末60と、ホスト計算機
70とが通信回線等を介して接続されて構成されている
FIG. 1 is a block diagram showing the configuration of a transaction processing system to which an arbitrary screen history method according to an embodiment of the present invention is applied. This transaction processing system is constructed by connecting a display terminal 60 and a host computer 70 via a communication line or the like.

【0012】ホスト計算機70は、実行制御部50と、
画面登録手段51と、データ混合登録手段52と、画面
抽出手段53と、一時ファイル管理テーブル54と、一
時ファイル55と、画面ライブラリ56と、業務プログ
ラム57と、画面送信制御部58と、画面受信制御部5
9とを含んで構成されている。
The host computer 70 includes an execution control unit 50,
Screen registration means 51, data mixing registration means 52, screen extraction means 53, temporary file management table 54, temporary file 55, screen library 56, business program 57, screen transmission control section 58, screen reception Control unit 5
9.

【0013】次に、このように構成された本実施例の任
意型画面ヒストリー方式の動作について説明する。
Next, the operation of the arbitrary screen history method of this embodiment configured as described above will be explained.

【0014】利用者は、業務プログラム57で用いられ
る画面の画面データを画面識別名で識別可能となるよう
に画面ライブラリ56にあらかじめ登録しておく。
[0014] The user registers the screen data of the screen used in the business program 57 in the screen library 56 in advance so that it can be identified by a screen identification name.

【0015】また、業務プログラム57の実行を制御す
る実行制御部50は、業務プログラム57の実行時に一
時ファイル管理テーブル54を用意するとともに、指定
された数だけ画面ヒストリー情報(入力データが混合さ
れた画面データ)を採取するのに十分な容量を持つ一時
ファイル55をアロケーションする。
The execution control unit 50 that controls the execution of the business program 57 also prepares a temporary file management table 54 when the business program 57 is executed, and also stores screen history information (input data is mixed) for a specified number of times. Allocate a temporary file 55 with sufficient capacity to collect screen data).

【0016】トランザクション処理の進行中に、業務プ
ログラム57が画面識別名を指定して画面表示要求を発
行すると、画面送信制御部58は、該当する画面識別名
を有する画面の画面データを画面ライブラリ56から抽
出し表示端末60に送信して表示端末60に画面を表示
させるとともに、画面登録手段51を呼び出す。
When the business program 57 issues a screen display request specifying a screen identification name while transaction processing is in progress, the screen transmission control unit 58 sends the screen data of the screen having the corresponding screen identification name to the screen library 56. , and transmits it to the display terminal 60 to display the screen on the display terminal 60, and also calls the screen registration means 51.

【0017】画面登録手段51は、表示端末60に表示
された画面の画面識別名を一時ファイル管理テーブル5
4に登録する。
The screen registration means 51 stores the screen identification name of the screen displayed on the display terminal 60 in the temporary file management table 5.
Register on 4.

【0018】端末オペレータは、表示端末60に表示さ
れた画面に対して必要なデータを入力して、ホスト計算
機70に送信させる。
The terminal operator inputs necessary data on the screen displayed on the display terminal 60 and causes the data to be transmitted to the host computer 70.

【0019】ホスト計算機70では、画面受信制御部5
9が入力データを受け取り、業務プログラム57に渡す
In the host computer 70, the screen reception control section 5
9 receives the input data and passes it to the business program 57.

【0020】業務プログラム57は、渡された入力デー
タを用いてトランザクション処理を行い、次のトランザ
クション処理を行う場合には、対応する画面の画面識別
名を指定した画面表示要求を発行する。
The business program 57 performs transaction processing using the passed input data, and when performing the next transaction processing, issues a screen display request specifying the screen identification name of the corresponding screen.

【0021】このようにして、トランザクション処理が
進行されているときに、任意の時点で端末オペレータに
より表示端末60に対して画面ヒストリー採取要求が投
入されたならば、画面受信制御部59は、データ混合登
録手段52を呼び出す。
[0021] In this manner, if a terminal operator issues a screen history collection request to the display terminal 60 at any time while transaction processing is in progress, the screen reception control unit 59 collects the data. The mixed registration means 52 is called.

【0022】データ混合登録手段52は、一時ファイル
管理テーブル54に登録されている最新の画面識別名を
もとに画面ライブラリ56から該当する画面データを抽
出し、抽出した画面データに入力データを混合して画面
ヒストリー情報として一時ファイル55に登録する。
The data mixing registration means 52 extracts the corresponding screen data from the screen library 56 based on the latest screen identification name registered in the temporary file management table 54, and mixes the input data with the extracted screen data. and registers it in the temporary file 55 as screen history information.

【0023】また、トランザクション処理の進行中に、
任意の時点で端末オペレータにより表示端末60に対し
て画面ヒストリー表示要求が投入されたならば、画面受
信制御部59は、画面抽出手段53を呼び出す。
[0023] Also, while transaction processing is in progress,
When a terminal operator issues a screen history display request to the display terminal 60 at any time, the screen reception control section 59 calls the screen extraction means 53.

【0024】画面抽出手段53は、一時ファイル管理テ
ーブル54に登録されている画面識別名をもとに一時フ
ァイル55から画面ヒストリー情報を抽出して、画面送
信制御部58に渡す。
The screen extraction means 53 extracts screen history information from the temporary file 55 based on the screen identification name registered in the temporary file management table 54 and passes it to the screen transmission control section 58 .

【0025】画面送信制御部58は、画面ヒストリー情
報の入力データが混合された画面データを表示端末60
に送信して表示させる。
The screen transmission control unit 58 transmits the screen data mixed with the input data of the screen history information to the display terminal 60.
Send it to and display it.

【0026】このとき、入力データはすでに業務プログ
ラム57に渡されてプログラムの処理を受けているもの
であるので、表示端末60に送信する入力データが混合
された画面データは、端末オペレータによる書換えは不
可とする。
At this time, since the input data has already been passed to the business program 57 and is being processed by the program, the screen data mixed with the input data to be sent to the display terminal 60 cannot be rewritten by the terminal operator. Not allowed.

【0027】さらに続けて、表示端末60から画面ヒス
トリー表示要求が発行されたならば、上述の処理を繰り
返し、一時ファイル55内の最新に画面ヒストリー表示
要求が発行された時点からさかのぼって2番目の画面ヒ
ストリー情報を抽出して、入力データが混合された画面
データを表示端末60に送信して表示させる。
Continuing on, if a screen history display request is issued from the display terminal 60, the above-described process is repeated, and the second screen history display request in the temporary file 55 from the time when the most recent screen history display request was issued is The screen history information is extracted and the screen data mixed with the input data is sent to the display terminal 60 and displayed.

【0028】端末オペレータから表示端末60に対して
画面ヒストリー表示終了要求が投入されたならば、画面
受信制御部59は、画面抽出手段53を呼び出す。
When the terminal operator issues a screen history display termination request to the display terminal 60, the screen reception control section 59 calls the screen extraction means 53.

【0029】画面抽出手段53は、画面ヒストリー表示
要求が最初に発行されたときに表示端末60に表示され
ていた画面の画面データを示す一時ファイル管理テーブ
ル54に最新に登録された画面識別名を取り出して、画
面送信制御部58に通知する。
The screen extraction means 53 extracts the screen identification name most recently registered in the temporary file management table 54 indicating the screen data of the screen displayed on the display terminal 60 when the screen history display request was first issued. It is taken out and notified to the screen transmission control unit 58.

【0030】画面送信制御部58は、通知された画面識
別名を有する画面の画面データを画面ライブラリ56か
ら取り出し、表示端末60に送信して再表示させる。
The screen transmission control section 58 retrieves the screen data of the screen having the notified screen identification name from the screen library 56, and transmits it to the display terminal 60 for redisplay.

【0031】図2の(a)は、トランザクション処理の
木構造の一例を示す図である。図2の(a)中に太線で
示すように、トランザクションT11,T22,T33
,…,Tnnとトランザクション処理が進行したときに
、トランザクションT11およびトランザクションT3
3の処理時点で画面ヒストリー採取要求(図2の(a)
中で、☆印で示す)が発行されたものとする。
FIG. 2(a) is a diagram showing an example of a tree structure of transaction processing. Transactions T11, T22, T33, as shown by thick lines in (a) of FIG.
,...,Tnn, when transaction processing progresses, transaction T11 and transaction T3
At the time of processing step 3, a screen history collection request ((a) in Figure 2) is made.
(indicated by a star) has been issued.

【0032】図2の(b)は、図2の(a)の太線の処
理が行われた場合の一時ファイル管理テーブル54と一
時ファイル55との関係を例示する図である。
FIG. 2B is a diagram illustrating the relationship between the temporary file management table 54 and the temporary file 55 when the process indicated by the bold line in FIG. 2A is performed.

【0033】次に、図2の(a)および(b)に示す一
例に基づいて、本実施例の任意型画面ヒストリー方式の
動作についてより具体的に説明する。
Next, the operation of the arbitrary screen history method of this embodiment will be explained in more detail based on an example shown in FIGS. 2(a) and 2(b).

【0034】トランザクションT11の画面P11の送
信処理において、表示端末60への画面P11の画面デ
ータの送信が終了すると、画面送信制御部58は、画面
登録手段51を呼び出す。
In the process of transmitting the screen P11 of the transaction T11, when the transmission of the screen data of the screen P11 to the display terminal 60 is completed, the screen transmission control section 58 calls the screen registration means 51.

【0035】画面登録手段51は、画面識別名N11を
一時ファイル管理テーブル54の先頭に仮登録する。仮
登録位置は、常に仮登録位置ポインタaに記憶しておく
The screen registration means 51 temporarily registers the screen identification name N11 at the head of the temporary file management table 54. The temporary registration position is always stored in the temporary registration position pointer a.

【0036】次に、表示端末60に画面P11が表示さ
れている状態で、端末オペレータが画面ヒストリー採取
要求を投入すると、画面受信制御部59は、データ混合
登録手段52を呼び出す。
Next, when the terminal operator inputs a screen history acquisition request while the screen P11 is being displayed on the display terminal 60, the screen reception control section 59 calls the data mixing registration means 52.

【0037】データ混合登録手段52は、一時ファイル
管理テーブル54に登録されている最新の画面識別名N
11をもとに画面ライブラリ56から画面P11の画面
データを抽出し、抽出した画面P11の画面データと入
力データとを混合して一時ファイル55の先頭に画面ヒ
ストリー情報D11として登録する。そして、データ混
合登録手段52は、画面識別名N11を仮登録位置ポイ
ンタaが指す一時ファイル管理テーブル54の先頭位置
に、画面ヒストリー情報D11の一時ファイル55での
登録位置とともに本登録する。
The data mixing registration means 52 uses the latest screen identification name N registered in the temporary file management table 54.
11 from the screen library 56, and the extracted screen data of the screen P11 and input data are mixed and registered at the beginning of the temporary file 55 as screen history information D11. Then, the data mixing registration means 52 permanently registers the screen identification name N11 at the head position of the temporary file management table 54 pointed to by the temporary registration position pointer a, together with the registration position of the screen history information D11 in the temporary file 55.

【0038】トランザクションT11の処理が終わると
、次のトランザクションT22の処理でも同様に、画面
P22の画面識別名N22の一時ファイル管理テーブル
54への仮登録が行われる。画面識別名N22が仮登録
される一時ファイル管理テーブル54の位置は、画面識
別名N11が本登録された位置の直後の位置である。 トランザクションT22の処理では、画面ヒストリー採
取要求は発行されないので、データ混合登録手段52に
よる画面識別名N22の本登録は実行されない。
When the processing of transaction T11 is completed, the screen identification name N22 of screen P22 is temporarily registered in the temporary file management table 54 in the same way in the processing of the next transaction T22. The position in the temporary file management table 54 where the screen identification name N22 is temporarily registered is the position immediately after the position where the screen identification name N11 is officially registered. In the process of transaction T22, since no screen history collection request is issued, the actual registration of screen identification name N22 by data mixing registration means 52 is not executed.

【0039】次に、トランザクションT33の画面P3
3の送信処理において、表示端末60への画面P33の
画面データの送信が終了すると、画面送信制御部58は
、画面登録手段51を呼び出す。
Next, screen P3 of transaction T33
In the transmission process No. 3, when the transmission of the screen data of the screen P33 to the display terminal 60 is completed, the screen transmission control section 58 calls the screen registration means 51.

【0040】画面登録手段51は、画面識別名N33を
仮登録位置ポインタaが指す一時ファイル管理テーブル
54の2番目の位置(前回の画面識別名N22の仮登録
位置と同じ位置)に仮登録し、このことで画面識別名N
22の仮登録を無効にする。
The screen registration means 51 temporarily registers the screen identification name N33 in the second position of the temporary file management table 54 pointed to by the temporary registration position pointer a (the same position as the previous temporary registration position of the screen identification name N22). , this makes the screen identification name N
22 provisional registration will be invalidated.

【0041】次に、表示端末60に画面P33が表示さ
れている状態で、端末オペレータが画面ヒストリー採取
要求を投入すると、画面受信制御部59は、データ混合
登録手段52を呼び出す。
Next, when the terminal operator inputs a screen history acquisition request while the screen P33 is being displayed on the display terminal 60, the screen reception control section 59 calls the data mixing registration means 52.

【0042】データ混合登録手段52は、一時ファイル
管理テーブル54に登録されている最新の画面識別名N
33をもとに画面ライブラリ56から画面P33の画面
データを抽出し、抽出した画面P33の画面データと入
力データとを混合して一時ファイル55に画面ヒストリ
ー情報D33として登録する。そして、データ混合登録
手段52は、画面識別名N33を仮登録位置ポインタa
が指す一時ファイル管理テーブル54の2番目の位置に
、画面ヒストリー情報D33の一時ファイル55での登
録位置とともに本登録する。
The data mixing registration means 52 uses the latest screen identification name N registered in the temporary file management table 54.
33, the screen data of the screen P33 is extracted from the screen library 56, and the extracted screen data of the screen P33 and input data are mixed and registered in the temporary file 55 as screen history information D33. Then, the data mixing registration means 52 transfers the screen identification name N33 to the temporary registration position pointer a.
The screen history information D33 is permanently registered in the second position of the temporary file management table 54 pointed to by the screen history information D33 along with the registered position in the temporary file 55.

【0043】このようにして、画面ヒストリー採取要求
が発行された画面データ,入力データおよび画面識別名
を一時ファイル55と一時ファイル管理テーブル54と
に一対一に対応させて登録していく。なお、画面登録手
段51およびデータ混合登録手段52は、一時ファイル
管理テーブル54および一時ファイル55の容量が登録
時に満杯に達したならば、先頭位置に戻り、一時ファイ
ル管理テーブル54および一時ファイル55をサイクリ
ックに使用する。
In this way, the screen data, input data, and screen identification name for which a screen history acquisition request has been issued are registered in the temporary file 55 and the temporary file management table 54 in one-to-one correspondence. Note that, when the capacity of the temporary file management table 54 and the temporary file 55 reaches full capacity at the time of registration, the screen registration means 51 and the data mixing registration means 52 return to the top position and store the temporary file management table 54 and the temporary file 55. Use cyclically.

【0044】そして、トランザクションTnnの時点で
画面ヒストリー表示要求が発行されたならば、画面受信
制御部59は、画面抽出手段53を呼び出す。
If a screen history display request is issued at the time of transaction Tnn, the screen reception control section 59 calls the screen extraction means 53.

【0045】画面抽出手段53は、仮登録位置ポインタ
aで示される一時ファイル管理テーブル54の現在の仮
登録位置からさかのぼって最初の本登録位置に登録され
ている画面識別名および画面ヒストリー情報の一時ファ
イル55の登録位置を取り出し、一時ファイル55から
画面ヒストリー情報を抽出して画面送信制御部58に渡
す。また、画面抽出手段53は、最初の本登録位置は本
登録位置ポインタbに記憶しておき、続けて画面ヒスト
リー表示要求が発行されたならば、本登録位置ポインタ
bからさかのぼって次の本登録位置の画面識別名の画面
を表示の対象とする。なお、画面抽出手段53は、本登
録位置ポインタbをさかのぼらせるときに、一時ファイ
ル管理テーブル54の先頭位置に達したならば最終位置
に戻り、一時ファイル管理テーブル54をサイクリック
に使用する。
The screen extracting means 53 temporarily extracts the screen identification name and screen history information registered at the first real registration position going back from the current temporary registration position of the temporary file management table 54 indicated by the temporary registration position pointer a. The registered position of the file 55 is taken out, and screen history information is extracted from the temporary file 55 and passed to the screen transmission control section 58. In addition, the screen extracting means 53 stores the first registered position in the registered position pointer b, and when a subsequent screen history display request is issued, the screen extracting means 53 stores the first registered position in the registered position pointer b. The screen with the screen identification name of the position is to be displayed. Note that when the screen extraction means 53 moves the registered position pointer b backward, if it reaches the head position of the temporary file management table 54, it returns to the final position and uses the temporary file management table 54 cyclically.

【0046】画面送信制御部58は、画面抽出手段53
から渡された画面ヒストリー情報の入力データが混合さ
れた画面データを表示端末60に送信して表示させる。
The screen transmission control section 58 controls the screen extraction means 53
The screen data mixed with the input data of the screen history information passed from is sent to the display terminal 60 and displayed.

【0047】端末オペレータから表示端末60に対して
画面ヒストリー表示終了要求が投入されたならば、画面
受信制御部59は、画面抽出手段53を呼び出す。
When the terminal operator issues a screen history display termination request to the display terminal 60, the screen reception control section 59 calls the screen extraction means 53.

【0048】画面抽出手段53は、画面ヒストリー表示
要求が最初に発行されたときに表示端末60に表示され
ていた画面Pnnの画面データを示す仮登録位置ポイン
タaが指す一時ファイル管理テーブル54に最新に登録
された画面識別名Nnnを取り出して、画面送信制御部
58に通知する。
The screen extraction means 53 stores the latest information in the temporary file management table 54 pointed to by the temporary registration position pointer a indicating the screen data of the screen Pnn displayed on the display terminal 60 when the screen history display request was first issued. The screen identification name Nnn registered in is extracted and notified to the screen transmission control unit 58.

【0049】画面送信制御部58は、通知された画面識
別名Nnnを有する画面Pnnの画面データを画面ライ
ブラリ56から取り出し、表示端末60に送信して再表
示させる。
The screen transmission control unit 58 retrieves the screen data of the screen Pnn having the notified screen identification name Nnn from the screen library 56, and transmits it to the display terminal 60 for redisplay.

【0050】[0050]

【発明の効果】以上説明したように本発明は、端末オペ
レータが表示端末に表示されている画面と対話形式でト
ランザクション処理を進めているときに、端末オペレー
タが任意の時点でそのときの画面の画面データおよび入
力データを画面ヒストリー情報として採取できるように
し、かつ採取した画面ヒストリー情報を任意の時点で表
示端末に再表示できるようにしたことにより、トランザ
クション処理の進行中に発生する端末オペレータからの
トランザクション処理経過確認要求に対して業務プログ
ラムが特別な対処方法を考慮する必要がなくなり、複数
のトランザクション処理を行う業務プログラムを設計・
開発する場合に業務プログラムの設計・開発者の負担を
軽減することができるという効果がある。
Effects of the Invention As explained above, the present invention allows the terminal operator to change the current screen at any time while the terminal operator is proceeding with transaction processing in an interactive manner with the screen displayed on the display terminal. By making it possible to collect screen data and input data as screen history information, and redisplaying the collected screen history information on the display terminal at any time, it is possible to reduce the number of requests from terminal operators that occur during transaction processing. Business programs no longer need to consider special handling methods for transaction processing progress confirmation requests, making it easier to design business programs that process multiple transactions.
This has the effect of reducing the burden on business program designers and developers during development.

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

【図1】本発明の一実施例に係る任意型画面ヒストリー
方式が適用されたトランザクション処理システムの構成
を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of a transaction processing system to which an arbitrary screen history method according to an embodiment of the present invention is applied.

【図2】(a)は本実施例の任意型画面ヒストリー方式
が適用されるトランザクション処理の木構造の一例を示
す図であり、(b)は一時ファイルと一時ファイル管理
テーブルとの関係を例示する図である。
FIG. 2(a) is a diagram illustrating an example of a tree structure of transaction processing to which the arbitrary screen history method of this embodiment is applied; FIG. 2(b) is a diagram illustrating the relationship between temporary files and a temporary file management table; This is a diagram.

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

50  実行制御部 51  画面登録手段 52  データ混合登録手段 53  画面抽出手段 54  一時ファイル管理テーブル 55  一時ファイル 56  画面ライブラリ 57  業務プログラム 58  画面送信制御部 59  画面受信制御部 60  表示端末 70  ホスト計算機 50 Execution control unit 51 Screen registration means 52 Data mixing registration means 53 Screen extraction means 54 Temporary file management table 55 Temporary file 56 Screen library 57 Business program 58 Screen transmission control section 59 Screen reception control section 60 Display terminal 70 Host computer

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  表示端末からの要求に応じてトランザ
クション処理経過を表示端末に示すトランザクション処
理システムにおいて、トランザクション処理の進行中に
表示端末に表示された画面の画面識別名を一時ファイル
管理テーブルに登録する画面登録手段と、表示端末から
の画面ヒストリー採取要求に応じて表示端末に表示され
ている画面に入力された入力データを前記一時ファイル
管理テーブルに最新に登録された画面識別名の画面デー
タと混合して一時ファイルに登録するデータ混合登録手
段と、表示端末からの画面ヒストリー表示要求に応じて
前記一時ファイル管理テーブルに登録された画面識別名
に基づいて前記一時ファイルから入力データが混合され
た画面データを抽出する画面抽出手段とを有することを
特徴とする任意型画面ヒストリー方式。
Claim 1: In a transaction processing system that shows the progress of transaction processing on a display terminal in response to a request from the display terminal, the screen identification name of the screen displayed on the display terminal while the transaction processing is in progress is registered in a temporary file management table. and screen registration means for converting input data input to a screen displayed on a display terminal in response to a screen history collection request from a display terminal into screen data with a screen identification name most recently registered in the temporary file management table. a data mixing registration means for mixing and registering the data into a temporary file; and input data from the temporary file is mixed based on a screen identification name registered in the temporary file management table in response to a screen history display request from a display terminal. An arbitrary screen history method characterized by comprising a screen extraction means for extracting screen data.
JP3117954A 1991-04-22 1991-04-22 Arbitrary screen history system Pending JPH04322335A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3117954A JPH04322335A (en) 1991-04-22 1991-04-22 Arbitrary screen history system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3117954A JPH04322335A (en) 1991-04-22 1991-04-22 Arbitrary screen history system

Publications (1)

Publication Number Publication Date
JPH04322335A true JPH04322335A (en) 1992-11-12

Family

ID=14724357

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3117954A Pending JPH04322335A (en) 1991-04-22 1991-04-22 Arbitrary screen history system

Country Status (1)

Country Link
JP (1) JPH04322335A (en)

Similar Documents

Publication Publication Date Title
EP0404505A2 (en) Arrangement for integrating application in a digital processing system
EP0228634A2 (en) Videotex information utility
EP0750264A1 (en) Record extraction method and apparatus in data processor
CN1559032A (en) Method of communicating across an operating system
CN110825731A (en) Data storage method and device, electronic equipment and storage medium
US20140280170A1 (en) Computer-readable storage medium storing a grouping support program, grouping support method and grouping support server
JP2002334221A (en) Image providing device, image providing method, recording medium, arithmetic display program, server providing arithmetic display program, and information recording medium recorded with arithmetic display program
JPH0465711A (en) Display control system for display device
JPH11305998A (en) Computer system
JPH04322335A (en) Arbitrary screen history system
CN106302125A (en) A kind of solicited message is responded method, Apparatus and system
US5812825A (en) Integrated console and console apparatus and method for use thereof
JP3162514B2 (en) Multi-process input system
JPH10214294A (en) Clinical trial report preparation system
JPH09319806A (en) Data inputting and processing method for transaction taking-over information
JPH05334272A (en) Monitoring and operating method for plural electronic computers
JPH05342156A (en) Screen redisplay system
JPH02254558A (en) Picture redisplay system
JPH0314158A (en) Screen redisplay system by random access
JPS6033625A (en) Conversational information retrieving device
JP2562523B2 (en) Input processing method for asynchronously generated input data
JP2509936B2 (en) Output control device
CN116681570A (en) Method for separating passenger data and related device
JPH10171999A (en) Graph display device
JPH11242643A (en) Data transmission equipment and method for transmitting data through network