CSV data manipulation: Difference between revisions

Content added Content deleted
No edit summary
Line 908: Line 908:
************************************************************
************************************************************
** Program Abstract:
** Program Abstract:
** CSV's are something COBOL does pretty well.
** CSVs are something COBOL does pretty well.
** The commented out CONCATENATE statements are a
** The commented out CONCATENATE statements are a
** second method other than the STRING method.
** second method other than the STRING method.
Line 994: Line 994:
END-PROGRAM.
END-PROGRAM.
</lang>
</lang>


=={{header|Common Lisp}}==
=={{header|Common Lisp}}==