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 bkrike 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: *

  • Users: btmonroe
  • Content: Threads
  • Order by date
  1. btmonroe

    Proc export

    We have been using the simple macro for years as a quick way to export to a dbf. It works great except that field names over 8 characters are truncated. Is there an easy solution that would allow longer field names. example: %macro exportdbf(filename,data); PROC EXPORT DATA= &data...
  2. btmonroe

    Audit File - Finding and listing longest character values

    I have been trying to develop a macro to help me take in a file and for each charater field, find it's formatted length, max length, and a sample of up to 5 of the longest records. I have a macro to find largest value and formated length. However, my thought is to assign a length variable for...

Part and Inventory Search

Back
Top