KeyEQ (Dataset function)

From m204wiki
Revision as of 15:45, 14 April 2021 by RPuszewski (talk | contribs) (Created page with "{{Template:Dataset:KeyEQ subtitle}} ==Syntax== {{Template:Dataset:KeyEQ syntax}} ===Syntax terms=== <table class="syntaxTable"> <tr><th>dataset</th> <td>Position to a specifi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Dataset:KeyEQ subtitle

Syntax

Syntax

Template loop detected: Template:Dataset:KeyEQ syntax

Syntax terms

%boolean A Boolean enumeration value
key A key object.

Syntax terms

dataset Position to a specific key within a VSAM dataset in order to read beginning from that record within a Dataset object.
sl A Stringlist object; items from this are written to dataset.
From A number specifying one less than the number of the first item of sl to write. It must be less than the value of sl:Count.
The default value of this argument is 0.
For The number of sl items to write.
The default value of this argument is sl:Count - From.

Usage notes

Examples

See also