JPS5856174A - Control system for data linkage of screen processing application - Google Patents

Control system for data linkage of screen processing application

Info

Publication number
JPS5856174A
JPS5856174A JP15565181A JP15565181A JPS5856174A JP S5856174 A JPS5856174 A JP S5856174A JP 15565181 A JP15565181 A JP 15565181A JP 15565181 A JP15565181 A JP 15565181A JP S5856174 A JPS5856174 A JP S5856174A
Authority
JP
Japan
Prior art keywords
processing
spa
application
area
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP15565181A
Other languages
Japanese (ja)
Other versions
JPS6120027B2 (en
Inventor
Toshinori Hasegawa
長谷川 年徳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP15565181A priority Critical patent/JPS5856174A/en
Publication of JPS5856174A publication Critical patent/JPS5856174A/en
Publication of JPS6120027B2 publication Critical patent/JPS6120027B2/ja
Granted legal-status Critical Current

Links

Abstract

PURPOSE:To improve the processing efficiency of a screen control system by classifying programs and data regarding respective applications by standard kinds, and controlling scratch pad aras in comman according to their kinds. CONSTITUTION:An application control part 20 discriminates the kind of the processing of requested information and refers to an SPA control table 23 to inform an application processing part 21 of an address position when request infornmation resides in a scratch pad area (SPA). When no request information resides, a new area is set in the SPA 22 and its address is registered in the SPA control table 23 together with the kind of the information processing; and information requested by a file storage device 19 is loaded, and the procesing part 21 is informed of the SRA area address. The processing part 21 performs common address conversion regardless of the address in the SPA.

Description

【発明の詳細な説明】 本発明は、連続する複数の画面処理アプリケーションが
共通の情報処理を行なう場合に、アプリケーション間で
データを連係す々わち接続させる丸めの制御方式に関す
る。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a rounding control method that links data between applications when a plurality of consecutive screen processing applications perform common information processing.

一般に、端末装置から中央処理装置にデータ処理要求を
行なう場合、多くは対話形式での壷数回の画面処理が必
要とされ、その画面処理間にデータを連係させることが
必要である。本発明は、このような場合に、スクラッチ
パッド領域を介してデータ連係を行なうように構成した
データ連係制御方式に関する。
Generally, when a data processing request is made from a terminal device to a central processing unit, it is often necessary to process screens several times in an interactive manner, and it is necessary to link data between the screen processes. The present invention relates to a data linkage control system configured to perform data linkage via a scratchpad area in such a case.

はじめに本発明の技術的背景について説明する。First, the technical background of the present invention will be explained.

第1図は、従来方式におけるアプリケーション処理とス
クラッチ・パッド領域SPAとの関係を示す説明図であ
る。図において、  1.2.3は端末から処理要求の
あった任意の1つのジョブ中の連続する画面単位1. 
n、 m を示す。各画面は、先の画面処理の結果に更
に他の処理を重ねてゆく階層構造をとっているものとす
る。4.5.6は画面I、■、1[l からのそれぞれ
のメツセージ入力を処理するための業務用アプリケーシ
ョン1. Il、 IIIを示す。7はアプリケーショ
ンの処理を実行するための記憶装置上のスクラッチパッ
ド領域SPAであり、各アプリケーションに対応して設
定されている区域8.9.10を含む。11はファイル
記憶装置を示す。
FIG. 1 is an explanatory diagram showing the relationship between application processing and the scratch pad area SPA in the conventional method. In the figure, 1.2.3 indicates consecutive screen units 1. in any one job for which a processing request has been made from the terminal.
Indicates n and m. It is assumed that each screen has a hierarchical structure in which other processing is superimposed on the result of the previous screen processing. 4.5.6 is a business application 1. for processing message input from screens I, ■, and 1[l. Il and III are shown. 7 is a scratchpad area SPA on the storage device for executing application processing, and includes areas 8.9.10 set corresponding to each application. 11 indicates a file storage device.

アプリケーションIは、データAを画面Iに連係させる
階層処理と、データBについての各画面に亘る共通な処
理である共通情報1の処理と、同じくデータCについて
の共通情報2の処理とからなっている。アプリケーショ
ン夏についての上記各処理のために、SPA区域8が設
定される。必要なプログラム・モジュール、データ等は
ファイル11からここにロードされ、アプリケーション
lの専用記憶区域として使用される。共通情報処理とし
ては、たとえばテーブルサーチ、論理、算術演算処理、
ファイル更新、入出力処理などがあるO アプリケーション■の処理が終ると1画面Hのステップ
に移り、アプリケーション■が起動される。アプリケー
ション■は、アプリケーションIと同様に、データAを
用いる階層処理と、データBを用いる共通情報1の処理
と、データDを用いる共通情報3の処理とからなる。更
に次の画面mに対応するアプリケーション■は、データ
Aを用いる階層処理とデータDを用いる共通情報3の処
理とからなる。これらのアプリケーション■、■も、そ
れぞれSPA区域9.10を設定し、アプリケーション
Iの場合のSPA区域8と同様に。
Application I consists of hierarchical processing that links data A to screen I, common information 1 processing that is common processing for data B across each screen, and common information 2 processing that also relates to data C. There is. A SPA area 8 is set up for each of the above processes regarding application summer. The necessary program modules, data, etc. are loaded here from file 11 and used as a dedicated storage area for application l. Examples of common information processing include table search, logic, arithmetic processing,
When the processing of O application (2), which involves file updating, input/output processing, etc., is completed, the process moves to step H on the first screen, and application (2) is started. Application (2), like application I, consists of hierarchical processing using data A, processing for common information 1 using data B, and processing for common information 3 using data D. Furthermore, application (2) corresponding to the next screen m consists of hierarchical processing using data A and common information 3 processing using data D. These applications ■ and ■ also each set a SPA area 9.10, similar to SPA area 8 in the case of application I.

自己めアプリケーション処理に必要なプログラム・モジ
ネール、データをロードして専用の記憶区域として使用
する。
It is used as a dedicated storage area by loading the programs, modules, and data needed to process the application.

各SPA区域8,9.10は、対応するアプリケーショ
ンによって管理され、1つの画面処理が終了したとき、
そのSPA区域の管理機能は消滅する。したがって、後
続する画面処理においてアプリケーションが共通のプロ
グラム・モジュール。
Each SPA area 8, 9.10 is managed by the corresponding application, and when one screen processing is completed,
The management function of that SPA area disappears. Therefore, program modules whose applications are common in subsequent screen processing.

データ・レコード等を使用する場合に、先行するアプリ
ケーションが使用したSPA区域中にたとえ同じものが
あったとして本それを利用することができず、あらため
てファイルからロードしなおす必要があった。
When using data records, etc., even if the same record existed in the SPA area used by the previous application, it could not be used and it was necessary to reload it from the file.

本発明は、上述した従来方式におけるSPA区域間のデ
ータ連係上の問題を改善し、システムの処理効率を向上
させることを目的として、SPA区域をアプリケ−シロ
ン対応ではなく情報処理種別で管理する方式を提供する
ものである。
The present invention aims to improve the data linkage problems between SPA areas in the conventional method described above and improve the processing efficiency of the system. It provides:

本発明はそのための構成として1階層構造の画面処理ア
プリケーションを有するデータ処理システムにおいて、
各アプリケーション間の異なる種別の共通情報処理毎に
スクラッチパッド領域を設定するとともに該領域を共通
管理し、引き続く各アプリケーションが共通情報処理を
行なう際該共通情報処理の種別に対応するスクラッチパ
ッド領域を使用することによシ、データをアプリケーシ
ョン間で連係させることを特徴とするものである。
The present invention provides a data processing system having a screen processing application with a one-layer structure as a configuration for that purpose.
A scratchpad area is set for each different type of common information processing between each application, and this area is commonly managed, and when each subsequent application performs common information processing, the scratchpad area corresponding to the type of common information processing is used. By doing so, data is linked between applications.

以下に0本発明を実施例にしたがって詳述する。The present invention will be described in detail below with reference to Examples.

第2図は9本発明の実施例についての説明図である。図
において1画面1.  It、  IIl、およびアプ
リケーション1.  Il、  Illは第1図に示し
た従来例と同じものである。しかし0本実施例の場合に
は。
FIG. 2 is an explanatory diagram of nine embodiments of the present invention. In the figure, 1 screen 1. It, IIl, and Applications 1. Il and Ill are the same as those in the conventional example shown in FIG. However, in the case of this embodiment.

第1図の例と異なり、5PA12の区域構成がアプリケ
ーション毎ではなく、処理の種別によっておシ、各アプ
リケーションは、内部の異なる種別の情報処理単位毎に
異なるSPA区域を使用する013乃至16はそれら情
報処理種別毎に設定されたSPA区域(A)乃至(D)
を示す。情報処理種別は、プログラム・モジュールとデ
ータとの組み合わせを単位として定める。基本的には、
データ・レコードの入出力処理を効率化するため、各ア
プリケーションで共通利用されるデータを分割の単位と
してSPA区域の設定を行なうのが有利である。
Unlike the example in FIG. 1, the area configuration of 5PA12 is not for each application but for the type of processing. Each application uses a different SPA area for each different type of internal information processing unit. SPA areas (A) to (D) set for each information processing type
shows. The information processing type is defined in units of combinations of program modules and data. Basically,
In order to improve the efficiency of data record input/output processing, it is advantageous to set SPA areas using data that is commonly used by each application as a division unit.

まず、アプリケーション■は1階層処理を行なうとき情
報処理種別(A)に対する8PA区域13に置かれた処
理プログラムおよびデータAを使用し1次に共通情報1
の処理をデータBについて行なうとき、共通情報1の情
報処理種別(B)に対して設定され九SPA区域(B)
14を使用し1次に共通情報2の処理をデータCについ
て行なうとき。
First, application ■ uses the processing program and data A placed in the 8PA area 13 for information processing type (A) when performing 1st layer processing, and uses the common information 1 as the primary
When processing is performed on data B, nine SPA areas (B) are set for the information processing type (B) of common information 1.
14 is used to perform the processing of the common information 2 on the data C as the primary.

共通情報2の情報処理種別CC)K対して設定され九S
PA区域(C)15を使用する。アプリケーシヨンIの
処理が完了したとき、これらのSPA区域13乃至15
にある処理結果を含め圧情報はそのま\残される。
Information processing type CC) of common information 2 is set for K and 9S
Use PA area (C) 15. When the processing of Application I is completed, these SPA areas 13-15
The pressure information, including the processing results, will be left as is.

アプリケーション■の処理に移ると、最初のデータAを
使用する階層処理および次のデータBを使用する共通情
報lの処理は、アプリケーション夏における対応する処
理と共通の亀のであるから。
Moving on to the processing of the application (2), the hierarchical processing using the first data A and the processing of the common information l using the next data B are the same as the corresponding processing in the application Summer.

SPA区域(A)およびSPA区域(B)を使用して処
理が行なわれる。次のデータDを使用する共通情報3の
処理のためKは、情報処理種別CD)のBPA区域CD
)16が使用される。アプリケーション■の処理が完了
したとき、SPA区域13乃至16の情報は処理結果を
含めて残される。
Processing is performed using SPA area (A) and SPA area (B). For processing of common information 3 using the following data D, K is BPA area CD of information processing type CD)
)16 are used. When the processing of application (2) is completed, the information of SPA areas 13 to 16 is left including the processing results.

次にアプリケーション■の処理本、同様にして。Next, process the application ■ in the same way.

SPA区域(A)13とSPA区域CD)16を使用す
るのみで行なうことができる。
This can be done only by using the SPA area (A) 13 and the SPA area CD) 16.

このように、SPA区域を介して相続く画面処理の情報
を連係することによって、データ管理は簡単に會り、デ
ータ連係の設計は容易になる。
In this way, by linking the information of successive screen processing through the SPA area, data management is easily met and data linkage design is facilitated.

第3図は0本実施例のシステム構成図である。FIG. 3 is a system configuration diagram of this embodiment.

図において、17Fiデー・夕処理装置、  18 g
、18 kは端末装置、19はファイル記憶装置、20
は端末装置18g、181からの処理要求に応じて各ア
プリケーションの管理制御を行なうアプリケーション制
御部、21はアプリケーション1.1.IIにその処理
実行を行なうアプリケーション処理部。
In the figure, 17Fi day/evening treatment equipment, 18 g
, 18 k is a terminal device, 19 is a file storage device, 20
21 is an application control unit that manages and controls each application in response to processing requests from the terminal devices 18g and 181, and 21 is an application 1.1. II, an application processing unit that executes the processing.

22は記憶装置のスクラッチパッド領域SPA、  、
23は情報処理種別とSPA内の区域(A)、(B)。
22 is a scratch pad area SPA of the storage device,
23 indicates the information processing type and the areas (A) and (B) within the SPA.

(C)、(D)  との対応を与えるSPA管理テーブ
ルである。各SPA区域(A)乃至CD) 内の情報へ
の索引はそれぞれの区域内のディレクトリによって与え
られるがテーブル23の中にまとめてもよい。なお0図
はアプリケーション■のアクセス動作について特に例示
しである。
This is a SPA management table that provides correspondence between (C) and (D). The index to the information within each SPA area (A-CD) is provided by a directory within each area, but may also be summarized in table 23. Note that FIG. 0 specifically illustrates the access operation of application (2).

アプリケーション制御部20は、端末186゜184か
らのメツセージを処理するためにアプリケーション処理
部21にアプリケーションの実行を指令する。アプリケ
ーション処理部21は、処理プログラムおよびデータの
主記憶領域へのロードをアプリケーション制御部20に
要求する。
The application control unit 20 instructs the application processing unit 21 to execute an application in order to process messages from the terminals 186 and 184. The application processing unit 21 requests the application control unit 20 to load the processing program and data into the main storage area.

アプリケージ奮ン制御部20は要求された情報の情報処
理種別を識別してSPA管理テーブル20を参照し、S
PA中に要求情報が存在している場合には、そのアドレ
スあるいはディレクトリ位置をアプリケーション処理部
21に通知する〇また。要求情報がSPA中に存在して
いなかった場合には5PA22に新区域を設定し、その
アドレスをSPA管理テーブル23に情報処理種別とと
もに登録して、ファイル配憶装置19から要求され圧情
報をロードし、アプリケーション処理部にSPA区域ア
ドレスを通知する。アプリケーション処理部21は、各
アプリケーション・プログラムSPA上でのアドレスを
意識させないための慣用のアドレス変換処理を行なう。
The application cage activation control unit 20 identifies the information processing type of the requested information, refers to the SPA management table 20, and
If the request information exists in the PA, notify the application processing unit 21 of its address or directory location. If the requested information does not exist in the SPA, a new area is set in the 5PA 22, its address is registered in the SPA management table 23 along with the information processing type, and the pressure information requested from the file storage device 19 is loaded. and notifies the application processing unit of the SPA area address. The application processing unit 21 performs conventional address conversion processing to make the addresses on each application program SPA transparent.

以上1本発明を実施例にしたがって説明したが。The present invention has been described above based on embodiments.

本発明によれば、各アプリケーションに関連するプログ
ラムやデータを標準的な種別によって分−し、スクラッ
チパッド領域をその種別によって共通に管理することに
よって連続するアプリケーションの間にSPAを介した
データの連係が可能にされるものであって、その実施に
際しての細部の構成は当複分野における通常の設計技術
を適用することによって多くの変型が可能である。
According to the present invention, programs and data related to each application are divided according to standard types, and the scratchpad area is commonly managed according to the type, thereby linking data between consecutive applications via SPA. The details of its implementation can be modified in many ways by applying common design techniques in the field.

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

第1図は、従来方式におけるスクラッチパッド領域の構
成を示す図、第2図は本発明の実施例におけるスクラッ
チパッド領域の構成を示す図、第3図は本実施例のシス
テム構成を示す図である。 図中、1乃至3は階層構成の画面、4乃至6は画面1乃
至3に対応する画面処理アプリケーション1. Il、
 m、  11はファイル記憶装置、12は記憶装置の
スクラッチパッド領域、13乃至16はアプリケーショ
ンJ、  Il、 I中の異なる情報処理種別に対応し
て設定されたスクラッチパッド区域を示す。 特許出願人 富士通株式会社 代理人弁理士 森 1) 寛
FIG. 1 is a diagram showing the configuration of the scratch pad area in the conventional system, FIG. 2 is a diagram showing the configuration of the scratch pad area in the embodiment of the present invention, and FIG. 3 is a diagram showing the system configuration of the present embodiment. be. In the figure, 1 to 3 are hierarchical screens, and 4 to 6 are screen processing applications 1 to 6 corresponding to screens 1 to 3. Il,
11 is a file storage device, 12 is a scratchpad area of the storage device, and 13 to 16 are scratchpad areas set corresponding to different information processing types in applications J, Il, and I. Patent applicant Hiroshi Mori, agent patent attorney of Fujitsu Ltd.

Claims (1)

【特許請求の範囲】[Claims] 階層構造の画面処理アプリケーションを有するデータ処
理システムにおいて、各アプリケーション間の異なる種
別の共通情報処理毎にスクラッチパッド領域を設定する
とともに皺領域を共通管理し、引き続く各アプリケーシ
ョンが共通情報処理を行なう際該共通情報処理の種別に
対応するスクラッチパッド領域を使用することによシ、
データをアプリケーション間で連係させることを特徴と
する画面処理アプリケーションのデータ連係制御方式。
In a data processing system that has screen processing applications in a hierarchical structure, a scratchpad area is set for each different type of common information processing between each application, and a wrinkle area is commonly managed, so that when each subsequent application performs common information processing, the scratchpad area is set. By using the scratchpad area corresponding to the type of common information processing,
A data linkage control method for screen processing applications characterized by linking data between applications.
JP15565181A 1981-09-30 1981-09-30 Control system for data linkage of screen processing application Granted JPS5856174A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP15565181A JPS5856174A (en) 1981-09-30 1981-09-30 Control system for data linkage of screen processing application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP15565181A JPS5856174A (en) 1981-09-30 1981-09-30 Control system for data linkage of screen processing application

Publications (2)

Publication Number Publication Date
JPS5856174A true JPS5856174A (en) 1983-04-02
JPS6120027B2 JPS6120027B2 (en) 1986-05-20

Family

ID=15610617

Family Applications (1)

Application Number Title Priority Date Filing Date
JP15565181A Granted JPS5856174A (en) 1981-09-30 1981-09-30 Control system for data linkage of screen processing application

Country Status (1)

Country Link
JP (1) JPS5856174A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007164450A (en) * 2005-12-13 2007-06-28 Fujitsu Ltd Data linking method, data linking program and information processing terminal device
US10995728B2 (en) 2017-04-27 2021-05-04 Kuninori TSUDA Wind power generation system including a rotating pedestal and a wind power generation apparatus with a duct

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007164450A (en) * 2005-12-13 2007-06-28 Fujitsu Ltd Data linking method, data linking program and information processing terminal device
US10995728B2 (en) 2017-04-27 2021-05-04 Kuninori TSUDA Wind power generation system including a rotating pedestal and a wind power generation apparatus with a duct
US11585317B2 (en) 2017-04-27 2023-02-21 Kuninori TSUDA Wind power generation system including a streamlined duct

Also Published As

Publication number Publication date
JPS6120027B2 (en) 1986-05-20

Similar Documents

Publication Publication Date Title
Daley et al. Virtual memory, processes, and sharing in Multics
EP0375970B1 (en) Expert system architecture
US6618736B1 (en) Template-based creation and archival of file systems
JPS58225447A (en) Operation of calculator
JPS62165250A (en) Virtual memory
JPS5856174A (en) Control system for data linkage of screen processing application
JPS5840662A (en) Terminal control system
US20190026311A1 (en) Transferring data using unique identifiers of a table of a relational database
US5960424A (en) Method and system for managing computer database connections
JP2994917B2 (en) Storage system
JPS62216042A (en) Memory allocating system for data area
JP2557953B2 (en) Interface definition and analysis support method
JPH04260141A (en) Data shared processor
JPH064477A (en) Subload-module replacing system
JPS58168155A (en) Recovery system in duplex system
JPH0337748A (en) External storage accessing system utilizing main storage
JPH0447357A (en) Control system for virtual computer system
JP2663600B2 (en) Control table relocation processing method
JPS6232554A (en) Extended memory controlling system
JPS58168168A (en) Swap-in and swap-out system of terminal
JPS6143743B2 (en)
JPS6269321A (en) Process switching system
Tidball et al. Educational Time-Sharing on a Minicomputer.
Ahern et al. Multics.
JPS5955524A (en) Initial program loading system