While creating new dataset.
data a;
set prd_dl.dl_customer_account(keep=cust_acct_key acct_nbr prms_key eff_end_day_key eff_start_day_key frst_nm lst_nm);
where eff_end_day_key=73049;
run;
Following error is displaying.
ERROR: Error terminating Netezza load: ERROR: found delim '|' in a data field, specify escapeChar '\' option in the external table
definition.
Any help is greatly appreciated.
We tried to use BULKUNLOAD=YES BL_DELIMITER=009 and it worked.
data a;
set prd_dl.dl_customer_account(keep=cust_acct_key acct_nbr prms_key eff_end_day_key eff_start_day_key frst_nm lst_nm BULKUNLOAD=YES bl_delimiter=009);
where eff_end_day_key=73049;
run;
We tried to use BULKUNLOAD=YES BL_DELIMITER=009 and it worked.
data a;
set prd_dl.dl_customer_account(keep=cust_acct_key acct_nbr prms_key eff_end_day_key eff_start_day_key frst_nm lst_nm BULKUNLOAD=YES bl_delimiter=009);
where eff_end_day_key=73049;
run;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.