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 Chriss Miller 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: Filipvdr
  • Content: Threads
  • Order by date
  1. Filipvdr

    SAS dates

    Hello, i'm a SAS beginner and i have a question: i'm trying to archive a part of my dataset data _null_; format archive_date date9.; archive_date = date() - (30); put 'Archief_datum = ' archive_date; call symput('archive_date',left(put(archive_date,12.))); run; data...
  2. Filipvdr

    Reading parameter file

    Hello, i'm new at this so this could be a stupid question. So i need to read parameters out of a file paramater.txt looks like this: user = OWBREPOS paswoord = OWBREPOS host = Filip service = FILIP2 project = MY_PROJECT moduleA = BI_module it should be $user with value OWBREPOS $host with...

Part and Inventory Search

Back
Top