Search found 40 matches

by eli.nawas_AUS
Mon Jun 02, 2014 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non-Padded Timestamp Format
Replies: 13
Views: 4884

Non-Padded Timestamp Format

I have some timestamps that are formatted with nonpadded month, day, and hour fields ('%m/%d/%yyyy %h:%nn') in the output stage, but are being printed out with padded fields ('03/04/2013 00:00') in the file. Is this expected behavior?
by eli.nawas_AUS
Thu May 15, 2014 9:57 am
Forum: General
Topic: Last Occurrence in String
Replies: 3
Views: 1973

Last Occurrence in String

Is there a way to find the last occurrence in a string of a character?

For instance, if I want to get the file part of a file path (/a/b/c/file.txt), how can I extract that?
by eli.nawas_AUS
Wed May 14, 2014 1:36 pm
Forum: General
Topic: Convert UNIX Epoch to Timestamp
Replies: 1
Views: 924

Convert UNIX Epoch to Timestamp

Is there a function available to convert unix epoch number (eg 1381816859) to timestamp (eg 2013-10-15 06:00:59)?
by eli.nawas_AUS
Fri May 09, 2014 7:40 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: ISD job will start/abort/start/abort, etc.
Replies: 6
Views: 10290

Thanks for showing the code!
by eli.nawas_AUS
Thu May 08, 2014 8:29 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Basic Authentication
Replies: 5
Views: 8372

I'll poke around. If i find anything i'll reply to this thread, if any ;)

Thanks
by eli.nawas_AUS
Wed May 07, 2014 5:42 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: ISD job will start/abort/start/abort, etc.
Replies: 6
Views: 10290

Hi
Could you share the script to deploy/undeploy a webservice?

Right now i have to use Service Directory itself to deploy/undeploy them.


Where can i read up to find out all command-line utilities that are useful for manipulating DataStage jobs or Service Director?

Thanks
by eli.nawas_AUS
Wed May 07, 2014 5:37 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Basic Authentication
Replies: 5
Views: 8372

Hi I am able to do the following in Service Director: - Create 2 webservices (WSA, WSB) - Create 2 users (userA, userB) - Grant CONSUMER role to both users - Write small C# console app to call either WSA or WSB from either userA or userB. My dilemma is this: I want to set up roles from Service Direc...
by eli.nawas_AUS
Thu May 01, 2014 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Header Section (variable num rows)
Replies: 7
Views: 2881

I am concerned about bucketing and reordering of rows, since I don't fully understand how DataStage handles these things. What is required to guarantee that the rows coming in from a file (probably BDFS stage, or maybe Sequential File stage) are processed all together in a bucket and in the same (or...
by eli.nawas_AUS
Wed Apr 30, 2014 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Header Section (variable num rows)
Replies: 7
Views: 2881

Remove Header Section (variable num rows)

I would like to read in a file and remove the header section and footer section (beginning and end of data indicated by begin-data row and end-data row). There is nothing in the non-data rows to mark them as non-data. Can this be done in DataStage?