Data Prep Sheet

Action Principale : append

Preparation Code

Script validated
Copied!
1DATA casuser.my_table_target(promote=true);
2 id=1; value='A';
3 OUTPUT;
4 id=2; value='B';
5 OUTPUT;
6RUN;
7 
8DATA casuser.my_table_source(promote=true);
9 id=3; value='C';
10 OUTPUT;
11 id=4; value='D';
12 OUTPUT;
13RUN;
Actions using this script
  • table append En cours
  • No other action uses this exact script.