Dear All, I have to create a solution to automatically export all sas decision logic object to nfs location and am trying below query to export one sample decision logic. I am trying this logic as first time maybe I am doing wrong approach. Please help me on this #!/bin/bash .. /9.4/sasexe/sas -noterminal -eval 'ExportPackage -host "abc" -port 8561 -user "acad" -password "were" -package "/abc/test.spk" -objects "/user folder/sasdemo/my folder/test_point" -subprop -types "Condition,BusinessRuleFlow,ExternalFile,Cube,SearchFolder,Table,GeneratedTransform,OLAPSchema,InformationMap.OLAP,Measure,Column,Job"' I am getting the below error. Error:unrecognized sas option name, ' Exportpackage -host "abc" -port 8561 - user "a cad" - password "were" -package " / abc/test.spk" -objects "/user folder/ sasdemo/my folder/ test_point
... View more