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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mputmtab

    printer problem with sas8 in EIS !!!!!!!!!!!!!!

    Please, I'm in a hurry !! I have a problem with printting with the version 8 of SAS. I have the solfware installed in a NT server and the PC client start the sesion mapping the server. There are two versions installed in the server (6.12 and 8.1). The problem is when you are in a...
  2. mputmtab

    Long data tye

    How can I compare a long data type with a number data type?
  3. mputmtab

    Inexpensive ETL tool for ASCII file format conversion

    I normally use the awk unix command. It's easy and it's free!!
  4. mputmtab

    exporting a variable to an awk sentence

    I'm trying to have a file whithin two fields: Ip address| dns domain I have a script that will pipe a parm to awk: while read line do /usr/sbin/nslookup $line | awk '$1==&quot;Name:&quot; {print $2}' done<ip.int where ip.int is a file containing the ip address. How can I obtain a file whith...

Part and Inventory Search

Back
Top