Search found 726 matches

by zulfi123786
Mon Mar 16, 2015 1:50 am
Forum: General
Topic: dssh remote connectivity
Replies: 2
Views: 2151

dssh remote connectivity

Hi, I need to run a script on test server to import jobs from DEV, the issue is ISTOOL utility requires component type as one of its input (pjb for parallel job, sjob for server job etc) Is there a way to connect to DEV project account using dssh remotely and fetch the type of job, for existing jobs...
by zulfi123786
Mon Mar 16, 2015 1:44 am
Forum: General
Topic: @RECORD Array to Column
Replies: 14
Views: 8709

No records selected :(

Code: Select all

>SELECT COUNT(*) FROM DS_JOBOBJECTS WHERE OBJIDNO = '3664';
COUNT ( * )

          0

1 records listed.
by zulfi123786
Sat Mar 14, 2015 3:25 am
Forum: General
Topic: @RECORD Array to Column
Replies: 14
Views: 8709

Hi Kim,

The job does have design information as I can see it in the designer.
by zulfi123786
Fri Mar 13, 2015 5:10 am
Forum: General
Topic: @RECORD Array to Column
Replies: 14
Views: 8709

As usual can't thank enough Ray :) I came across something unusual (atleast to me) Non existent entries in DS_JOBOBJECTS for a job that runs every day in production >SELECT JOBNO FROM DS_JOBS WHERE DS_JOBS.NAME='RDM006dDimDiagnosisCompareTL_td' SQL+; No... 3664 1 records listed. >SELECT EVAL "C...
by zulfi123786
Thu Mar 12, 2015 5:13 am
Forum: General
Topic: @RECORD Array to Column
Replies: 14
Views: 8709

@RECORD Array to Column

Hi, Spent quite a time seraching the forum, I want to read entire content of @RECORD from DS_JOBOBJECTS for specific OBJIDNO as one column. Tried the below in Universe stage SELECT DS_JOBS.NAME, CONVERT(@FM,"",@RECORD) AS RECORD FMT '5000L' FROM DS_JOBS, DS_JOBOBJECTS WHERE DS_JOBS.JOBNO =...
by zulfi123786
Mon Mar 09, 2015 8:56 am
Forum: General
Topic: ViewData_16443.14287808.tmp file consuming huge space
Replies: 2
Views: 1871

ViewData_16443.14287808.tmp file consuming huge space

Hi, We were facing space issue on project directory when we stumbled on the file ViewData_16443.14287808.tmp under RT_SCnnn folder which was occupying 5+ GB. Looking at the numerals in file name, I dont think this is created by an individual so assuming its internal to datastage (didn't ever see a f...
by zulfi123786
Fri Mar 06, 2015 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BitXor of two Decimal(38,0) values
Replies: 0
Views: 1528

BitXor of two Decimal(38,0) values

Hi, I have two Decimal(38,0) values and have to perform a bitxor of numerical values contained in the decimal columns and have the result again in Decimal(38,0) Currently I am breaking the decimal into 3 columns each of bigint type taking 18 digits of string representation (last gets only 2 digits) ...
by zulfi123786
Thu Mar 05, 2015 9:37 am
Forum: General
Topic: Oconv((Ans),"MDO") - MDO format
Replies: 1
Views: 1413

Oconv((Ans),"MDO") - MDO format

Hi

I was looking for the format code 'MDO' but couldnt find one instead found 'MD0'. Also the IBM Basic Reference guide does not have the complete list of code except few example ones.

could some one help with what MDO means ?

Thanks
by zulfi123786
Sun Feb 22, 2015 6:57 am
Forum: General
Topic: Need details on OLEType's
Replies: 1
Views: 1392

Need details on OLEType's

Hi,

I am trying to find detials of various OLEType 's as used in DS_JOBOBJECTS and their descriptions like what "CTrxOutput" means and what "CJobDefn" means so on.

Could anyone let me know where such details could be found.

Thanks
Zulfi
by zulfi123786
Tue Sep 30, 2014 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer erasing predecessor sort information
Replies: 3
Views: 2023

Nothing done on the keys, Dont think the score would report information of sort order preservance across operators.
by zulfi123786
Sun Sep 28, 2014 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is sort merge collector optimised for node sorted input ?
Replies: 1
Views: 1660

Is sort merge collector optimised for node sorted input ?

Hi, I was wondering if sort merge collector is optimised for parallel sorted input. One of the developers wanted a total sorted sequential file and to have so, used a sort stage before the sequential file and left the collector in auto mode. Before flipping the collector to sort merge wanted to know...
by zulfi123786
Sat Sep 27, 2014 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer erasing predecessor sort information
Replies: 3
Views: 2023

Transformer erasing predecessor sort information

Hi, I am reading a sorted sequential file and have a couple of transformers which are using keychange detection functions. I have added a dummy sort over sort keys to mark that the data is sorted but it looks like the transfomer is erasing this information on the output link. This makes sense as a c...
by zulfi123786
Thu Sep 25, 2014 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Require more information on datastage 8.5 transformer stage
Replies: 4
Views: 7094

greggknight wrote:Though We are having memory issues with the two new functions
GetSavedInputRecord and SavedInputRecord
Heap Allocation errors.
I am working with IBM on this right now.
Hi,


I am also facing heap error with the above functions, did IBM resolve your issue, was any patch provided ?


Thanks
by zulfi123786
Thu Sep 04, 2014 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does merge stage detect pre sorted data ?
Replies: 2
Views: 1767

Does merge stage detect pre sorted data ?

Hi, The merge stage key has sort order as sub-property and this unlike sort stage doesn't have "Don't Sort (Previously Sorted)" and looking at the osh code it looks like the merge stage is resorting already sorted data. is there any means to force off the sorting on merge stage ? the devel...
by zulfi123786
Thu Aug 28, 2014 3:24 am
Forum: General
Topic: Writing dssh scripts
Replies: 7
Views: 3354

ray.wurlod wrote:

Code: Select all

5.  UVread hashedfile keyvalue
Thanks for the reply Ray, Is there a way to fetch all records of select query from dssh by getting rid of "Press any key to continue..."


Thanks