Yes, actually you can create a CSV file for download and use within Excel. In REXX, you would use normal read/write loop logic. As each iteration reads your PS data, reformat it by column and write it as comma delimited. This is actually a common use for a quick scripting tool like rexx.