JPH064377A - Method for operating program by data management - Google Patents
Method for operating program by data managementInfo
- Publication number
- JPH064377A JPH064377A JP4162359A JP16235992A JPH064377A JP H064377 A JPH064377 A JP H064377A JP 4162359 A JP4162359 A JP 4162359A JP 16235992 A JP16235992 A JP 16235992A JP H064377 A JPH064377 A JP H064377A
- Authority
- JP
- Japan
- Prior art keywords
- data
- program
- contents
- executed
- person
- 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.)
- Withdrawn
Links
Landscapes
- Stored Programmes (AREA)
- Debugging And Monitoring (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、プログラム実行時の運
用方法に関し、特に、プログラム実行時に必要なデータ
が、運用において変化してしまう時の運用の簡易化の方
法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of operating a program, and more particularly to a method of simplifying the operation when data necessary for executing the program changes in the operation.
【0002】[0002]
【従来の技術】従来、プログラム実行時にそのプログラ
ムが必要なデータがあり、それが運用において変化する
物である場合、プログラムの実行途中にデータが必要に
なった時点で、一度、プログラムの実行を中断し、人間
に対してデータの入力を求めるようにしている。これに
対し、プログラム実行の運用をしている人間が、その時
点でプログラムの実行が正しくされるように、運用に合
わせて必要なデータを入力する。このデータの値により
プログラムはその後の処理を実行する事になる。2. Description of the Related Art Conventionally, when there is data required by the program when the program is executed, and the data changes during operation, the program must be executed once when the data is needed during the execution of the program. It stops and asks humans to input data. On the other hand, a person operating the program execution inputs necessary data according to the operation so that the program is correctly executed at that time. The value of this data causes the program to execute the subsequent processing.
【0003】[0003]
【発明が解決しようとする課題】この従来のプログラム
実行の運用方法では、運用において変化するデータを運
用を行っている人間がプログラム実行中に運用を考え、
運用に合ったデータを入力しなければならない。その
為、運用を行っている人間が複数のプログラムに対して
データを入力しなければならなくなり、それに対する知
識を必要とされる。又、入力ミスによる障害が発生した
り、プログラムの入力要求に対しすみやかにデータを入
れなければならなく運用が乱雑になってしまうという問
題点があった。In this conventional method of operating program execution, a person who operates data that changes during operation considers the operation during program execution,
You must enter the data that suits your operation. Therefore, the person who is operating has to input data to multiple programs, and knowledge about it is required. Further, there are problems that an error occurs due to an input error, and that data must be promptly input in response to an input request of the program, resulting in cluttered operation.
【0004】[0004]
【課題を解決するための手段】本発明のデータ管理のプ
ログラムの運用方法は、プログラム実行時に必要で、か
つ運用によって変化するデータを入れておくデータファ
イルを持ち、プログラムを実行させる前に、このデータ
ファイルにデータを登録しておき、その内容の確認を行
ない、プログラムが実行する時には、必要なデータをそ
のデータファイルから取り込む手段とを有している。A method for operating a program for data management according to the present invention has a data file in which data necessary for program execution and which changes depending on the operation is stored. It has means for registering data in a data file, confirming the contents, and fetching necessary data from the data file when the program is executed.
【0005】[0005]
【実施例】次に、本発明について図面を参照して説明す
る。DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.
【0006】図1は、本発明のプログラム実行の運用方
法を表わした作業フローである。図1において、今、プ
ログラムが実行する時に必要なデータがあり、かつその
データは運用によって日々変化する物である。ただし運
用によって変化すると言っても、プログラムの実行以前
には、決定する事が出来る特徴を持っている物であると
する。FIG. 1 is a work flow showing a method for operating program execution according to the present invention. In FIG. 1, there is data required when the program is executed, and the data changes daily depending on the operation. However, even if it changes depending on the operation, it is assumed that it has a characteristic that can be decided before the execution of the program.
【0007】このようなデータがある場合、まず、実行
するプログラムを知っており、かつ運用を理解して今回
プログラム実行時にデータの値をどうすれば良いかを知
っている人がデータ内容を決定する。そして、データ内
容を決定した本人、又は特定の人が今回実行される全て
のプログラム分のデータをデータファイルに登録する。
この時、登録した結果をリストに出力する。When there is such data, first, a person who knows the program to be executed and who understands the operation and knows what to do with the value of the data when the program is executed this time determines the data content. Then, the person who determines the data content or a specific person registers data for all the programs executed this time in the data file.
At this time, the registered result is output to the list.
【0008】次に、データ内容を決定した人に、登録結
果リストを確認してもらう。この時、内容に違いがある
時には、データ内容の修正を行ないデータを正しい物と
する。こうする事により、運用時に運用をまかされてい
る人がデータを入力するよりも、正確性が向上される。Next, the person who decides the data content is asked to confirm the registration result list. At this time, if the contents are different, the data contents are corrected to make the data correct. By doing so, the accuracy is improved as compared with the case where the person who is entrusted with the operation inputs the data.
【0009】そして、プログラムが実行される時には、
各プログラムは決められた検索キーによりデータファイ
ルを読み、実行に必要なデータを取り込みながら実行す
る事になる。When the program is executed,
Each program reads the data file with the determined search key and executes it while fetching the data necessary for execution.
【0010】これにより、プログラムの実行が途中で中
断される事が無くなり、処理時間としても短縮される。
又、プログラム実行の運用を行なっている人は、データ
を入力する必要が無くなるので作業が簡易化される。As a result, the execution of the program is not interrupted on the way and the processing time is shortened.
In addition, the person who operates the program is not required to input data, so the work is simplified.
【0011】図2に、データファイルの内容の一例を示
す。図2に記しているデータは処理の営業日である。営
業日は処理を実行した日付とは異なり何日分の物として
処理を行なうかという物で、カレンダーの日付とは必ず
しも一定の規則で決定される物ではなく、運用によって
変化する。このようなデータをデータファイルで管理す
るようにするのである。FIG. 2 shows an example of the contents of the data file. The data shown in FIG. 2 is the business day of processing. A business day is a matter of how many days of processing are different from the date when the processing is executed, and the date of the calendar is not necessarily determined by a certain rule, but changes depending on the operation. Such data is managed in a data file.
【0012】[0012]
【発明の効果】以上説明したように本発明は、プログラ
ム実行に必要で、かつ、運用によって変化するデータを
プログラム実行の前にファイルに登録し、内容の確認を
する事により、プログラムの実行においては、このファ
イル内のデータによってプログラムが実行出来るように
した。As described above, according to the present invention, by executing the program execution, by registering the data necessary for the program execution and changing according to the operation in the file before the program execution and confirming the contents. Enabled the program to run with the data in this file.
【0013】これにより、プログラム実行の運用を行っ
ている人間の作業を単純にかつ簡潔にする事が出来る。
又、データ入力における入力間違いが無くなるという効
果がある。As a result, it is possible to simplify and simplify the work of the person who operates the program execution.
Further, there is an effect that an input error in data input is eliminated.
【図1】本発明のプログラム実行の運用方法を表わした
作業フロー図である。FIG. 1 is a work flow diagram showing a method of operating program execution according to the present invention.
【図2】本発明を実現する為にデータを登録しておくデ
ータファイルの内容であり、その一例を示す。FIG. 2 is a content of a data file in which data is registered to implement the present invention, and an example thereof is shown.
Claims (1)
よって変化するデータを入れておくデータファイルと、
プログラムを実行させる前に、このデータを登録してお
き、その内容の確認を行ない、プログラムが実行する時
には、必要なデータをそのデータファイルから取り込む
手段とを有することを特徴とするデータ管理によるプロ
グラムの運用方法。1. A data file for storing data that is required when a program is executed and that changes depending on the operation,
This data management program is characterized by having a means for registering this data before executing the program, confirming the contents of the data, and fetching the necessary data from the data file when the program is executed. Operating method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4162359A JPH064377A (en) | 1992-06-22 | 1992-06-22 | Method for operating program by data management |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4162359A JPH064377A (en) | 1992-06-22 | 1992-06-22 | Method for operating program by data management |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH064377A true JPH064377A (en) | 1994-01-14 |
Family
ID=15753071
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP4162359A Withdrawn JPH064377A (en) | 1992-06-22 | 1992-06-22 | Method for operating program by data management |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH064377A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6849289B2 (en) | 2000-03-06 | 2005-02-01 | Nestec S.A. | Effervescent caramel product |
-
1992
- 1992-06-22 JP JP4162359A patent/JPH064377A/en not_active Withdrawn
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6849289B2 (en) | 2000-03-06 | 2005-02-01 | Nestec S.A. | Effervescent caramel product |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH064377A (en) | Method for operating program by data management | |
JP3637606B2 (en) | Data processing device | |
US11373036B2 (en) | Control device, control method and control program | |
JPH02128246A (en) | Control system in discrete data base system | |
JPH04165531A (en) | Processing system for actuation line of language processing system program | |
JPH02163823A (en) | Set value check system at decision of system constitution | |
JP2643839B2 (en) | Completion method at the time of command input | |
JP4634243B2 (en) | Tax payment system | |
JPH04276848A (en) | Individual option specifying method to a plurality of files | |
JPS61279932A (en) | Automatic collective translation system for source program | |
JP2000194753A (en) | Job processing system | |
JPS62100834A (en) | Control system for number of editions of program | |
JPH0414161A (en) | Transaction processing system | |
JPH09258961A (en) | Method for analyzing program environment definition information | |
JPH0378063A (en) | Input/output processing controller | |
JPH02202662A (en) | Command input device | |
JPH04373060A (en) | Batch job input number limiting system | |
JPH0744442A (en) | Maintenance system for database | |
JPH04344529A (en) | Individual setting method of option fixed value | |
JPS63121926A (en) | Collective parameter definition processing system | |
JPS63228341A (en) | Program syntax checking system | |
JPH0231208A (en) | Programming unit | |
US20060075333A1 (en) | Display device | |
JPH02141865A (en) | Command processing system | |
JP2002073928A (en) | Method of linking security for workflow system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Application deemed to be withdrawn because no request for examination was validly filed |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 19990831 |