I'm not sure that I am following what you are saying. Essentially, I have the following: Source (Oracle, SQL, etc.) --> HDFS --> LASR I have scheduled jobs setup as follows: Source (Oracle, SQL, etc.) --> HDFS HDFS --> LASR As previously mentioned, the real issue is with the HDFS --> LASR job. My data in HDFS is in SASHDAT format, and I need to push it from HDGS to LASR, which will be in SASIOLA format. The only way that I have found to do this is vai user written code using proc lasr add. And, with this being the case, this causes an issue when promoting from DEV to PROD, as I have to manually change the code, which can be tedious when I have lots to move. Ideas? Thanks, Ricky
... View more