JPH04348427A - Screen input/output back-up system - Google Patents

Screen input/output back-up system

Info

Publication number
JPH04348427A
JPH04348427A JP3120868A JP12086891A JPH04348427A JP H04348427 A JPH04348427 A JP H04348427A JP 3120868 A JP3120868 A JP 3120868A JP 12086891 A JP12086891 A JP 12086891A JP H04348427 A JPH04348427 A JP H04348427A
Authority
JP
Japan
Prior art keywords
screen
information
input
output
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.)
Pending
Application number
JP3120868A
Other languages
Japanese (ja)
Inventor
Masayuki Inoue
雅之 井上
Masaharu Horiuchi
堀内 正晴
Shoichi Takano
高野 正一
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.)
Hitachi Engineering Co Ltd
Hitachi Ltd
Original Assignee
Hitachi Engineering Co Ltd
Hitachi 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 Hitachi Engineering Co Ltd, Hitachi Ltd filed Critical Hitachi Engineering Co Ltd
Priority to JP3120868A priority Critical patent/JPH04348427A/en
Publication of JPH04348427A publication Critical patent/JPH04348427A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To easily change the screen style and the data transfer specifications of an application program which generates a screen of a fixed style on tube surface and performs the input/output operations through the screen. CONSTITUTION:A screen input/output back-up system consists of an input/output statement generating tool which contains the basic procedure information 12 for generation of a screen, the screen setting information 22, the data transfer specification information 32, and the change history information 14, 23 and 33 and reads and analyzes these information to generate a statement. In such a constitution, even a person who has no language knowledge nor the coding technique can easily change the style of an input/output screen of an application program and also can easily change the data transfer specifications.

Description

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

【0001】0001

【産業上の利用分野】本発明は表示装置上に定様式の画
面を作成して入出力を行う応用プログラムのプログラミ
ング方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of programming an application program that creates a formatted screen on a display device and performs input/output.

【0002】0002

【従来の技術】従来は、画面を作成して入出力を行う方
法として、応用プログラムごとに画面の様式を決定し、
これを汎用言語のデータ定義文によるコーディングを行
って画面を作成する方法や、あるいは、画面様式定義ツ
ールにより画面様式をプログラムとは独立にデータとし
て保持し、このデータを読み取って画面を作成している
が、画面の表示制御や、画面からの入力は、各応用プロ
グラムごとにコーディングを行っていた。
[Prior Art] Conventionally, as a method for creating screens and performing input/output, the screen format was determined for each application program.
You can create a screen by coding this using data definition statements in a general-purpose language, or you can use a screen format definition tool to store the screen format as data independent of the program, and read this data to create the screen. However, screen display control and input from the screen were coded for each application program.

【0003】0003

【発明が解決しようとする課題】上記従来技術において
、画面様式の定義方法の違いはあるが、いずれもコーデ
ィングを行わなければならないし、コーディングは、言
語知識や、コーディング技術を身に付けた専門家でなけ
れば行うことが難しい。しかし、特に入出力は、応用プ
ログラムと、それを使用する人との接点であると共に、
外部環境の影響を受けやすく、様式の変更,入出力デー
タの授受方式の変更といったことが頻繁に行われる。こ
んなときコーディング技術を身に付けていない応用プロ
グラム使用者でも容易に変更できるようにする。
[Problem to be Solved by the Invention] Although there are differences in the methods of defining screen formats in the above-mentioned prior art, coding must be performed in all of them, and coding is performed by specialists who have language knowledge and coding skills. It is difficult to do this unless you are at home. However, input/output in particular is the point of contact between the application program and the person using it.
It is easily influenced by the external environment, and the format and input/output data transfer method are frequently changed. To enable even application program users who have not acquired coding skills to easily make changes in such cases.

【0004】0004

【課題を解決するための手段】本発明は、画面作成の基
本的手順情報と、定様式の画面定義情報と、画面へ出力
するデータの授受に関する内容を定義した情報(以下、
データ授受仕様定義情報)とを個別に保持し、前記画面
作成の基本的手順情報と、定様式の画面定義情報と、デ
ータ授受仕様定義情報より入出力ステートメントを生成
するようにした構成をもつ。さらに、画面変更来歴情報
を保持し、この情報により、画面作成の基本的手順情報
,定様式の画面定義情報、および、データ授受仕様定義
情報の個々の変更にたいし画面での入出力と応用プログ
ラムとのインタフェイス(以下、入出力ステートメント
)の生成要否の判定を行う。
[Means for Solving the Problems] The present invention provides basic procedure information for screen creation, formatted screen definition information, and information (hereinafter referred to as
data exchange specification definition information) are held separately, and input/output statements are generated from the basic procedure information for screen creation, formatted screen definition information, and data exchange specification definition information. Furthermore, screen change history information is maintained, and this information allows input/output and application of screen changes for each change in basic procedure information for screen creation, formatted screen definition information, and data exchange specification definition information. Determine whether or not it is necessary to generate an interface with the program (hereinafter referred to as input/output statement).

【0005】[0005]

【作用】この構成において、画面作成の基本的手順情報
と、定様式の画面定義情報と、データ授受仕様定義情報
とを個別に保持したことにより、画面様式の変更や、入
出力データの授受方式の変更といったことが、個々の情
報の一部を変更するだけで容易に対応できる。さらに、
画面変更来歴情報を保持することにより、個別に保持し
た情報間と応用プログラムとの整合性を保つことができ
る。
[Operation] In this configuration, by separately holding basic procedure information for screen creation, formatted screen definition information, and data exchange specification definition information, it is possible to change the screen format and input/output data exchange method. This can be easily done by simply changing some of the individual information. moreover,
By retaining screen change history information, consistency between individually retained information and application programs can be maintained.

【0006】[0006]

【実施例】本発明における実施例を図を参照しながら説
明する。
[Embodiment] An embodiment of the present invention will be explained with reference to the drawings.

【0007】図1は、本発明の実施例にかかる定様式の
入出力画面をもつ応用プログラムとその応用プログラム
開発のための入出力ステートメント自動生成方法を実行
する装置を示すブロック図である。
FIG. 1 is a block diagram showing an application program having a formatted input/output screen and an apparatus for executing an input/output statement automatic generation method for developing the application program according to an embodiment of the present invention.

【0008】図1において、本実施例にかかるステート
メント生成方法を実行する装置は、中央処理装置(以下
CPU)1,定様式の入出力画面および入出力ステート
メント自動生成時の入力案内を表示する表示装置2,文
字入力装置たるキーボード3,位置指示および表示選択
装置たるマウス4,キーボードとマウスの制御を行う入
力制御装置5,自動生成されたステートメントや応用プ
ログラムおよびその他の情報が格納される補助記憶装置
6,CPU1が情報を補助記憶装置から取り出して処理
を行うための領域である主記憶装置7からなり、これら
はデータバス8により互いに連絡されている。
In FIG. 1, the apparatus for executing the statement generation method according to this embodiment includes a central processing unit (hereinafter referred to as CPU) 1, a formatted input/output screen, and a display for displaying input guidance when automatically generating input/output statements. A device 2, a keyboard 3 as a character input device, a mouse 4 as a position indication and display selection device, an input control device 5 for controlling the keyboard and mouse, and an auxiliary memory in which automatically generated statements, application programs, and other information are stored. The device 6 comprises a main memory 7 which is an area for the CPU 1 to retrieve information from an auxiliary memory and process it, and these are interconnected by a data bus 8.

【0009】本実施例の方法は、キーボード4、または
、マウス5、の所定の操作により前記CPU1が補助記
憶装置6に格納されている必要な情報を取り出して処理
を行い、その結果を補助記憶装置6に格納する。
In the method of this embodiment, the CPU 1 retrieves and processes necessary information stored in the auxiliary storage device 6 through a predetermined operation of the keyboard 4 or the mouse 5, and stores the results in the auxiliary storage device. It is stored in the device 6.

【0010】図2は、図1に示される装置に格納されて
いる本発明の一実施例にかかる画面入出力支援システム
全体の構成図を示す。画面入出力支援システムは、画面
作成の基本的手順支援ツール11と、定様式画面定義ツ
ール21と、データ授受仕様定義ツール31と、入出力
ステートメント生成ツール41の四つで構成されている
FIG. 2 shows a block diagram of the entire screen input/output support system according to an embodiment of the present invention, which is stored in the apparatus shown in FIG. The screen input/output support system is composed of four elements: a basic procedure support tool 11 for screen creation, a formatted screen definition tool 21, a data exchange specification definition tool 31, and an input/output statement generation tool 41.

【0011】図2において、画面作成の基本的手順支援
ツール11は、画面作成の基本的機能(サブルーチン群
)13と、その機能をどのように使用するかを記述した
基本的手順情報12の作成および変更来歴情報14を作
成する。次に、定様式画面定義ツール21は、管面に定
様式の画面を表示するための画面定義情報22と変更来
歴情報23を作成する。データ授受仕様定義ツール31
は、応用プログラムが画面とのデータの授受を行うとき
のデータ授受仕様情報32と変更来歴情報33を作成す
る。入出力ステートメント生成ツール41は、ツールに
より作成された情報をもとに入出力ステートメント42
を生成し、そのステートメントより応用プログラム43
を作成する。
[0011] In FIG. 2, a basic procedure support tool 11 for screen creation includes basic functions (subroutine group) 13 for screen creation and creation of basic procedure information 12 that describes how to use the functions. and create change history information 14. Next, the formatted screen definition tool 21 creates screen definition information 22 and change history information 23 for displaying a formatted screen on the screen. Data exchange specification definition tool 31
creates data exchange specification information 32 and change history information 33 when the application program exchanges data with the screen. The input/output statement generation tool 41 generates input/output statements 42 based on the information created by the tool.
The application program 43 is generated from that statement.
Create.

【0012】図3は基本的手順情報の内容を示したもの
で、基本的手順情報には手順番号310,手順名称32
0、および、利用形式330が格納されている。
FIG. 3 shows the contents of the basic procedure information. The basic procedure information includes a procedure number 310 and a procedure name 32.
0 and usage format 330 are stored.

【0013】図4は、図2における定様式の画面定義情
報の内容を示したもので、定様式の画面定義情報には定
様式画面単位に画面名称410,画面全体表示のための
基本データ420,固定的な表示部(マスク)表示のた
めの情報430、および、応用プログラムとのデータ授
受の単位となる項目の情報440が格納されている。項
目の情報には、項目番号441,データタイプ442、
および項目を構成するフィールドの種別443と、フィ
ールドの表示属性444が含まれる。
FIG. 4 shows the contents of the formatted screen definition information in FIG. 2. The formatted screen definition information includes a screen name 410 for each formatted screen, and basic data 420 for displaying the entire screen. , information 430 for fixed display unit (mask) display, and information 440 of items that are units of data exchange with application programs are stored. Item information includes item number 441, data type 442,
and the type 443 of the field that constitutes the item, and the display attribute 444 of the field.

【0014】図5は、図2におけるデータ授受仕様情報
の内容を示したもので応用プログラムが画面ごとにデー
タの授受を行うために必要な画面名称510,使用言語
520,基本的な手順番号530と授受を行うデータ項
目の情報540が格納されている、データ項目の情報は
、図2のデータ授受仕様定義ツール31が画面定義情報
の内容を読み取り、画面ごとに定義された項目、および
、項目のデータタイプと入出力の区分を取りだし、これ
に変数名を追加したもので、常に画面定義情報と画面単
位で同期が取れるようになっている。
FIG. 5 shows the contents of the data exchange specification information in FIG. 2, which includes the screen name 510, language used 520, and basic procedure number 530 necessary for the application program to exchange data on each screen. The data item information in which information 540 of data items to be exchanged with is stored is stored by the data exchange specification definition tool 31 in FIG. The data type and input/output classification are taken out and variable names are added to this, so that screen definition information can always be synchronized on a screen-by-screen basis.

【0015】それでは、既に使用されている応用プログ
ラムで使用している入出力画面の様式を変更する場合の
処理内容について述べる。画面様式の変更は、図2の定
様式画面定義ツール21により行う。この時、画面定義
情報の変更来歴情報として変更した画面の名称,変更日
時,変更レベルが出力される。変更レベルは、画面のレ
イアウトや表示属性の変更で応用プログラムとのデータ
授受に影響のないものと、そうでないものとを区別する
ためのものである。次に、データ授受仕様定義ツールに
より、データ授受仕様情報の変更を行うが、データ授受
仕様定義ツールは、画面定義情報の変更来歴情報を読み
取り変更レベルにより変更要否を判定してから処理を行
う。その後、入出力ステートメント生成ツールにより、
入出力ステートメントの生成と応用プログラム再生を行
う。
[0015] Next, we will discuss the processing details when changing the format of the input/output screen used in an application program that is already in use. The screen format is changed using the formatted screen definition tool 21 shown in FIG. At this time, the name, change date and time, and change level of the changed screen are output as change history information of the screen definition information. The change level is used to distinguish between changes in screen layout or display attributes that do not affect data exchange with the application program and those that do not. Next, the data exchange specification definition tool changes the data exchange specification information, but the data exchange specification definition tool reads the change history information of the screen definition information and determines whether the change is necessary based on the change level before processing. . Then, the input/output statement generation tool generates
Generates input/output statements and plays application programs.

【0016】図6は、応用プログラムの入出力ステート
メト生成ツールの処理のながれを示したものであり、こ
の図に従い入出力ステートメントの生成方法について説
明する。まず入出力インタフェイスの自動生成が開始6
11されると、最初は対象となる応用プログラム名称の
取り込みを行う612、この名称により応用プログラム
関連情報を取り込む613、応用プログラム関連情報に
は、応用プログラムが既に存在するか否かの情報、およ
び作成の日時が含まれる、次に基本的手順情報の変更来
歴情報、および対象となる応用プログラムの画面定義情
報の変更来歴情報と、データ授受仕様情報の変更来歴情
報を読み込む614、それぞれの変更来歴情報には次の
生成要否判定処理を行うために必要な変更日時,変更レ
ベル,変更内容が格納されており、これらの情報により
応用プログラムの入出力ステートメント自動生成要否判
定処理615を行う、要否判定616で、否となった時
は、処理は終了する622。
FIG. 6 shows the processing flow of the input/output statement generation tool of the application program, and the method of generating input/output statements will be explained with reference to this diagram. First, automatic generation of input/output interface starts 6
11, the target application program name is first imported 612, application program related information is imported using this name 613, the application program related information includes information as to whether the application program already exists, and Next, the change history information of the basic procedure information, which includes the date and time of creation, the change history information of the screen definition information of the target application program, and the change history information of the data exchange specification information are read 614, each change history The information stores the change date and time, change level, and change details necessary to perform the next generation necessity determination process, and based on this information, the application program input/output statement automatic generation necessity determination process 615 is performed. If the necessity determination 616 is negative, the process ends 622.

【0017】生成要の時は、画面作成の基本的手順情報
の読み取り617,定様式の画面定義情報の読み取り6
18,データ授受仕様情報の読み取り619を行い、入
出力ステートメント生成処理部620で、三つの情報を
解析し入出力ステートメント生成を行う。最後に応用プ
ログラム再生部621では、生成された入出力ステート
メントと既に存在する応用プログラムの入出力ステート
メントとを入替え応用プログラムを再生する、ここでは
、ステートメントの入替えを自動的に行うためステート
メントの名称は、画面名称と手順番号の組合わせとして
重複のない名称となるようにしている。従って、応用プ
ログラムを最初に作成するときは、画面入出力ステート
メントを開発者自身が、応用プログラム処理フロ−の中
に組み込まなければならないが、既存の応用プログラム
の入出力画面の様式変更に対してはコーディング技術を
身につけていない人でも容易に入出力画面の変更を行う
ことが出来る。
When generation is required, read basic procedure information for screen creation 617, read formatted screen definition information 6
18. The data exchange specification information is read 619, and the input/output statement generation processing unit 620 analyzes the three pieces of information and generates an input/output statement. Finally, the application program reproduction unit 621 reproduces the application program by replacing the generated input/output statements with the input/output statements of the already existing application program. , the screen name and step number are combined to create a unique name. Therefore, when creating an application program for the first time, the developer must incorporate screen input/output statements into the application program processing flow. Even people without coding skills can easily change the input/output screen.

【0018】[0018]

【発明の効果】本発明は、画面作成の基本的手順情報と
、定様式の画面定義情報と、データ授受仕様定義情報と
を個別に保持したことにより、画面様式の変更や、入出
力データの授受方式の変更といったことが、言語知識や
コーディング技術を身に付けていない応用プログラムの
利用者でも、個々の情報の一部を変更するだけで容易に
対応できる。さらに、画面変更来歴情報を保持すること
により、個別に保持した情報間と応用プログラムとの整
合性を保つことができる。
[Effects of the Invention] The present invention separately stores basic procedure information for screen creation, formatted screen definition information, and data exchange specification definition information, making it possible to change screen formats and input/output data. Even users of application programs who do not have language knowledge or coding skills can easily change the sending and receiving method by simply changing a portion of individual information. Furthermore, by retaining screen change history information, consistency between individually retained information and application programs can be maintained.

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

【図1】本発明の一実施例の装置のブロック図。FIG. 1 is a block diagram of an apparatus according to an embodiment of the present invention.

【図2】画面入出力支援システムのブロック図。FIG. 2 is a block diagram of a screen input/output support system.

【図3】画面作成の基本的手順情報の説明図。FIG. 3 is an explanatory diagram of basic procedure information for screen creation.

【図4】画面定義情報の説明図。FIG. 4 is an explanatory diagram of screen definition information.

【図5】データ授受仕様情報の説明図。FIG. 5 is an explanatory diagram of data exchange specification information.

【図6】入出力ステートメント生成処理のフローチャー
ト。
FIG. 6 is a flowchart of input/output statement generation processing.

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

12…基本的手順情報、14…基本的手順情報の変更来
歴情報、22…画面定義情報、23…画面定義情報の変
更来歴情報、32…データ授受仕様情報、33…データ
授受仕様情報の変更来歴情報、41…入出力ステートメ
ント生成ツール。
12...Basic procedure information, 14...Change history information of basic procedure information, 22...Screen definition information, 23...Change history information of screen definition information, 32...Data exchange specification information, 33...Change history of data exchange specification information Information, 41...I/O statement generation tool.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】表示装置上に定様式の画面を持ち、その画
面によりデータの入力、および処理結果のデータを出力
する応用プログラムに対し、定様式画面作成の基本的機
能と、画面から入力されたデータ、および画面へ出力す
るデータの授受機能の提供を行う画面入出力支援システ
ムにおいて、画面作成の基本的手順情報と、定様式の画
面定義情報と、画面から入力されたデータ、および画面
へ出力するデータの授受に関する内容を定義した情報と
を個別に保持し画面での入出力と応用プログラムとのイ
ンタフェイスを自動生成することを特徴とする画面入出
力支援システム。
Claim 1: For an application program that has a formatted screen on a display device and uses that screen to input data and output data as a result of processing, the basic function of creating a formatted screen and the input from the screen are provided. In a screen input/output support system that provides functions for sending and receiving data input to and output from the screen, the system provides basic procedure information for screen creation, formatted screen definition information, data input from the screen, and data output to the screen. A screen input/output support system is characterized in that information defining contents related to the exchange of data to be output is individually maintained, and an interface between input/output on the screen and an application program is automatically generated.
【請求項2】請求項1において、画面作成の基本的手順
情報と、定様式の画面定義情報と、前記画面へ出力する
データの授受に関する内容定義した情報の、変更来歴情
報を保持し、この情報により画面作成の基本的手順情報
,定様式の画面定義情報、および前記画面へ出力するデ
ータの授受に関する内容定義した情報の個々の変更に対
し、入出力ステートメント生成要否判定を行うことを特
徴とする画面入出力支援システム。
[Claim 2] According to Claim 1, change history information of basic procedure information for screen creation, formatted screen definition information, and content definition information regarding the exchange of data to be output to the screen is held, and this It is characterized by determining whether input/output statements need to be generated for each change in the basic procedure information for screen creation, formatted screen definition information, and content-defined information regarding the exchange of data to be output to the screen based on the information. Screen input/output support system.
JP3120868A 1991-05-27 1991-05-27 Screen input/output back-up system Pending JPH04348427A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3120868A JPH04348427A (en) 1991-05-27 1991-05-27 Screen input/output back-up system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3120868A JPH04348427A (en) 1991-05-27 1991-05-27 Screen input/output back-up system

Publications (1)

Publication Number Publication Date
JPH04348427A true JPH04348427A (en) 1992-12-03

Family

ID=14796948

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3120868A Pending JPH04348427A (en) 1991-05-27 1991-05-27 Screen input/output back-up system

Country Status (1)

Country Link
JP (1) JPH04348427A (en)

Similar Documents

Publication Publication Date Title
JPH02232152A (en) Production system simulator forming device
JPH04348427A (en) Screen input/output back-up system
JP3070701B2 (en) Program control method for interactive system
JP3195067B2 (en) Report output system
CN116204267B (en) Method and device for generating intellectual property flow form
JP3138430B2 (en) User interface screen creation support device
JPS60134282A (en) System screen display system
JPH0588863A (en) Program development supporting system
JP2007094453A (en) Program development support system, program development support method and program
JPH07191716A (en) Controller
JPH10207702A (en) Device for preparing software program
JP3639965B2 (en) Model wage output device
JPH01280866A (en) Japanese word processing system
JPH02285414A (en) Key display processing system
JPH1021062A (en) Device and method for visual programming
JPH08212062A (en) Customization device for source program
JPH07146767A (en) Help information control system
JPH03212724A (en) File format identification system for floppy disk processor
JPH1031513A (en) User interface system for monitor control system
JPH03248228A (en) Error detection for software design information
JPH05150924A (en) Device for generating network monitor screen text file
JPH05289857A (en) Program generating method
JPS63138466A (en) Control method for form data on cad system
JPH07114463A (en) Object-oriented analysis design aid device
JPH0327475A (en) Layout inspecting device