To create a BTEQ run file that displays the contents of the Department table in the default database, create a file called SAMPFILE, and enter the following BTEQ script:
.LOGON tdpid/userid,password SELECT * FROM department; .LOGOFF
To create a BTEQ run file that displays the contents of the Department table in the default database, create a file called SAMPFILE, and enter the following BTEQ script:
.LOGON tdpid/userid,password SELECT * FROM department; .LOGOFF