I have an SQR that writes to a CSV file. Each line potentially has a *ton* of text, well exceeding the record length limit of 32767. Has anyone been able to accomplish something like this? Is it possible to write multiple times to the same line? For example, right now I have something like this:

string $var1 $var2 $var3 $var4 into $output_record
write 1 from $output_record

So what I might do is
string $var1 $var2 into $output_record
write 1 from $output_record
string $var3 $var 4 into $output_record
write 1 from $output $record

The problem is, with each write, I get a CR -- I need it all on the one line. I tried

Thanks in advance!

Views: 76

Reply to This

Replies to This Discussion

it's a pleasure to meet you. I am USA Army personnel, i have an important thing to discus with you.
Please write me on my email (captkristen899@gmail.com)

RSS

PeopleSoft Jobs in US

Videos

  • Add Videos
  • View All

© 2024   Created by Maisam Agha.   Powered by

Badges  |  Report an Issue  |  Terms of Service