PostScript
4-27
ignoresize
See page 4-3.
initializedisk
pages
action
initializedisk —
Initializes the disk with the page count and action as integer arguments. The
arguments set the (%disk1%) IO device parameters as follows:
•
LogicalSize parameter is set to
pages
.
•
If a value of 0 is set as
pages
, the entire disk is formatted.
•
If a value of 1, 2, or 3 is set as
pages
, an
ioerror
is generated.
•
InitializeAction parameter is set to
action
plus 1.
Errors:
invalidaccess, ioerror, rangecheck, stackunderflow, typecheck
jobname
— jobname
(string)
Identifies each print job selection. This string in
statusdict
queries and changes
the current setting of the JobName user parameter. Originally,
jobname
is set to
null.
•
To query
jobname
:
jobname
or
currentuserparams /JobName get.
A string indicating the job name is returned on the stack.
•
To change
jobname
:
/jobname (string) def
or
<< /JobName (string) >> setuserparams
where
string
is the new job name.
Error:
stackoverflow