JPH04335426A - Catalogue repeat executing device - Google Patents

Catalogue repeat executing device

Info

Publication number
JPH04335426A
JPH04335426A JP10626191A JP10626191A JPH04335426A JP H04335426 A JPH04335426 A JP H04335426A JP 10626191 A JP10626191 A JP 10626191A JP 10626191 A JP10626191 A JP 10626191A JP H04335426 A JPH04335426 A JP H04335426A
Authority
JP
Japan
Prior art keywords
catalog
execution
parameter
section
parameters
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
JP10626191A
Other languages
Japanese (ja)
Inventor
Kaori Nagai
永井 かおり
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.)
HOKKAIDO NIPPON DENKI SOFTWARE KK
NEC Solution Innovators Ltd
Original Assignee
HOKKAIDO NIPPON DENKI SOFTWARE KK
NEC Software Hokkaido 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
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=14429158&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=JPH04335426(A) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by HOKKAIDO NIPPON DENKI SOFTWARE KK, NEC Software Hokkaido Ltd filed Critical HOKKAIDO NIPPON DENKI SOFTWARE KK
Priority to JP10626191A priority Critical patent/JPH04335426A/en
Publication of JPH04335426A publication Critical patent/JPH04335426A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To obtain the effect of elimination of the need for a parameter change at the time of executing a processing by inputting a parameter in a batch immediately before executing a catalogue, and preservation reutilization and continuous repeat execution of the parameter changed at the time of execution. CONSTITUTION:A catalogue generating/updating means 1 is provided with a variable parameter extracting part 14 for extracting a parameter which can be changed at the time of execution instead of a suspension point setting part for designating a temporary suspension point of a processing at the time of inputting the parameter, a catalogue managing means 2 is provided with an execution parameter accumulating part 22 for accumulating the information given to a variable parameter at the time of execution and a catalogue executing means 3 is provided with an execution condition designating part 51 for designating a condition at the time of executing a catalogue and an execution parameter input part 32 for giving a value to a changeable parameter.

Description

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

【0001】0001

【産業上の利用分野】本発明はカタログ繰り返し実行装
置に関し、特に少しづつパラメータを変えながら同じ処
理を繰り返し実行するカタログ繰り返し実行装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a catalog repeat execution device, and more particularly to a catalog repeat execution device that repeatedly executes the same process while changing parameters little by little.

【0002】0002

【従来の技術】一般に日常業務は試行錯誤的に行う不定
型業務と決まりきった手続きにそって同じことを繰り返
す定型業務に分類される。コンピュータシステムを利用
して業務を遂行する場合も同様なことが言える。定型処
理はデータやパラメータを少しづつ変えながら繰り返し
実行される場合が多いのでコンピュータシステムでそれ
を実現する場合は、図2に示すような一連の処理を1つ
のカタログとして登録し、必要に応じてそれを実行する
方法がとられる。
2. Description of the Related Art In general, daily work is classified into irregular work that is performed by trial and error, and routine work that repeats the same thing according to established procedures. The same thing can be said when carrying out business using computer systems. Routine processing is often executed repeatedly while changing data and parameters little by little, so if you want to implement this with a computer system, you can register a series of processing as shown in Figure 2 as one catalog and use it as needed. A method is taken to implement it.

【0003】従来のカタログ繰り返し実行装置は、図5
に示すようにカタログ作成/更新手段4として繰り返し
実行したい処理を選択するカタログ処理選択部11と各
処理に必要なパラメータを入力するパラメータ入力部1
2と処理の一時中断点を指定する中断点指定部41と入
力したパラメータに誤りがないかどうかチェックするパ
ラメータ解析部42を有し、カタログ管理手段5として
作成したカタログを保存、管理するカタログ蓄積部51
を有し、カタログ実行手段6としてカタログ化された処
理の実行、一時中断点で処理を中断、データやパラメー
タを端末から入力、その後処理を続行する制御を行う実
行制御部61を有している。この装置では、利用者の手
によりカタログ実行手段を何度も動かすことでカタログ
の繰り返し実行を実現している。
A conventional catalog repetition execution device is shown in FIG.
As shown in the figure, the catalog creation/updating means 4 includes a catalog processing selection section 11 for selecting a process to be repeatedly executed, and a parameter input section 1 for inputting parameters necessary for each process.
2, an interruption point specifying section 41 for specifying a temporary interruption point of processing, and a parameter analysis section 42 for checking whether input parameters are correct; and a catalog storage section 42 for storing and managing catalogs created as a catalog management means 5. Part 51
The catalog execution means 6 includes an execution control unit 61 that executes the cataloged process, interrupts the process at a temporary interruption point, inputs data and parameters from a terminal, and then controls to continue the process. . In this device, the catalog can be repeatedly executed by manually moving the catalog execution means many times.

【0004】0004

【発明が解決しようとする課題】従来のカタログ繰り返
し実行装置においてはパラメータの一部を変えてカタロ
グを繰り返し実行する場合、カタログを一時中断して利
用者の手によりパラメータ変更を行い、処理を続行しな
ければならずさらに中断時変更したパラメータを保存す
る手段や連続で同じ処理を実行する手段がないので利用
者はカタログ実行中も端末から目が離せない,カタログ
実行の都度変更パラメータを入力しなければならない,
繰り返し実行が連続的にできないという欠点がある。
[Problem to be Solved by the Invention] In a conventional catalog repeat execution device, when a catalog is repeatedly executed by changing some of the parameters, the catalog is temporarily interrupted, the parameters are changed manually by the user, and processing is continued. Furthermore, since there is no way to save changed parameters during interruptions or to continuously execute the same process, the user must keep an eye on the terminal while the catalog is being executed, and input changed parameters each time the catalog is executed. There must be,
The drawback is that repeated execution cannot be performed continuously.

【0005】本発明の目的は以上の欠点を解消してカタ
ログ実行直前にパラメータを一括入力することによる処
理実行時のパラメータ変更の不要,実行時変更したパラ
メータの保存,再利用,連続的な繰り返し実行を可能と
したカタログ繰り返し実行装置を提供することにある。
The purpose of the present invention is to eliminate the above-mentioned drawbacks and input parameters all at once immediately before catalog execution, thereby eliminating the need to change parameters during process execution, saving, reusing, and continuously repeating parameters changed during execution. An object of the present invention is to provide a catalog repetition execution device that can perform catalog repetition.

【0006】[0006]

【課題を解決するための手段】本発明のカタログ繰り返
し実行装置は、実行時変更可能なパラメータの抽出を行
う可変パラメータ抽出部を有し繰り返し実行したい一連
の処理をカタログとして作成したりその内容を更新した
りするカタログ作成/更新手段と、実行時可変パラメー
タに与えた条件に蓄積する実行パラメータ蓄積部を有し
、作成,更新したカタログを管理,保存するカタログ管
理手段と、カタログ実行時の条件を指定する実行条件指
定部や変更可能なパラメータに対して値を与える実行パ
ラメータ入力部を有し、カタログ実行時に必要な環境,
パラメータを指定し実際の実行を制御するカタログ実行
手段とにより構成される。
[Means for Solving the Problems] The catalog repetition execution device of the present invention has a variable parameter extraction unit that extracts parameters that can be changed at runtime, and is capable of creating a series of processes to be repeatedly executed as a catalog, and storing the contents thereof. Catalog creation/update means for updating, catalog management means for managing and storing created and updated catalogs, which has an execution parameter storage section for storing conditions given to runtime variable parameters, and conditions for catalog execution. It has an execution condition specification part that specifies the parameters, and an execution parameter input part that gives values to changeable parameters.
The catalog execution means specifies parameters and controls actual execution.

【0007】[0007]

【実施例】以下本発明の実施例について図面を参照して
詳細に説明する。
Embodiments Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

【0008】図1は本発明の一実施例であるカタログ繰
り返し実行装置を示す構成図である。図1において、本
実施例のカタログ繰り返し実行装置は、カタログ作成/
更新手段1と、カタログ管理手段2とカタログ実行手段
3とから構成されている。
FIG. 1 is a block diagram showing a catalog repetition execution device which is an embodiment of the present invention. In FIG. 1, the catalog repetition execution device of this embodiment performs catalog creation/
It is composed of an updating means 1, a catalog management means 2, and a catalog execution means 3.

【0009】カタログ作成/更新手段1はカタログ処理
選択部11とパラメータ入力部12とパラメータ解析部
13と可変パラメータ抽出部14からなる。カタログ処
理選択部11は繰り返し実行したい処理の選択と実行す
る順番を入力しパラメータ入力部12はカタログ処理選
択部11で選択された処理に対応するパラメータを入力
する。この時、実行時変更したいパラメータには約束さ
れた特殊な記号を入力しておく。次にパラメータ解析部
13が入力されたパラメータを解析,誤りがないかチェ
ックをし、可変パラメータ抽出部14が実行時変更可能
なパラメータの数や項目名を抽出する。
The catalog creation/update means 1 includes a catalog processing selection section 11, a parameter input section 12, a parameter analysis section 13, and a variable parameter extraction section 14. The catalog process selection unit 11 inputs the selection of processes to be repeatedly executed and the order of execution, and the parameter input unit 12 inputs parameters corresponding to the process selected by the catalog process selection unit 11. At this time, enter the specified special symbol for the parameter you want to change at runtime. Next, the parameter analysis section 13 analyzes the input parameters and checks for errors, and the variable parameter extraction section 14 extracts the number and item names of parameters that can be changed during execution.

【0010】カタログ管理手段2はカタログ蓄積部21
と実行パラメータ蓄積部22とからなり、各々カタログ
作成/更新手段1から出力,参照されるカタログ情報、
カタログ実行手段3から出力,参照される実行時、変更
パラメータに与えた情報を蓄積している。
[0010] The catalog management means 2 includes a catalog storage section 21.
and an execution parameter storage unit 22, each of which stores catalog information output and referenced from the catalog creation/update means 1,
The information given to the changed parameters at the time of execution, which is output and referenced from the catalog execution means 3, is stored.

【0011】カタログ実行手段3は実行条件設定部31
と実行パラメータ入力部32と実行制御部33からなる
。実行条件設定部31は実行したいカタログおよび選択
したカタログが実行する時のくり返し回数等の条件を入
力し実行パラメータ入力部32は選択されたカタログに
含まれる処理の中に変更可能なパラメータがあった場合
、そのパラメータに値を与える。実行制御部33は与え
られた条件のもとパラメータの変更をしながら処理を実
行していくための制御を行う。
[0011] The catalog execution means 3 includes an execution condition setting section 31.
, an execution parameter input section 32 , and an execution control section 33 . The execution condition setting section 31 inputs conditions such as the catalog to be executed and the number of repetitions when the selected catalog is executed, and the execution parameter input section 32 indicates that there is a changeable parameter in the process included in the selected catalog. If so, give a value to that parameter. The execution control unit 33 performs control to execute processing while changing parameters under given conditions.

【0012】次にこの様に構成されたカタログ繰り返し
実行装置の動作を図2に示す例を使って説明する。
Next, the operation of the catalog repetition execution device configured as described above will be explained using the example shown in FIG.

【0013】図2はデータの抽出→データのソート→折
線グラフ描画という3つの処理を一連の処理として実行
した例である。これをカタログ繰り返し実行装置で実現
する場合、まずカタログ処理選択部11でデータの抽出
,ソート,折線グラフの処理をこの順番で実行するのを
1つのカタログとしたい旨を端末から入力する。すると
その情報がパラメータ入力部12へ伝わりそこで抽出,
ソート,折線グラフ描画に必要なパラメータの入力を行
うための画面が端末に表示される。
FIG. 2 is an example in which the three processes of data extraction → data sorting → line graph drawing are executed as a series of processes. When implementing this with a catalog repetition execution device, first, input from a terminal is made to the catalog processing selection unit 11 to the effect that data extraction, sorting, and line graph processing are to be executed in this order for one catalog. Then, that information is transmitted to the parameter input section 12, where it is extracted and
A screen is displayed on the terminal for inputting parameters necessary for sorting and drawing line graphs.

【0014】図3は折線グラフのパラメータ入力画面の
例でありこの時、値として約束された特殊な記号(この
例では“?”)を入力すると、それが実行時変更可能な
可変パラメータになる。図3の例ではY軸項目がそれに
あたる。入力されたパラメータはパラメータ解析部で解
析され、誤りがないかどうかチェックされ誤りがなけれ
ばそのパラメータはさらに可変パラメータ抽出部へわた
され、そこで可変パラメータの数やその項目名の情報が
抽出されカタログの作成が終了する。作成されたカタロ
グは処理の種類,実行順序各々の処理に必要なパラメー
タ値、可変パラメータ数、項目名等から構成され、それ
らの情報は名前をつけてカタログ管理部2のカタログ蓄
積部21にて保存管理される。カタログ実行時には実行
情報設定部31にて実行したいカタログの名前を指定す
ることによりカタログ蓄積部からカタログ情報が読み出
される。さらに実行情報指定部31では図4(a)に示
すように繰り返し実行回数や以前に作成した実行パラメ
ータ使用の有無等の実行条件が端末画面から入力される
。実行パラメータ入力部32は実行パラメータ使用「N
O」という条件が実行条件指定部31より伝わってくれ
ば可変パラメータに対して処理の繰り返し回数分だけ値
を入力するための図4(b)のような画面を出力し端末
から値を入力する。ここで入力した値を実行パラメータ
としてカタログ管理手段2の実行パラメータ蓄積部22
に名前をつけて保存,管理することもできる。また、実
行パラメータ入力部32は実行パラメータ使用「YES
」という条件が伝わってくれば図4(c)のような画面
を出力し以前に蓄積しておいた実行パラメータの名前を
入力させ、それにより可変パラメータに値を与える。実
行制御部33は実行条件として与えられた繰り返し回数
分だけ可変パラメータの値を次々に変えながらカタログ
を実行していくための制御を行う。
FIG. 3 is an example of a parameter input screen for a line graph. At this time, if you enter a special symbol ("?" in this example) that is guaranteed as a value, it becomes a variable parameter that can be changed at runtime. . In the example of FIG. 3, this corresponds to the Y-axis item. The input parameters are analyzed by the parameter analysis section and checked for errors. If there are no errors, the parameters are further passed to the variable parameter extraction section, where information on the number of variable parameters and their item names is extracted and cataloged. The creation of is completed. The created catalog consists of the type of processing, the parameter values necessary for each processing in the execution order, the number of variable parameters, item names, etc. This information is given a name and stored in the catalog storage section 21 of the catalog management section 2. Preserved and managed. When executing a catalog, the catalog information is read from the catalog storage section by specifying the name of the catalog to be executed in the execution information setting section 31. Further, in the execution information specifying section 31, as shown in FIG. 4A, execution conditions such as the number of repeated executions and whether to use previously created execution parameters are input from the terminal screen. The execution parameter input section 32 is for execution parameter use “N”.
If the condition "O" is transmitted from the execution condition specifying unit 31, a screen like that shown in FIG. 4(b) is output for inputting values for the variable parameters for the number of times the process is repeated, and the values are input from the terminal. . The execution parameter storage unit 22 of the catalog management means 2 uses the value input here as an execution parameter.
You can also name, save, and manage the files. In addition, the execution parameter input section 32 indicates the execution parameter use “YES”.
”, a screen like that shown in FIG. 4(c) is output and the name of the previously stored execution parameter is entered, thereby giving a value to the variable parameter. The execution control unit 33 performs control to execute the catalog while successively changing the values of the variable parameters by the number of repetitions given as the execution condition.

【0015】以上の説明においては例としてデータの抽
出→データのソート→折線グラフの場合をあげたがこれ
に限られることはなくデータの変換→棒グラフでもデー
タの分離→データの集計→クロス表の作成でも同様の効
果が得られ、本発明の目的を達成することができる。
[0015] In the above explanation, the case of data extraction → data sorting → line graph was given as an example, but the example is not limited to this. Data conversion → data separation even in bar graphs → data aggregation → cross table The same effect can be obtained by creating the same, and the object of the present invention can be achieved.

【0016】[0016]

【発明の効果】以上の説明で明らかな如く、本発明のカ
タログ繰り返し実行装置によればカタログ実行直前にパ
ラメータ一括入力することによる処理実行時のパラメー
タ変更の不要、実行時変更したパラメータの保存,再利
用,連続的な繰り返し実行の効果を得ることができる効
果がある。
As is clear from the above description, the catalog repeat execution device of the present invention eliminates the need to change parameters during processing execution by inputting parameters all at once immediately before catalog execution, and saves parameters changed during execution. This has the effect of reusing and continuously repeating execution.

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

【図1】本発明の一実施例のカタログ繰り返し実行装置
の構成を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of a catalog repetition execution device according to an embodiment of the present invention.

【図2】くり返し実行したい一連の処理の例を示した図
である。
FIG. 2 is a diagram showing an example of a series of processes that are desired to be repeatedly executed.

【図3】処理のパラメータ入力画面の例を示した図であ
る。
FIG. 3 is a diagram showing an example of a processing parameter input screen.

【図4】実行時の入力条件とその条件による処理の分岐
を示した図である。
FIG. 4 is a diagram showing input conditions at the time of execution and processing branches based on the conditions.

【図5】従来のカタログ繰り返し実行装置の構成を示す
ブロック図である。
FIG. 5 is a block diagram showing the configuration of a conventional catalog repetition execution device.

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

1    カタログ作成/更新手段 2    カタログ管理手段 3    カタログ実行手段 11    カタログ処理選択部 12    パラメータ入力部 13    パラメータ解析部 14    可変パラメータ抽出部 21    カタログ蓄積部 22    実行パラメータ蓄積部 31    実行条件設定部 32    実行パラメータ入力部 33    実行制御部 1. Catalog creation/update method 2 Catalog management means 3 Catalog execution means 11 Catalog processing selection section 12 Parameter input section 13 Parameter analysis section 14 Variable parameter extraction section 21 Catalog storage department 22 Execution parameter storage section 31 Execution condition setting section 32 Execution parameter input section 33 Execution control unit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  カタログ処理選択部とパラメータ入力
部と中断点設定部とパラメータ解析部とを有し、繰り返
し実行したい一連の処理をカタログとして作成したりそ
の内容を更新したりするカタログ作成/更新手段と、前
記カタログ作成/更新手段で作成/更新したカタログを
管理、保存するカタログ蓄積部を有するカタログ管理手
段とカタログ実行時に実際の実行を制御する実行制御部
を有するカタログ実行手段とを含むカタログ繰り返し実
行装置において、パラメータ入力時処理の一時中断点を
指定する中断点設定部のかわりに実行時変更可能なパラ
メータの抽出を行う可変パラメータ抽出部を備えた前記
カタログ作成/更新手段と、実行時可変パラメータに与
えた情報を蓄積する実行パラメータ蓄積部を備えた前記
カタログ管理手段と、カタログ実行時の条件を指定する
実行条件指定部と変更可能なパラメータに対して値を与
える実行パラメータ入力部とを備えた前記カタログ実行
手段を有することを特徴とするカタログ繰り返し実行装
置。
[Claim 1] A catalog creation/updating device that has a catalog processing selection section, a parameter input section, an interruption point setting section, and a parameter analysis section, and that creates a catalog of a series of processes to be repeatedly executed and updates its contents. catalog management means having a catalog storage section for managing and storing the catalog created/updated by the catalog creation/update means; and catalog execution means having an execution control section for controlling actual execution when the catalog is executed. In the repeating execution device, the catalog creation/updating means includes a variable parameter extraction section that extracts parameters that can be changed at runtime instead of a breakpoint setting section that specifies a temporary breakpoint of processing at the time of parameter input; The catalog management means includes an execution parameter storage unit that stores information given to variable parameters, an execution condition specification unit that specifies conditions for catalog execution, and an execution parameter input unit that provides values for changeable parameters. A catalog repetition execution device comprising the catalog execution means.
JP10626191A 1991-05-13 1991-05-13 Catalogue repeat executing device Pending JPH04335426A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10626191A JPH04335426A (en) 1991-05-13 1991-05-13 Catalogue repeat executing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10626191A JPH04335426A (en) 1991-05-13 1991-05-13 Catalogue repeat executing device

Publications (1)

Publication Number Publication Date
JPH04335426A true JPH04335426A (en) 1992-11-24

Family

ID=14429158

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10626191A Pending JPH04335426A (en) 1991-05-13 1991-05-13 Catalogue repeat executing device

Country Status (1)

Country Link
JP (1) JPH04335426A (en)

Similar Documents

Publication Publication Date Title
JPS63181033A (en) Automatic program generating system
US20020199168A1 (en) Automatic program generation apparatus
JPH04335426A (en) Catalogue repeat executing device
JP2000029677A (en) Automatic generating device for screen constitution
US20220299968A1 (en) Control system, information processing apparatus, and information processing program
JP3120443B2 (en) Command processing unit
JPH06332749A (en) Register analysis processor
JPH02162463A (en) Back-up device for production of process network
JPS62135958A (en) Simulation system
JPH04167123A (en) Mixed data processing system
JPS63247824A (en) Expanding method for number of defining blocks of data entry screen
JPH08278880A (en) Process control system by screen data
JPH02163823A (en) Set value check system at decision of system constitution
JPH03280160A (en) Arithmetic operation scheduling supporting device
JPH0423037A (en) Processing method for designation of resource name
JPH04138575A (en) Device for repreparing finite element data
JPH01166217A (en) Generation system for computer controlled statement
JPH06103262A (en) Data analyzing system
JPH0378063A (en) Input/output processing controller
JPH06309390A (en) Update history managing method for design data
JPH0520077A (en) Description language processor
JPH0212318A (en) User interface preparing system
JPH06110547A (en) Sequence result data collector
JPH03262035A (en) Definition essential information changing system
JPH06236261A (en) Separating system for procedure language program component