Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JPH0564806B2 - - Google Patents
[go: Go Back, main page]

JPH0564806B2 - - Google Patents

Info

Publication number
JPH0564806B2
JPH0564806B2 JP61221005A JP22100586A JPH0564806B2 JP H0564806 B2 JPH0564806 B2 JP H0564806B2 JP 61221005 A JP61221005 A JP 61221005A JP 22100586 A JP22100586 A JP 22100586A JP H0564806 B2 JPH0564806 B2 JP H0564806B2
Authority
JP
Japan
Prior art keywords
screen
definition
business
file
screen definition
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 - Fee Related
Application number
JP61221005A
Other languages
Japanese (ja)
Other versions
JPS6375969A (en
Inventor
Kazuya Koike
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 JP61221005A priority Critical patent/JPS6375969A/en
Publication of JPS6375969A publication Critical patent/JPS6375969A/en
Publication of JPH0564806B2 publication Critical patent/JPH0564806B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Description

【発明の詳細な説明】 〔目次〕 概要 産業上の利用分野 従来の技術(第5図) 発明が解決しようとする問題点 問題点を解決するための手段(第1図) 作用 実施例(第2図〜第4図) 発明の効果 〔概要〕 画面定義体を用いて画面処理を行う場合、画面
定義体のなかで共通なものは予め区分化してフア
イルに格納しておき、画面処理の実行時にフアイ
ルから共通な画面定義体をよみ出して組合せ、業
務に必要な画面定義体を再構成するようにしたも
のである。
[Detailed description of the invention] [Table of contents] Overview Industrial application field Prior art (Figure 5) Problems to be solved by the invention Means for solving the problems (Figure 1) Effects Examples (Figure 1) (Figures 2 to 4) Effects of the Invention [Summary] When performing screen processing using screen definitions, common parts of the screen definitions are segmented in advance and stored in files, and the screen definitions are divided into sections before execution of the screen processing. At times, common screen definitions are read out from files and combined to reconstruct the screen definitions necessary for business operations.

〔産業上の利用分野〕[Industrial application field]

本発明は画面定義体処理方法に係り、特に画面
定義体を表示単位に区分して各区分毎にフアイル
しておき、デイスプレイ端末において画面処理を
行うときフアイルから必要な区分をよみ出し連結
して画面定義体を作成し、このようにして得た画
面定義体にもとづきデータを入力するようにした
ものである。
The present invention relates to a screen definition file processing method, and in particular, the screen definition file is divided into display units and filed for each division, and when performing screen processing on a display terminal, necessary divisions are read out from the file and concatenated. A screen definition is created, and data is input based on the screen definition thus obtained.

〔従来の技術〕[Conventional technology]

端末機では、画面定義体をデイスプレイ上に表
示し、その画面定義体上に指示されたフイールド
にデータを入力し、必要な情報の入力処理を行つ
ている。
In a terminal device, a screen definition is displayed on a display, data is input into fields designated on the screen definition, and necessary information is inputted.

この場合、各業務毎に画面定義体が用意されて
おり、フアイルより必要とする画面定義体がよみ
出され、デイスプレイ上に出力される。
In this case, a screen definition is prepared for each job, and the required screen definition is read from the file and output on the display.

例えば金融業務において行員が入金業務を行う
ときの画面定義体は、第5図aに示す如く、顧
客、入力手段、金額という3ページ分の定義体
a1,a2,a3により構成され、また出金業務を行う
ときの画面定義体は、同bに示す如く、顧客、金
額という2ページ分の定義体b1,b2により構成さ
れている。
For example, when a bank employee performs a deposit operation in a financial business, the screen definition is a three-page definition for the customer, input method, and amount, as shown in Figure 5a.
It is composed of a 1 , a 2 , a 3 , and the screen definition when performing withdrawal operations is composed of two pages of definitions b 1 and b 2 for customer and amount, as shown in b. There is.

そしてこれらの各画面定義体は、端末機毎にフ
アイル中に各業務毎にそれぞれ保持されている。
Each of these screen definition bodies is held in a file for each terminal for each task.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

ところで、前記の如く、従来では、各業務毎に
それぞれ単独に画面定義体が別々に保持されてい
る。そのため、入金用画面定義体では、前記の如
く、顧客、入金手段、金種という3ページ分の定
義体a1,a2,a3を一体的にしてフアイル中に保持
され、また出金用画面定義体では、これまた顧
客、金種という2ページ分の定義体b1,b2を一体
的にしてフアイル中に保持されている。
By the way, as described above, conventionally, screen definition bodies are individually maintained for each task. Therefore, as mentioned above, in the deposit screen definition, three pages of definitions a 1 , a 2 , and a 3 for customer, deposit method, and denomination are held together in a file, and for withdrawal In the screen definition body, definition bodies b 1 and b 2 of two pages, ie, customer and denomination, are combined and held in a file.

そのためb1=a1,b2=,a3のように、一部のペ
ージが同一の場合であつても、業務毎に画面定義
体を保持しているので、定義体の量が大きくなる
という問題が存在する。
Therefore, even if some of the pages are the same, such as b 1 = a 1 , b 2 =, a 3 , a screen definition is maintained for each job, so the amount of definitions becomes large. There is a problem.

また、仮りに第5図aに示す如きページ区分
a1,a2,a3を別々にフアイル中に記憶しておき、
そのa1とa3を別々によみ出して第5図bに示す如
く、出金用の画面定義体をデイスプレイに出力さ
せる場合には、まず画面をオープンにして顧客用
のページ区分の定義体を表示したのち一旦画面を
クローズし、また画面をオープンして金種用のペ
ージ区分の定義体をよみ出すという、切換のタイ
ミングで画面のオープン、クローズ処理が入り、
処理速度がおそくなるという問題がある。
In addition, if the page division as shown in Figure 5a is
Store a 1 , a 2 , a 3 separately in a file,
If you want to read out a 1 and a 3 separately and output the screen definition for withdrawal to the display as shown in Figure 5b, first open the screen and read the definition of the page classification for the customer. After displaying the screen, the screen is closed once, and the screen is opened again to read the definition of the page classification for the denomination.
There is a problem that the processing speed becomes slow.

本発明の目的は、このような問題を解決するた
め、フアイル量を小さくするのみならず、複数の
ページ区分の画面定義体をよみ出すとき、画面定
義体のページ区分での切換部分で画面のオープ
ン、クローズ処理が入らないようにした画面定義
体処理方法を提供することである。
The purpose of the present invention is to solve such problems by not only reducing the file size, but also by changing the screen at the switching part between the page divisions of the screen definition program when reading out a screen definition file with multiple page divisions. It is an object of the present invention to provide a screen definition program processing method that does not include open and close processing.

〔問題点を解決するための手段〕[Means for solving problems]

前記目的を達成するため、本発明の画面定義体
処理方法では、画面定義体を表示部に表示し、該
画面定義体に設けられた入出力領域にデータを入
出力するデータ処理装置の画面定義体処理方法に
おいて、業務対応で使用する画面フオーマツトを
有する画面定義体および複数の業務に跨がり共通
する画面フオーマツトから成る画面定義体のそれ
ぞれに画面番号を付番し、業務毎に使用する画面
定義体の画面番号および画面定義体に設けられた
入出力領域に対する当該業務での使用の指示を業
務名対応に保持する画面番号テーブルをセンタホ
スト側に設け、前記付番された画面定義体の定義
情報を保持するフアイルと、前記画面番号にもと
づきフアイルより画面定義体を読み出す定義体処
理手段と、前記定義体処理手段から得た画面定義
体を表示部に出力する処理を行う画面処理手段を
端末側に設け、業務を行うとき、端末からその業
務名をホストに通知して業務対応に画面定義体を
構成する画面番号を前記画面番号テーブルより受
け、これにもとづき画面定義体をフアイルから読
み出して表示部上に表示する際に、複数画面番号
が指示されているときはこの複数の画面定義体を
連結表示するとともに、不使用な入出力領域への
入出力を禁止させて業務対応の画面定義体を構成
するようにしたことを特徴とする。
In order to achieve the above object, the screen definition processing method of the present invention provides a screen definition of a data processing device that displays a screen definition on a display unit and inputs and outputs data to an input/output area provided in the screen definition. In the system processing method, a screen definition is assigned a screen number to each screen definition that has a screen format used for a business and a screen definition that is a screen format that is common across multiple businesses, and the screen definition used for each business is created. A screen number table is provided on the center host side that holds the screen number of the system and instructions for use of the input/output area provided in the screen definition in the relevant business in correspondence with the business name, and the definition of the numbered screen definition is provided on the center host side. A terminal includes a file that holds information, a definition processing unit that reads a screen definition from the file based on the screen number, and a screen processing unit that outputs the screen definition obtained from the definition processing unit to a display unit. When carrying out a job, the computer notifies the host of the job name from the terminal, receives the screen number that constitutes the screen definition for the job from the screen number table, and reads the screen definition from the file based on this. When displaying on the display, if multiple screen numbers are specified, the multiple screen definitions are displayed in a concatenated manner, and input/output to unused input/output areas is prohibited to create screen definitions that are compatible with business operations. It is characterized by having a similar structure to its body.

〔作用〕[Effect]

業務Nの画面定義体は区分a1とa3で構成される
ことがわかるので、業務Nの画面定義体をよみ出
すとき、フアイルより区分a1とa3を連続的によみ
出す。また業務Cは業務AとBの画面定義体を連
結することに得られることがわかるので、業務C
の画面定義体を得るとき、フアイルより業務Aと
Bの画面定義体を連続的によみ出す。フアイル量
を小さくすることができ、また表示画面が切換わ
るときでも、切換画面に対する画面のクローズ、
オープン処理を行うことはない。
It can be seen that the screen definition for job N is composed of sections a 1 and a 3 , so when reading the screen definition for job N, sections a 1 and a 3 are successively read from the file. Also, since it can be seen that job C can be obtained by concatenating the screen definitions of jobs A and B, job C
When obtaining the screen definitions for jobs A and B, the screen definitions for jobs A and B are read out successively from the file. The file size can be reduced, and even when the display screen is switched, the screen can be closed or closed for the switching screen.
No open processing is performed.

〔実施例〕〔Example〕

本発明の一実施例を第2図〜第4図にもとづき
説明する。
An embodiment of the present invention will be described based on FIGS. 2 to 4.

第2図は本発明の一実施例構成図、第3図は端
末機とホストとの間のデータの伝送状態説明図、
第4図は本発明の動作説明用フローチヤートであ
る。
FIG. 2 is a configuration diagram of an embodiment of the present invention, FIG. 3 is an explanatory diagram of data transmission status between a terminal and a host,
FIG. 4 is a flow chart for explaining the operation of the present invention.

第2図において、1は端末装置、2はデイス
ク・フアイルの如きフアイル、3はキーボード、
4は表示部、5はプロセツサ(CPU)、6は主記
憶、7は画面処理部、8は定義体処理部、10は
ホスト・プロセツサ、11は画面番号テーブルで
ある。
In FIG. 2, 1 is a terminal device, 2 is a file such as a disk file, 3 is a keyboard,
4 is a display section, 5 is a processor (CPU), 6 is a main memory, 7 is a screen processing section, 8 is a definition program processing section, 10 is a host processor, and 11 is a screen number table.

フアイル2は、端末装置1に接続されており、
各業務の画面定義体あるいは画面定義体を構成す
る区分画面(例えばページ単位画面)が格納され
たり、応用プログラムが格納されている。
File 2 is connected to terminal device 1,
The screen definitions for each business or the divided screens (for example, page unit screens) constituting the screen definitions are stored, and application programs are stored therein.

ホスト・プロセツサ10はセンターに設けられ
ており、端末装置1から業務名が伝達されたと
き、その業務名に対応した画面定義体を構成する
ために必要な画面番号及び使用すべきフイールド
が格納されている画面番号テーブル11を検索し
て、必要とする画面番号を返送するものである。
The host processor 10 is provided at the center, and when a business name is transmitted from the terminal device 1, it stores the screen number and fields to be used necessary to configure a screen definition corresponding to the business name. The screen number table 11 that is currently available is searched and the required screen number is returned.

画面番号テーブル11は、業務に必要な画面定
義体を得る画面番号が業務名対応に記入されてい
るものである。
The screen number table 11 is a table in which screen numbers for obtaining screen definitions necessary for a business are entered in correspondence with business names.

いま、第3図aに示す如く、業務Aが画面番号
RQ1の画面定義体を使用し、業務Bが画面番号
RQ2の画面定義体を使用し、業務Cが画面番号
RQ1とRQ2の連結した画面定義体を使用する
ものであるとき、端末装置1からセンターのホス
ト・プロセツサ10に対し業務名Aの画面定義体
の問合せがあれば画面番号RQ1で使用するフイ
ールドがA1,A2,A3であるということを前記画
面番号テーブル11を検索して求め、これを端末
装置1に返信する。同様に端末装置1から業務名
Bの画面定義体の問合せがあれば、その画面番号
はRQ2であり、使用するフイールドがB1,B2
あることをホスト・プロセツサ10は端末装置1
に返信する。
Now, as shown in Figure 3a, task A is screen number
Using the screen definition of RQ1, job B has the screen number
Using the screen definition of RQ2, job C has the screen number
When a screen definition program in which RQ1 and RQ2 are connected is used, if the terminal device 1 makes an inquiry to the center's host processor 10 about the screen definition program with business name A, the field used in screen number RQ1 is A. 1 , A 2 , and A 3 by searching the screen number table 11 and sending this back to the terminal device 1 . Similarly, if the terminal device 1 inquires about the screen definition with business name B, the host processor 10 informs the terminal device 1 that the screen number is RQ2 and that the fields to be used are B 1 and B 2 .
Reply to.

ところで端末装置1から業務Cの画面定義体の
問合せがあれば、ホスト・プロセツサ10は画面
番号テーブル11を検索して、画面番号RQ1と
RQ2の連結したものが業務Cの画面定義体であ
るが画面番号RQ1のフイールドA3は使用しない
ものであることをよみ出し、これを返送する。こ
の際画面番号RQ1が業務Cで使用される場合に
有効なフイールドの情報は事前に画面番号テーブ
ル内に保存されている。実際には、端末装置から
業務Cが選択されると、ホストでは画面番号テー
ブルを参照し、必要な画面番号及びフイールド情
報を返送する。
By the way, if there is an inquiry from the terminal device 1 for the screen definition of task C, the host processor 10 searches the screen number table 11 and selects the screen number RQ1.
It reads that the concatenated RQ2 is the screen definition for business C, but field A3 of screen number RQ1 is not used, and returns this. At this time, information on fields that are valid when screen number RQ1 is used in task C is stored in advance in the screen number table. Actually, when job C is selected from the terminal device, the host refers to the screen number table and returns the necessary screen number and field information.

また、第3図bに示す如く、業務Dの画面定義
体の問合せがあれば、画面番号RQ5,RQ6,
RQ7の連結した画面定義体であつてそのフイー
ルドE1,E2,F1,F2,G1〜G3が使用されること
が返信される。そして業務Hの画面定義体の問合
せに対しては、画面番号RQ5とRQ7の連結し
た画面定義体であつてそのフイールドE1,E2
G1〜G3が使用されることを返信する。
Also, as shown in Figure 3b, if there is an inquiry about the screen definition of job D, screen numbers RQ5, RQ6,
It is returned that the fields E 1 , E 2 , F 1 , F 2 , G 1 to G 3 of RQ7 are used. In response to the query for the screen definition for job H, the screen definition is a concatenation of screen numbers RQ5 and RQ7, and its fields E 1 , E 2 ,
Reply that G 1 to G 3 are used.

端末装置1では、これらの画面番号とフイール
ドが返信されたとき、その画面番号の画面データ
をデイスク・フアイル2よりよみ出し、使用しな
いフイールドがあるとき、例えば業務Cにおける
フイールドA3に対しては使用しないものである
ということを示す表示を行う。
When these screen numbers and fields are returned, the terminal device 1 reads the screen data for the screen number from the disk file 2, and if there are fields that are not used, for example, for field A 3 in job C, Display a sign indicating that the item is not to be used.

使用者は、このようにして表示部4に表示され
た画面定義体の必要なフイールドにデータを入力
すればよい。
The user only has to input data into the necessary fields of the screen definition displayed on the display section 4 in this way.

次に本発明の動作を、第4図に示す動作説明用
のフローチヤートにもとづき、初めに業務Aに対
するデータを入力し、次に業務Cに対するデータ
を入力する場合について説明する。なお以下の
〜は左側のチヤートに対応するものである。
Next, the operation of the present invention will be described based on a flowchart for explaining the operation shown in FIG. 4, for a case where data for job A is first input, and then data for job C is input. Note that ~ below corresponds to the chart on the left.

第4図において左側は主として定義体処理部8
の動作を示し、右側は主として画面処理部7の動
作を示す。
In Fig. 4, the left side is mainly the definition field processing section 8.
The right side mainly shows the operation of the screen processing section 7.

オペレータは、例えばキーボード3より業務
Aを遂行するためにこれを入力すると、端末装
置1はこれをセンターのホスト・プロセツサ1
0に通知する。ホスト・プロセツサ10は画面
番号テーブル11をアクセスして業務Aに対す
る画面定義体の画面番号RQ1と使用するフイ
ールド名A1,A2,A3を端末装置1に返送す
る。この画面番号RQ1により定義体処理部8
はフアイル2からよみ出し、主記憶6にローデ
ングする。
For example, when the operator inputs this information from the keyboard 3 to perform task A, the terminal device 1 inputs this information to the host processor 1 of the center.
Notify 0. The host processor 10 accesses the screen number table 11 and returns the screen number RQ1 of the screen definition for business A and the field names A 1 , A 2 , A 3 to be used to the terminal device 1 . With this screen number RQ1, the definition program processing unit 8
is read from file 2 and loaded into main memory 6.

定義体処理部8は主記憶6上の画面定義体
RQ1と作業領域をパラメータにして画面処理
プログラムにオープン依頼をする。これによ
り、それまで処理依頼待ち状態にあつた画面処
理部7は最初の画面定義体の情報を作業域に格
納する。オペレータがオープンを入力すれば、
ハードウエアにこのオープン依頼が伝達され、
表示部4にこの画面定義体が表示される。
The definition program processing unit 8 generates a screen definition program in the main memory 6.
Make an open request to the screen processing program using RQ1 and the work area as parameters. As a result, the screen processing section 7, which had been in a processing request waiting state, stores the information of the first screen definition in the work area. If the operator inputs open,
This open request is transmitted to the hardware,
This screen definition is displayed on the display section 4.

オペレータはこの画面のフイールドA1〜A3
に必要なデータを入力する。そしてリード指示
を行うと、画面処理部7がこれらのフイールド
A1〜A3に入力したデータをよみ出す。
The operator can use fields A 1 to A 3 on this screen.
Enter the required data. Then, when a read instruction is given, the screen processing section 7 inputs these fields.
Read out the data entered in A 1 to A 3 .

オペレータがこのデータの格納を指示する
と、これらのよみとりデータが主記憶6のデー
タ格納部分に記入される。
When the operator instructs the storage of this data, these read data are written into the data storage portion of the main memory 6.

前記の如き操作により業務Aに対する処理が
終了したあと画面をクローズせずにそのままの
状態でオペレータが例えばキーボード3より業
務Cを入力すると、端末装置1はこれをホス
ト・プロセツサ10に通知する。ホスト・プロ
セツサ10は画面番号テーブル11をアクセス
して業務Cに対する画面定義体は画面番号RQ
1とRQ2を連結したものであり、使用するフ
イールドA1,A2,B1,B2であることを返信す
る。これにより、定義体処理部8では、このう
ち画面番号RQ1の画面は表示部4に出力中で
あることを認識しているので、フアイル2から
画面番号RQ2をよみ出して主記憶6にローデ
イグする。
When the operator inputs task C from the keyboard 3, for example, without closing the screen after completing the processing for task A through the operations described above, the terminal device 1 notifies the host processor 10 of this. The host processor 10 accesses the screen number table 11, and the screen definition for job C is screen number RQ.
1 and RQ2, and the fields A 1 , A 2 , B 1 , and B 2 to be used are returned. As a result, the definition program processing unit 8 recognizes that the screen with the screen number RQ1 is currently being output to the display unit 4, so it reads the screen number RQ2 from the file 2 and loads it into the main memory 6. .

定義体処理部8は主記憶6上のRQ2の画面
定義体と、最初のオープンに指定した作業域を
パラメータにして、フイールドA3に使用しな
いことを付記して画面処理プログラムにオープ
ン継続処理依頼をする。これにより画面処理部
7は継続する画面定義体情報を作業域に格納す
る、そして表示部4にこのRQ2の画面定義体
がそれまで表示されているRQ1の画面定義体
に連結して表示される。しかし、フイールド
A3については未使用であるものとして表示さ
れる。
The definition program processing unit 8 uses the screen definition program RQ2 in the main memory 6 and the work area specified for the first open as parameters, and requests the screen processing program to continue open processing with a note that it is not used in field A 3 . do. As a result, the screen processing unit 7 stores the continued screen definition information in the work area, and the screen definition of RQ2 is displayed on the display unit 4 in conjunction with the screen definition of RQ1 that has been displayed so far. . However, the field
A 3 is displayed as unused.

オペレータはこの新画面のフイールドA1
A2,B1,B2に必要なデータを入力する。そし
てリード指示を行うと画面処理部7がこれらの
フイールドA1,A2,B1,B2に入力したデータ
をよみ出す。
The operator selects field A 1 on this new screen,
Enter the necessary data in A 2 , B 1 , and B 2 . When a read instruction is issued, the screen processing section 7 reads out the data input into these fields A 1 , A 2 , B 1 , and B 2 .

オペレータがこのデータの格納を指示する
と、これらの読取りデータが格納されることに
なる。
When the operator instructs storage of this data, these read data will be stored.

このようにして必要なデータの入力が終れ
ば、オペレータは画面のクローズ処理を行う
が、これは最初の画面定義体つまりRQ1のも
のについて行うだけでよい。
After inputting the necessary data in this manner, the operator performs screen closing processing, but this need only be done for the first screen definition, that is, RQ1.

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

本発明により、画面定義体の数を少なくするの
みならずその格納量を少なくすることが可能とな
り、フアイル容量を小さくすることができるのみ
ならず、表示画面が切換わるときでも切換画面に
対する画面のクローズ、オープン処理を行う必要
がないので、処理速度の高速化をはかることがで
きる。しかも端末側では、業務を問合わせするだ
けで、ホスト側からその業務に必要な画面番号と
必要なフイールドが通知されるので、端末側では
この通知されたフイールドがフアイルから読み出
されることになり、端末側ではフイールドをフア
イルから読み出すためのアドレスを入力する必要
がないので、端末側でのユーザの負担を軽くしデ
ータ処理を迅速に行うことができる。
According to the present invention, it is possible not only to reduce the number of screen definition files but also to reduce their storage amount, thereby not only reducing the file capacity, but also making it possible to reduce the size of the screen for the switching screen even when the display screen is switched. Since there is no need to perform close and open processing, processing speed can be increased. Moreover, on the terminal side, just by making an inquiry about the job, the host side will notify the screen number and necessary fields required for that job, so the terminal side will read these notified fields from the file. Since there is no need to input an address for reading a field from a file on the terminal side, the burden on the user on the terminal side can be reduced and data processing can be performed quickly.

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

第1図は本発明の原理説明図、第2図は本発明
の一実施例構成図、第3図は本発明における端末
装置とセンター間の電文説明図、第4図は本発明
の動作説明図、第5図は画面定義体の説明図であ
る。 1……端末装置、2……フアイル、3……キー
ボード、4……表示部、5……プロセツサ、6…
…主記憶、7……画面処理部、8……定義体処理
部、10……ホスト・プロセツサ、11……画面
番号テーブル。
Fig. 1 is an explanatory diagram of the principle of the present invention, Fig. 2 is a configuration diagram of an embodiment of the present invention, Fig. 3 is an explanatory diagram of a message between a terminal device and a center in the present invention, and Fig. 4 is an explanation of the operation of the present invention. FIG. 5 is an explanatory diagram of the screen definition body. 1...Terminal device, 2...File, 3...Keyboard, 4...Display section, 5...Processor, 6...
...Main memory, 7...Screen processing unit, 8...Definition program processing unit, 10...Host processor, 11...Screen number table.

Claims (1)

【特許請求の範囲】 1 画面定義体を表示部4に表示し、該画面定義
体に設けられた入出力領域にデータを入出力する
データ処理装置の画面定義体処理方法において、 業務対応で使用する画面フオーマツトを有する
画面定義体および複数の業務に跨がり共通する画
面フオーマツトから成る画面定義体のそれぞれに
画面番号を付番し、 業務毎に使用する画面定義体の画面番号および
画面定義体に設けられた入出力領域に対する当該
業務での使用の指示を業務名対応に保持する画面
番号テーブル11をセンタホスト側に設け、 前記付番された画面定義体の定義情報を保持す
るフアイル2と、前記画面番号にもとづきフアイ
ル2より画面定義体を読み出す定義体処理手段5
と、前記定義体処理手段5から得た画面定義体を
表示部4に出力する処理を行う画面処理手段7を
端末側に設け、 業務を行うとき、端末からその業務名をホスト
に通知して業務対応に画面定義体を構成する画面
番号を前記画面番号テーブル11より受け、これ
にもとづき画面定義体をフアイル2より読み出し
て表示部4上に表示する際に、複数画面番号が指
示されているときはこの複数の画面定義体を連結
表示させて業務対応の画面定義体を構成するよう
にしたことを特徴とする画面定義体処理方法。
[Claims] 1. A screen definition processing method for a data processing device that displays a screen definition on the display unit 4 and inputs and outputs data to an input/output area provided in the screen definition, which is used for business purposes. Assign a screen number to each of the screen definitions that have a screen format that is common to multiple jobs, and the screen definitions that have a screen format that is common across multiple jobs. A screen number table 11 is provided on the center host side that holds instructions for use of the provided input/output areas in the business in correspondence with business names, and a file 2 that holds definition information of the numbered screen definition bodies; definition program processing means 5 for reading a screen definition program from the file 2 based on the screen number;
A screen processing means 7 is provided on the terminal side for outputting the screen definition obtained from the definition processing means 5 to the display unit 4, and when performing a business, the terminal notifies the host of the business name. When screen numbers constituting a screen definition are received from the screen number table 11 for business purposes, and based on this the screen definition is read from the file 2 and displayed on the display unit 4, multiple screen numbers are specified. A screen definition processing method is characterized in that a plurality of screen definitions are concatenated and displayed to form a screen definition suitable for business operations.
JP61221005A 1986-09-19 1986-09-19 Display field define deck processing system Granted JPS6375969A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61221005A JPS6375969A (en) 1986-09-19 1986-09-19 Display field define deck processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61221005A JPS6375969A (en) 1986-09-19 1986-09-19 Display field define deck processing system

Publications (2)

Publication Number Publication Date
JPS6375969A JPS6375969A (en) 1988-04-06
JPH0564806B2 true JPH0564806B2 (en) 1993-09-16

Family

ID=16759978

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61221005A Granted JPS6375969A (en) 1986-09-19 1986-09-19 Display field define deck processing system

Country Status (1)

Country Link
JP (1) JPS6375969A (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5631134A (en) * 1979-08-24 1981-03-28 Fujitsu Ltd Control system for display system
EP0145888A3 (en) * 1983-11-15 1987-10-28 International Business Machines Corporation Method and apparatus for creating visual displays of data from an input data set
JPS6177889A (en) * 1984-09-26 1986-04-21 富士通株式会社 Screen control system

Also Published As

Publication number Publication date
JPS6375969A (en) 1988-04-06

Similar Documents

Publication Publication Date Title
US20020075312A1 (en) Displaying graphical information and user selected properties on a computer interface
JPH06110926A (en) Information retrieving device
JP3674377B2 (en) Information search processing apparatus and method.
JPH0736992A (en) Data integration terminal system
JPH0564806B2 (en)
JPS62241066A (en) Program execution control for processing form of data processor
JPH08263574A (en) Processor and method for account processing
JPH06231152A (en) Form processing method
JP3411402B2 (en) Seal registration device
JP4084740B2 (en) Database search apparatus, database search method and program
JP2615046B2 (en) Record addition processing method
JPH02289368A (en) Printing method
JPH0744446A (en) How to associate grouping information
JPH01217677A (en) Electronic filing system
JPH0682351B2 (en) Spreadsheet processor
JPH01123369A (en) Presentation device
JPH07296138A (en) Image data management device
JPS6275585A (en) image display device
JPH01191893A (en) Enlarged character display system
JP2001100884A (en) Task management device and computer-readable recording medium recording task management program
JPH047780A (en) Document processor
JPS63269224A (en) Data base access system
JPH10154029A (en) Input control method and consultation support system using the same
JPH0224767A (en) File processing device
JPH0452764A (en) document search device

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees