JPH04369036A - Method for forming system control file - Google Patents

Method for forming system control file

Info

Publication number
JPH04369036A
JPH04369036A JP14505891A JP14505891A JPH04369036A JP H04369036 A JPH04369036 A JP H04369036A JP 14505891 A JP14505891 A JP 14505891A JP 14505891 A JP14505891 A JP 14505891A JP H04369036 A JPH04369036 A JP H04369036A
Authority
JP
Japan
Prior art keywords
system control
control file
job
parameters
parameter
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
JP14505891A
Other languages
Japanese (ja)
Inventor
Shinsuke Nomura
信介 野村
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 Solution Innovators Ltd
Original Assignee
NEC Software Kyushu 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 Software Kyushu Ltd filed Critical NEC Software Kyushu Ltd
Priority to JP14505891A priority Critical patent/JPH04369036A/en
Publication of JPH04369036A publication Critical patent/JPH04369036A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To offer a system control file forming method capable of adding a lacking parameter on the way of parameter setting even when the setting of parameters for a system control file is incomplete and being easily used. CONSTITUTION:In each execution of a job based upon a parameter set up in a system control file in step S1, whether the parameter is completely set up or not is judged in S2, and if the parameter is set up in an incomplete state, the job is temporarily interrupted in S4, a system control file forming program is started in S5, a necessary parameter is inputted in S6 to update the system control file, and the interrupted job is continued in accordance with the parameter set up in the updated system control file in S3.

Description

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

【0001】0001

【産業上の利用分野】本発明は、システム制御ファイル
作成方法に関し、特にジョブの実行を一時中断しシステ
ム制御ファイルを更新後ジョブの実行を続行するシステ
ム制御ファイル作成方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for creating a system control file, and more particularly to a method for creating a system control file in which execution of a job is temporarily suspended, the system control file is updated, and then execution of the job is continued.

【0002】0002

【従来の技術】従来のシステム制御ファイル作成方法は
、ジョブ(以下JOBと記す)の実行とは独立に行って
いた。このためシステム制御ファイルに設定したパラメ
ータに従ってJOBを実行中に、必要とする当該パラメ
ータが未設定であると当該JOBの実行を停止してしま
い、あらためてシステム制御ファイルのパラメータをし
なおした後、JOBを再実行するようになっていた。
2. Description of the Related Art A conventional method for creating a system control file is performed independently of the execution of a job (hereinafter referred to as JOB). For this reason, while executing a JOB according to the parameters set in the system control file, if the necessary parameters are not set, the execution of the JOB will be stopped, and after resetting the parameters in the system control file, the JOB was to be re-executed.

【0003】0003

【発明が解決しようとする課題】従来のシステム制御フ
ァイル作成方法では、JOBの起動後は、システム制御
ファイルは、固定のままであり、システム制御ファイル
のパラメータが完全に設定されていない場合にはJOB
を実行できず、一旦JOB実行を停止し、パラメータを
設定後再度JOBを最初から実行することになるので、
必ずJOB実行前に必要なシステム制御ファイルのパラ
メータをすべて設定しておかなければならなず、事前の
準備に細心の注意を必要とし非常に使用しにくいという
問題点があった。
[Problem to be Solved by the Invention] In the conventional system control file creation method, the system control file remains fixed after the JOB is started, and if the parameters of the system control file are not completely set, JOB
If you cannot execute the job, you will have to stop the job execution, set the parameters, and then execute the job again from the beginning.
There is a problem in that all necessary system control file parameters must be set before executing a JOB, requiring careful preparation and making it extremely difficult to use.

【0004】本発明の目的はシステム制御ファイルのパ
ラメータの設定が不完全であっても、その都度JOBを
一時停止し、オペレータが表示装置を介して不足してい
るパラメータを入力することでJOBの実行を続行可能
な使用し易いシステム制御ファイル作成方法を提供する
ことにある。
[0004] An object of the present invention is to temporarily stop the JOB each time even if the parameters of the system control file are incompletely set, and to allow the operator to input the missing parameters via the display device so that the JOB can be restarted. The object of the present invention is to provide an easy-to-use method for creating a system control file that can continue execution.

【0005】[0005]

【課題を解決するための手段】本発明のシステム制御フ
ァイル作成方法は、システム制御ファイルに設定したパ
ラメータに従ってジョブを実行するデータ処理システム
において、前記パラメータに従ってジョブを実行するご
とに前記パラメータが完全な形で設定してあるか否かを
判定し、前記パラメータが完全な形で設定してあれば、
そのままジョブを実行し、不完全な形で設定してあれば
ジョブを一時中断し、前記システム制御ファイルを生成
するシステム制御ファイル生成プログラムを起動し、表
示装置から必要なパラメータに従って前記一時中断した
ジョブを続行する構成である。
[Means for Solving the Problems] A system control file creation method of the present invention provides a data processing system that executes a job according to parameters set in a system control file, in which the parameters are completely set every time a job is executed according to the parameters. Determine whether the parameter is set in the form, and if the parameter is set in the complete form,
Execute the job as is, temporarily suspend the job if the settings are incomplete, start the system control file generation program that generates the system control file, and display the temporarily suspended job from the display device according to the necessary parameters. The configuration is to continue.

【0006】[0006]

【実施例】次に、本発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be explained with reference to the drawings.

【0007】図1は本発明の一実施例の流れ図である。 又、図2は図1の各状態における表示装置の表示内容を
説明する説明図である。
FIG. 1 is a flow diagram of one embodiment of the present invention. Further, FIG. 2 is an explanatory diagram illustrating the display contents of the display device in each state of FIG. 1.

【0008】次に、動作について説明する。Next, the operation will be explained.

【0009】JOB起動中に、ステップ(以下Sと記す
)1でシステム制御ファイルの特定のパラメータを必要
とする処理が発生すると、S2でこのパラメータが設定
してあるか否かを判別し、設定してあればS3でそのま
まこのパラメータを使用してJOBを続行し、もしこの
パラメータが設定してなければ、S4でJOBを一時中
断し、図2分図(A)の表示を行う。オペレータは表示
装置に表示されたこの表示内容を見てS5でシステム制
御ファイル生成プログラムを起動すると共に必要なパラ
メータを入力する。このとき、表示装置の表示内容は図
2図(B)に示すように変化する。次にS6でシステム
制御ファイルの更新が完了すると表示装置の表示内容が
図2分図(C)に示すように変化する。ここでオペレー
タが何かのキーを押すと制御がS3に移り一時中断して
いたJOBを続行することができる。
[0009] When a process that requires a specific parameter of the system control file occurs in step (hereinafter referred to as S) 1 during JOB startup, in S2 it is determined whether or not this parameter has been set, and the setting is performed. If the parameter has been set, the job is continued using this parameter in step S3. If the parameter has not been set, the job is temporarily interrupted in step S4, and the display shown in FIG. 2 (A) is performed. The operator looks at the displayed content on the display device and starts the system control file generation program in S5, and inputs necessary parameters. At this time, the display contents of the display device change as shown in FIG. 2(B). Next, in S6, when the update of the system control file is completed, the display contents of the display device change as shown in FIG. 2(C). If the operator presses any key here, the control shifts to S3 and the temporarily interrupted JOB can be continued.

【0010】0010

【発明の効果】以上説明したように本発明は、システム
制御ファイルのパラメータの設定が不完全な場合、これ
を検出し表示装置に表示し、JOBの実行を一時中断し
、オペレータの操作により新しいパラメータを設定する
ようにシステム制御ファイル生成プログラムを起動する
ことによりシステム制御ファイルが更新され、再度JO
Bを続行できるので、システム制御ファイルの作成が非
常に容易になるという効果がある。
As explained above, the present invention detects incomplete parameter settings in the system control file, displays this on the display, temporarily suspends the execution of the JOB, and creates a new one by the operator's operation. The system control file is updated by starting the system control file generation program to set the parameters, and the JO is executed again.
Since step B can be continued, the effect is that creating the system control file becomes very easy.

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

【図1】本発明の一実施例の流れ図である。FIG. 1 is a flowchart of one embodiment of the present invention.

【図2】図1の各状態における表示装置の表示内容を説
明する説明図である。
FIG. 2 is an explanatory diagram illustrating the display contents of the display device in each state of FIG. 1;

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  システム制御ファイルに設定したパラ
メータに従ってジョブを実行するデータ処理システムに
おいて、前記パラメータに従ってジョブを実行するごと
に前記パラメータが完全な形で設定してあるか否かを判
定し、前記パラメータが完全な形で設定してあればその
ままジョブを実行し、不完全な形で設定してあればジョ
ブを一時中断し、前記システム制御ファイルを生成する
システム制御ファイル生成プログラムを起動し、表示装
置から必要なパラメータに従って前記一時中断したジョ
ブを続行することを特徴とするシステム制御ファイル作
成方法。
Claim 1: A data processing system that executes a job according to parameters set in a system control file, wherein each time a job is executed according to the parameters, it is determined whether the parameters are set in a complete form; If the parameters are set in a complete format, the job is executed as is; if the parameters are set in an incomplete format, the job is temporarily suspended, and the system control file generation program that generates the system control file is started and displayed. A method for creating a system control file, characterized in that the temporarily interrupted job is continued according to parameters required from the device.
JP14505891A 1991-06-18 1991-06-18 Method for forming system control file Pending JPH04369036A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP14505891A JPH04369036A (en) 1991-06-18 1991-06-18 Method for forming system control file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP14505891A JPH04369036A (en) 1991-06-18 1991-06-18 Method for forming system control file

Publications (1)

Publication Number Publication Date
JPH04369036A true JPH04369036A (en) 1992-12-21

Family

ID=15376408

Family Applications (1)

Application Number Title Priority Date Filing Date
JP14505891A Pending JPH04369036A (en) 1991-06-18 1991-06-18 Method for forming system control file

Country Status (1)

Country Link
JP (1) JPH04369036A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005276098A (en) * 2004-03-26 2005-10-06 Fujitsu Ltd Error correction support program, and recording medium therefor, error correction support device, and error correction support method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005276098A (en) * 2004-03-26 2005-10-06 Fujitsu Ltd Error correction support program, and recording medium therefor, error correction support device, and error correction support method

Similar Documents

Publication Publication Date Title
JPH04369036A (en) Method for forming system control file
JPH02101532A (en) System for altering system parameter
JP3143330B2 (en) Programmable controller
JPH02204885A (en) Character reading system
JPH05197577A (en) Virtual computer execution priority control system in virtual computer system
JP2002169686A (en) Parameter tuning system
JPH03136130A (en) Batch job applying system by command procedure
JPS63205731A (en) Program start processing system
JPH0328933A (en) Task control method
CN113204397A (en) Batch operation control method and device
JPH0769847B2 (en) Job control method during rerun
JPH0216603A (en) Sequence program editing system
JPS63228341A (en) Program syntax checking system
JPH07160352A (en) Program execution system
JP2532133B2 (en) Procedure edit processing method of data processor
JPH01279335A (en) Program name control system for multi-job system
JPH0683652A (en) Microcomputer system
JPH0357040A (en) System for selecting input file connection at the time of execution
CN109032700A (en) A kind of button interaction method based on state control
JPH0581197A (en) Data processor
JPH11119801A (en) Process controller
JPH03265004A (en) Processing executing system based on set parameter
JPH03240803A (en) Sequence program editing device
JPH04163668A (en) Linking system for text editor in time sharing
JPH05153130A (en) Communication controller