{
{   The purpose of this request is to request the translation of a title
{ or title pattern. Translations are received by calling the procedure
{ nlp$get_title_translation. A translation request is terminated by calling
{ the procedure nlp$end_title_translation. A non-recurrent translation request
{ will also be terminated automatically after all translations have been
{ delivered, or a timer has expired indicating that the requestor no longer is
{ processing this request.
{
{
{        NLP$TRANSLATE_TITLE (TITLE, WILD_CARD, PROTOCOL, RECURRENT_SEARCH,
{              SEARCH_DOMAIN, CLASS, REQUEST_ID, STATUS)
{
{ TITLE: (input) This parameter specifies the title or title pattern to be
{        translated. Title patterns are specified as follows:
{
{     [ ... ]  any single character among those in brackets
{
{      a-z     within a bracketed group, a range of characters
{              is represented with a hyphen, i.e.:
{              "a-z", where "a" and "z" are any two characters for
{              which the expression a <= z or a >= z is accepted
{
{      *       any character string including the NULL string
{
{      ?       any single character
{
{      '       If the model contains any special characters,
{              those special characters (*, [, ?) must be surrounded
{              with single quotes.  If the model contains a single
{              quote, 2 single quotes must be in  the name.
{              example: the name string A'*'B  matches  the model
{              string A*B and the name string A''B matches the model
{              string A'B.
{
{         Special characters are not recgonized within a bracketed group.
{
{ WILD_CARD: (input) This parameter specifies whether the title value is a
{        title pattern.
{
{ PROTOCOL: (input) This parameter specifies the directly accessable service
{        (i.e. protocol) used by the client. If a value of nac$unknown_protocol
{        is specified, titles with any service specification will be returned.
{
{ RECURRENT_SEARCH: (input) This parameter specifies whether the search for
{        translations should be a recurrent one. Recurrent and non-recurrent
{        searches will attempt to find translations throughout the search
{        domain. When this search is completed, a non-recurrent search will
{        terminate. A recurrent search will continue to examine distributed
{        translations and will return any that meet the translation criteria.
{
{ SEARCH_DOMAIN: (input) This parameter specifies the portion of the
{        network from which translations will be accepted by this request.
{
{ CLASS: (input) This parameter specifies the class of title being
{        requested. Possible values are CDNA internal and CDNA external.
{        CDNA internal class is intended for use by network management
{        entities.
{
{ REQUEST_ID: (output) This parameter specifies the identifier assigned to
{        uniquely identify this translation request.
{
{ STATUS: (output) This parameter specifies the request status.
{        CONDITIONS: none
{        IDENTIFIER: 'NA'
