Hello,
i not much experience with call Job execution from SAS VA.
My client ask me the possibility of download file on click with the row in table.
I can't use the standard download because i must costruction the file with another information that i must recovery another dataset.
I try to call sas job execution with associate link of the table, but i can't pass paramater.
below my rpeort
Should the content data driven object be used to pass parameters to a job execution? Whether you can pass a parameter without building the form?
Can someone help me?
with list objects you can pass parameters easily.
here comes an example.
it should work with a link to the job as well I suppose.
in your case you would pass the row id as a parameter and use it in the job for subsetting and joining.
with list objects you can pass parameters easily.
here comes an example.
it should work with a link to the job as well I suppose.
in your case you would pass the row id as a parameter and use it in the job for subsetting and joining.
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.