I have a stored procedure that takes 2 lists:
List of LotIDs (returned as a table from a DB query)
List of Columns (returned as a list from a modal Dialog box)
The list of LotIDs passed to the SQL stored procedure is in the format of: 'Lot1,Lot2'
The list of Column Names passed to the SQL store procedure is in the format of 'SomeText1,SomeText2,...,SomeTextN'
The stored procedure clal is something like:
open database"execute p_StoredProc 'Lot1,Lot2','SomeText1,SomeText2,...,SomeTextN' "
What can I do to get the list of lots as a checkbox list that I could select from?
How do I get the lists into the format I need to pass to the stored procedure?
Thank you,
Tim
There are a few ways to d this. Here is one simple way:
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.