ROLM / DATA GENERAL Ada COMPILER A validated Ada compiler is available on the Data General at Hunt Valley To use Ada: First time only for a new user, type PROJCREATE ENTER LIBCREATE There after just type ENTER Then, enter source program with your favorite editor. Use .ADA as the extension. Example using SED : CREATE SAMPLE1.ADA X SED SAMPLE1.ADA I type in Ada source BY To compile an Ada compilation unit type : ADA/MAIN_PROGRAM SAMPLE1 for main procedure ADA XYZ for everything else To look at the compilation results, i.e. in case of errors, type : TYPE SAMPLE1.LST TYPE XYZ.LST To link the program when all parts are compiled, type : ADALINK Ada_name_of_main_procedure To run ( execute ) the program, type : X Ada_name_of_main_procedure On a non Data General terminal, use CHAR/NAS then CHAR/HARD immediately entering password ( even though printout has been lost ) this makes work like on D.G.