Hi baruch,
Thanks for pointing this out. Didn't realize that the codes that I picked up didn't check for the double quotes.
Anyways, here is the code that I used to cater for double quotes:
Instead of the statements....
MOVE CSV-INPUT-AREA(START-OF-DATA-PTR:DATA-LENGTH)...
Hi guys,
I'm just new to this group. Thought this might help you in some way though.
Below is a sample of the codes which I have been using for converting fixed length records to csv format.
Henri.....
WORKING-STORAGE SECTION.
01 CSV-WORK-AREA.
05 CSV-INPUT-AREA PIC X(40)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.