KERM TITLE 'Kermit for IBM 370' @SC86268 00001000 * Kermit for IBM 370. Major revision: 1993 September @SC90072 00002000 * See the version and system symbols below under 'Constants' @SC86268 00003000 * Copyright (C) 1982, 1985, 1993 Columbia University 00004000 * 00005000 * Permission is granted to any individual or institution to copy or 00006000 * use this program, except for explicitly commercial purposes. 00007000 * 00008000 * This program is the IBM 370 side of a file transfer system. It 00009000 * can be used to transfer files between a micro and a system running 00010000 * under various operating systems. See the KERMIT User's Guide 00011000 * and Protocol manual for the complete program specifications. 00012000 * 00013000 * All assembly-language Kermits for IBM 370's are derivatives of 00014000 * Kermit-CMS 1.00, although some (including the current version) have 00015000 * passed through more-or-less complete rewriting. The following is a 00016000 * summary of the versions leading to the present one, which is actually 00017000 * a generic family of Kermits with specific members for various 00018000 * operating systems. 00019000 * 00020000 * Daphne Tzoar, Columbia University Center for Computing Activities 00021000 * March 1982, Kermit-CMS Versions 1.00-2.01 00022000 * 00023000 * Ronald J. Rusnak, University of Chicago Computation Center 00024000 * May 1984, Kermit-TSO 1.0 00025000 * 00026000 * Charles Painter, University of Toronto Computing Services 00027000 * December 1984, Series/1 support added to Kermit-TSO 00028000 * 00029000 * Vace Kundakci, Columbia University Center for Computing Activities 00030000 * December 1985, Kermit-CMS Versions 2.02-3.0 00031000 * 00032000 * Steve Blankinship, Triangle Universities Computation Center 00033000 * January 1986, Kermit-TSO 2.10 (derived from Kermit-CMS 2.01) 00034000 * 00035000 * John Chandler, Smithsonian Astrophysical Observatory 00036000 * July 1986, Kermit-CMS Version 3.1 00037000 * December 1986, Kermit-370 Versions 3.2-... (CMS and TSO variants) 00037500 * 00038000 * Dale Wright and Roger Fajman, National Institutes of Health 00039000 * December 1986, NIH TSO Kermit (rewritten in ALP) 00040000 * 00040100 * Pierre Goyette, McGill University 00040200 * February 1989, MUSIC variant of Kermit-370 00040300 * 00041000 * Please address all comments and questions to: 00042000 * 00043000 * Columbia University Center for Computing Activities 00044000 * Sytems Integration Group 00045000 * Watson Building, 7th floor 00046000 * 612 West 115th Street 00047000 * New York, NY 10025 00048000 * Tel: (212) 280-3703 00049000 * 00050000 * Kermit-370 update history can be found in file IK0KER.UPD, including 00050200 * all variants. 00051000 TITLE 'MACRO definitions' 00132000