[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

2142.0. "converting daf's on alternate device" by AIMTEC::GRENIER_J () Fri Jan 22 1993 14:37

    Customer is looking for a way to have RSF convert the DAF's on
    an alternate disk; and then copy the file to the original
    device.  Does anyone have a way to do this?
    
    Jean
T.RTitleUserPersonal
Name
DateLines
2142.1Use CM to edit SMREORG.COM and...SIOG::T_REDMONDThoughts of an Idle MindFri Jan 22 1993 14:5318
    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