Posted: Tue Aug 21, 2007 6:33 am
We took the DataStageBackup.bat on my tips page and modified it.
When a team of developers has to migrate jobs then they need to give us a form with the job names, routine names, shared containers and whetever else they need. We cut and paste this list of jobs into a text file called JobList.txt. This batch file exports each one of these jobs one at a time from DEV or TEST and import into TEST or PROD. Next it compiles the job.
Everything is controlled by command line arguments like export project, user, password, import project, user, password. Works great.
When a team of developers has to migrate jobs then they need to give us a form with the job names, routine names, shared containers and whetever else they need. We cut and paste this list of jobs into a text file called JobList.txt. This batch file exports each one of these jobs one at a time from DEV or TEST and import into TEST or PROD. Next it compiles the job.
Everything is controlled by command line arguments like export project, user, password, import project, user, password. Works great.