Search found 1 match

by dollysundaran
Sat Oct 02, 2010 12:54 pm
Forum: PL/I
Topic: delimiter '0A'X in pli
Replies: 0
Views: 6088

delimiter '0A'X in pli

Hi,

I want to append line feed character '0A'X to all the records of a file. Is this declaration correct?
PLI - DCL delimiter CHAR(2) init('0A'x);

Thanks