Search found 47 matches

by vishal_rastogi
Thu Sep 25, 2014 2:40 am
Forum: General
Topic: Server Routine Name Pattern
Replies: 6
Views: 3141

Thanks Ray

Just wanted to know 0X is hexadecimal value or it is something else
by vishal_rastogi
Wed Sep 24, 2014 12:38 am
Forum: General
Topic: Server Routine Name Pattern
Replies: 6
Views: 3141

Server Routine Name Pattern

Hi

I am using one audit routine in that i am passing my parameters as

Stagename|linkname|TgtStage name| tgt linkname

is there any way to use the pattern based parameters

like : *_SRC_STG|*_SRC_LNK|*_TGT_STG|*_TGT_LNK

Thanks
by vishal_rastogi
Fri Nov 11, 2011 1:13 am
Forum: General
Topic: Failed to open RT_LOG37 file
Replies: 1
Views: 1774

Failed to open RT_LOG37 file

I having the below problem in Director When I am opening the director it showing the error: failed to open RT_Log37 file the director list it is not listing one of the job(let suppose JOB A) and for one job(say JOB B) it showing error getting jobstatus I fired the query under datastage administrator...
by vishal_rastogi
Wed Nov 02, 2011 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One to many column mapping
Replies: 15
Views: 8429

you can read the entire data as one field with varchar and then funnel it and later use a transformer to segregate the data
by vishal_rastogi
Mon Oct 31, 2011 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling for integer field
Replies: 7
Views: 6622

i didn't get your point
by vishal_rastogi
Mon Oct 31, 2011 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling for integer field
Replies: 7
Views: 6622

hi deeplind07

for varchar it will work fine ....
by vishal_rastogi
Mon Oct 31, 2011 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling for integer field
Replies: 7
Views: 6622

yes SURA you are right that Int works on 0 but in the integer field i am getting few records like '' this can you please suggest how to handle that
by vishal_rastogi
Mon Oct 31, 2011 2:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling for integer field
Replies: 7
Views: 6622

Null handling for integer field

Hi i have one sequential file1 ---> transformer----> sequential file2 in sequential file1 there is column A(nullable,integer) and i have records like this '12345' '23456' '' '456789' in transformer i am using if len(trim(link1.columnA)) = '' then 1 else 0 now when i am running the job or viewing the...
by vishal_rastogi
Wed Oct 19, 2011 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I/O thoughput
Replies: 7
Views: 3099

use TOP command in parallel window while running the job to find out the CPU utlization i think it will be more in your case
by vishal_rastogi
Wed Oct 19, 2011 4:56 am
Forum: General
Topic: datastage client giving error while logging
Replies: 2
Views: 3488

Thanks Narasimha,

i have uninstalled and installed again and now 7.5 is good :D
by vishal_rastogi
Tue Oct 18, 2011 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record delimiter string vs final delimiter string
Replies: 4
Views: 4275

i think it is like

for example i have record
asdfg|asdghyt|bhgft65|njnjh;

here '|' is the record delimiter and ';' is the final delimiter

experts please correct me if i am wrong
by vishal_rastogi
Tue Oct 18, 2011 11:11 pm
Forum: General
Topic: datastage client giving error while logging
Replies: 2
Views: 3488

datastage client giving error while logging

Hi i had 7.5 and 8.1 both in my system today i uninstalled 8.1 and now when i am trying to open the 7.5 it is giving me the error falied to intialise the application resources for manager. this may be because version of this executable differ from the current datastage client version i think the 8.1...
by vishal_rastogi
Fri Oct 14, 2011 2:21 am
Forum: General
Topic: List of DS command
Replies: 4
Views: 2443

by vishal_rastogi
Wed Oct 05, 2011 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Like operator with null handling
Replies: 5
Views: 2986

i think you can use the combination of isnotnull and len(trim(column))<>0
by vishal_rastogi
Tue Oct 04, 2011 7:50 am
Forum: General
Topic: Removing Duplicates only using transformer stage
Replies: 10
Views: 3487

hi
for parallel you can use the stage variables
var1=link1
var2=if var1 = var3 then 1 else 0
var3= link1