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;