data - UDM Command

Syntax

data [name|print=name] [resolve={all|defined|no}] data-element [end=end-sequence]

Description

The data command defines an in-stream data element that can be passed as input for other commands.

Parameters

Parameter

Description

name | print=name

Specifies either the name of the in-stream data element being defined (name) or a request to print the lines of that data element.

resolve={all | defined | no}

Variable resolution method:

  • all: Resolve all variable references in the data.
  • defined: Resolve only defined variable references in the data.
  • no: Do not resolve any variable references in the data.

data-element

Contents of the in-stream data element being defined.

end=end-sequence

Sequence indicating the end of the data.