JPH0243658A - Batch job starting system from on-line program - Google Patents

Batch job starting system from on-line program

Info

Publication number
JPH0243658A
JPH0243658A JP19550688A JP19550688A JPH0243658A JP H0243658 A JPH0243658 A JP H0243658A JP 19550688 A JP19550688 A JP 19550688A JP 19550688 A JP19550688 A JP 19550688A JP H0243658 A JPH0243658 A JP H0243658A
Authority
JP
Japan
Prior art keywords
batch job
job
program
name
master file
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
JP19550688A
Other languages
Japanese (ja)
Inventor
Masachiyo Kaneda
金田 眞千代
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 JP19550688A priority Critical patent/JPH0243658A/en
Publication of JPH0243658A publication Critical patent/JPH0243658A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To facilitate an operation and to decrease an operation error by having a batch job name to be started as a master file separately from an on-line program. CONSTITUTION:The title system has a master file 4 in which a batch job identification number and a job and a parameter corresponding to the batch job identification number are registered. When the batch job identification number and the batch job name are started in the master file 4 from a visible display device 1 using the program of a registering and correcting means 2, a menu picture is accessed to the visible display device 1, and the job number is inputted. The inputted job number is passed to the program of a retrieving and starting means 3, the master file 4 is retrieved with the inputted job number and an identification name corresponding to the menu picture as keys, and the job is started based on the batch job name to be started. When a registered batch job program name, etc., are to be changed, the record of the master file 4 is corrected from the visible display device 1 using the program of the registering and correcting means 2. Thus, the operation can be facilitated, and the operation error can be decreased.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、オンラインプログラムからのバッチジョブ
起動方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a method for starting a batch job from an online program.

〔従来の技術〕[Conventional technology]

従来、この種の起動方式としては計算機システムが持つ
機能により、ジョブ名を指定して人間の手操作により起
動を行なっているが、その為に入力ミスによるオペレー
ションミスを招く原因ともなっていた。
Conventionally, in this type of startup method, a job name is specified using a function of a computer system and startup is performed manually by a human, but this also causes operational errors due to input errors.

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

上述した従来の方式では、起動メンバ名に変更や追加が
あるたびに、オンラインプログラム内のテーブルのメン
バ名を修正または追加し、プログラムのテーブルをサー
チしている部分を修正して、コンパイルしなければなら
ない。その上、そのバッチジョブが複数のオンラインプ
ログラムから起動されるのであれば、その本数分の修正
・コンパイルをしなければならないため、非常に手間と
時間を要するという欠点がある。
In the conventional method described above, each time the startup member name is changed or added, the member name of the table in the online program must be modified or added, the part of the program that searches the table must be modified, and the program must be compiled. Must be. Furthermore, if the batch job is started from multiple online programs, it is necessary to modify and compile the same number of programs, which is a disadvantage in that it requires a great deal of effort and time.

また、計算機システムの標準機能を使う場合は、−旦、
可視表示装置に起動させたいバッチジョブの記述を呼び
出してから起動をかけなければならないため、操作が複
雑でオペレーションミスをする可能性が高くなるという
欠点がある。
Also, when using the standard functions of the computer system, -dan,
Since it is necessary to call the description of the batch job to be started on the visual display device and then start it, the operation is complicated and there is a high possibility of making an operational error.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のオンラインプログラムからのバッチジョブ起動
方式は、起動を行うバッチジョブ識別番号によってマス
タファイルを参照し、バッチジョブを起動させる検索・
起動手段と、前記バッチジョブ識別番号とそれに対応す
るバッチジョブ名とを格納しておく記憶手段と、少くと
も前記バッチジョブ識別番号および前記バッチジョブ名
を登録または修正する登録・修正手段とを備えて構成さ
れる。
The method of starting a batch job from an online program according to the present invention refers to a master file by the batch job identification number to be started, and searches and executes the batch job to be started.
The method includes a starting means, a storage means for storing the batch job identification number and the batch job name corresponding thereto, and a registration/correction means for registering or correcting at least the batch job identification number and the batch job name. It consists of

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

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

本発明の概要は、オンラインプログラム内で起動メンバ
名のテーブルを持ち、可視表示装置から起動要求がくる
と、そのテーブルをサーチしてジョブを起動させる特徴
を持ち、円滑に計算機システム内でジョブを起動させる
ものである。
The outline of the present invention is that an online program has a table of startup member names, and when a startup request is received from a visual display device, the table is searched to start a job, and the job can be smoothly executed within a computer system. This is what activates it.

第1図に示したように本実施例は可視表示装置1と、登
録・修正手段2と、検索・起動手段3と、バッチジョブ
識別番号とそれに対応するジョブやパラメータを登録し
たマスタファイル4とから構成される。
As shown in FIG. 1, this embodiment includes a visual display device 1, a registration/correction means 2, a search/start means 3, and a master file 4 in which batch job identification numbers and corresponding jobs and parameters are registered. It consists of

まず、可視表示装置から登録・修正手段2のプログラム
を使ってマスタファイル4に、バッチジョブ識別番号と
それに対応するバッチジョブ名等を起動したいとき、可
視表示装置1にメニュー画面を呼び出し、該当ジョブの
番号を入力する。入力されたジョブ番号は検索・起動手
段3のプログラムに渡される。検索・起動手段3のプロ
グラムでは、入力されたジョブ番号とメニュー図面に対
応する識別名をキーとしてマスタファイル4を検索し、
該当レコードより起動されるべきバッチジョブの名前を
持ってきて、その名前を元にジョブを起動させる。正常
に起動をかけるこ・とができれば、正常終了を通知する
メツセージを、マスタファイル4に該当レコードがない
等の何らかのエラーがあれば、その旨を通知するメツセ
ージを可視表示装置に表示する。
First, when you want to start the batch job identification number and the corresponding batch job name etc. in the master file 4 using the program of the registration/modification means 2 from the visual display device, call the menu screen on the visual display device 1, and Enter the number. The input job number is passed to the program of the search/start means 3. The program of the search/start means 3 searches the master file 4 using the input job number and the identification name corresponding to the menu drawing as keys.
Get the name of the batch job to be started from the corresponding record and start the job based on that name. If the startup is successful, a message notifying the normal end is displayed on the visual display device, and if there is some kind of error such as no corresponding record in the master file 4, a message notifying the fact is displayed on the visual display device.

登録済みのバッチジョブプログラム名等の変更が必要に
なった場合は、可視表示装置1から登録・修正手段2の
プログラムを用いてマスタファイルのレコードを修正す
るだけでよい。
If it becomes necessary to change the name of a registered batch job program, etc., it is only necessary to modify the record of the master file using the program of the registration/modification means 2 from the visual display device 1.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、起動されるバッチジョブ
名をマスタファイルとしてオラインプログラムから分離
して持つことにより、システム運用時のメンテナンスを
簡単に行なうことができるという効果がある。また、メ
ニュー画面がら番号を入力するだけであるため、操作が
容易であり、その分だけ誤りも少なくなるという効果が
ある。
As described above, the present invention has the effect that maintenance during system operation can be easily performed by having the batch job name to be started as a master file separated from the online program. In addition, since the user only needs to input the number from the menu screen, the operation is easy and there are fewer errors.

Claims (1)

【特許請求の範囲】[Claims] 起動を行うバッチジョブ識別番号によってマスタファイ
ルを参照し、バッチジョブを起動させる検索・起動手段
と、前記バッチジョブ識別番号とそれに対応するバッチ
ジョブ名とを格納しておく記憶手段と、少くとも前記バ
ッチジョブ識別番号および前記バッチジョブ名を登録ま
たは修正する登録・修正手段とを備えて成ることを特徴
とするオンラインプログラムからのバッチジョブ起動方
式。
a search/start means for starting a batch job by referring to a master file based on a batch job identification number to be started; a storage means for storing the batch job identification number and a batch job name corresponding thereto; A method for starting a batch job from an online program, comprising: registration/modification means for registering or modifying a batch job identification number and the batch job name.
JP19550688A 1988-08-04 1988-08-04 Batch job starting system from on-line program Pending JPH0243658A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19550688A JPH0243658A (en) 1988-08-04 1988-08-04 Batch job starting system from on-line program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19550688A JPH0243658A (en) 1988-08-04 1988-08-04 Batch job starting system from on-line program

Publications (1)

Publication Number Publication Date
JPH0243658A true JPH0243658A (en) 1990-02-14

Family

ID=16342218

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19550688A Pending JPH0243658A (en) 1988-08-04 1988-08-04 Batch job starting system from on-line program

Country Status (1)

Country Link
JP (1) JPH0243658A (en)

Similar Documents

Publication Publication Date Title
JPH11212842A (en) File management device
JPH0243658A (en) Batch job starting system from on-line program
JPH02204885A (en) Character reading system
JPH0580997A (en) Program selection system in computer
JP3178001B2 (en) Data processing device
JP4755622B2 (en) Multilingual display device and multilingual display method
JPH067400Y2 (en) File search device
JPS63205731A (en) Program start processing system
JP2002278760A (en) Method, system and program for creating electronic document program
JPH02161554A (en) Program start system
JP2805886B2 (en) Menu processing device
JPH0577108B2 (en)
JPH0362115A (en) Menu control system
JPS638927A (en) Menu picture display system
JPH05250132A (en) Program processor
JPS63228341A (en) Program syntax check method
JPH0431915A (en) Automatic message answering system
JPH03108019A (en) Tablet input processing system
JPH04130535A (en) System for supporting program development
JPH0358273A (en) Name converting system for medical business system
JPH03256155A (en) Command starting system in tss system
JPH0589135A (en) Processing program starting device
JPH05204707A (en) Software debug device
JPH04314119A (en) Function key multiple registering/deleting/selecting mechanism
JPH01118924A (en) information retrieval device