Hello,
I am very new to SAS & SCL (SAS Component Language), but I have some experience with Object-Oriented Languages in my past. I am currently working on some SCL code for a form, and I am currently stuck on how to handle this situation.
Issue:
When I press a button on a form I am working on, it pulls up a SAS table. However, I would like to adjust the columns before the table opens up by using a 'Retain' statement. Is it possible to run this type of SAS statement from a button that uses SCL? If so, how would I go about doing this?
Thanks in advance.