#Name: cvt63-62-pg.script #Shell used: Ksh #Description: This script is to run 'CVT63-62-PG'(source code: cvt63-62-pg.cbl) #that converts TD6300 series to TD6200. #Arguments: None. #Author/Branch: Tony Wu/(Marada). #Completed: 02/99. #Notes: Enter information follow instruction below. #Change input file path name at line 3. #Change output file name at line 4. #Change executable file path name at line 5. #Change information for selecting to disc at line 6. #Change selecting station(s) and dates information at line 7. #Example: #rm elem-in 2>/dev/null #rm disc-out 2>/dev/null #ln -s /arid/apps/smp/upair/run/24090_1990 elem-in #ln -s s24090 disc-out #/arid/apps/smp/upair/bin/cvt63-62-pg.exe<cvt_msg 2>cvt_err #DF N #L 00024090 19901128 00024090 19901231 #eof ############################### rm elem-in 2>/dev/null rm disc-out 2>/dev/null ln -s $1 elem-in ln -s $2 disc-out /arid/apps/smp/upair/bin/cvt63-62-pg.exe<cvt_msg 2>cvt_err DF N L 00000000 00000000 99999999 99999999 eof