Hi SAS VA experts,
I am working for a bank and currrently created a number of reports and explorations in Developemnt/UAT folder (LASR) and now
I need to copy them to production along with changes to the datasource names(same dataset with production names).
I am doing this manually now ( copying to production folder and linking to production data source) and ought to do 100's of reports and explorations.
I would like to do this via program /script and automate this copying process.Could you please help and let me know your vaulable thoughts on this.
thanks
JP
There are batch import/export tools. See
You should read all of the documentation first. In particular, you will have to look to see if the scripts support changing table names during the process, or if you will have to do that afterwards.
-------------------------------------------------------------------------
Four tips to remember when you contact SAS Technical Support
Tricks for SAS Visual Analytics Report Builders
SAS Visual Analytics Learning Center
Hi madelyn,
That documentation is for promoting metadata items in sas di studio tool as sas package. But I cannot see such options ,'Export as package' in SAS VA.
Thanks,
Jithesh
Export as Package can be done in SAS Management Console by switching to the Folder Tab then selecting the VA folder your reports are stored in then right click to get the Export as Package option.
The batch tools let you perform promotions from an operating system command line or batch script. The batch import tool and export tools are called ImportPackage
and ExportPackage
. The tools are located in the following path:
SAS-installation-directory/SASPlatformObjectFramework/9.4
-------------------------------------------------------------------------
Four tips to remember when you contact SAS Technical Support
Tricks for SAS Visual Analytics Report Builders
SAS Visual Analytics Learning Center
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.