The SUB statement marks the beginning of a BASIC subprogram and specifies its parameters by number and data type. Example SUB SUB3 (BYTE Age, DOUBLE Wage(20,20), STRING Emp_name) . . . END SUB