KeyEQ (Dataset function)
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. |