1 /* BEGIN INCLUDE FILE ... tty_get_channel_info.incl.pl1 */
 2 
 3 /* for get_channel_info order to tty_ */
 4 
 5      dcl     1 tty_get_channel_info aligned based,
 6                2 version            fixed bin init (tty_get_channel_info_version),
 7                2 devx               fixed bin,
 8                2 channel_name       char (32);
 9 
10      dcl     tty_get_channel_info_version fixed bin init (1) internal static options (constant);
11 
12 /* END INCLUDE FILE ... tty_get_channel_info.incl.pl1 */