Hey guys / gals,
Just have a simple question I'm sure is completely easy to most.
We have a procedure that dumps data to a .txt file via comma delimination
Something like this:
Output to file.txt
Export delimiter "," <data here>
The problem is the file does not store a record (row) on a single line, rather it ends the line with a weird block-like character and continues to dump the data. We would like to have it send a new-line break at the end of a row.
We are exporting from Solaris to Windows OS.
Secondly.. if I was to run a progress procedure from the unix command prompt how would I go about doing that (we have a multi-user if that matters)
Something like this?
/path/to/mbpro -pf preference.pf -p procedure.p
or:
RUN procedure.p
????
Thanks for all your help!
-ddstar
Just have a simple question I'm sure is completely easy to most.
We have a procedure that dumps data to a .txt file via comma delimination
Something like this:
Output to file.txt
Export delimiter "," <data here>
The problem is the file does not store a record (row) on a single line, rather it ends the line with a weird block-like character and continues to dump the data. We would like to have it send a new-line break at the end of a row.
We are exporting from Solaris to Windows OS.
Secondly.. if I was to run a progress procedure from the unix command prompt how would I go about doing that (we have a multi-user if that matters)
Something like this?
/path/to/mbpro -pf preference.pf -p procedure.p
or:
RUN procedure.p
????
Thanks for all your help!
-ddstar