|
VMS Help SET, COMMAND, Qualifiers, /OBJECT *Conan The Librarian |
/OBJECT[=filespec]
Specifies /OBJECT mode to create an object module from a
command definition file and optionally provides an object file
specification. You cannot use the /OBJECT qualifier to create an
object module from a command definition that contains the IMAGE
keyword.
You can specify only one command definition file when you use SET
COMMAND/OBJECT.
If you specify the /OBJECT qualifier and omit the file
specification, output is written to the default device and
directory; the object file will have the same name as the input
file and a file type .OBJ.
You cannot use the /DELETE, /OUTPUT, /REPLACE, or /TABLE
qualifiers in /OBJECT mode.
NOTE
When compiling very large command definition (CLD) files,
you may encounter the following error:
%CDU-F-INTNODESPACE, Internal error: node space exhausted
The default value of virtual memory allocated by the SET
COMMAND/OBJECT command is 384KB. This value may not be
sufficient to process large CLD files. To increase this
size, use the CDU$TABLE_SPACE logical name to specify a
larger value.
For example:
$ DEFINE CDU$TABLE_SPACE 2048
|
|