BookmarkSubscribeRSS Feed
Egrodrigues2014
Fluorite | Level 6

Hi everyone,

 

When I set BULK LOAD option as active, SCD2 transformation create the following code (for ETLS_CLOSE as example):

 

      proc append base = EXT_VI."W6B3BTSM"n
         (
            BULKLOAD=YES
         )
         data = work."ETLS_CLOSE"n force; 
      run;

But this code doesn't work. I need to set "bl_psql_path='/PATH' " and "bl_delete_datafile=no" dataset option to BULKLOAD works properly.

I aware that I can change the automatic generated code to add these options.

 

Is there a way to configure these options at the transformation level? Or a way that I can add these options without change the code manually?

 

Thanks in advance.

0 Likes
JUST RELEASED

SAS Viya with pay-as-you-go pricing.

Deploy software automatically at the click of a button on the Microsoft Azure Marketplace.

Learn more

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Recommended by SAS
These recommendations are generated using AI from SAS. For personalized recommendations, sign in with your SAS profile.
Discussion stats
  • 0 replies
  • 48 views
  • 0 likes
  • 1 in conversation