Data Prep Sheet

Action Principale : append

Preparation Code

Script awaiting validation
Copied!
1DATA mycas.target_table;
2 SET sashelp.class(obs=5);
3RUN;
4 
5DATA mycas.source_table;
6 SET sashelp.class(firstobs=6 obs=10);
7RUN;
Actions using this script
  • table append En cours
  • No other action uses this exact script.