Search found 2 matches

by suren_sharma06
Thu May 01, 2008 11:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File nane with date
Replies: 25
Views: 14403

Using the 'script' approach I outlined previously you can specify your own date format. E.g. DD_MM_YYYY would be ... MyFilename_`date +%d_%m_%Y`.csv What are the criteria for incrementing the version number? Every job run? If so, you could store the value in an environment variable and use a before...
by suren_sharma06
Thu May 01, 2008 8:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File nane with date
Replies: 25
Views: 14403

Re: File nane with date

Hi All, I want to add current date in a file name. For example my file name is user_records.csv But my client want to add sysdate with this file name Suppose sysdate is 20080417 the my file name would be "user_records_20080417" I know with the help of Unix script we can do it ... But is t...