JPH0319025A - Job starting system - Google Patents

Job starting system

Info

Publication number
JPH0319025A
JPH0319025A JP1154353A JP15435389A JPH0319025A JP H0319025 A JPH0319025 A JP H0319025A JP 1154353 A JP1154353 A JP 1154353A JP 15435389 A JP15435389 A JP 15435389A JP H0319025 A JPH0319025 A JP H0319025A
Authority
JP
Japan
Prior art keywords
job
execution result
restarted
execution
system 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
JP1154353A
Other languages
Japanese (ja)
Inventor
Hiromasa Kawabata
川畑 弘正
Tomotaka Ooshiro
大城 朝敬
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
NEC Solution Innovators Ltd
Original Assignee
NEC Corp
NEC Solution Innovators 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 NEC Corp, NEC Solution Innovators Ltd filed Critical NEC Corp
Priority to JP1154353A priority Critical patent/JPH0319025A/en
Publication of JPH0319025A publication Critical patent/JPH0319025A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To surely and automatically start the next job even after a system is restarted as long as a first job is executed in a series of operations which must be synchronous with each other by providing a system file writing means, a job execution result information reading means, an automatic starting job selection means. CONSTITUTION:The subject system is provided with a system file writing means 11 which writes the execution result of a first job 1 into a system file 10, a job execution result information reading means 14 which reads the execution result out of the file 10 after a system is restarted, and an automatic starting job selection means 15 which selects and starts the next job based on the read execution result. Thus it is possible to automate such a process where the system is restarted after the execution of the first job and the next job must be started with synchronization secured between both jobs without fail. Consequently, the load of an operator is reduced.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はジョブ起動方式に関する。[Detailed description of the invention] [Industrial application field] The present invention relates to a job starting method.

〔従来の技術〕[Conventional technology]

ジョブを動作させ処理を遂行したとき、この処理の後に
システムの再立上げを行い、必ず同期をとって次のジョ
ブを起動しなければならないという処理が存在する0例
えば、ロードモジュールの一部を書き換えるというジョ
ブの後には、一部書換えのために性能が低下するのを阻
止するべくロードモジュールの格納形式を変更するとい
うジョブの実行が必要となるような処理である。
When a job is executed and the process is executed, there is a process that requires restarting the system after this process, synchronizing it, and starting the next job.0 For example, if a part of the load module After the job of rewriting, it is necessary to execute the job of changing the storage format of the load module in order to prevent the performance from deteriorating due to partial rewriting.

従来、このような処理を行う場合、オペレータは最初の
ジョブを起動させてから、このジョブの処理結果を確認
し、さらにシステムの再立上げを行ってから次の必要な
ジョブの起動操作を先のジョブ処理結果に応じて行うよ
うにしている。
Conventionally, when performing such processing, the operator would start the first job, check the processing results of this job, restart the system, and then start the next necessary job. This is done according to the job processing results.

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

上述した従来のジョブ起動方式は、システムの再立上げ
時にオペレータがジョブの起動操作3行うため、システ
ムの再立上げ後までオペレータがついていなければなら
ず、オペレータの作業にかかる工数が大きくなるという
欠点がある。
In the conventional job startup method described above, the operator performs the job startup operation 3 when the system is restarted, so the operator must be present until after the system is restarted, which increases the number of man-hours required for the operator's work. There is a drawback.

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

本発明の方式は、第1のジョブの実行後に、システムの
再立上げを行い、必ず同期をとって次のジョブを起動し
なければならないような処理におけるジョブ起動方式に
おいて、 前記第1のジョブの実行結果をシステムファイルに書き
込むシステムファイル書き込み手段と、前記システムの
再立上げ後に前記システムファイルから前記実行結果を
読み込むジョブ実行結果情報読込み手段と、 該読み込んだ実行結果に基づき前記次のジョブを選択・
起動する自動起動ジョブ選択手段とを有することを特徴
とする。
The method of the present invention is a job starting method for a process in which the system must be restarted after execution of the first job and the next job must be started in synchronization. system file writing means for writing the execution result into a system file; job execution result information reading means for reading the execution result from the system file after restarting the system; and writing the next job based on the read execution result. choice·
The present invention is characterized in that it has an automatic start job selection means to start.

〔実施例〕〔Example〕

以下、本発明の一実施例について説明する。 An embodiment of the present invention will be described below.

n個のジョブ1,2・・・nがあり、ジョブ1を実行し
たとき、システム再立上げを行ってジョブ1の実行結果
に基いてジョブ2〜nのうちから少なくとも一つのジョ
ブを選択して実行しなけれは゛ならないものとする。
There are n jobs 1, 2...n, and when job 1 is executed, the system is restarted and at least one job is selected from jobs 2 to n based on the execution result of job 1. shall be carried out.

第1図はジョブ1の実行処理手順を示している。ジョブ
1の実行結果はシステムファイル書込み手段11によっ
てシステムファイル10上に書き込まれる。
FIG. 1 shows the execution processing procedure for job 1. The execution result of job 1 is written on the system file 10 by the system file writing means 11.

第2図はジョブ1の次に必要となるジョブの自動起動手
順を示している。
FIG. 2 shows the automatic starting procedure for a job that is required after job 1.

システム立上げ手段12によるシステムの再立上げ時、
システムファイル10の内容がメインメモリ13上に展
開されると、ジョブ実行結果情報読み取り手段14によ
って、第1図で示したようにして書き込まれたジョブ1
の実行結果が読み込まれる。
When restarting the system by the system startup means 12,
When the contents of the system file 10 are developed on the main memory 13, the job execution result information reading means 14 reads the job 1 written as shown in FIG.
The execution results are loaded.

次いで、自動起動ジョブ選択手段15によってこの実行
結果に基づき自動起動すべきジョブがジョブ2〜nのう
ちから選択され、選択されたジョブが自動起動される。
Next, the automatic start job selection means 15 selects a job to be automatically started from jobs 2 to n based on this execution result, and the selected job is automatically started.

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

本発明は、ジョブの実行、システムの再立上げ1次のジ
ョブの実行という一連の同期をとらなければならないオ
ペレーションを、最初のジョブの実行操作を行えば、シ
ステムを再立上げした後でも確実に次のジョブの実行を
自動的に起動でき、さらに最初のジョブの実行結果に応
じた幾通りもの操作を正確に行うことができる。
The present invention enables a series of operations that must be synchronized, such as job execution, system restart, and execution of the first job, to be performed reliably even after the system is restarted, by performing the first job execution operation. It is possible to automatically start the execution of the next job at any time, and it is also possible to perform a number of operations accurately depending on the execution results of the first job.

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

第1図および第2図は本発明の一実施例を示すブロック
図である。 10・・・システムファイル、11・・・システムファ
イル書込み手段、12・・・システム立上げ手段、13
・・・メインメモリ、14・・・ジョブ実行結果情報読
取り手段、15・・・自動起動ジョブil!択手段。
FIGS. 1 and 2 are block diagrams showing one embodiment of the present invention. 10... System file, 11... System file writing means, 12... System startup means, 13
. . . Main memory, 14 . . . Job execution result information reading means, 15 . . . Automatic start job il! means of choice.

Claims (1)

【特許請求の範囲】 第1のジョブの実行後に、システムの再立上げを行い、
必ず同期をとって次のジョブを起動しなければならない
ような処理におけるジョブ起動方式において、 前記第1のジョブの実行結果をシステムファイルに書き
込むシステムファイル書き込み手段と、前記システムの
再立上げ後に前記システムファイルから前記実行結果を
読み込むジョブ実行結果情報読込み手段と、 該読み込んだ実行結果に基づき前記次のジョブを選択・
起動する自動起動ジョブ選択手段とを有することを特徴
とするジョブ起動方式。
[Claims] After executing the first job, restart the system,
In a job starting method for processing in which the next job must be started in synchronization, a system file writing means for writing the execution result of the first job into a system file; job execution result information reading means for reading the execution result from a system file; and selecting and selecting the next job based on the read execution result.
1. A job starting method comprising: automatic starting job selection means to be started.
JP1154353A 1989-06-16 1989-06-16 Job starting system Pending JPH0319025A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1154353A JPH0319025A (en) 1989-06-16 1989-06-16 Job starting system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1154353A JPH0319025A (en) 1989-06-16 1989-06-16 Job starting system

Publications (1)

Publication Number Publication Date
JPH0319025A true JPH0319025A (en) 1991-01-28

Family

ID=15582306

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1154353A Pending JPH0319025A (en) 1989-06-16 1989-06-16 Job starting system

Country Status (1)

Country Link
JP (1) JPH0319025A (en)

Similar Documents

Publication Publication Date Title
JPH0319025A (en) Job starting system
JP3143330B2 (en) Programmable controller
JPS62204321A (en) Program restart system
JPH0553882A (en) Memory dump collecting system
JPH07210428A (en) Memory dump sampling system
JPS62211747A (en) Memory dumping system at the time of system abnormality
JPH05250208A (en) Program reexecution processing system
JPH04105128A (en) High speed command starting system by residence
JPS62192838A (en) System program loading system
JPH0433127A (en) Check point control system
JPH03259345A (en) Job schedule managing system
JPH0337719A (en) System for expanding master file on main storage device
JPH0651990A (en) System initial loading system of operating system in computer system
JPH04332050A (en) Debugger to be restarted from interrupted point at the time of restarting
JPH06290051A (en) Automatic maintenance system for work station system
JPH0425941A (en) Ipl resuming system
JPH08185341A (en) Cpu simulator
JPH05151034A (en) Dump output device
JPH1124952A (en) Online system, memory expanding method in online system and record medium recording memory expanding program
JPH10333951A (en) Automatic file extension system
JPS61255440A (en) Program interruption control system
JPH0844570A (en) System and method for program execution
JPS63201740A (en) Data editing system for service processor
JPH04354019A (en) Sort processor
JPH0454548A (en) Memory check system for computer system