Search found 3329 matches

by Sainath.Srinivasan
Thu Jul 02, 2009 7:24 am
Forum: General
Topic: Adding current Date with the file
Replies: 23
Views: 6147

* * REPOSTING * *

Try something like

Code: Select all

  move yourFileName yourFileName#pCurrentDate# 

where pCurrentDate is the date parameter formatted in required manner.
by Sainath.Srinivasan
Thu Jul 02, 2009 7:03 am
Forum: General
Topic: Adding current Date with the file
Replies: 23
Views: 6147

Try something like

Code: Select all

  move yourFileName yourFileName#pCurrentDate#
where pCurrentDate is the date parameter formatted in required manner.
by Sainath.Srinivasan
Thu Jul 02, 2009 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to store the Values in the Environment Variables
Replies: 19
Views: 4380

Siva,

I had started by attempting to understand your requirement and design.

Unfortunately your response does not assist.

So will leave it to others.
by Sainath.Srinivasan
Thu Jul 02, 2009 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to store the Values in the Environment Variables
Replies: 19
Views: 4380

Individual job - your method

Sequence - userVariables
by Sainath.Srinivasan
Thu Jul 02, 2009 4:29 am
Forum: General
Topic: Adding current Date with the file
Replies: 23
Views: 6147

execSH
by Sainath.Srinivasan
Thu Jul 02, 2009 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration from Windows to Unix
Replies: 4
Views: 1349

To start with, the commands and file names in the scripts.

Second the environment variables etc
by Sainath.Srinivasan
Thu Jul 02, 2009 4:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration from Windows to Unix
Replies: 4
Views: 1349

To start with, the commands and file names in the scripts.

Second the environment variables etc
by Sainath.Srinivasan
Thu Jul 02, 2009 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling
Replies: 7
Views: 1864

Dates cannot have '' as valid value.

Set individual values for them.
by Sainath.Srinivasan
Thu Jul 02, 2009 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete all Datasets from folder Datasets
Replies: 19
Views: 5165

Priyadarshi, It is enough to delete the .ds files alone as the child will become orphans (even though it will consume space). The point myself, Ray and ArndW are pointing is w.r.t the limited knowledge of OP and guiding through rm outside the tool may result in some other damage. Also it is possible...
by Sainath.Srinivasan
Thu Jul 02, 2009 3:21 am
Forum: General
Topic: Transactional Loading in Datastage
Replies: 11
Views: 4831

I assume you land the 7 outputs into a seq file and load them in a seperate job.

Can you explain your design !!
by Sainath.Srinivasan
Thu Jul 02, 2009 3:08 am
Forum: General
Topic: Transactional Loading in Datastage
Replies: 11
Views: 4831

Do they point into same stage object ?
by Sainath.Srinivasan
Thu Jul 02, 2009 3:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Sourcing dsenv
Replies: 7
Views: 2859

You need to 'join' lines 85 and 86 - thus the ending 'dsetlsof' in line 85 plus 't' in 86 becomes 'dsetlsoft'.

I hope you know the commands to do it.
by Sainath.Srinivasan
Thu Jul 02, 2009 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Sourcing dsenv
Replies: 7
Views: 2859

Looking at the line raising error, it is your PATH setting that is causing the trouble.

Maybe sometime did not enable append mode and hence the 'o' in dsetlsoft resulted in newline. Just guess.
by Sainath.Srinivasan
Thu Jul 02, 2009 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to store the Values in the Environment Variables
Replies: 19
Views: 4380

How are you initiating the job? i.e. via shell or sequence ?
by Sainath.Srinivasan
Thu Jul 02, 2009 2:37 am
Forum: General
Topic: Basic Questions
Replies: 4
Views: 1420

Looks more like an interview questions to me.

Best ask the interviewer about what he / she means.