http://server:port/qsys.lib/library.lib/src.file/member.mbr
where,
The following order is used to determine the content type of data stored in a SRC-PF member:
*USE authority to the source physical file and library. The
library containing the source physical file must be available through the configured
include libraries.
The member specified is case insensitive. This keyword is ignored if the member was previously found in the URL. If there is not a member specified in the URL then the first member is returned.
Samples:
Samples:
Samples are provided to demonstrate usage of keywords when retrieving documents from source physical files.
http://system/qsys.lib/library.lib/source.file/member.mbr
Returns MEMBER from file LIBRARY/SOURCE as a default content type document.
http://system/qsys.lib/library.lib/source.file/member.mbr
Returns MEMBER from file LIBRARY/SOURCE as a plain text document.
http://system/qsys.lib/library.lib/source.file/member.mbr
Returns MEMBER from file LIBRARY/SOURCE as a HTML document.
http://system/qsys.lib/library.lib/source.file/mbr.html.html
Returns MBR.HTML from file LIBRARY/SOURCE as a HTML document.
http://system/qsys.lib/library.lib/source.file.html?MBR(member)
Returns MEMBER from file LIBRARY/SOURCE as a HTML document.
http://system/qsys.lib/library.lib/source.file
Returns first member from file LIBRARY/SOURCE as a HTML document.
http://system/qsys.lib/library.lib/source.file.html?MBR(*FIRST)
Returns first member from file LIBRARY/SOURCE as a HTML document.
http://system/qsys.lib/library.lib/source.file.txt?MBR(*ALL)
Returns all members from file LIBRARY/SOURCE as one plain text document.