Valid A00-215 Dumps shared by ExamDiscuss.com for Helping Passing A00-215 Exam! ExamDiscuss.com now offer the newest A00-215 exam dumps, the ExamDiscuss.com A00-215 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com A00-215 dumps with Test Engine here:
Which statement is true regarding a DATA step concatenation?
Correct Answer: B
In a DATA step concatenation in SAS, when multiple datasets are listed in a SET statement, SAS concatenates the datasets vertically, stacking them one on top of the other. The length of variables in the resulting dataset is determined by the first dataset that appears in the SET statement. If the same variable appears in multiple datasets, SAS uses the length as it is first encountered. It does not require columns with the same name to be renamed; rather, it stacks them directly. There is no maximum number of tables that can be listed in a SET statement for concatenation; more than two can be concatenated. Lastly, concatenation combines data vertically, not horizontally as option D suggests. References * SAS 9.4 Language Reference: Concepts, "Concatenating Data Sets."