base.Channel.create

Create a new channel object.

Syntax

base.Channel.create()
  RETURNS base.Channel

Usage

Use the base.Channel.create() class method to create a channel object.

The new created object must be assigned to a program variable defined with the base.Channel type.

Example

DEFINE ch base.Channel 
LET ch = base.Channel.create()

For a complete example, see Example 1: Using record-formatted data file.