Digital DCE for OpenVMS VAX and OpenVMS Alpha
Reference Guide


Previous Contents Index

12.0.2 UUID Generator Utility

This section provides DCL syntax for the UUID generator utility. Except where noted, DCL commands are equivalent to the universal command syntax documented in the Digital DCE Application Development Reference. See the reference documentation for a complete description of the universal command syntax interface to the UUID generator utility.

You can choose to use either the universal interface to the UUID generator utility or the DCL-style alternative.

NAME

SYNOPSIS

QUALIFIERS

NAME

SYNOPSIS

STRUCT

/COUNT=n

/OUTPUT=filename
/OUTPUT=SYS$OUTPUT (default)


Chapter 13
IDL Messages

This chapter lists additional Interface Definition Language (IDL) compiler messages beyond those documented in the DCE Application Development Reference in Lidl_messages(7rpc). These compiler messages reflect the additional IDL compiler functionality provided with Digital DCE for OpenVMS VAX and OpenVMS Alpha. The messages are in alphabetical order by message text.

A [cs_rtag] parameter must precede any [out] [cs_char] data in a parameter list

A [cs_stag] parameter must precede any [in] [cs_char] data in a parameter list

A [fault_status] parameter has no utility in this operation

A [first_is] variable must be a small, short, or long integer

A [handle] binding parameter cannot contain a [name] type

A [maybe] operation cannot have [out] parameters or a function result

A [min_is] parameter must have the [in] attribute

A [min_is] variable must be a small, short, or long integer

A [name1] parameter must have the [name2] attribute

A nonencapsulated union cannot have a [represent_as] type

A nonencapsulated union cannot have a [transmit_as] type

A nonencapsulated union declaration must have a [switch_is] attribute

A nonencapsulated union type must have a [switch_type] attribute

A [represent_as] type cannot be a nonencapsulated union

A size attribute variable must not have a [represent_as] type

A size attribute variable must not have a [transmit_as] type

A [size_is] or [max_is] attribute cannot be applied to a pointer to a [cs_char] type

A [switch_is] attribute is valid only on a nonencapsulated union

A [switch_is] variable must not have a [represent_as] type

A [switch_is] variable must not have a [transmit_as] type

A [switch_type] attribute is only valid on a nonencapsulated union type

A [transmit_as] transmitted type cannot contain a [name] type

A [transmit_as] type cannot be a nonencapsulated union

A [unique] function result is not valid

ACF attribute [cxx_lookup] is valid only for (-lang cxx)

ACF attribute [cxx_new] is valid only for (-lang cxx)

An arm of a union cannot be or contain a [unique] pointer

An array with [name] base type cannot have the [ptr] or [unique] attributes

An encapsulated union member cannot have the [attribute] attribute

An [in] or [in,out] union must have an [in] discriminator

An [in,out] or [out] union must have an [out] discriminator

An [out] parameter or operation result cannot contain [unique] pointers

An [out,ptr] parameter is not valid

Array attribute variable cannot be used for both [cs_char] and non-[cs_char] arrays

Array size information required for identifier

Arrays of [name] type can only use the [size_is] and [length_is] array attributes

Arrays of [name] type cannot be multidimensional

Arrays of nonencapsulated unions are not allowed

Cannot have more than one level of indirection to a nonencapsulated union

Character doesn't map to target language

Conformant strings not supported in target language

Conformant structures not supported in target language

Data type name must be defined in file

Exception name name referenced in ACF is not defined

FORTRAN INTEGER*4 used for IDL unsigned long

FORTRAN INTEGER*n used for IDL pointer type

Interface reference name allowed only as target of a * or & pointer

Maximum identifier length for interface name is number characters

Maximum identifier length for pointed-to type is number characters


Previous Next Contents Index