Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel
Table of Contents

Anchor
1153908
1153908
Syntax

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

Anchor
1153911
1153911
Description

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

Anchor
1153913
1153913
Parameters

Anchor
1124154
1124154

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.