my solution is remember that data structure is a set of compiled statements, which come before the algorithm, the execute statements. DATA common_structure; attrib varA length = $1 varB length = $2 varC length = 8; stop; *note: data has 3 variables, but no rows. DATA step_one; *ensure all data have same structure: if 0 then set common_structure; do until(endofile); set lib.what_1 end = endofile; output; end; stop; proc append data = &syslast base = The_Big_One; Ron Fehd xor maven xor(compiled,executable) xor(data structure,algorithm)
... View more