Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remove warning when using RUN FILE to logon

Status
Not open for further replies.

dechrist

Programmer
Sep 24, 2008
10
0
0
US
Is there any way to remove the below warning message when using the RUN FILE command to retrieve log on information?

Thanks!


.RUN FILE = 'C:\Path\LogonInfo.txt';
+---------+---------+---------+---------+---------+---------+---------+----
.LOGON server/user,


+---------+---------+---------+---------+---------+---------+---------+----
*** Warning: EOF on INPUT stream.
+---------+---------+---------+---------+---------+---------+---------+----
 
Hi dechrist

have you tried putting '.QUIT ERRORCODE' at the foot of your 'LogonInfo.txt' file (after any other BTEQ or SQL you may have)?

Regards
Jon Downs
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top