SAS Reaching DataGrid Values
I have a DataGrid named mydatagrid. This DataGrid contains the following variables in order: AccountID, AccountType, and AccountGGS. Since a customer can have multiple account values, the number of rows in this DataGrid can vary. My goal is to access the AccountGGS values for all accounts of all customers and assign values to a variable based on certain conditions using these AccountGGS values.