$JOB/PAS:BATPAS USER BUILD 120 $!Build and install the tables programs. $SET DEF [200,200] $ON ERROR STOP $! $! Build the library of common subroutines. $! $@LIBRARY $! $! If required, build FLECS. $! $@FLECSBLD $! $! Add the Flecs modules to the library. $! $@LIBRY2 $! $! Build the table programs. $! $@DFTBLD $@DMTBLD $@EDTBLD $@LSTBLD $@MGTBLD $@RPTBLD $@SBTBLD $! $! Install them. $! $INSTALL DEFTAB $INSTALL DMPTAB $INSTALL EDITAB $INSTALL LISTAB $INSTALL MERGTAB $INSTALL RPTTAB $INSTALL SUBTAB $! $! All tasks have been built and installed. Now edit and submit TEST.BIS. $! $EOJ