BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Rahul18
Calcite | Level 5

data AHDMYHIV.CustOrd2

.

.

.

merge AHDSAS.customer_dim(in=inC) work.order_fact(in=inO);

by customer_id;

if inC=1 and inO=1;

run;

1 ACCEPTED SOLUTION
3 REPLIES 3
Rahul18
Calcite | Level 5
Thanks i got it, In is using for contribution at time of merge of different data and at which observation it is not contributing or contributing.
Rick_SAS
SAS Super FREQ

For more about the IN= option, see the article "Where did it come from? Adding the source of each observation to a SAS data set." The article also discusses the INDSNAME= option on the SET statement, which can be a useful option to know about.

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

Watch Now →
Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 1160 views
  • 1 like
  • 3 in conversation