At 09:44 AM 1/10/2008, you wrote:

The only problem is I have to write it to another drive on the server.
Once I tell it to write to another drive, it won't read the filename, or
just writes it as vflname.

GATEWAY EXPORT TAB Q:\RRSS\.vflname SELECT FLDATE, FLLINE, REMARKS,
LOCAL_START, LOCAL_STOP, JON, RNGFLG, ORGNID, CNX, TE_TR, ZULU_START,
ZULU_STOP, AIRCRAFT, CALLSIGN, AC_QTY, AREA, MSL_FROM, MSL_TO, SECTORS
FROM SCHEDULE


Midge,

In that case, try the following scenario and see what you get.

SET VAR vFileName TEXT = 'Q:\RRSS\UpdatedRRSSSchedule.txt'
GATEWAY EXPORT TAB .vFileName +
SELECT FLDATE, FLLINE, REMARKS,LOCAL_START,LOCAL_STOP,JON, +
RNGFLG,ORGNID,CNX,TE_TR,ZULU_START,ZULU_STOP,AIRCRAFT,CALLSIGN, +
AC_QTY,AREA,MSL_FROM,MSL_TO,SECTORS FROM SCHEDULE

Very Best R:egards,

Razzak.


Reply via email to