Users can open a SAS data set in Enterprise Guide without realising that they will be locking this data set. If a data set is left open in Enterprise Guide for an extended period, even though it may not be actively browsed, it can prevent any updates.
I have created an add-in (Simple Data Viewer) to copy a SAS data set into a DataGrid object, which separates the view of the data from the source data set, and does not need any lock to be set. This means that the source data set can be updated as required.
Can this functionality be incorporated into Enterprise Guide?