Hello,
New to datasets and JCL so please forgive my naivety.
If I have created a quite large amount of XML data stored in one string, how do I allocate a DS in order to handle that writing this long string to the DS does not truncate the data but rather wraps it around?
That is, I don’t want the data to be truncated after the LRECL length but simply written to the next line.
If it’s not possible I could probably just write LRECL bytes of data at a time to it, but it’d be nice to just do it in one write operation.
Of course, using HFS files would be a very appealing alternative too but that’s not currently possible.