The channelinformation statement returns information about a specified channel.
Parameters
This statement has four parameters:type – type of channel (Dial, Email, etc.)
module – module name.
option – specifies what information you want to retrieve.
info – field or variable where the result will be placed.
Description
This statement returns a list of procedures available in a specified channel. This statement is intended for internal use by ProVUE, you should not ever need to call it in normal databases.
local channelInfo
channelinformation "Dial","Email","template",channelInfo
See Also
History
Version | Status | Notes |
10.0 | No change | Carried over from Panorama 6.0. |