Search results

  1. K

    send an email using progress code

    No that was on an AIX system. I should have been more descriptive. Regards, Kev
  2. K

    send an email using progress code

    I happen to use this to perform the send functions from our system. def var mailopt as char. /* Normal Email */ mailopt = "-s 'This is the Email Subject Line' email@something.com,another@something.com". output thru value("sed 's/$/~015/' | uuencode systeminputfilename.csv...
  3. K

    Accumulate into a Table

    As I proceed with an accumulate command I will be creating accumulated values of a qty field. The major BY of the accumulated field will be month number. The table being parsed will be like part month qty aaa 1 45 aaa 1 14 aaa 2 5 bbb 1...
  4. K

    Accumulate into a Table

    I have searched the forum for a possible answer to the below listed problem and could not find a solution that combines the action of a Accumulate command with the insertion into a table (temp or otherwise) Basically I am needing an accumulate command that will usually display as BY...
Top