BookmarkSubscribeRSS Feed
Zengahoe
Calcite | Level 5

Hi ,

 

Appreciate advice on how to code sort in the below code using the KEY1

 

<<  (Data Studio -Prepare Data- Code section)

;

/* BEGIN data step with the output table data */
data {{_dp_outputTable}} (caslib={{_dp_outputCaslib}} promote="no");
/* Set the input set */
set {{_dp_inputTable}} (caslib={{_dp_inputCaslib}} );
/* END data step run */
KEY1 = DTE1 || PRJ;


run;

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Discussion stats
  • 0 replies
  • 583 views
  • 0 likes
  • 1 in conversation