use ; as a separator char call "HTM2COB-POST-MULTI" using "pizza", ";", ws-pizza end-call call "HTM2COB-SPEC-CHARS" using ws-pizza, htm-pizza end-call ?>

Your selected pizzas:
(separator char: ";" )

you must reserve enough space for it, even if all strings are selected 01 ws-pizza pic x(500). 01 htm-pizza pic x(500). ?>