BookmarkSubscribeRSS Feed
jwhite
Quartz | Level 8

I'm finding a peculiar behavior when executing some jobs.

 

Let's see if i can explain the process flow:

 

[Lookup Node] looks up records on table [table_1]. Records it doesn't find are passed to a [Table Loader Node]. That table loader node, then appends these new records to [table_1].

 

What ends up happening is that table_1 becomes wiped, except for these new records.

 

My question is, how can I reference table_1 in the same job twice. first to check it then to append new records?

 

Thanks!

1 REPLY 1
RahulG
Barite | Level 11

I am answering very specific to your question - "how can I reference table_1 in the same job twice"

Answer - You can drag and drop as many times as you want. If you want to use a table twice. Drag it on job editor two times.

 

 

What ends up happening is that table_1 becomes wiped, except for these new records.

Answer- I think, you need to check the properties of table loader. Please check if load technique is of Replace.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 658 views
  • 1 like
  • 2 in conversation