Arbortext Command Language > set Command Options > set pequeuedtransactionnames
  
set pequeuedtransactionnames
set pequeuedtransactionnames= ['type-specification] [;type-specification] [...']
This option specifies the transaction name for a queued transaction being sent to Arbortext Publishing Engine.
type-specification specifies output type and transaction identifiers that can include a set of supported variables of the form:
type:specification
type
specifies the published output type. The type can be one or more of the following, separated by commas:
epub specifies EPUB
html specifies HTML File
htmlhelp specifies HTML Help
pdf specifies PDF
preview specifies Print Preview
print specifies Print
rtf specifies RTF
usingxsl specifies Using XSL
web specifies Web
An asterisk (*) specifies all output types.
specification
is a string comprised of descriptive text and, optionally, any of the supported transaction name strings ($d, $o, $t, and $u).
Transaction name strings can be specified alone, with text, or in any combination, as part of the transaction name specification:
Transaction Name Strings
String
Description
Example
$d
Replaced by the name of the document being published.
Preview:$d
$o
Replaced by the output type.
Print:$o-$d
$t
The server replaces with the transaction ID.
EPUB-doc-$d:$t
$u
Replaced by the user ID, as specified by the set pecompositionid command option.
Dept123–$o-$u-$d
Special escape characters may be needed to produce the desired result. For example, because a ; is used as the type:specification separator, you would specify a semicolon in the transaction name using the special character combination \;.
Specify a semicolon as part of a transaction name by entering \;.
Specify a single quote as part of a transaction name by entering two single quotes.
Other special characters, such as $, \, :, or , may be coded as you would type them in a transaction name.
Examples:
set pequeuedtransactionnames='*:inventory_$t'
set pequeuedtransactionnames='pdf:$u-$d-$o;html,htmlhelp:$u-htmlpage-$d'
set pequeuedtransactionnames='pdf:''Docs\;$\:'''
set pequeuedtransactionnames='rtf:document\: my document'
Related Topics
set pecompositionid command
set pecompositionemail command
set pequeuecomposition command
set pequeuedeleteafterdownload command
set pequeuedeleteprompt command
set pequeuedisplay command
set pequeueoverwritedirprompt command
set petransactionoptions command
Using the Arbortext Publishing Engine for publishing documents