com.ibm.ftt.services.syntaxcheck
Interface IRemoteSyslibObject
public interface IRemoteSyslibObject
This interface represents a SYSLIB (i.e. an ordered concatenation of remote datasets which can be searched for files).
It provides a method for obtaining the list of datasets as an array of ZOSResourceIdentifier objects.
COPY_RIGHT
static final String COPY_RIGHT
- See Also:
- Constant Field Values
getRemoteSyslib
ZOSResourceIdentifier[] getRemoteSyslib()
- Returns an array of ZOSResourceIdentifier objects which represent the
remote datasets which make up a SYSLIB.
- Returns:
- An array of ZOSResourceIdentifier objects.