HP NonStop G-Series User Manual
Page 147
NonStop AutoTMF Software Commands
HP NonStop AutoTMF Software User’s Guide—429952-014
6-73
PREPARE
Only complete programs are prepared. Object files with no main procedure are either
user libraries or components to be bound with other object files; these are skipped by
the command.
object-fileset
a file name pattern that describes a collection of application program files to be
prepared.
option
!
forces the preparation of an object file that is normally not prepared; such files
include ESCMON, ESCORT, ESCRUNTM, ESCRUNNT, ESCRUNNM,
ESCZIP, FUP, PATHTCP2, and SORTPROG.
AFTER filename
specifies the starting file for the operation, which is the file that alphabetically
follows filename.
ALLOWDUPLICATES
forces the preparation of an object file that contains a mixture of prepared and
unprepared procedures and for which preparation will create duplicate external
references. The object file must then be recreated in Binder to resolve the
duplicates.
If ALLOWDUPLICATES is not specified and the CI detects this condition, the
CI displays an error and the file is not prepared.
LIBRARY alternate-library
PREPARE object-fileset [, option ];
option is:
{ !
}
{
}
{ AFTER filename
}
{
}
{ ALLOWDUPLICATES
}
{
}
{ LIBRARY alternate-library
}
{
}
{ OCA | NOOCA
}
{
}
{ START filename
}
{
}
{ TNS | TNSR | TNSE
}
{
}
{ USERLIB | UL
}