Hello All,
Can anyone suggest, how I can load sas dataset in to teradata in parallel code execution.
I use libname statement which assined to teradata server and use data step to load data into teradata.
The code work in sequential run but facing problem when same code run in parallel mode.
Is there any specific option we need to include while executing the code?