- When there is a need to display comma between characters , the below code won't give the correct output.
****************************************
TABLE FILE CAR
PRINT
CAR AS 'AUTO , MOBILE'
BY COUNTRY
ON TABLE PCHOLD FORMAT HTML
END
****************************************
- The above code will generate the below output :