! *********************************************************************************************************************************************************************************************************************************************************** ! Created 9-NOV-1999 09:11:40 by VAX SDL V3.2-12 Source: 9-NOV-1999 09:11:39 FORD2$:[VFORT.KIT.FORSYSDEF]EDT$ROUTINES.SDI;1 ! *********************************************************************************************************************************************************************************************************************************************************** !*** MODULE EDT$ROUTINES IDENT X-1 *** CDEC$ OPTIONS /NOALIGN ! ! EDT Editor (EDT) Routines ! ! ! EDT$EDIT - Edit a file ! ! status = EDT$EDIT (in_file [,out_file] [,com_file] [,jou_file] [,options] ! [,fileio] [,workio] [,xlate] ) ! ! in_file - Input file specification ! out_file - Output file specification ! com_file - Startup command file specification ! jou_file - Journal file specification ! options - Options for edit operation ! fileio - Bound procedure value for file I/O routine ! workio - Bound procedure value for work I/O routine ! xlate - Bound procedure value for XLATE routine ! INTEGER*4 EDT$EDIT EXTERNAL EDT$EDIT CDEC$ END OPTIONS