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.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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
  • 609 views
  • 1 like
  • 2 in conversation