Data Prep Sheet

Action Principale : append

Preparation Code

Script awaiting validation
Copied!
1DATA casuser.cars_usa;
2 SET sashelp.cars;
3 where Origin = 'USA';
4RUN;
5 
6DATA casuser.cars_europe;
7 SET sashelp.cars;
8 where Origin = 'Europe';
9RUN;
Actions using this script
  • table append En cours
  • No other action uses this exact script.