Currently, we are migrating from unix to windows and at the same time from Base SAS to DIStudio. Datasets that are created with batch jobs in Base SAS on Unix, are copied as a txt-file with an export batchjob to a folder on windows. Then in DIStudio, we have an import batchjob that copies this txt-file from the folder into a folder as a SAS-dataset on the SAS Application server. This export and import job run every hour and it works fine. Sometimes, one of the datasets changes. eg add a column, delete a column, add an index, delete an index,... This changes are copied to the physical datasets for DIStudio but metadata are not automatically updated. This means, that each time when something is changed, I have to open DIStudio and manually update metadata for the table. I am looking for a way to do this automatically. A kind of proc that I can add to our import job so that after the import of the physical datastes, the metadata of all the datasets from a certain library are update automatically. Does such a proc exists? Or how can I solve this issue? Many thanks!
... View more