| I should imagine that a quick edit of SMREORG.COM (see section below)
to amend the definition of the temp_file variable would do the trick.
As this procedure is used for other files (than the SDAFs) it might be
best to build in some conditional code which is invoked only when an
SDAF is being converted.
$! Convert file to a .TMP file in case of errors ...
$!
$ temp_file = F$Parse( ".TMP_''fac'", file_nam)
$ size_before == 0'size_before' + f$file_attributes(
File_Nam,"EOF")
$ set message /text/facility/ident/sever
$ wo "Converting ""''file_nam'"" using FDL file ""''fdl_nam'"""
$ convert/nosort/fdl='fdl_nam' 'file_nam' 'temp_file'
Enjoy!
Tony
|