This directory contains DECUS VAX-11/780 submissions from the University of Nebraska at Omaha, with two departments contributing: 1)Mathematics & Computer Science 2)Remote Sensing Laboratory There are several unrelated submissions. I. FORTRAN CHARACTER INPUT/OUTPUT. A package of routines is grouped as CHARIO.FOR. This includes a set of 4 integer functions READ1,WRIT1,READM and WRITM for performing character operations to/from a terminal screen without normal FORTRAN interference. Each of the routines assigns the needed channel (if that hasn't already been done), and performs the requested information transfer. The routines are coded so that they could easily be added to a system-library. II. XEQ command procedure. Our students had frequent requests to generate a compile, link and execution record for their run of a single-file source program for grading purposes. This .com procedure provides users with a single command XEQ to compile, link, execute and print (options provided) their programs. See XEQ.DOC for installation notes. III. REGIS to/from CALCOMP and HOUSTON INSTRUMENTS FORTRAN Plotting Library developed at UNO Remote Sensing Applications Laboratory. CAL.FOR is a library of subroutines to make a CALCOMP dependent program compatible with REGIS graphics. The program CALCOMP.FOR is an example of the use of these subroutines. HILIB.FOR are similar routines for the HOUSTON INSTRUMENTS DMP SERIES Plotters. HI.FOR is a demonstration program for the HILIB routines. IV. An RJE command procedure. We were unhappy with the "naked" RJE procedure that accompanies the DEC 2780/3780 emulator package, and developed several of our own command procedures to "improve" its function. In a later DECUS, we expect to provide a further improved .com procedure with user-notification upon file-arrival.