We previously used SAS to query oracle tables, in one of these views we used the DBMAX_TEXT option as there is a table where the number of characters exceed the SAS standard. The oracle tables have been migrated over to Postgres and we are connecting and can query the data however the DBMAX_Text option is not working and is truncating the text. Would anyone know how to fix this issue?
... View more