JPS63180134A - Multi-task processing system for general-purpose computer system - Google Patents

Multi-task processing system for general-purpose computer system

Info

Publication number
JPS63180134A
JPS63180134A JP988487A JP988487A JPS63180134A JP S63180134 A JPS63180134 A JP S63180134A JP 988487 A JP988487 A JP 988487A JP 988487 A JP988487 A JP 988487A JP S63180134 A JPS63180134 A JP S63180134A
Authority
JP
Japan
Prior art keywords
jcl
job
cad
file
general
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
JP988487A
Other languages
Japanese (ja)
Inventor
Hideki Watanabe
秀樹 渡辺
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.)
Hitachi Engineering Co Ltd
Hitachi Ltd
Original Assignee
Hitachi Engineering Co Ltd
Hitachi 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 Hitachi Engineering Co Ltd, Hitachi Ltd filed Critical Hitachi Engineering Co Ltd
Priority to JP988487A priority Critical patent/JPS63180134A/en
Publication of JPS63180134A publication Critical patent/JPS63180134A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To perform multi-task processing by a general-purpose computer system with no intervention of an operator by producing a job control language (JCL) in an application program (APP-P) and registering a JOB directly from the APP-P. CONSTITUTION:A basic JCL is previously produced in a JCL file. When a start request is given from a conversational terminal 1 when the computer back-up design (CAD) is carried out, a CAD main body 2 reads the JCL out of the JCL file. Then the names of computer back-up production (CAM) data output programs 3-5 to be started are added. Furthermore the parameters needed by the programs 3-5 of the drawings, the types of NC equipments, etc., to be outputted are added for production of the JCL. Then a JOB control table 10 of an operating system OS is opened and the contents of the produced JCL are successively written into the table 10. When this writing job is through, the table 10 is closed. Hereafter a desired APP-P is started when the OS carries out the JOB.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、汎用計算機システムにおける。アプリケーシ
ョンプログラムの処理方式に係り、特にアプリケーショ
ンプログラムの分割処理に好適な汎用計算機システムに
おけるマルチタスク処理方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a general-purpose computer system. The present invention relates to a processing method for application programs, and particularly to a multitask processing method in a general-purpose computer system suitable for dividing processing of application programs.

〔従来の技術〕[Conventional technology]

従来は、運転員がアプリケーションプログラムを動作さ
せるためのJCLを作成し、複数のアプリケーションプ
ログラムを動作させるためには、おのおののアプリケー
ションプログラムを動作させるためのJCLを羅列し、
運転員が、サブミツト操作することによって、JOBを
登録することによって、アプリケーションプログラムを
動作させていた。なお、この種の装置として産業図書株
式会社発行、研野和人著(1970年)第248頁から
第249頁に紹介されている。
Conventionally, operators create JCL to run application programs, and in order to run multiple application programs, they must list JCL to run each application program.
An operator operates an application program by registering a job through a submit operation. This type of device is introduced in Kazuto Kenno (1970) published by Sangyo Tosho Co., Ltd., pages 248 to 249.

°f・ 、〔発明が解決しようとする問題点〕 1□′ 上記従来技術は、機能分割化によるマルチタスク処理に
ついて配慮がされておらず、1.相互に関連のあるプロ
グラムは1本のプログラムにしなければならない。2.
プログラムが大容量となりオペレーティングシステムの
制限を越えた場合は機能を削減しなければならない。3
、運転員が作成したJCLに含まれたプログラムのみ動
作するため、複数プログラムを動作させる場合、JCL
の中に羅列しなければならない。また、条件により、起
動するプログラムを変更することができない。という問
題があった。
°f・ , [Problems to be solved by the invention] 1□′ The above conventional technology does not consider multitasking processing by dividing functions; Interrelated programs must be combined into one program. 2.
When a program becomes large enough to exceed the limits of the operating system, functions must be reduced. 3
, only the programs included in the JCL created by the operator will run, so when running multiple programs, the JCL
must be listed in Also, depending on the conditions, it is not possible to change the program to be started. There was a problem.

本発明の目的は、運転員の介入なしに、汎用計算機シス
テムにおいて、マルチタスク処理を行なえることにある
An object of the present invention is to enable multitasking processing to be performed in a general-purpose computer system without operator intervention.

〔問題点を解決するための手段〕[Means for solving problems]

上記目的は、運転員がJCLを作成し、サブミツト操作
によりJOBの登録を行なうのではなくアプリケーショ
ンプログラムの中でJCLを作成し、オペレーティング
システムが管理するJOB、管理テーブルに、アプリケ
ーションプログラムから直接JOBを登録することによ
り、達成される。
The purpose of the above is to create a JCL in an application program, instead of an operator creating a JCL and registering a JOB through a submit operation, and directly posting the JOB from the application program to the JOB management table managed by the operating system. This is achieved by registering.

〔作用〕[Effect]

予め、基本となるJCLを入力したファイルを作成して
おく、あるアプリケーションプログラムが動作中に、他
のアプリケーションプログラムを起動する必要が生じた
場合、予め作成したJCLをファイルから読み込み、必
要に応じて、パラメータの追加等を行ない、又は、自ア
プリケーション内で必要なJCLを全て作成し、オペレ
ーションシステムが管理するJOB管理テーブルを開い
て、キャラクタイメージで書き込み、JOBを登録する
。それによって、オペレーティングシステムの管理のも
とで、登録されたJOBが実行されると、目的とするプ
ログラムを動作させることができる。
Create a file in advance with the basic JCL input. If it becomes necessary to start another application program while one application program is running, read the previously created JCL from the file and use it as necessary. , add parameters, etc., or create all necessary JCL within the own application, open the JOB management table managed by the operating system, write in a character image, and register the JOB. Thereby, when the registered JOB is executed under the management of the operating system, the target program can be operated.

〔実施例〕〔Example〕

以下、本発明の一実施例を第1図〜第2図により説明す
る。
An embodiment of the present invention will be described below with reference to FIGS. 1 and 2.

第1図は、CAD −CAMシステムの概要図である。FIG. 1 is a schematic diagram of a CAD-CAM system.

運転員は、CAD本体2を起動し、CAD実行時の会話
型端末1により対話型で設計・製図を行ない、その結果
をCADデータ出カフカファイル6納する。CADデー
タ出カフカファイル6各設計・製図の図面に対応したラ
ンダムアクセス可能なファイルである1図面の修正変更
が生じた場合は、CADデータ出カフカファイル6該当
する図面データを読み出し、CAD実行時の会話型端末
1から対話型で修正変更を行ない、その都度、CADデ
ータ出カフカファイル6納する。NCボール盤、NCフ
ライス盤及びNG旋盤へのNCデータ出力を行なうCA
Mデータ出カツカプログラム3及び5は、従来運転員が
会話型端末9から、それらのCAM本体を起動するため
のJCLをサブミツトすることにより、JOB管理テー
ブル10に登録された後に起動されて、CAMデータ出
カフカファイル7たはCAMデータ出力磁気テープ8に
各NC機器への入力データを出力していた。
The operator starts up the CAD main body 2, interactively designs and drafts using the interactive terminal 1 during CAD execution, and saves the results as a CAD data output Kafka file 6. CAD data output Kafka file 6 This is a randomly accessible file that corresponds to each design/drafting drawing.When a modification occurs to a drawing, CAD data output Kafka file 6 is read out and the corresponding drawing data is saved at the time of CAD execution. Modifications and changes are made interactively from the interactive terminal 1, and a CAD data output Kafka file 6 is stored each time. CA that outputs NC data to NC drilling machines, NC milling machines, and NG lathes.
Conventionally, the M data output programs 3 and 5 are started after being registered in the JOB management table 10 by an operator submitting JCL for starting those CAM bodies from the interactive terminal 9. Input data to each NC device was output to a data output Kafka file 7 or a CAM data output magnetic tape 8.

本実施例は、CAMデータ出カツカプログラム3及び5
の起動を運転員によるサブミツトだけによらず、CAD
実行時の会話型端末1にメニュー画面を表示して、運転
員の選択により、CAD本体2から直接CAMデータ出
カ出口プログラム4及び5を起動するものである。
This embodiment uses CAM data output cutter programs 3 and 5.
Start-up is not only based on operator submissions, but also CAD
A menu screen is displayed on the interactive terminal 1 during execution, and the CAM data output exit programs 4 and 5 are started directly from the CAD main body 2 according to the operator's selection.

第2図に、マルチタスク概要図及びJOB登録フローを
示す。
FIG. 2 shows a multitask overview diagram and a JOB registration flow.

予め、JCLファイル11に基本となるJCLを作成し
ておく。CAD実行時の会話型端末1から起動要求が入
力されると、CAD本体2はJCLファイル11から基
本となるJCLを読み込みこれから起動しようとするC
AMデータ出カツカプログラム3または5のプログラム
名称を付加する。
A basic JCL is created in the JCL file 11 in advance. When a startup request is input from the interactive terminal 1 during CAD execution, the CAD main body 2 reads the basic JCL from the JCL file 11 and executes the C that is about to be started.
Add the program name of AM data output cutter program 3 or 5.

更に、出力する図面、N0機器の機種等のCAMデータ
出カツカプログラム3または5が必要とするパラメータ
をその中に付加しJCLを作成する。
Furthermore, parameters required by the CAM data output cutter program 3 or 5, such as the drawing to be output and the model of the N0 device, are added thereto to create a JCL.

次に、オペレーティングシステムのJOB管理テーブル
10をオープンし、作成したJCLの内容を順次書き込
み、書き込みが全て完了した後に、JOB管理テーブル
10をクローズする。あとは、オペレーティングシステ
ム12が上記のJOBを実行すれば、目的とするアプリ
ケーションプログラムが起動されることになる。
Next, the JOB management table 10 of the operating system is opened, the contents of the created JCL are sequentially written, and after all the writing is completed, the JOB management table 10 is closed. After that, when the operating system 12 executes the above JOB, the target application program will be started.

こうして、本実施例によれば、汎用計算機システムにお
いて、アプリケーションプログラム間の・相互起動が可
能となるため、操作性・信頼性の向上が期待できるとと
もに、より高度なNC制御を実現できる。
Thus, according to this embodiment, application programs can be started mutually in a general-purpose computer system, so that improved operability and reliability can be expected, and more advanced NC control can be realized.

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

本発明によれば、汎用計算機システムにおいてアプリケ
ーションプログラム間で、他のアプリケーションプログ
ラムを起動することができるので1)、プログラムの大
容量化に対して、プログラムを分割できる。2)、1プ
ログラムの容量が小さくなり、解読が容易になるので、
プログラムの改善保守等が容易になる。3)、運転員の
操作性が向上する等の効果がある。
According to the present invention, since other application programs can be started between application programs in a general-purpose computer system, 1) the program can be divided in response to an increase in program capacity. 2) The capacity of one program becomes smaller and it becomes easier to decipher.
Program improvement and maintenance become easier. 3) It has the effect of improving operability for operators.

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

第1図は本発明の一実施例のブロック図、第2図は、実
施例のマルチタスク処理説明図とJOB登録フロー図で
ある。 1・・・CAD実行時の会話型端末、2・・・CAD本
体、6・・・CAD出力データ格納ファイル、7・・・
CAMデータ出カフカファイル・・・CAMデータ出力
磁気テープ、9・・・会話型端末、10・・・JOB管
理チー紗ル、11・・・JCLファイル、12・・・オ
ペレーションシステム。
FIG. 1 is a block diagram of an embodiment of the present invention, and FIG. 2 is an explanatory diagram of multitask processing and a JOB registration flow diagram of the embodiment. 1... Interactive terminal when executing CAD, 2... CAD main body, 6... CAD output data storage file, 7...
CAM data output Kafka file...CAM data output magnetic tape, 9...Interactive terminal, 10...JOB management team, 11...JCL file, 12...Operation system.

Claims (1)

【特許請求の範囲】[Claims] 1、オペレーテイングシステムと、オペレーテイングシ
ステムが管理するJOB管理テーブルと、オペレーテイ
ングシステムの下で実行するアプリケーシヨンプログラ
ムから成る、汎用計算機システムにおいて、オペレーテ
イングシステムのJOB管理テーブルに、オペレーテイ
ングシステムを介さず直接JOBを登録することを特徴
とする汎用計算機システムのマルチタスク処理方式。
1. In a general-purpose computer system consisting of an operating system, a JOB management table managed by the operating system, and an application program executed under the operating system, the operating system is stored in the JOB management table of the operating system. A multi-task processing method for a general-purpose computer system characterized by directly registering a JOB without any intervention.
JP988487A 1987-01-21 1987-01-21 Multi-task processing system for general-purpose computer system Pending JPS63180134A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP988487A JPS63180134A (en) 1987-01-21 1987-01-21 Multi-task processing system for general-purpose computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP988487A JPS63180134A (en) 1987-01-21 1987-01-21 Multi-task processing system for general-purpose computer system

Publications (1)

Publication Number Publication Date
JPS63180134A true JPS63180134A (en) 1988-07-25

Family

ID=11732575

Family Applications (1)

Application Number Title Priority Date Filing Date
JP988487A Pending JPS63180134A (en) 1987-01-21 1987-01-21 Multi-task processing system for general-purpose computer system

Country Status (1)

Country Link
JP (1) JPS63180134A (en)

Similar Documents

Publication Publication Date Title
JPH0711779B2 (en) Processing target instruction pattern display device
US5781905A (en) Program generating method combining data item part with database manipulation part
JPS63180134A (en) Multi-task processing system for general-purpose computer system
JP3018427B2 (en) Method and apparatus for processing graphic data having a hierarchical structure
JPH0378028A (en) Program file controller
JPS6079440A (en) Control system for message output from multitask
JPH03269639A (en) Batch job execution system
JP2000207014A (en) Plant operating device
JPH0561662A (en) Method and device for controlling execution of program parts
JPS63189948A (en) Batch type debugging system in interactive debugger
JPS62216038A (en) Product producing system using blanket management defining matter
JPS62204328A (en) Man-machine interface control system
JPH05265828A (en) Journal sampling device for batch processing program
JPH04238564A (en) File input/output system for command procedure
JPS63269224A (en) Data base access system
JPH04128936A (en) Program execution environment changeover system
JPH0357020A (en) System processing program generating device
JPH03218532A (en) Control system for arbitrary starting program
JPS59116844A (en) Crt display system
JPH0695891A (en) Interface system
JPH01233644A (en) Network system
JPS63635A (en) Generating method for module operated by svc mode
JPH0916381A (en) Program preparation and execution system
JPH03100728A (en) Software control system
JPH04113424A (en) Simple program test system