Spooler Programmer's Guide
Spooler Procedure Calls
Spooler Programmer’s Guide—522287-002
4-47
Obtaining the Spooler Statistics and Status
 5516, 5518
1000 = 8 SUB-TYPE FOR 5573,5574
1001 = 9 SUB-TYPE FOR 5512 
  1010 = 10 SUB-TYPE FOR 5577 
! flags. <8> = Batch header 
! flags. <9> = Exclusive OFF!
! flags.<10> = Truncation 
! flags.<11> = Job printing 
! flags.<12> = Device draining 
! flags.<13> = Header 
! flags.<14> = Exclusive 
! flags.<15> = FIFO
STRING form^name [0:15];  ! form name of device, 
! blank-filled 
INT retry^interval,  ! minimum period to wait between 
! retries 
 time^out,  ! number of retries to attempt 
! before timing out device 
 speed;  ! device speed specified in the 
! Spoolcom command (not 
! actual speed of the device)
STRING print^process [0:5];  ! print process name, 
! blank-filled
INT job^number,  ! job number of job currently 
! being printed 
 parameter,  ! parameter specified in 
! Spoolcom command 
 width,  ! device width specified in the 
! Spoolcom command (not 
! necessarily actual width 
! of device) 
 retries,  ! number of retries attempted on 
! device. Valid only when in 
! deverror state. 
 busy^time[0:1],  ! amount of time (in seconds) 
! required for current job to 
! complete printing. Valid 
! only when device is in 
! print state. 
 restart^interval,  ! automatic device restart 
! specification 
 charmap,  ! multibyte character set 
! translation flag, where 
! -1 = no translation 
! 2 = IBMKANJIKANA 
! 5 = JEFKANJIKANA 
! 8 = JISKANJIKANA 
devflagx;  ! Optional Device Flag 
! (0 = OFF, 1 = ON)
! devflagx.<1> = Prexlate
! DEVFLAGX.<10:11>= Lutofvalue
 00 = CRFFCR
 01 = FFCR
 10 = FF










