JPH0831018B2 - Print job management method - Google Patents

Print job management method

Info

Publication number
JPH0831018B2
JPH0831018B2 JP59252973A JP25297384A JPH0831018B2 JP H0831018 B2 JPH0831018 B2 JP H0831018B2 JP 59252973 A JP59252973 A JP 59252973A JP 25297384 A JP25297384 A JP 25297384A JP H0831018 B2 JPH0831018 B2 JP H0831018B2
Authority
JP
Japan
Prior art keywords
print
printer
print job
pages
unit
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.)
Expired - Lifetime
Application number
JP59252973A
Other languages
Japanese (ja)
Other versions
JPS61131118A (en
Inventor
晃 與斉
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP59252973A priority Critical patent/JPH0831018B2/en
Publication of JPS61131118A publication Critical patent/JPS61131118A/en
Publication of JPH0831018B2 publication Critical patent/JPH0831018B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Facsimiles In General (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はレーザプリンタ等に対するデータ処理装置等
における印刷ジョブ管理方式に関する。
The present invention relates to a print job management system in a data processing device or the like for a laser printer or the like.

データ処理装置がプリンタに印刷を依頼するとき,印
刷制御部を設け各応用プログラムからの印刷要求(以下
印刷ジョブと称する)を受付け,上記プリンタの処理方
式に従い印刷データを転送する管理方式が採用されてい
る。
When the data processing apparatus requests the printer to print, a print control unit is provided to accept print requests (hereinafter referred to as print jobs) from each application program, and a management method is adopted in which the print data is transferred according to the processing method of the printer. ing.

上記管理方式において,従来のプリンタでは内部に複
数の印刷ジョブを保持する構造になっていないため,プ
リンタからの印刷完了報告を受けて次の印刷ジョブを依
頼するという順次方式が採用されている。
In the above management method, since the conventional printer does not have a structure for holding a plurality of print jobs inside, a sequential method of receiving a print completion report from the printer and requesting the next print job is adopted.

一方レーザプリンタ等の高速プリンタでは,処理効率
向上のため,プリンタ内部に複数の印刷ジョブを存在さ
せる所謂パイプライン処理が行われており,そのため印
刷制御部は1印刷ジョブの終了前であってもプリンタか
ら転送要求があれば次の印刷ジョブを転送している。
On the other hand, in a high-speed printer such as a laser printer, in order to improve processing efficiency, so-called pipeline processing in which a plurality of print jobs are present inside the printer is performed, so that the print control unit can perform even before one print job ends. If there is a transfer request from the printer, the next print job is transferred.

しかしプリンタからの印刷完了通知はページ単位であ
り且つ印刷ジョブ受付と印刷完了報告とは前述のように
非同期であるため従来方式とは異なる特別な管理が必要
となっている。
However, since the print completion notification from the printer is in page units and the print job reception and the print completion report are asynchronous as described above, special management different from the conventional method is required.

そのため上記パイプライン処理を行うプリンタに対す
る簡易な印刷ジョブ管理方式が要望されている。
Therefore, there is a demand for a simple print job management system for a printer that performs the above pipeline processing.

〔従来の技術〕[Conventional technology]

従来の技術を以下説明する。 The conventional technique will be described below.

第2図(a)は従来のプリンタに対する印刷処理のタ
イムチャート,第2図(b)はパイプライン処理に対す
る印刷処理のタイムチャートである。
FIG. 2A is a time chart of the printing process for the conventional printer, and FIG. 2B is a time chart of the printing process for the pipeline process.

第2図(a)(b)において,(1),(2),
(3)はそれぞれ印刷ジョブA,B,Cを,またaの記号は
印刷受付,bの記号は印刷完了を表している。
2 (a) and (b), (1), (2),
(3) indicates print jobs A, B, and C, the symbol a indicates print acceptance, and the symbol b indicates print completion.

即ち第2図(a)に示すように,従来のプリンタに対
しては印刷制御部は応用プログラムより印刷ジョブの依
頼を受付け実行するが,該印刷ジョブの印刷完了まで他
の印刷ジョブを受け付けない。
That is, as shown in FIG. 2 (a), for the conventional printer, the print control unit accepts and executes a request for a print job from the application program, but does not accept another print job until the printing of the print job is completed. .

一方パイプライン処理を行うプリンタに対しては,第
2図(b)に示すように,複数の印刷ジョブを受付け,
プリンタのデータ転送要求に従って受付け順に順次印刷
データを転送する。
On the other hand, as shown in FIG. 2 (b), a printer that performs pipeline processing receives a plurality of print jobs,
The print data is sequentially transferred in the order of reception according to the data transfer request from the printer.

しかし,プリンタからの印刷完了報告はページ単位で
あり,依頼元に印刷完了報告を行うためには転送した複
数の印刷ジョブの印刷完了を印刷ジョブごとに管理しな
ければならない。
However, the print completion report from the printer is on a page basis, and in order to report the print completion to the requester, the print completion of a plurality of transferred print jobs must be managed for each print job.

第2図(c)はパイプライン処理を行うプリンタの制
御部の1例であって,上記説明のため該プリンタの動作
概要を以下に説明する。
FIG. 2 (c) is an example of a control unit of a printer that performs pipeline processing, and an outline of the operation of the printer will be described below for the above description.

図中,1はマイクロプロセッサ等の制御部,2は印刷依頼
元のデータ処理装置と印刷情報の通信を行う通信制御
部,3はパイプライン処理部,4は印刷パターン記憶部,5は
プリンタ部,6は印刷データ記憶部,7は操作部である。
In the figure, 1 is a control unit such as a microprocessor, 2 is a communication control unit that communicates print information with a data processing device that is a print request source, 3 is a pipeline processing unit, 4 is a print pattern storage unit, and 5 is a printer unit. Reference numerals 6 and 7 denote a print data storage unit and reference numeral 7 denotes an operation unit.

印刷データ記憶部6はそれぞれ個別に管理される複数
の格納領域(例えば2Kバイト単位)より構成され,通信
制御部2により受信した印刷データを格納する。
The print data storage unit 6 is composed of a plurality of storage areas (for example, in units of 2 Kbytes) that are individually managed, and stores the print data received by the communication control unit 2.

パイプライン処理部3は印刷の進行とともに上記印刷
データ記憶部6の上記個別領域に空きが生じたとき,デ
ータ処理装置に対してデータ転送要求を送出し,受信し
たデータを該メモリ領域に格納する。
The pipeline processing unit 3 sends a data transfer request to the data processing device and stores the received data in the memory area when the individual area of the print data storage section 6 becomes available as the printing progresses. .

制御部1は1ページ分(例えば16Kバイト)の印刷デ
ータの格納アドレスをプリンタ部5に通知し,プリンタ
部5は指定の印刷データを読取り,印刷パターン記憶部
4を参照して印刷する。
The control unit 1 notifies the printer unit 5 of the storage address of the print data for one page (for example, 16 Kbytes), the printer unit 5 reads the designated print data, and prints by referring to the print pattern storage unit 4.

1ページ印刷完了後,制御部1は通信制御部2を通じ
て,データ処理装置に報告する。
After the completion of printing one page, the control unit 1 reports to the data processing device through the communication control unit 2.

以上のごとく高速プリンタにおいては,複数の印刷デ
ータ格納領域を設け,空き領域が発生するとデータ転送
を要求し印刷の高速化を図っている。そのためデータ処
理装置の印刷制御部では,複数の印刷ジョブを転送し得
るが,上記のごとく,プリンタから送出されるページ印
刷完了報告を監視し,該印刷ジョブ完了を判別してなけ
ればならない。
As described above, in the high-speed printer, a plurality of print data storage areas are provided, and when a free area is generated, data transfer is requested and printing speed is increased. Therefore, the print control unit of the data processing device can transfer a plurality of print jobs, but as described above, it is necessary to monitor the page print completion report sent from the printer and determine the completion of the print job.

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

上記説明したように,パイプライン処理を行うプリン
タに対して,データ処理装置の印刷制御部は印刷ジョブ
受付けと印刷完了報告の非同期化を円滑に管理してプリ
ンタの高速化を援助することおよび印刷ジョブ単位とプ
リンタの印刷単位との整合,即ちプリンタからのページ
単位の印刷完了報告により依頼した印刷ジョブの完了等
を管理する必要性があり,本発明は上記管理の簡易な方
式を提供しようとするものである。
As described above, for a printer that performs pipeline processing, the print control unit of the data processing device smoothly manages the non-synchronization of the print job acceptance and the print completion report to assist in speeding up the printer. It is necessary to manage the consistency between the job unit and the printing unit of the printer, that is, the completion of the requested print job by the printing completion report from the printer in page units, and the present invention intends to provide a simple method of the above management. To do.

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

前述の問題点は、印刷ジョブの要求情報および要求終
了情報を格納する手段と、前記印刷ジョブの印刷データ
をプリンタに転送する手段と、該印刷データが転送され
るごとに転送ページ数を単位の数分加算し、該プリンタ
から送出されるページ印刷完了報告ごとに該転送ページ
数から単位の数分減算して、該プリンタに滞在する前記
印刷データの印刷未完了ページ数を計数する手段と、前
記印刷未完了ページ数が0で、且つ印刷ジョブ要求終了
のとき該印刷ジョブ完了を報告する手段とを有し、プリ
ンタに依頼した印刷ジョブを該印刷ジョブの要求から要
求終了までの間の転送ページ数と印刷完了ページ数との
差で管理する本発明の印刷ジョブ管理方式により解決す
ることができる。
The above-mentioned problems include means for storing the request information and request end information of the print job, means for transferring the print data of the print job to the printer, and the number of transfer pages as a unit for each transfer of the print data. A unit for adding several minutes, subtracting a unit number from the transfer page number for each page print completion report sent from the printer, and counting the number of unprinted pages of the print data staying in the printer; And a means for reporting the print job completion when the number of unprinted pages is 0 and the print job request is completed, and transfers the print job requested to the printer from the request for the print job to the request completion. This can be solved by the print job management method of the present invention, which manages the difference between the number of pages and the number of pages completed for printing.

〔作用〕[Action]

即ち本管理方式は,印刷ジョブを受付けて印刷データ
を転送する際,指定の印刷フォーマットによりページ数
を計数して印刷ジョブ番号とともに格納しておき,プリ
ンタからページ単位の印刷完了報告を受けた際,上記ペ
ージ数をカウントダウンするとともに,該印刷ジョブの
要求終了であって且つ上記ページ数が0となったとき,
該印刷ジョブの印刷完了とする。
That is, when receiving a print job and transferring print data, this management method counts the number of pages according to a specified print format and stores them together with the print job number, and when a print completion report for each page is received from the printer. , When the number of pages is counted down, and when the request for the print job is completed and the number of pages becomes 0,
The printing of the print job is completed.

即ち本発明はプリンタに送受するページ数を管理する
ことにより複数の印刷ジョブを管理するものである。
That is, the present invention manages a plurality of print jobs by managing the number of pages sent to and received from the printer.

〔実施例〕〔Example〕

本発明の実施例を図を用いて説明する。 An embodiment of the present invention will be described with reference to the drawings.

第1図(a)は本発明を実施するインテリジェント端
末装置の1例を表すブロック図,第1図(b)は印刷管
理動作を表すブロック図,第1図(c)は管理テーブル
の詳細図,第1図(d)は未完了ステータス部の詳細
図,第1図(e)は動作を説明するフローチャートであ
る。
FIG. 1 (a) is a block diagram showing an example of an intelligent terminal device embodying the present invention, FIG. 1 (b) is a block diagram showing a print management operation, and FIG. 1 (c) is a detailed view of a management table. 1 (d) is a detailed view of the incomplete status section, and FIG. 1 (e) is a flow chart for explaining the operation.

第1図(a)において,10はマイクロプロセッサ等で
構成される制御部,11は応用プログラム等を格納する主
制御部,12は応用プログラムの印刷データを格納する印
刷データ記憶部,13は外部記憶装置であるディスク装置,
14は印刷ジョブを管理する印刷制御部,15はプリンタ18
と通信を行う伝送制御部,16は印刷データを一時格納す
る印刷制御部14配下の伝送データ記憶部,17はキーボー
ド付きディスプレイ装置である。
In FIG. 1 (a), 10 is a control unit including a microprocessor, 11 is a main control unit that stores application programs, 12 is a print data storage unit that stores print data of application programs, and 13 is an external unit. Disk device which is a storage device,
14 is a print control unit for managing print jobs, 15 is a printer 18
A transmission control unit 16 that communicates with a transmission data storage unit under the print control unit 14 that temporarily stores print data, and a display device 17 with a keyboard.

印刷制御部14は第1図(b)に示すように,処理部2
0,管理テーブル21,監視部22より構成されており,処理
部20は応用プログラム19の印刷ジョブを受付けて管理テ
ーブル21に登録し,伝送制御部15を通じて印刷データを
プリンタ18に送出する。
As shown in FIG. 1 (b), the print control unit 14 includes a processing unit 2
The processing unit 20 receives a print job of the application program 19 and registers it in the management table 21, and sends the print data to the printer 18 through the transmission control unit 15.

また監視部22はプリンタ18のページ印刷終了報告によ
り,該印刷ジョブの終了を判断し,応用プログラム19に
印刷ジョブ完了を報告するとともに管理テーブル21中の
印刷ジョブが登録されていた領域を再び受付可能領域と
する。
Further, the monitoring unit 22 judges the end of the print job by the page print end report of the printer 18, reports the print job completion to the application program 19 and accepts the area in the management table 21 where the print job is registered again. Set as possible area.

本発明に係わる印刷管理は第1図(c)(d)に示す
管理テーブル21に基づいて行われる。
The print management according to the present invention is performed based on the management table 21 shown in FIGS.

管理テーブル21は第1図(c)に示すように,エラー
情報格納領域23,受付ID先頭番地格納領域24,受付ID最終
番地格納領域25で構成される共通領域および複数の印刷
ジョブ受付領域26a〜26nより構成されている。
As shown in FIG. 1C, the management table 21 has a common area including an error information storage area 23, a reception ID first address storage area 24, and a reception ID last address storage area 25, and a plurality of print job reception areas 26a. It consists of ~ 26n.

印刷ジョブ受付領域26は,さらに受付IDNO部27,未完
了ステータス部28,依頼元ジョブNO部29,依頼元タスクNO
部30より構成されている。
The print job reception area 26 further includes a reception ID NO section 27, an incomplete status section 28, a request source job NO section 29, and a request source task NO.
It is composed of parts 30.

上記印刷ジョブ受付領域26には受付順に上記印刷ジョ
ブ情報が格納されるが,その格納先は,受付ID先頭番地
24で指定され,またプリンタで実行中の印刷ジョブ受付
領域26は受付ID最終番地25により記入され印刷完了とと
もに受付可能領域となる。受付ID先頭番地24の指定は26
a〜26n〜26aのごとく該領域を環状にリンクして指定す
る。
The print job information is stored in the print job reception area 26 in the order of reception. The storage destination is the start address of the reception ID.
The print job reception area 26 specified by 24 and being executed by the printer is filled in by the reception ID final address 25 and becomes a reception area when printing is completed. The reception address starting address 24 is 26
The areas are designated by linking them in a ring like a to 26n to 26a.

印刷ジョブ受付領域26において,未完了ステータス部
28は第1図(d)に示す構成であって,32は印刷ジョブ
の受付時(OPENマクロ命令)に“1",該印刷ジョブ終了
(CLOSEマクロ命令)を発行したとき“0"を処理部20に
よって記入する未完了フラグ,33は印刷未完了ページ数
を表す未完了ページ部で,処理部20により印刷データを
プリンタ18に送出する際,印刷ページ数が計数されて記
入され,監視部22によりページ印刷完了報告でカウント
ダウンされる。
In the print job reception area 26, the incomplete status section
28 is the configuration shown in FIG. 1 (d), 32 is "1" when a print job is received (OPEN macro command), and "0" is processed when the print job end (CLOSE macro command) is issued An unfinished flag, 33, entered by the section 20, is an unfinished page section representing the number of unfinished pages for printing. When the processing section 20 sends print data to the printer 18, the number of printed pages is counted and entered, and the monitoring section The page print completion report is counted down by 22.

以上説明した各部機能および第1図(e)に示すフロ
ーチャートを用いて動作を以下説明する。
The operation will be described below with reference to the functions of the respective parts described above and the flowchart shown in FIG.

(1)応用プログラム19はジョブNO(印刷,表示等の指
定),依頼元IDNO等に続いて,OPENマクロ命令を発し,
印刷データの格納先を指定して印刷を依頼する。
(1) The application program 19 issues an OPEN macro command following the job NO (designation of printing, display, etc.), requester ID NO, etc.
Specify the storage location of print data and request printing.

(2)処理部20は上記印刷ジョブを受付ると,プリンタ
18に対して印刷可能状態に設定した後,該印刷データを
印刷データ記憶部12より伝送データ記憶部16に格納する
とともに,管理テーブル21の受付ID先頭番地24の指定す
る印刷ジョブ受付領域にIDNO,依頼元ジョブNO等を格納
し,未完了フラグ32をオン(“1")とし,受付ID先頭番
地24が受付ID最終番地25に追いつかないことを確認した
上で,受付ID先頭番地24を更新する。
(2) When the processing unit 20 receives the print job,
After setting the printable state to 18, the print data is stored in the transmission data storage unit 16 from the print data storage unit 12, and the print job reception area specified by the reception ID start address 24 of the management table 21 is stored in the print job reception area. Then, store the requesting job NO, etc., turn on the incomplete flag 32 (“1”), confirm that the reception ID start address 24 cannot catch up with the reception ID end address 25, and then set the reception ID start address 24. Update.

(3)処理部20はプリンタ18のデータ転送要求に従い,
伝送データ記憶部16に格納済みの印刷データを伝送制御
部15を通じて伝送するが,その際,指定の印刷フォーマ
ットに従い印刷ページ数を計数し,未完了ページ部33に
カウントアップしていく。
(3) The processing unit 20 follows the data transfer request from the printer 18,
The print data stored in the transmission data storage unit 16 is transmitted through the transmission control unit 15. At this time, the number of print pages is counted according to the designated print format, and the unfinished page unit 33 is counted up.

(4)監視部22はプリンタ18からのページ印刷完了報告
を受ける度に上記未完了ページ部33をカウントダウンし
ていく。
(4) The monitoring section 22 counts down the incomplete page section 33 each time it receives a page print completion report from the printer 18.

(5)処理部20は応用プログラム19よりCLOSEマクロ命
令を受けると,未完了フラグ32をオフ(“0")とする。
(5) When the processing unit 20 receives the CLOSE macro instruction from the application program 19, it turns off the incomplete flag 32 (“0”).

(6)監視部22は未完了ステータス部28を監視し,未完
了ページ部33が“0"で且つ未完了フラグ“0"の時,該印
刷ジョブの印刷完了と判定して応用プログラム19に印刷
完了を通知する。
(6) The monitoring unit 22 monitors the unfinished status section 28, and when the unfinished page section 33 is “0” and the unfinished flag is “0”, it is determined that the printing of the print job is completed and the application program 19 is notified. Notify that printing is complete.

なお前述のごとく印刷ジョブ受付領域は複数個準備さ
れ,ループ状に順次受付印刷ジョブを格納するが,受付
ID先頭番地24は処理部20により,また受付ID最終番地25
は監視部22により管理され,それぞれ印刷ジョブ受付あ
るいは印刷ジョブ終了とともに印刷ジョブ受付領域の先
頭あるいは最終格納先を更新していく。
As mentioned above, multiple print job receiving areas are prepared and the print jobs are sequentially stored in a loop.
The first address 24 of the ID is the processing unit 20 and the last address 25 of the reception ID
Are managed by the monitoring unit 22, and the head or the final storage destination of the print job receiving area is updated when the print job is received or the print job is completed.

以上のごとく受付印刷ジョブの送受ページ数を管理す
ることにより複数の印刷ジョブの管理を行うことができ
る。
As described above, it is possible to manage a plurality of print jobs by managing the number of pages to be sent and received for the received print jobs.

〔発明の効果〕〔The invention's effect〕

以上説明したように,本発明によれば,複数の受付印
刷ジョブを,プリンタに送受するページ数により管理す
る簡易な方式を提供することができ,プリンタの高速化
を援助するとともに,データ処理装置の印刷ジョブ単位
とプリンタの印刷単位(ページ)を整合させる効果があ
る。
As described above, according to the present invention, it is possible to provide a simple method for managing a plurality of received print jobs according to the number of pages to be sent to and received from the printer, which assists in speeding up the printer and also in the data processing device. This has the effect of aligning the print job unit and the print unit (page) of the printer.

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

第1図(a)はインテリジェント端末装置のブロック
図, 第1図(b)は印刷制御部のブロック図, 第1図(c)は管理テーブル図, 第1図(d)は未完了ステータスの詳細図, 第1図(e)は動作を表すフローチャート, 第2図(a)は従来のプリンタの印刷シーケンス図 第2図(b)は高速プリンタの印刷シーケンス図, 第2図(c)は高速プリンタの制御部のブロック図 である。図中, 12は印刷データ記憶部,14は印刷制御部,15は伝送制御
部,16は伝送データ記憶部,18はプリンタ,19は応用プロ
グラム,20は印刷制御部14の処理部,21は同上管理テーブ
ル,22は同上監視部,である。
1A is a block diagram of an intelligent terminal device, FIG. 1B is a block diagram of a print control unit, FIG. 1C is a management table diagram, and FIG. 1D is an incomplete status. Detailed drawing, FIG. 1 (e) is a flowchart showing the operation, FIG. 2 (a) is a printing sequence diagram of a conventional printer, FIG. 2 (b) is a printing sequence diagram of a high-speed printer, and FIG. 2 (c) is 3 is a block diagram of a control unit of a high speed printer. FIG. In the figure, 12 is a print data storage unit, 14 is a print control unit, 15 is a transmission control unit, 16 is a transmission data storage unit, 18 is a printer, 19 is an application program, 20 is a processing unit of the print control unit 14, and 21 is The management table 22 is the same as the monitoring unit.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】複数ページの印刷データを受け付けるプリ
ンタに印刷ジョブを依頼するデータ処理装置の印刷ジョ
ブ管理方式であって、 印刷ジョブの要求情報および要求終了情報を格納する手
段と、 前記印刷ジョブの印刷データをプリンタに転送する手段
と、 該印刷データが転送されるごとに転送ページ数を単位の
数分加算し、該プリンタから送出されるページ印刷完了
報告ごとに該転送ページ数から単位の数分減算して、該
プリンタに滞在する前記印刷データの印刷未完了ページ
数を計数する手段と、 前記印刷未完了ページ数が0で、且つ印刷ジョブ要求終
了のとき該印刷ジョブ完了を報告する手段と を有し、プリンタに依頼した印刷ジョブを該印刷ジョブ
の要求から要求終了までの間の転送ページ数と印刷完了
ページ数との差で管理することを特徴とする印刷ジョブ
管理方式。
1. A print job management system for a data processing apparatus, which requests a print job from a printer that receives print data of a plurality of pages, comprising means for storing request information and request end information of the print job, A unit for transferring print data to the printer, and adding the number of transfer pages for each transfer of the print data by the unit number, and for each page print completion report sent from the printer, the unit number from the transfer page number Means for counting the number of unfinished printing pages of the print data staying in the printer by subtracting the amount, and means for reporting the completion of the printing job when the number of unfinished printing pages is 0 and the print job request ends And manages the print job requested to the printer by the difference between the number of transfer pages and the number of print completed pages between the request of the print job and the end of the request. Print job management method, characterized in that.
JP59252973A 1984-11-30 1984-11-30 Print job management method Expired - Lifetime JPH0831018B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59252973A JPH0831018B2 (en) 1984-11-30 1984-11-30 Print job management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59252973A JPH0831018B2 (en) 1984-11-30 1984-11-30 Print job management method

Publications (2)

Publication Number Publication Date
JPS61131118A JPS61131118A (en) 1986-06-18
JPH0831018B2 true JPH0831018B2 (en) 1996-03-27

Family

ID=17244726

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59252973A Expired - Lifetime JPH0831018B2 (en) 1984-11-30 1984-11-30 Print job management method

Country Status (1)

Country Link
JP (1) JPH0831018B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5592683A (en) * 1994-03-18 1997-01-07 Ibm Corporation System for selectively processing nested print commands and buffered post-print commands thereafter and resending selected portion of data stream upon error detection

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5785183A (en) * 1980-11-18 1982-05-27 Nec Corp Line printer
JPS6145325A (en) * 1984-08-10 1986-03-05 Hitachi Ltd Printer

Also Published As

Publication number Publication date
JPS61131118A (en) 1986-06-18

Similar Documents

Publication Publication Date Title
US5109487A (en) System and method for distributed data processing utilizing distributed display format
JP2742073B2 (en) Print control method and apparatus
JPS61196326A (en) Priority processing system
JP3428284B2 (en) Printer control system
JPH0831018B2 (en) Print job management method
JPH06242893A (en) Output control system
JP3102836B2 (en) Printer system and print job processing method for printer system
JPH10166688A (en) Print system
JPH0683551A (en) Print control method in print server system
JPH08221227A (en) Network printer
JPS62274331A (en) Print server
JPH11249854A (en) Billing server
JPH0773128A (en) Information output device
JP3087834B2 (en) Online form output control method
JPH05108582A (en) Computer system
JPH05265668A (en) Image printing system
JP2000235464A (en) Printing system and control method thereof
JPH07121328A (en) Job processing system
JPH09274548A (en) Print job control system
JPH0720763Y2 (en) Print control device
JPH0581264A (en) Print server system
JPH04233028A (en) printer device
JP2001143107A (en) Ticket issuing system
JP2001109593A (en) Print control method for spool
JPH0348947A (en) File transfer system