JPH07121358A - Program customizing device - Google Patents

Program customizing device

Info

Publication number
JPH07121358A
JPH07121358A JP26681793A JP26681793A JPH07121358A JP H07121358 A JPH07121358 A JP H07121358A JP 26681793 A JP26681793 A JP 26681793A JP 26681793 A JP26681793 A JP 26681793A JP H07121358 A JPH07121358 A JP H07121358A
Authority
JP
Japan
Prior art keywords
data
program
definition
information
storage device
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
JP26681793A
Other languages
Japanese (ja)
Other versions
JP2720768B2 (en
Inventor
Masataka Oshima
正敬 大島
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP5266817A priority Critical patent/JP2720768B2/en
Publication of JPH07121358A publication Critical patent/JPH07121358A/en
Application granted granted Critical
Publication of JP2720768B2 publication Critical patent/JP2720768B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To prepare specifications corresponding to the specializing request of a program at the time of preparing the specifications of the program and to make the result automatically reflect on a program preparation operation. CONSTITUTION:A program constitution definition device 4 reads program model information and stores the assignment information of data definition for external data in a data definition assignment storage device 5. A data editing definition device 6 refers to data definition information and the assignment information of the data definition and stores data editing processing definition information in a data editing definition storage device 7. A program specializing device 8 specializes the program model information and generates it as program specifications based on the data definition information, the assignment information of the data definition and the data editing processing definition information.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、情報処理システムにお
ける事務処理業務を実行するプログラムを開発するため
のプログラムカストマイズ装置に関し、特にプログラム
の構成要素を独立に定義しておき、それらを組み合わせ
てプログラムを生成するプログラムカストマイズ装置に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program customizing apparatus for developing a program for executing an office work in an information processing system, and in particular, defining the constituent elements of the program independently and combining them. The present invention relates to a program customizing device for generating.

【0002】[0002]

【従来の技術】従来、事務処理分野で提供されるプログ
ラムの開発効率化を図るために、予め事務処理の用途別
にプログラムの骨格部分をソースプログラムあるいは特
定のツールで利用可能な形態で作成しておき、利用時に
利用者の目的に合わせてソースプログラムに記述されて
いるデータ定義部を変更したり、プログラムの論理構造
や処理の一部を特殊化する方法が採られている。
2. Description of the Related Art Conventionally, in order to improve the development efficiency of a program provided in the office processing field, a skeleton part of the program is prepared in advance in a form usable by a source program or a specific tool for each purpose of office processing. Every time, the data definition part described in the source program is changed according to the purpose of the user, or the logical structure of the program or a part of the processing is specialized.

【0003】特開昭62−008230号公報、および
特開平02−068622号公報の技術は、予めプログ
ラム内にデータ定義部と、このデータ定義に対して行う
べき複数の処理を定義しておき、プログラムの特殊化操
作時にデータ定義部を修正して動作すべき処理を特殊化
するものである。
In the technique disclosed in Japanese Patent Laid-Open No. 62-008230 and Japanese Patent Laid-Open No. 02-068622, a data definition section and a plurality of processes to be performed on the data definition are defined in advance in a program. This is to specialize the processing to be performed by modifying the data definition part during the specialization operation of the program.

【0004】[0004]

【発明が解決しようとする課題】特開昭62−0082
30号公報の技術は、プログラム作成作業の効率化を目
的としており、プログラムの仕様作成時に行うデータ定
義に起因する特殊化要求をプログラム作成作業に自動的
に反映することができないという欠点がある。
Problems to be Solved by the Invention JP-A-62-0082
The technique disclosed in Japanese Patent No. 30 aims to improve the efficiency of the program creation work, and has a drawback in that the specialization request resulting from the data definition made when creating the program specifications cannot be automatically reflected in the program creation work.

【0005】特開平02−068622号公報の技術
は、プログラム単位にそのデータ定義とプログラム内で
行う処理を予め列挙しておく必要があり、特殊化の範囲
が限定されるという欠点がある。
The technique disclosed in Japanese Patent Laid-Open No. 02-068622 has a drawback that the data definition and the processing to be performed in the program must be listed in advance for each program, and the specialization range is limited.

【0006】本発明は、このような従来の技術における
欠点を除去するもので、特にプログラムで扱うデータ定
義とそのデータ定義に関して、データ操作を行う処理に
着目したプログラムの特殊化をより汎用的に実施するこ
とができることを目的としている。
The present invention eliminates such drawbacks in the conventional technique, and more particularly, regarding the data definition handled by the program and the data definition, the specialization of the program focusing on the processing of the data operation is made more general. It is intended to be able to be carried out.

【0007】特に、プログラムの仕様作成時にプログラ
ムで使用する外部データに対するデータ定義の割り当て
と同時にその外部データへの入出力処理に対するデータ
編集処理仕様の定義を可能とし、その結果をプログラム
処理本体と併合して特殊化したプログラムの骨格を自動
生成することにより、プログラムの特殊化要求に応じた
仕様生成とその結果のプログラム作成作業での自動的な
反映を可能とするようにしたものである。
In particular, at the time of creating the specifications of the program, it is possible to assign the data definition to the external data used by the program and at the same time define the data editing processing specifications for the input / output processing to the external data, and merge the result with the program processing main body. By automatically generating the skeleton of the specialized program, the specification generation according to the specialization request of the program and the automatic reflection of the result in the program creation work are enabled.

【0008】[0008]

【課題を解決するための手段】第1の発明のプログラム
カストマイズ装置は、情報処理システムにおける事務処
理業務を実行するプログラムのカストマイズ装置におい
て、プログラムのひな型情報を記憶するプログラムひな
型情報記憶装置と、プログラムのデータ定義情報を記憶
するデータ仕様記憶装置と、利用者が指定した前記プロ
グラムひな型情報記憶装置のプログラムひな型情報を読
み込み、外部データとプログラムの構成を表示し、さら
に利用者が指定した外部データに対するデータ定義の割
り当て情報をデータ定義割り当て記憶装置に記憶するプ
ログラム構成定義装置と、前記データ仕様記憶装置に記
憶されたデータ定義情報と、このデータ定義割り当て記
憶装置に記憶された外部データに対するデータ定義の割
り当て情報を参照して、利用者が指定した外部データの
入出力処理に関するデータ編集処理定義情報をデータ編
集定義記憶装置に記憶するデータ編集定義装置と、前記
データ仕様記憶装置に記憶されたデータ定義情報と、前
記データ定義割り当て記憶装置に記憶された外部データ
に対するデータ定義の割り当て情報、およびこのデータ
編集定義記憶装置に記憶された外部データの入出力処理
に関するデータ編集処理定義情報に基づいて、プログラ
ムひな型情報記憶装置に記憶されたプログラムひな型情
報を特殊化し、1つのプログラム仕様として生成するプ
ログラム特殊化装置から構成されている。
According to a first aspect of the present invention, there is provided a program customizing apparatus, which is a program customizing apparatus for executing a clerical work in an information processing system, and a program model information storage device for storing program model information. Data specification storage device for storing the data definition information of, and the program model information of the program model information storage device specified by the user, the external data and the configuration of the program are displayed, and the external data specified by the user A program configuration defining device for storing data definition allocation information in a data definition allocation storage device, data definition information stored in the data specification storage device, and data definition of external data stored in the data definition allocation storage device. See allocation information A data edit definition device for storing data edit process definition information relating to input / output processing of external data specified by a user in the data edit definition storage device, the data definition information stored in the data specification storage device, and the data Based on the data definition assignment information for the external data stored in the definition assignment storage device and the data editing process definition information regarding the input / output process of the external data stored in the data editing definition storage device, The program specializing device specializes the stored program model information and generates it as one program specification.

【0009】第2の発明のプログラムカストマイズ装置
は、第1の発明のプログラムカストマイズ装置におい
て、前記プログラムひな型情報記憶装置は、プログラム
で扱うファイル、画面、および帳票といった外部データ
の構成要素とプログラムの入出力関係をまとめたプログ
ラム構成情報と、プログラム手続き部中の外部データの
各構成要素に関する処理を関連づけてプログラムの手続
き部全体を記述したプログラム手続き情報とから構成さ
れるプログラムひな型情報を記憶し、前記データ仕様記
憶装置は、外部データのレコード構造と、そのレコード
を構成するデータ項目に関するデータ定義情報を記憶し
て構成されている。
The program customize apparatus of the second invention is the program customize apparatus of the first invention, wherein the program model information storage device is a component of external data such as a file, a screen, and a form handled by the program, and an input of the program. The program model information including the program configuration information that summarizes the output relationship and the program procedure information that describes the entire procedure section of the program by associating the processing relating to each component of the external data in the program procedure section is stored. The data specification storage device is configured to store a record structure of external data and data definition information regarding data items forming the record.

【0010】[0010]

【実施例】以下本発明の一実施例について、図を参照し
ながら詳細に説明する。
An embodiment of the present invention will be described in detail below with reference to the drawings.

【0011】図1を参照すると、本発明の第1の実施例
であるプログラムカストマイズ装置は、プログラムひな
型情報記憶装置1、情報入出力装置2、データ仕様記憶
装置3、プログラム構成定義装置4、データ定義割り当
て記憶装置5、データ編集定義装置6、データ編集定義
記憶装置7、プログラム特殊化装置8、およびプログラ
ム仕様記憶装置9から構成されている。
Referring to FIG. 1, a program customizing apparatus according to a first embodiment of the present invention comprises a program model information storage device 1, an information input / output device 2, a data specification storage device 3, a program configuration defining device 4, and a data structure. It comprises a definition assignment storage device 5, a data edit definition device 6, a data edit definition storage device 7, a program specialization device 8, and a program specification storage device 9.

【0012】プログラムひな型情報記憶装置1は、1つ
の特殊化すべきプログラムのひな型の情報(以下、プロ
グラムひな型情報とする)を1つの管理単位として、1
つのプログラムひな型情報に含まれるプログラム構成情
報とプログラム手続き情報をそれぞれ個別に参照可能な
形式で記憶している。
The program model information storage device 1 uses the model information of one program to be specialized (hereinafter referred to as program model information) as one management unit.
The program configuration information and the program procedure information included in one program model information are stored in a format that can be individually referred to.

【0013】プログラム構成情報は、ファイル、画面、
および帳票等の外部の入出力装置を介してプログラムで
入力あるいは出力を行うデータとその装置種別(以下、
外部データとする)と、各外部データとプログラムとの
入出力関係を表す情報からなるプログラムの構成に関す
る情報である。
Program configuration information includes files, screens,
And data to be input or output by a program through an external input / output device such as a form and its device type (hereinafter,
External data) and information indicating the input / output relationship between each external data and the program.

【0014】プログラム手続き情報は、1つの特殊化の
対象となるプログラムの処理に関して、プログラム全体
の制御処理を表す部分と、外部データの構成要素と関係
づけて該外部データの入出力処理を扱う部分から構成さ
れるプログラムの手続き部全体を記述した情報である。
The program procedure information is related to the processing of one specialization target program, the portion representing the control processing of the entire program, and the portion handling the input / output processing of the external data in relation to the constituent elements of the external data. This is the information that describes the entire procedure division of the program consisting of.

【0015】データ仕様記憶装置3は、外部データのデ
ータレコードの構造と、そのデータレコードを構成する
データ項目に関する情報(以下、データ定義情報とす
る)をデータ定義情報単位に入出力可能な形式で記憶す
る。
The data specification storage device 3 is capable of inputting / outputting the structure of a data record of external data and information (hereinafter referred to as data definition information) regarding data items forming the data record in units of data definition information. Remember.

【0016】プログラム構成定義装置4は、利用者の要
求に従って、プログラムひな型情報記憶装置1から用途
に応じたプログラムひな型情報のプログラム構成情報を
読み込み、外部データとプログラムの構成を情報入出力
装置2に表示する。次に利用者が指定した外部データに
対してどのデータ定義情報を割り当てるかという情報を
受け取り、1つの外部データとその外部データに割り当
てるデータ定義情報名を対にしたものを1つのデータ定
義割り当て情報としてデータ定義割り当て記憶装置5に
記憶する。また、外部データの入出力処理に関する利用
者からの定義要求に対し、データ編集定義装置6を呼び
出す。
The program structure defining device 4 reads the program structure information of the program model information according to the application from the program model information storage device 1 in accordance with the user's request, and stores the external data and the program structure in the information input / output device 2. indicate. Next, the user receives information about which data definition information to assign to the external data specified by the user, and sets one external data and the data definition information name to be assigned to that external data as one data definition allocation information. Is stored in the data definition assignment storage device 5. Further, the data edit definition device 6 is called in response to a definition request from the user regarding the input / output processing of external data.

【0017】データ定義割り当て記憶装置5は、プログ
ラム構成定義装置4が得たデータ定義割り当て情報を外
部データ単位の割り当て情報として参照可能な形式で記
憶する。
The data definition allocation storage device 5 stores the data definition allocation information obtained by the program configuration definition device 4 in a format that can be referred to as allocation information in units of external data.

【0018】データ編集定義装置6は、データ定義割り
当て記憶装置5からデータ定義割り当て情報を、データ
仕様記憶装置3から該データ定義割り当て情報で指示さ
れたデータ定義情報を取り出し、これらの情報をもとに
して情報入出力装置2において外部データに対する入出
力装置の定義要求を利用者に指定させ、利用者が指定し
た具体的な入出力処理のデータ編集処理定義を受け取
る。さらに、このデータ編集処理定義を外部データのデ
ータ編集処理定義としてデータ編集定義記憶装置7に記
憶する。
The data edit definition device 6 retrieves the data definition allocation information from the data definition allocation storage device 5 and the data definition information instructed by the data definition allocation information from the data specification storage device 3, and based on these information. Then, the information input / output device 2 allows the user to specify a request for defining an input / output device for external data, and receives a specific data editing process definition of the input / output process specified by the user. Further, this data editing process definition is stored in the data editing definition storage device 7 as a data editing process definition of external data.

【0019】データ編集定義記憶装置7は、データ編集
定義装置6が得たデータ編集処理定義をデータ構成要素
単位に参照可能な形式で記憶する。
The data edit definition storage device 7 stores the data edit processing definition obtained by the data edit definition device 6 in a format that can be referred to in units of data components.

【0020】プログラム特殊化装置8は、データ仕様記
憶装置3からデータ定義情報を、データ定義割り当て記
憶装置5からデータ定義割り当て情報を、およびデータ
編集定義記憶装置7から外部データのデータ編集定義を
それぞれ読み込み、生成するプログラム仕様に応じた形
態に変換しながら、目的とするプログラムに特殊化し、
プログラム仕様として生成する。
The program specializing device 8 receives data definition information from the data specification storage device 3, data definition allocation information from the data definition allocation storage device 5, and data editing definition of external data from the data editing definition storage device 7, respectively. While converting to a format according to the specifications of the program to read and generate, specialize into the target program,
Generate as a program specification.

【0021】プログラム仕様記憶装置7は、生成された
プログラム仕様をプログラム仕様単位に参照可能な形式
で記憶する。
The program specification storage device 7 stores the generated program specifications in a program specification unit in a referable format.

【0022】次に本発明の第1の実施例の動作につい
て、図1と図2を参照して説明する。
Next, the operation of the first embodiment of the present invention will be described with reference to FIGS. 1 and 2.

【0023】プログラムカストマイズ装置が起動される
と、まずプログラム構成定義装置4が起動される。
When the program customize device is started, the program configuration defining device 4 is first started.

【0024】プログラム構成定義装置4は、情報入出力
装置2を介して利用者に特殊化の対象とするプログラム
のひな型を指定させる(ステップ41)。利用者が情報
入出力装置2よりひな型となるプログラムひな型情報名
を指定すると、プログラム構成定義装置4はこの情報を
受け取り、プログラムひな型情報記憶装置1から指定さ
れたプログラムひな型情報を読み込む(ステップ4
2)。
The program configuration defining device 4 allows the user to specify a model of a program to be specialized through the information input / output device 2 (step 41). When the user specifies a program model information name as a model from the information input / output device 2, the program configuration definition device 4 receives this information and reads the specified program model information from the program model information storage device 1 (step 4).
2).

【0025】図3はプログラムひな型情報の一例であ
り、図3において3−1はプログラム構成情報の部分、
3−2はプログラム手続き情報の部分である。
FIG. 3 shows an example of the program model information. In FIG. 3, 3-1 is the program configuration information part,
3-2 is a part of program procedure information.

【0026】プログラム構成定義装置4は、ステップ4
2で読み込んだプログラムひな型情報の中のプログラム
構成情報を解析して、外部データに関する情報を取り出
し(ステップ43)、外部データとプログラムの入出力
関係を示すプログラム構成を情報入出力装置2に表示
し、利用者に対して外部データに対するデータ定義情報
名の割り当てを要求する(ステップ44)。
The program configuration defining device 4 executes step 4
The program configuration information in the program template information read in 2 is analyzed to extract information about external data (step 43), and the program configuration showing the input / output relationship between the external data and the program is displayed on the information input / output device 2. , Requesting the user to assign the data definition information name to the external data (step 44).

【0027】図3において3−3の部分はプログラム構
成定義装置4によって取り出される外部データに関する
情報の例である。
In FIG. 3, a portion 3-3 is an example of information regarding external data fetched by the program configuration defining device 4.

【0028】利用者が各々の外部データに対するデータ
定義情報名の割り当てを指定すると、プログラム構成定
義装置4はこの情報を受け取り、各々の割り当て指示に
対して1つのデータ定義割り当て情報を生成し(ステッ
プ45)、データ定義割り当て記憶装置5に記憶する
(ステップ46)。
When the user specifies the allocation of the data definition information name to each external data, the program configuration defining device 4 receives this information and generates one data definition allocation information for each allocation instruction (step 45), and stores it in the data definition allocation storage device 5 (step 46).

【0029】図4は情報入出力装置2に表示されるプロ
グラム構成の表示と利用者が指定した外部データに対す
るデータ定義情報名の割り当ての例であり、図4におい
て4−1、4−2はステップ44においてプログラム構
成定義装置4が表示する外部データとプログラムの入出
力関係を示すプログラム構成の部分であり、4−3は利
用者が指定したデータ定義情報名である。
FIG. 4 shows an example of the display of the program configuration displayed on the information input / output device 2 and the assignment of the data definition information name to the external data designated by the user. In FIG. 4, 4-1 and 4-2 are In step 44, the program configuration portion showing the input / output relationship between the external data displayed by the program configuration defining device 4 and the program, and 4-3 is the data definition information name designated by the user.

【0030】プログラム構成定義装置4は、ステップ4
5において利用者から受け取った情報に、外部データに
対するデータ定義情報名の割り当て情報の他に、特定の
外部データの入出力処理に関する定義要求があるか否か
を判定する(ステップ47)。特定の外部データの入出
力処理に関する定義要求があれば、データ編集定義装置
6を起動し(ステップ48)、定義要求がなければプロ
グラム特殊化装置8を起動する(ステップ49)。
The program configuration defining device 4 executes step 4
It is determined whether or not the information received from the user in 5 includes a definition request for input / output processing of specific external data in addition to the allocation information of the data definition information name for the external data (step 47). If there is a definition request for input / output processing of specific external data, the data edit definition device 6 is activated (step 48), and if there is no definition request, the program specialization device 8 is activated (step 49).

【0031】図4において4−4は、外部データの入出
力処理に関する定義要求の部分である。
In FIG. 4, reference numeral 4-4 is a definition request portion relating to input / output processing of external data.

【0032】データ編集定義装置6は、ステップ46に
おいてデータ定義割り当て記憶装置5に記憶されたデー
タ定義割り当て情報を読み込み(ステップ61)、この
データ定義割り当て情報に含まれるデータ定義情報名を
取り出す(ステップ62)。
The data edit definition device 6 reads the data definition assignment information stored in the data definition assignment storage device 5 in step 46 (step 61), and extracts the data definition information name included in this data definition assignment information (step). 62).

【0033】次にデータ編集定義装置6は、データ仕様
記憶装置3からこのデータ定義情報名に対応するデータ
定義情報を読み込み(ステップ63)、このデータ定義
情報をもとに特定の外部データに関する入出力定義画面
を表示し、利用者に対してデータ項目ごとの入出力処理
の定義を要求する(ステップ64)。
Next, the data edit definition device 6 reads the data definition information corresponding to this data definition information name from the data specification storage device 3 (step 63), and based on this data definition information the data edit definition device 6 inputs the specified external data. The output definition screen is displayed, and the user is requested to define the input / output processing for each data item (step 64).

【0034】図5は外部データに関する入出力処理の定
義画面の例である。
FIG. 5 shows an example of a definition screen for input / output processing regarding external data.

【0035】利用者が外部データに関する入出力処理の
定義を指定すると、データ編集定義装置6はこの情報を
受け取り、データ編集処理定義情報を生成し(ステップ
65)、データ編集定義記憶装置7に記憶する(ステッ
プ66)。
When the user specifies the definition of the input / output process for the external data, the data edit definition device 6 receives this information, generates the data edit process definition information (step 65), and stores it in the data edit definition storage device 7. (Step 66).

【0036】プログラム特殊化装置8は、プログラムひ
な型情報記憶装置1からプログラムひな型情報を読み込
み(ステップ81)、データ仕様記憶装置3からデータ
定義情報を読み込み(ステップ82)、データ定義割り
当て記憶装置5からデータ定義割り当て情報を読み込み
(ステップ83)、およびデータ編集定義記憶装置7か
ら外部データのデータ編集定義を読み込む(ステップ8
4)。
The program specializing device 8 reads the program model information from the program model information storage device 1 (step 81), reads the data definition information from the data specification storage device 3 (step 82), and reads from the data definition allocation storage device 5. The data definition allocation information is read (step 83), and the data edit definition of the external data is read from the data edit definition storage device 7 (step 8).
4).

【0037】次にプログラム特殊化装置8は、プログラ
ムひな型情報のプログラム手続き情報とデータ定義割り
当て情報とデータ定義情報をもとにプログラム仕様の形
態に合わせてプログラムのデータ宣言部の命令群を生成
する(ステップ85)。
Next, the program specializing device 8 generates an instruction group of the data declaration section of the program according to the form of the program specification based on the program procedure information of the program model information, the data definition allocation information and the data definition information. (Step 85).

【0038】プログラム特殊化装置8は、プログラムひ
な型情報のプログラム手続き情報をもとに外部データの
構成要素と関連づけて、その外部データの入出力処理を
記述する部分に該当するデータ編集定義を組み込むこと
によってプログラムの手続き部を組み立て、さらにこの
プログラムの手続き部をプログラム仕様の形態に合わせ
てプログラムの手続き部の命令群を生成する(ステップ
86)。ステップ86終了で目的とするプログラムの特
殊化が完了する。
The program specializing device 8 associates the external data components based on the program procedure information of the program model information, and incorporates the corresponding data edit definition in the part describing the input / output processing of the external data. Then, the procedure section of the program is assembled, and the instruction section of the procedure section of the program is generated in accordance with the form of the program specification (step 86). At the end of step 86, the specialization of the target program is completed.

【0039】図3において3−4の部分は、プログラム
手続き情報中のデータ宣言部の生成を指示した部分であ
り、3−5の部分は外部データの構成要素と関連づけ
て、その外部データの該当するデータ編集定義を入出力
処理として組み込むことを指示した部分である。
In FIG. 3, the part 3-4 is a part instructing the generation of the data declaration part in the program procedure information, and the part 3-5 is associated with the constituent elements of the external data and corresponds to the external data. Is a part instructing to incorporate the data edit definition to be input / output processing.

【0040】プログラム特殊化装置8はステップ86終
了後、特殊化が完了したプログラムを1つのプログラム
仕様として生成し、プログラム仕様記憶装置9に記憶す
る(ステップ87)。 以上により、本発明の第1の実
施例の動作であるプログラムカストマイズ装置の処理が
完了する。
After the completion of step 86, the program specializing device 8 generates the specialized program as one program specification and stores it in the program specification storage device 9 (step 87). With the above, the processing of the program customizer, which is the operation of the first exemplary embodiment of the present invention, is completed.

【0041】[0041]

【発明の効果】以上説明したように、本発明のプログラ
ムカストマイズ装置は、プログラムの仕様作成者がプロ
グラムの構成定義に合わせて、外部データへの入出力の
データ編集定義を行えば、それがそのままプログラムの
一部として反映できるようになるため、プログラム仕様
作成者の意図をそのままプログラムの命令として反映す
ることができ、プログラムの生産性の向上だけではな
く、プログラムの品質の向上をも図ることができるとい
う効果を有している。
As described above, according to the program customization apparatus of the present invention, if the creator of the program makes the data edit definition of the input / output to / from the external data in accordance with the configuration definition of the program, it is kept as it is. Since it can be reflected as a part of the program, the intention of the program specification creator can be reflected as it is as the command of the program, and not only the productivity of the program can be improved but also the quality of the program can be improved. It has the effect of being able to.

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

【図1】図1は本発明の第1の実施例を示すブロック図
である。
FIG. 1 is a block diagram showing a first embodiment of the present invention.

【図2】図2は本発明の第1の実施例のプログラム構成
定義装置4、データ編集定義装置6、プログラム特殊化
装置8の処理を示す流れ図である。
FIG. 2 is a flow chart showing processing of a program configuration defining device 4, a data edit defining device 6, and a program specializing device 8 according to the first embodiment of the present invention.

【図3】図3は本発明の第1の実施例のプログラムひな
型情報記憶装置1中のプログラムひな型情報の例を示す
図である。
FIG. 3 is a diagram showing an example of program model information in the program model information storage device 1 according to the first embodiment of the present invention.

【図4】図4は本発明の第1の実施例のプログラム構成
定義装置4により情報入出力装置2に表示されるプログ
ラム構成の表示と利用者が指定した外部データに対する
データ定義情報名の割り当ての例を示す図である。
FIG. 4 is a display of a program configuration displayed on the information input / output device 2 by the program configuration defining device 4 according to the first embodiment of the present invention and allocation of a data definition information name to external data designated by a user. It is a figure which shows the example of.

【図5】図5は本発明の第1の実施例のデータ編集定義
装置6により情報入出力装置2に表示される外部データ
に関する入出力処理の定義画面の例を示す図である。
FIG. 5 is a diagram showing an example of an input / output processing definition screen for external data displayed on the information input / output device 2 by the data editing / defining device 6 according to the first embodiment of this invention.

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

1 プログラムひな型情報記憶装置 2 情報入出力装置 3 データ仕様記憶装置 4 プログラム構成定義装置 5 データ定義割り当て記憶装置 6 データ編集定義装置 7 データ編集定義記憶装置 8 プログラム特殊化装置 9 プログラム仕様記憶装置 1 program model information storage device 2 information input / output device 3 data specification storage device 4 program configuration definition device 5 data definition allocation storage device 6 data edit definition device 7 data edit definition storage device 8 program specialization device 9 program specification storage device

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 情報処理システムにおける事務処理業務
を実行するプログラムのカストマイズ装置において、 プログラムのひな型情報を記憶するプログラムひな型情
報記憶装置と、 プログラムのデータ定義情報を記憶するデータ仕様記憶
装置と、 利用者が指定した前記プログラムひな型情報記憶装置の
プログラムひな型情報を読み込み、外部データとプログ
ラムの構成を表示し、さらに利用者が指定した外部デー
タに対するデータ定義の割り当て情報をデータ定義割り
当て記憶装置に記憶するプログラム構成定義装置と、 前記データ仕様記憶装置に記憶されたデータ定義情報
と、このデータ定義割り当て記憶装置に記憶された外部
データに対するデータ定義の割り当て情報を参照して、
利用者が指定した外部データの入出力処理に関するデー
タ編集処理定義情報をデータ編集定義記憶装置に記憶す
るデータ編集定義装置と、 前記データ仕様記憶装置に記憶されたデータ定義情報
と、前記データ定義割り当て記憶装置に記憶された外部
データに対するデータ定義の割り当て情報、およびこの
データ編集定義記憶装置に記憶された外部データの入出
力処理に関するデータ編集処理定義情報に基づいて、プ
ログラムひな型情報記憶装置に記憶されたプログラムひ
な型情報を特殊化し、1つのプログラム仕様として生成
するプログラム特殊化装置とを備えることを特徴とする
プログラムカストマイズ装置。
1. A program customizing device for executing office work in an information processing system, a program model information storage device for storing program model information, and a data specification storage device for storing data definition information of the program. The program model information of the program model information storage device specified by the user is read, the external data and the configuration of the program are displayed, and the data definition allocation information for the external data specified by the user is stored in the data definition allocation storage device. With reference to a program configuration definition device, data definition information stored in the data specification storage device, and data definition allocation information for external data stored in the data definition allocation storage device,
A data edit definition device that stores data edit process definition information relating to input / output processing of external data specified by a user in a data edit definition storage device, data definition information stored in the data specification storage device, and the data definition allocation Based on the data definition allocation information for the external data stored in the storage device and the data editing process definition information regarding the input / output process of the external data stored in the data editing definition storage device, the program template information storage device stores the data. And a program specializing device that specializes the program model information and generates it as one program specification.
【請求項2】前記プログラムひな型情報記憶装置は、プ
ログラムで扱うファイル、画面、および帳票といった外
部データの構成要素とプログラムの入出力関係をまとめ
たプログラム構成情報と、プログラム手続き部中の外部
データの各構成要素に関する処理を関連づけてプログラ
ムの手続き部全体を記述したプログラム手続き情報とか
ら構成されるプログラムひな型情報を記憶し、 前記データ仕様記憶装置は、外部データのレコード構造
と、そのレコードを構成するデータ項目に関するデータ
定義情報を記憶することを特徴とする請求項1記載のプ
ログラムカストマイズ装置。
2. The program model information storage device stores program configuration information that summarizes input / output relationships of the program and external data components such as files, screens, and forms handled by the program, and external data in the program procedure section. Stores program model information composed of program procedure information that describes the entire procedure section of the program in association with processing related to each component, and the data specification storage device configures a record structure of external data and its records. 2. The program customize device according to claim 1, wherein data definition information regarding a data item is stored.
JP5266817A 1993-10-26 1993-10-26 Program customization equipment Expired - Lifetime JP2720768B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5266817A JP2720768B2 (en) 1993-10-26 1993-10-26 Program customization equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5266817A JP2720768B2 (en) 1993-10-26 1993-10-26 Program customization equipment

Publications (2)

Publication Number Publication Date
JPH07121358A true JPH07121358A (en) 1995-05-12
JP2720768B2 JP2720768B2 (en) 1998-03-04

Family

ID=17436085

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5266817A Expired - Lifetime JP2720768B2 (en) 1993-10-26 1993-10-26 Program customization equipment

Country Status (1)

Country Link
JP (1) JP2720768B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1031586A (en) * 1996-07-15 1998-02-03 Nec Corp Program generation device
US7890607B2 (en) 2007-02-01 2011-02-15 Canon Kabushiki Kaisha Execution apparatus for executing a function in response to a request received via a network, and method of accepting a request received via a network

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04107736A (en) * 1990-08-29 1992-04-09 Nec Corp Knowledge acquiring system
JPH04140832A (en) * 1990-10-02 1992-05-14 Nec Software Kansai Ltd Customizing device for program package
JPH04142622A (en) * 1990-10-04 1992-05-15 Oki Electric Ind Co Ltd Program generator
JPH04172529A (en) * 1990-11-07 1992-06-19 Hitachi Ltd Automatic program generating system by data oriented software parts

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04107736A (en) * 1990-08-29 1992-04-09 Nec Corp Knowledge acquiring system
JPH04140832A (en) * 1990-10-02 1992-05-14 Nec Software Kansai Ltd Customizing device for program package
JPH04142622A (en) * 1990-10-04 1992-05-15 Oki Electric Ind Co Ltd Program generator
JPH04172529A (en) * 1990-11-07 1992-06-19 Hitachi Ltd Automatic program generating system by data oriented software parts

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1031586A (en) * 1996-07-15 1998-02-03 Nec Corp Program generation device
US7890607B2 (en) 2007-02-01 2011-02-15 Canon Kabushiki Kaisha Execution apparatus for executing a function in response to a request received via a network, and method of accepting a request received via a network

Also Published As

Publication number Publication date
JP2720768B2 (en) 1998-03-04

Similar Documents

Publication Publication Date Title
US5414847A (en) Design method and apparatus of computer program for business processing
JPH06348766A (en) Method and device for incorporating tool
JPH07121358A (en) Program customizing device
JP3741450B2 (en) Item component element execution method and execution apparatus
JPH039436A (en) Automatic control system for design and execution
JPH0528088A (en) Method for automatically generating hardware constitution information
CN112506506B (en) Method, device, equipment and medium for configuring pages of electronic medical record browser
JPH07104779B2 (en) User menu display processing method
JPH0520046A (en) Method and device for program development assistance
JPH1185582A (en) Data processor
JPH05324290A (en) System for preparing graphical user interface
JP2003271384A (en) Software specification managing method and software specification managing device and its program
JPH0619691A (en) Design supporting device using design process information
JPS6376054A (en) Data flow formation control system
JPH08221264A (en) Supporting system for preparing program
JPH103390A (en) Table managing system and preparing method for the same
JPH05289857A (en) Program generating method
JPH04352069A (en) Document processor
JPH06103276A (en) Automatic preparing system for system operating schedule
JP2001175780A (en) Slip output selection system, slip output selection method and recording medium recording slip output selection procedure
JP2003323295A (en) System, method and program for controlling program release
JPH04316119A (en) System for automating preparation of manual
JPH05108332A (en) Editor
JPH0991126A (en) Editor
JPH0498533A (en) Automatic program generating device with macroblock diagram processing function

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19971021