Hi All
I need to read the 'DefaultValue'-attribute from the DiagramXml-property. (XML that control the formatting of the job in DI Studio)
Unfortunately the content of the attribute is more than 32767 chraracters long so i'm not able to read the full content.
spnrc = metadata_getattr(spuri,'DefaultValue',Jobxml);
Is there a way to read more than 32767 chars into a sas variable, use char functions on it and write it back?