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

  1. nickbrookes

    creation of a csv file on server

    I would like to create a csv file from a web form, ie collect data from text boxes radio buttons etc and have these values output in csv format. i know this can be done, but i've searched the web long and hard and can't find it anywhere. Also, i would like to fields previous values not to be...
  2. nickbrookes

    filename automation

    I am proc printto ing logfiles and would like to assign the filenames based on the time() function rather than the &systime function but am having trouble getting sas to assign the filename for me. what i would like the filename to be is c:\temp\logfile_123456.log if it is 12:34 and 56...
  3. nickbrookes

    CCMAIL outlook

    Does anyone know of a way of attaching outlook or outlook express to a ccmail postoffice? I want to be able to view html emails, but am stuck with the ccmail postoffice. I don't care if the solution is outlook or eudora etc, but i need that html. Thanks
  4. nickbrookes

    sas connect

    I'm running SAS v8.2 with sas/connect on NT. I'm sure somewhere i've seen some code that allows you to check if there is a remote connection already in place. For instance, i would like to check if there is a connection established to OS390, and if not, then to call the signon script for this...
  5. nickbrookes

    ccmail integration

    I'm using ccmail 8.5, and can't for the life of me get ccmail to integrate with sas v8.1 on win nt. I've set the path to c:\lotus\ccmail\compnent\ and specified vim and my username and password in the sasv8.cfg file. does anyone know who to make this work? I'm going bald tearing my hair out...
  6. nickbrookes

    MIPS

    I'm doing a presentation at work about our mainframe, and someone has told me it runs at 430 mips. Fine so far. I would like to compare this to the average bog standard desktop pc, but can't find out how many mips these can do. Can someone give be a guestimate ball park figure?
  7. nickbrookes

    invalid email address

    I've been searching everywhere... can anyone provide a list of characters which invalidate an email address? Thanks - you could save my sanity. Nick
  8. nickbrookes

    Reset mail and news

    I am trying to resolve a problem where I am sending email from a database and it won't recognise ccmail. A colleague suggested setting netscape as a default email handler in internet options, but this has caused even more problems. How do i set the default email handler to be ccmail and remove...
  9. nickbrookes

    exporting graphs in report to html

    I've set up several reports with graphs, and would like to export the graphs to html using an existing html page as a template. I've managed to figure out the code in excel, but I can't get access to work. Does anyone have any info or links? cheers
  10. nickbrookes

    date differences

    I've got two time values, and i want to calculate the difference between the two? I'm obviously missing something, but i'm not sure what. cheers
  11. nickbrookes

    command button to populate time box

    I'm trying to design a form to have the start and stop times of certain processes recorded. I've got a box to manually input the time (which I'll need), but i would also just like to have a command button which automatically populates the box with the time now( down to the second if possible)...
  12. nickbrookes

    stripping out fields

    i'm finally onto producing my reports, and i need to be able to show a text string with the first two characters (eg a letter and then one space) taken out. For instance A Hat should then show as Hat with no leading A or space. I know someone out there must be able to help me! Cheers Nick
  13. nickbrookes

    delete duplicate records

    I've got a table with the following headings: id, pbid, date, activity, number and time. what i want to do is if the date, pbid and activity are all duplicated then to get rid of the duplication and just leave the one record. the data looks like this: id pbid date...
  14. nickbrookes

    locking current record

    i've got a form linked to several tables to enter order information and a report linked to this form via a command button. The report is based on a stack of queries, which need the order number to retrieve the relevant information. Is there a way of telling the query which record i'm working...

Part and Inventory Search

Back
Top