vApp-shared-folder/SASData/SAS
Data Location. To copy SAS data to Hadoop, all source
tables must first be copied to this location.
DATE ‘date_literal’.
Edit the generated code and remove the word DATE that appears prior
to the quoted date literal. For example, you would change (
table0.BEGDATE >= DATE '1990-01-01' ) to (
table0.BEGDATE >= '1990-01-01' ). For more information
about the Code task, see Step 10 in the Example
section.