List of Dataset methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
RPuszewski (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
<tr><td valign="top">[[BlockSize (Dataset property)|BlockSize]]</td><td valign="top">The block size of this dataset</td></tr> | <tr><td valign="top">[[BlockSize (Dataset property)|BlockSize]]</td><td valign="top">The block size of this dataset</td></tr> | ||
<tr><td valign="top">[[Close (Dataset subroutine)|Close]]</td><td valign="top">Close this dataset</td></tr> | <tr><td valign="top">[[Close (Dataset subroutine)|Close]]</td><td valign="top">Close this dataset</td></tr> | ||
<tr><td valign="top">[[KeyEQ (Dataset function)|KeyEQ]]</td><td valign="top">Position a VSAM dataset by key equality</td></tr> | |||
<tr><td valign="top">[[KeyGT (Dataset function)|KeyGT]]</td><td valign="top">Position a VSAM dataset by key greater than</td></tr> | |||
<tr><td valign="top">[[New (Dataset constructor)|New]]</td><td valign="top">Create a new dataset object</td></tr> | <tr><td valign="top">[[New (Dataset constructor)|New]]</td><td valign="top">Create a new dataset object</td></tr> | ||
<tr><td valign="top">[[NumberOfBuffers (Dataset property)|NumberOfBuffers]]</td><td valign="top">Number of buffers to use for i/o</td></tr> | <tr><td valign="top">[[NumberOfBuffers (Dataset property)|NumberOfBuffers]]</td><td valign="top">Number of buffers to use for i/o</td></tr> | ||
Line 17: | Line 19: | ||
<tr><td valign="top">[[RecordFormat (Dataset property)|RecordFormat]]</td><td valign="top">The format of record i/o blocks</td></tr> | <tr><td valign="top">[[RecordFormat (Dataset property)|RecordFormat]]</td><td valign="top">The format of record i/o blocks</td></tr> | ||
<tr><td valign="top">[[RecordLength (Dataset property)|RecordLength]]</td><td valign="top">The record length of this dataset</td></tr> | <tr><td valign="top">[[RecordLength (Dataset property)|RecordLength]]</td><td valign="top">The record length of this dataset</td></tr> | ||
<tr><td valign="top">[[ReleasePosition(Dataset function)|ReleasePosition]]</td><td valign="top">Release the current position in a VSAM dataset</td></tr> | |||
<tr><td valign="top">[[SirAudReport (Dataset function)|SirAudReport]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[SirAudReport (Dataset function)|SirAudReport]]</td><td valign="top"></td></tr> | ||
<tr><td valign="top">[[SirTuneReport (Dataset function)|SirTuneReport]]</td><td valign="top">Read this dataset as a SirTune sample dataset</td></tr> | <tr><td valign="top">[[SirTuneReport (Dataset function)|SirTuneReport]]</td><td valign="top">Read this dataset as a SirTune sample dataset</td></tr> |
Revision as of 15:15, 14 April 2021
The following are the available Dataset class methods.
Method | Description |
---|---|
BlockSize | The block size of this dataset |
Close | Close this dataset |
KeyEQ | Position a VSAM dataset by key equality |
KeyGT | Position a VSAM dataset by key greater than |
New | Create a new dataset object |
NumberOfBuffers | Number of buffers to use for i/o |
Open | Open this dataset |
Output | Indicates whether this dataset is writeable |
ReadBlock | Read data from this dataset |
ReadRecord | Read a record from this dataset |
ReadRecords | Read multiple records from this dataset |
RecordFormat | The format of record i/o blocks |
RecordLength | The record length of this dataset |
ReleasePosition | Release the current position in a VSAM dataset |
SirAudReport | |
SirTuneReport | Read this dataset as a SirTune sample dataset |
State | The current state of this dataset |
WriteBlock | Write a block of data to this dataset |
WriteRecord | Write a record to this dataset |
WriteRecords | Write multiple records to this dataset |