input_control <plnum> [<ftype>] [<keyword_parms>];
ictl
SDC Function - code x'89'.
The input_control statement is used to designate where information is to be shown when a user enters input from a keypad or another source.
TR-NWT-001273.
Specify an identifier of an input format template you want to associate with the line you specify in <plnum>. The identifier must be an integer in the range 1 through 7.
If you do not want to associate an input format with the line you specify in <plnum>, specify the value 0. If you do not specify <ftype>, a value of 0 is assumed.
No parameter substitutions are possible with this statement.
input_control 25 7 page=c;
input_control 24;
input_control 2 lrci=c dy=1 an=1 page=i;