|
ETL-Tools.Info
|
Business Intelligence - Data warehousing - ETL |
|
Datstage solutions, knowledge base, FAQ and best practices2.8. Datastage routine to open a text file with error catching Note! work dir and file1 are parameters passed to the routine. * open file1 OPENSEQ work_dir : '\' : file1 TO H.FILE1 THEN CALL DSLogInfo("******************** File " : file1 : " opened successfully", "JobControl") END ELSE CALL DSLogInfo("Unable to open file", "JobControl") ABORT END |
|
All Rights Reserved |