Package | Description |
---|---|
org.safs.tools.input |
Modifier and Type | Class and Description |
---|---|
class |
InputRecordInfo
An instance of this object conveys the presence of valid data to any function
expecting an InputRecordInterface return value.
|
class |
InputRecordInvalid
The mere instance of this object conveys "invalid data" for any function accepting an
InputRecordInterface object.
|
Modifier and Type | Method and Description |
---|---|
InputRecordInterface |
SAFSINPUT.gotoRecord(UniqueRecordInterface recordInfo)
Goto a specific linenumber or blockid of the specified input source.
|
InputRecordInterface |
InputInterface.gotoRecord(UniqueRecordInterface recordInfo)
Locate and return the requested record in the input source.
|
InputRecordInterface |
SAFSINPUT.nextRecord(UniqueIDInterface source)
Return the next record from the specified input source.
|
InputRecordInterface |
InputInterface.nextRecord(UniqueIDInterface source)
Get the next record from the identified input source.
|
protected InputRecordInterface |
SAFSINPUT.parseInputRecord(com.ibm.staf.STAFResult result)
Return a valid InputRecordInfo object or an InputRecordInvalid object.
|
Copyright © SAS Institute. All Rights Reserved.