JP2550571B2 - Screen definition library specification control method - Google Patents

Screen definition library specification control method

Info

Publication number
JP2550571B2
JP2550571B2 JP62097714A JP9771487A JP2550571B2 JP 2550571 B2 JP2550571 B2 JP 2550571B2 JP 62097714 A JP62097714 A JP 62097714A JP 9771487 A JP9771487 A JP 9771487A JP 2550571 B2 JP2550571 B2 JP 2550571B2
Authority
JP
Japan
Prior art keywords
file
library
screen
screen definition
application 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 - Fee Related
Application number
JP62097714A
Other languages
Japanese (ja)
Other versions
JPS63262720A (en
Inventor
正生 脇本
喜雄 塚越
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 JP62097714A priority Critical patent/JP2550571B2/en
Publication of JPS63262720A publication Critical patent/JPS63262720A/en
Application granted granted Critical
Publication of JP2550571B2 publication Critical patent/JP2550571B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)

Description

【発明の詳細な説明】 〔概 要〕 表示画面の構成を指定する画面定義体を保持する、画
面定義体ライブラリを、順次呼び出される応用プログラ
ムごとに指定して、動的に増減できるようにする制御方
式である。
Detailed Description [Summary] A screen definition library that holds a screen definition that specifies the configuration of a display screen is specified for each sequentially called application program so that it can be dynamically increased or decreased. It is a control method.

応用プログラムの発行するコマンドで、所要の画面定
義体ライブラリを画面定義体ライブラリを連結したファ
イルに追加して連結して、又ファイルから取り外して、
且つライブラリ名を変更又は復旧する手段を設ける。
With the command issued by the application program, add the required screen definition library to the linked file of the screen definition library, connect it, and remove it from the file.
Moreover, a means for changing or restoring the library name is provided.

この方式により画面定義体を使用する処理の各応用プ
ログラムで、自身及び直接呼び出すプログラムでファイ
ルに追加を要する内容のみ知っていれば、最初にすべて
を指定する必要が無く、オペレータの操作性が向上す
る。
With this method, if each application program of the process that uses the screen definition structure knows only the contents that need to be added to the file by itself and the program to be called directly, it is not necessary to specify all at the beginning, improving the operability of the operator. To do.

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

本発明は、情報処理システムの表示処理に係り、特に
表示装置の画面構成を指定する画面定義体を保持する、
画面定義体ライブラリ指定の操作性を改善する制御方式
に関する。
The present invention relates to a display process of an information processing system, and particularly, retains a screen definition object that specifies a screen configuration of a display device,
The present invention relates to a control method for improving the operability of specifying a screen definition library.

表示画面の表示内容を、定型的画面の表示構成情報等
からなる画面定義体と、可変部分とデータとからなる画
面情報によって指定するようにした情報処理システムで
は、応用プログラムが画面情報を出力する前に、その応
用プログラムで必要になる画面定義体を保持するライブ
ラリを連結したファイルを構成しておいて、各画面表示
出力において所要の画面定義体を検索できるようする必
要がある。
In the information processing system in which the display content of the display screen is specified by the screen definition including the display configuration information of the standard screen and the screen information including the variable portion and the data, the application program outputs the screen information. Before that, it is necessary to construct a file in which a library holding the screen definition required by the application program is linked so that the desired screen definition can be searched for in each screen display output.

〔従来の技術〕[Conventional technology]

第3図は情報処理システムの構成例を示すブロック図
である。
FIG. 3 is a block diagram showing a configuration example of an information processing system.

処理装置1は端末装置2と接続し、セション制御部3
により情報を授受する。端末装置2はCRTディスプレイ
装置等からなる表示装置と、キーボード等からなる入力
装置を有する。
The processing device 1 is connected to the terminal device 2, and the session control unit 3
Send and receive information by. The terminal device 2 has a display device such as a CRT display device and an input device such as a keyboard.

端末装置2のオペレータが例えばLOGONコマンドを入
力することにより、セション制御部3がセションを開設
する。
The session control unit 3 opens a session when the operator of the terminal device 2 inputs a LOGON command, for example.

次にオペレータは、このセションで使用するライブラ
リの割り当てを要求するために、ALLOCATEコマンドを、 ALLOCATE FILF(SCRN) DATASET(C,B,A) のように入力する。ライブラリは例えば磁気ディスク記
憶装置等からなる外部記憶装置4に、ライブラリ6〜8
のように格納され、データセット名によって管理されて
いる。
The operator then enters an ALLOCATE command, such as ALLOCATE FILF (SCRN) DATASET (C, B, A), to request the allocation of the library to use for this session. The library is a library 6 to 8 in an external storage device 4 such as a magnetic disk storage device.
And is managed by the data set name.

セション制御部3は、入力されたALLOCATEコマンドの
DATASETパラメータに指定されたデータセット名C、
B、Aのライブラリを連結し、FILEパラメータに指定さ
れたファイル名SCRNで呼ばれる、1つのファイル9とし
て扱えるように制御表等を準備して、それらのライブラ
リを1つのライブラリと同様にプログラムから一括して
アクセスできるようにする。
The session control unit 3 uses the input ALLOCATE command.
Dataset name C specified in the DATASET parameter,
Connect the B and A libraries, prepare a control table, etc., that can be handled as one file 9 called by the file name SCRN specified in the FILE parameter, and bundle those libraries from the program in the same way as one library. And make it accessible.

以上によって割り当てられたSCRNファイルは、必要な
画面定義体を保持するファイルであるものとすると、そ
の場合には前記のALLOCATEコマンドで指定されたファイ
ルは、画面定義体を検索する場合に、指定のC、B、A
の順に検索するように連結され、コマンドで最後に指定
されている画面定義体ライブラリAはシステム固有の画
面定義体ライブラリ(以下においてシステムライブラリ
という)である。システムライブラリAは常に指定を要
するものである。
Assume that the SCRN file allocated as described above is a file that holds the necessary screen definition program.In that case, the file specified by the ALLOCATE command above is the file specified when searching for the screen definition program. C, B, A
The screen definition library A, which is linked so as to be searched in the order of and is specified last in the command, is a system-specific screen definition library (hereinafter referred to as a system library). The system library A always needs to be specified.

次いで端末のオペレータが、例えばCALLコマンドで応
用プログラムの名前等を指定することにより、セション
制御部3は指定された応用プログラム5を起動する。
Then, the operator of the terminal designates the name of the application program or the like with a CALL command, for example, and the session control unit 3 activates the designated application program 5.

応用プログラム5は、初めにオープン処理部10に要求
して、いわゆるファイルのオープン処理を実行すること
により、先にALLOCATEコマンドで準備したSCRNファイル
が、応用プログラム5の処理で使用できるように制御情
報を設定して、応用プログラム5とSCRNファイルとを関
連付ける。
The application program 5 first requests the open processing unit 10 to execute so-called file open processing, so that the SCRN file previously prepared by the ALLOCATE command can be used in the processing of the application program 5 by the control information. To associate the application program 5 with the SCRN file.

応用プログラム5は、端末装置2に画面を表示する場
合に、画面出力部11に対して、所要の画面定義体名とデ
ータを渡して出力を要求する。
When the screen is displayed on the terminal device 2, the application program 5 requests the screen output unit 11 to output the necessary screen definition name and data.

画面出力部11は応用プログラム5に関連付けられてい
る画面定義体ライブラリのSCRNファイルを検索して、指
定の画面定義体を取り出し、データと共に表示画面情報
を生成してセション制御部3を経て送出し、端末装置2
に表示させる。
The screen output unit 11 searches the SCRN file of the screen definition library associated with the application program 5, extracts the specified screen definition, generates the display screen information together with the data, and sends it out via the session control unit 3. , Terminal device 2
To display.

又、端末装置2では、表示した画面の画面定義体によ
って定まる入力域にキーボード等から入力された情報
を、セション制御部3を経て、画面入力部12に送り、画
面入力部12は応用プログラム5へ通知する。
In the terminal device 2, the information input from the keyboard or the like in the input area determined by the screen definition body of the displayed screen is sent to the screen input unit 12 via the session control unit 3, and the screen input unit 12 causes the application program 5 Notify to.

このようにして所要の処理を終了すると、応用プログ
ラム5はクローズ処理部13によって、SCRNファイルと応
用プログラム5との関連付けを解くクローズ処理を行っ
て処理を終了する。
When the required processing is completed in this way, the application program 5 causes the close processing unit 13 to perform a close processing for releasing the association between the SCRN file and the application program 5, and the processing ends.

もし、応用プログラム5として実行されている例えば
AP−1プログラムが、別の例えばAP−2プログラムを呼
び出した場合には、AP−2プログラムが前記の応用プロ
グラム5で説明したと同様にオープン処理部10によって
SCRNファイルと関連付けを行った後に処理を進め、処理
を終わるとクローズ処理部13によって関連付けを解いた
後、呼出元のAP−1プログラムの実行に戻る。AP−2プ
ログラムが更に別の例えばAP−3プログラムを呼び出し
た場合も、AP−1からAP−2を呼び出した前記の場合と
同様である。
If it is executed as the application program 5, for example
When the AP-1 program calls another AP-2 program, for example, the AP-2 program is processed by the open processing unit 10 as described in the application program 5 above.
After the association with the SCRN file, the process proceeds, and when the process ends, the close processing unit 13 releases the association, and then the process returns to the execution of the calling AP-1 program. When the AP-2 program calls another AP-3 program, for example, it is the same as the above-mentioned case where AP-1 calls AP-2.

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

前記説明のように、応用プログラム5及び応用プログ
ラム5から何段階かの呼出で順次呼び出される各プログ
ラムが、セション開設後のALLOCATEコマンドのDATASET
パラメータによって指定して連結されたライブラリのフ
ァイルを、画面定義体のライブラリとして使用する。
As described above, the application program 5 and each program sequentially called from the application program 5 in several steps are DATASET of the ALLOCATE command after the session is opened.
The library file specified by the parameters and linked is used as the library of the screen definition body.

従って、端末装置2のオペレータは、応用プログラム
5及びそれからネストして呼び出されるプログラムで必
要な、すべての画面定義体ライブラリを最初の応用プロ
グラムの起動前にALLOCATEコマンドで指定しておかなけ
ればならないので、それらを指定漏れのないように指定
するための準備が必要になり、オペレータにとって操作
性が悪いという問題がある。
Therefore, the operator of the terminal device 2 must specify all the screen definition library required by the application program 5 and the program called by nesting the application program 5 with the ALLOCATE command before starting the first application program. However, there is a problem that operability is poor for the operator because preparation is required to specify them without omission.

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

第1図は、本発明の構成を示すブロック図である。 FIG. 1 is a block diagram showing the configuration of the present invention.

図は情報処理システムの構成を示し、21は端末装置22
及び記憶装置24と接続して処理を実行する処理装置であ
り、処理装置21の25はセション制御部3から起動制御さ
れ又は他の応用プログラムから呼び出されて実行中の応
用プログラム、30は応用プログラム25の要求によって画
面定義体のファイルを所要のファイルに切り換えて、オ
ープン及びクローズの処理をするように制御する定義体
切換部、31は定義体切換部30の指定する画面定義体ライ
ブラリを連結する処理を行う連結処理部、32はライブラ
リ連結を解除する処理を行う連結解除部である。
The figure shows the configuration of the information processing system, 21 is a terminal device 22
And 25 is a processing device that is connected to the storage device 24 to execute processing, and 25 of the processing device 21 is an application program which is being activated and controlled by the session control section 3 or called from another application program, and 30 is an application program. In accordance with the request of 25, the definition file switching unit for switching the screen definition file to a required file and controlling the open and close processing, and 31 connects the screen definition library specified by the definition switching unit 30. A concatenation processing unit that performs processing, and 32 is a concatenation releasing unit that performs processing to release library concatenation.

〔作 用〕[Work]

定義体切換部30が、応用プログラム25から画面定義体
のファイル名を指定した追加処理の要求を受けると、オ
ープンされている画面定義体ファイがあればそれをクロ
ーズした後、その応用プログラム25の起動のために、直
前にALLOCATEコマンド等で割り当てられているライブラ
リを、元の画面定義体ファイルに追加して連結し、又は
画面定義体ファイルが無い場合にはシステムライブラリ
と割り当てられているライブラリを連結して、指定の名
前のファイルとして、オープン処理をするように、連結
処理部31及びオープン処理部10を制御する。
When the definition program switching unit 30 receives from the application program 25 a request for additional processing in which a file name of the screen definition program is specified, it closes any open screen definition program file, and then the application program 25 For startup, add the library allocated with the ALLOCATE command immediately before to the original screen definition file and link it, or if there is no screen definition file, connect the system library and the allocated library. The concatenation processing unit 31 and the open processing unit 10 are controlled so that they are concatenated and the open processing is performed as a file having a designated name.

応用プログラム25が処理を終了する場合には、定義体
切換部30に取り外し処理を要求し、定義体切換部30は、
この応用プログラムでオープンした画面定義体ファイル
をクローズ処理部13に要求してクローズした後、連結解
除部32によって、追加したライブラリの連結を解いて、
前の連結構成のファイルに戻すように要求し、元のファ
イルをオープンするように制御する。なお、最初に起動
された応用プログラムの場合には、システムの画面定義
体ライブラリの割り当てを外して終わる。
When the application program 25 ends the process, the definition program switching unit 30 is requested to perform the removal process, and the definition program switching unit 30
After requesting the close processing unit 13 for the screen definition file opened by this application program and closing it, the connection release unit 32 releases the connection of the added library,
Requests to revert to the previous concatenated file and controls to open the original file. In the case of the application program that is started first, the system screen definition library is unassigned and the process ends.

以上の制御方式により、画面定義体ライブラリのファ
イルの連結構成を動的に切り換えることができるように
なり、必要なすべてのライブラリを最初に連結しておく
必要が無くなる。
With the control method described above, it becomes possible to dynamically switch the connection structure of the screen definition library files, and it is not necessary to connect all necessary libraries first.

〔実施例〕〔Example〕

第1図において、端末装置22のオペレータは、前記従
来の場合と同様にして、セション制御部3にLOGONコマ
ンドを入力してセションを開設し、次にライブラリの割
当の処理を要求するための、ALLOCATEコマンドを入力す
る。
In FIG. 1, the operator of the terminal device 22 inputs a LOGON command to the session control unit 3 to open a session and requests a library allocation process, as in the conventional case. Enter the ALLOCATE command.

しかし本発明により、こゝでは直後に起動する応用プ
ログラムのライブラリのみを指定すればよいので、AP−
1プログラムを起動するとして、必要な画面定義体ライ
ブラリがライブラリBであるとすると、コマンドで例え
ば ALLOCATE FILF(BF) DATASET(B) のように指定する。
However, according to the present invention, it is only necessary to specify the library of the application program to be started immediately after this.
If one screen is started and the required screen definition library is library B, specify ALLOCATE FILF (BF) DATASET (B) with a command, for example.

このコマンドのパラメータの意味は前記従来の説明の
とおりであり、従ってデータセット名Bで指定され記憶
装置24に格納されたライブラリBのみのファイルBFが準
備される。
The meaning of the parameter of this command is as described above, and therefore the file BF of only the library B designated by the data set name B and stored in the storage device 24 is prepared.

次いで、従来のようにCALLコマンド等でAP−1が応用
プログラム25として起動されると、応用プログラム25は
従来のファイルのオープンに代えて、定義体切換部30に
ファイル名BFを指定した追加処理要求を出す。
Next, when the AP-1 is started as the application program 25 by the CALL command or the like as in the conventional case, the application program 25 replaces the conventional file opening and performs the additional processing in which the definition name switching unit 30 specifies the file name BF. Make a request.

以下に、第2図に示す定義体切換部30の処理の流れを
合わせて参照して説明する。
Below, the flow of processing of the definition switching unit 30 shown in FIG.

定義体切換部30は、第2図(a)の処理ステップ40で
判定して、これが最初の追加処理であることから、連結
処理部31に要求して指定のBFファイルとシステムライブ
ラリAとを連結してBFファイルを構成させ(処理ステッ
プ41)、次にオープン処理部10に従来と同様のオープン
処理を要求して、BFファイルを応用プログラム25と関連
付ける(処理ステップ42)。
The definition program switching unit 30 makes a determination in the processing step 40 in FIG. 2A, and since this is the first additional processing, it requests the concatenation processing unit 31 to specify the specified BF file and system library A. The BF file is concatenated to form the BF file (processing step 41), and then the open processing unit 10 is requested to perform the same open processing as in the related art to associate the BF file with the application program 25 (processing step 42).

その後、応用プログラム25は従来のように画面出力部
11及び画面入力部12を経て端末装置22と情報を授受して
処理を実行し、その際画面出力部11は従来のように画面
定義体のファイルBFから指定の画面定義体を検索して使
用する。
After that, the application program 25 is displayed on the screen output unit as before.
Information is exchanged with the terminal device 22 via the 11 and the screen input unit 12 to execute processing, and the screen output unit 11 retrieves and uses the specified screen definition from the file BF of the screen definition as in the conventional case. To do.

応用プログラム25が処理を終了する場合には、従来の
ファイルのクローズ処理に代えて、BFファイルを指定し
た取り外し処理を定義体切換部30に要求する。
When the application program 25 finishes the processing, the definition program switching unit 30 is requested to perform the removal processing designating the BF file instead of the conventional file closing processing.

定義体切換部30は、第2図(b)の処理ステップ50
で、クローズ処理部13に要求して指定のBFファイルのク
ローズ処理をした後、処理ステップ51で判定して、この
場合はBFファイルがシステムライブラリAと応用プログ
ラムのライブラリBとの連結のみのファイルであるの
で、連結解除部32に要求してこの連結を解き、システム
ライブラリAの割り当てを解除させる(処理ステップ5
2、53)。
The definition program switching unit 30 uses the processing step 50 shown in FIG.
Then, after requesting the close processing unit 13 to perform the close processing of the designated BF file, it is judged in the processing step 51, and in this case, the BF file is a file only connecting the system library A and the library B of the application program. Therefore, the connection releasing unit 32 is requested to release the connection, and the allocation of the system library A is released (processing step 5
2, 53).

AP−1プログラムが処理の中で、別の例えばAP−2プ
ログラムを呼び出す場合には、その前に呼出先のプログ
ラム(AP−2)に準備してある画面定義体ライブラリ
(データセット名Cとする)を指定して割当を要求する
ALLOCATEコマンドを呼出元のプログラム(AP−1)から
発行して、AP−2で使用する例えばファイル名CFとし、
その後AP−2プログラムを呼び出す。
When the AP-1 program calls another AP-2 program, for example, in the process, the screen definition library (data set name C and Specify) to request allocation
Issue the ALLOCATE command from the calling program (AP-1) and use it as the file name CF used in AP-2,
Then call the AP-2 program.

AP−2プログラムは、前記応用プログラム25によって
説明したのと同様に実行を開始すると、前記のように先
ずCFファイルの追加処理を定義体切換部30に要求する。
When the AP-2 program starts executing in the same manner as described by the application program 25, it first requests the definition program switching unit 30 to add a CF file, as described above.

定義体切換部30は追加処理の要求を受けると、第2図
(a)の処理ステップ40で判定して、オープンされてい
る画面定義体ファイルBFがあるので、処理ステップ43
で、クローズ処理部13によってそれをクローズした後、
この応用プログラム25(この場合AP−2)の起動のため
に割り当てられたファイルCFを、元の画面定義体ファイ
ルBFに追加して連結し、それをCFファイルとするように
連結処理部31に要求する(処理ステップ44)。
When the definition program switching unit 30 receives a request for additional processing, the definition program switching unit 30 makes a determination in processing step 40 in FIG. 2A, and there is an open screen definition program file BF.
Then, after closing it by the close processing unit 13,
The file CF allocated for starting the application program 25 (AP-2 in this case) is added to the original screen definition file BF and connected, and the connection processing unit 31 makes it a CF file. Request (processing step 44).

追加連結されたCFファイルができると、処理ステップ
42でオープン処理部10によってオープン処理を実行させ
る。
Once the additional concatenated CF file is created, the processing step
At 42, the open processing unit 10 executes the open processing.

その後応用プログラム25が前記のように処理を進め
て、処理を終了するときには、CFファイルを指定した取
り外し処理を定義体切換部30に要求する。
After that, the application program 25 advances the processing as described above, and when ending the processing, requests the definition program switching unit 30 to perform the removal processing specifying the CF file.

定義体切換部30は、第2図(b)の処理ステップ50で
クローズ処理部13に要求して指定のCFファイルのクロー
ズ処理をした後、処理ステップ51の判定で処理ステップ
54に進み、連結解除部32によって、追加したライブラリ
Cの連結を解いて、前の連結構成のBFファイルに戻すよ
うに要求し、次いで処理ステップ55でオープン処理部10
によりBFファイルを再びオープンするように制御する。
The definition program switching unit 30 requests the close processing unit 13 to perform the close process of the designated CF file in the process step 50 in FIG.
Proceeding to 54, the connection releasing unit 32 requests the open processing unit 10 to release the connection of the added library C and return it to the BF file of the previous connection configuration.
Control to reopen the BF file by.

その後、呼び出された応用プログラムAP−2から、呼
出元の応用プログラムAP−1へ復帰する。
Then, the called application program AP-2 returns to the calling application program AP-1.

以上の制御方式により、それぞれ直後に呼び出される
プログラムの画面定義体ライブラリのみの割当を呼出の
前に行っておけば、画面定義体ライブラリのファイルを
動的に必要な構成に切り換えることができるようにな
る。
By the above control method, if only the screen definition library of the program to be called immediately after is allocated before the call, the file of the screen definition library can be dynamically switched to the required configuration. Become.

〔発明の効果〕〔The invention's effect〕

以上の説明から明らかなように本発明によれば、情報
処理システムの画面定義体ライブラリの指定を、必要な
すべてのライブラリを最初に連結するように指定する必
要が無くなるので、オペレータの操作性が改善されると
いう著しい工業的効果がある。
As is apparent from the above description, according to the present invention, it is not necessary to specify the screen definition program library of the information processing system so that all the necessary libraries are connected first. There is a significant industrial effect of being improved.

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

第1図は本発明の構成を示すブロック図、 第2図は定義体切換部の処理の流れ図、 第3図は従来の構成例を示すブロック図である。 図において、 1、21は処理装置、2、22は端末装置、 5、25は応用プログラム、 6〜8はライブラリ、9はファイル、 10はオープン処理部、11は画面出力部、 13はクローズ処理部、30は定義体切換部、 31は連結処理部、32は連結解除部、 40〜44、50〜55は処理ステップを示す。 FIG. 1 is a block diagram showing a configuration of the present invention, FIG. 2 is a flow chart of processing of a definition switching unit, and FIG. 3 is a block diagram showing a conventional configuration example. In the figure, 1 and 21 are processing devices, 2 and 22 are terminal devices, 5 and 25 are application programs, 6 to 8 are libraries, 9 is a file, 10 is an open processing unit, 11 is a screen output unit, and 13 is a closing process. Reference numeral 30 is a definition switching unit, 31 is a connection processing unit, 32 is a connection releasing unit, and 40 to 44 and 50 to 55 are processing steps.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】表示装置の画面の表示構成情報からなる画
面定義体を画面定義体ライブラリに保持し、該画面に表
示する処理をする応用プログラムは、所要の該画面定義
体ライブラリを連結してなるファイルを構成しておい
て、指定の画面定義体を検索するようにした情報処理シ
ステムにおいて、 該応用プログラム呼出時に存在する前記ファイルに、指
定のファイル名のファイルに割り当てられている画面定
義体ライブラリを追加して連結し、該指定のファイル名
に変更する手段(30、31)、 及び、該ファイルから該追加して連結した画面定義体ラ
イブラリを取り外して、該ファイルのファイル名を復旧
する手段(30、32)とを設けたことを特徴とする画面定
義体ライブラリ指定制御方式。
1. An application program, which holds a screen definition body composed of display configuration information of a screen of a display device in a screen definition body library and connects the required screen definition body library to a process for displaying on the screen. In an information processing system configured to search for a specified screen definition object by configuring the following file, the screen definition object assigned to the file having the specified file name in the file existing when the application program is called Means (30, 31) for adding and concatenating a library and changing to the designated file name, and removing the additionally and concatenated screen definition library from the file to restore the file name of the file A screen definition program library designation control method characterized in that means (30, 32) are provided.
JP62097714A 1987-04-20 1987-04-20 Screen definition library specification control method Expired - Fee Related JP2550571B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62097714A JP2550571B2 (en) 1987-04-20 1987-04-20 Screen definition library specification control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62097714A JP2550571B2 (en) 1987-04-20 1987-04-20 Screen definition library specification control method

Publications (2)

Publication Number Publication Date
JPS63262720A JPS63262720A (en) 1988-10-31
JP2550571B2 true JP2550571B2 (en) 1996-11-06

Family

ID=14199559

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62097714A Expired - Fee Related JP2550571B2 (en) 1987-04-20 1987-04-20 Screen definition library specification control method

Country Status (1)

Country Link
JP (1) JP2550571B2 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59125439A (en) * 1982-12-30 1984-07-19 Fujitsu Ltd Securing system for compatibility between new and old libraries
JPS6285322A (en) * 1985-10-09 1987-04-18 Nec Corp Picture displaying system
JPS63191223A (en) * 1987-02-03 1988-08-08 Nec Corp Defining system for screen image

Also Published As

Publication number Publication date
JPS63262720A (en) 1988-10-31

Similar Documents

Publication Publication Date Title
US4782442A (en) Time-sharing computer system operable in a host TSS mode and a terminal TSS mode
JPS62298829A (en) Data display unit
JP2550571B2 (en) Screen definition library specification control method
JP3143330B2 (en) Programmable controller
JPH01251264A (en) Command adding and deleting system for time sharing system
JPS6150356B2 (en)
JPS63145551A (en) Changing system for definition of file attribute
JPS63209248A (en) Inter-system data incoming control system
US6487676B1 (en) Validation of procedures
JP2677902B2 (en) Numerical control device with remote operation function
JPH03149642A (en) Remote resource definition system
JPH0344328B2 (en)
JPH047776A (en) Command menue control system
JPH02172397A (en) Exchange
JPH064477A (en) Subload-module replacing system
JPH03218532A (en) Control system for arbitrary starting program
JPH03204035A (en) Control system for execution of network job step
JPH04160439A (en) Group processor for file
JPH01140261A (en) On line system
JPH01140262A (en) On line system
JPH01252346A (en) Control device for numerical control machine tool
JPH0535638A (en) Man machine interface device
JPH04219837A (en) Data taking-over system
JPH02116915A (en) Command menu control system
JPH035845A (en) File opening substitution device

Legal Events

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