Concatenate subset, within a loop
I have a loop during each iteration of which I select a subset of rows.I'm trying to concatenate those rows and then, after exiting the loop, show the list of rows selected during each loop in one list.Basically what I have is:cohort ={xxx, yyy, zzz};for (i=1, i<= N items (cohort), i++, dt << Select Where( starts with( :subject, cohort ); subCohort = dt << Subset( output table name( "test"...
Steven_Moore
sophiaw
saitcopuroglu