settype
call(settype, "type", "binary", 0);
call(settype, "type", "ascii", 0);
call(settype, "type", "tenex", 0);
call(settype, "type", "ebcdic", 0);
{ "type", typehelp, 0, 1, 1, settype },
extern void settype(int argc, char *argv[]);