Search found 17 matches

by panic
Fri Aug 11, 2006 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TRIM
Replies: 9
Views: 8425

TRIM

Hi all

I HAVE to trim trailing special character |
or just replace with blank while trimimg
can any one please let me know the syntax



how to use exactly
Trim(%string%,[%stripchar%],[%option%])

thanks
by panic
Mon Aug 07, 2006 2:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATE CONVESRION PROBLEM
Replies: 6
Views: 2533

USE
Oconv(Iconv("9999 12 31", "D-YMD[4,2,2]"),"D DMY[,A3,]") in the transformer
by panic
Wed Jun 21, 2006 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: re: splitting header and detail records in CFF stage
Replies: 3
Views: 1654

Thanks kumar
so u mean the file should be splitted before using it as a source file to the cff stage according to the copy book and also where should i mention the record type in cff
i mentioned at the redefined field and value in the cff
it would be of great help kumar

thanks
by panic
Tue Jun 20, 2006 6:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: re: splitting header and detail records in CFF stage
Replies: 3
Views: 1654

re: splitting header and detail records in CFF stage

my question is how to split header and detail based on on which record in my case i mean by which column (record type) where exactly i have to specify in stage that one and what value and where in the stage actually that needs to be splitted in transformer according ly by record type what is the rec...
by panic
Sun Jun 18, 2006 9:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File-Occurs clause Issue
Replies: 9
Views: 7031

re: great

thanks lawrence i really appreciate you
by panic
Sat Jun 17, 2006 6:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File-Occurs clause Issue
Replies: 9
Views: 7031

re;question

I also have a question that OCCURS DEPENDING CLAUSE could be implemented in server jobs does it support if so whats the approach and also if i the file has bad data how can i capture as i am using a reject link from the transformer to capture them down to a sequential file but i could'nt what's the ...
by panic
Sat Jun 17, 2006 5:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File-Occurs clause Issue
Replies: 9
Views: 7031

re: solution

A column that contains an OCCURS DEPENDING ON clause may be flattened when it is either the last column, or it is followed only by subordinate columns and none of the following columns contain an OCCURS DEPENDING ON clause. In all other cases, a column containing an OCCURS DEPENDING ON clause must b...
by panic
Thu Jun 15, 2006 9:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: re: occurs 0-200 times depending on clause in CFF stage
Replies: 2
Views: 1588

re: occurs 0-200 times depending on clause in CFF stage

hey gurus, i have an instance in copybook (COBOLFILE) 05 ICD-2615-PROVIDER-TYPE OCCURS 18 TIMES INDEXED BY PROV-TYP-INDEX. 10 ICD-2615-PROV-TYPE PIC X(04). 05 ICD-2603-PROVIDER-SPECIALTY OCCURS 36 TIMES INDEXED BY PROV-SPC-INDEX. 10 ICD-2603-PROV-SPECIALTY PIC X(04). 05 ICD-4500-PROC-RANGE-CNTR PIC ...
by panic
Fri Oct 14, 2005 5:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error code = -14
Replies: 5
Views: 1962

error code = -14

i was getting error code = -14 so any one know how to resolve it
by panic
Fri Oct 14, 2005 5:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgradation from 7.5 to 7.5.1
Replies: 1
Views: 1152

Upgradation from 7.5 to 7.5.1

hi i was given task to upgrade jobs from DS 7.5 to 7.5.1on window s as well as in unix aix,since i havent worked on it i want to know how the migration is done and what are all the factors to be considered while migrating,what type of errrors generally occurs and how to resolve them,if any screen sh...
by panic
Mon Sep 26, 2005 11:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: re:error :column mismatch
Replies: 2
Views: 1172

re:error :column mismatch

if column name (varchar) datatype then column name (integer) datatype else integer (datatype). i wrote in the transformer stage If lo.custid Matches ("1970" Or "1971") Then in_data.value Else 0 is it the correct way or not.i have doubt on the quotation marks. if not suggestions p...
by panic
Mon Sep 26, 2005 11:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CAN WE PASS INTEGER COLUMN TO DECIMAL COLUMN IN TRANSFORMATI
Replies: 6
Views: 2028

error: column mismatch

if column name (varchar) datatype then column name (integer) datatype else integer (datatype). i wrote in the transformer stage If lo.custid Matches ("1970" Or "1971") Then in_data.value Else 0 is it the correct way or not.i have doubt on the quotation marks. if not suggestions p...
by panic
Sun Sep 25, 2005 8:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CAN WE PASS INTEGER COLUMN TO DECIMAL COLUMN IN TRANSFORMATI
Replies: 6
Views: 2028

CAN WE PASS INTEGER COLUMN TO DECIMAL COLUMN IN TRANSFORMATI

WHILE TRANSFORMATIONS IN THE TRANSFORMER STAGE CAN WE PASS INTEGERED COLUMN TO DECIMAL COLUMN.
by panic
Sun Sep 25, 2005 6:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DO JOB SEQUENCES COULD BE RUN THROUGH DIRECTOR ORNEEDS SCRIP
Replies: 4
Views: 1937

thanks buddy
i will work out with that.
thank you once again
by panic
Sun Sep 25, 2005 6:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DO JOB SEQUENCES COULD BE RUN THROUGH DIRECTOR ORNEEDS SCRIP
Replies: 4
Views: 1937

DO JOB SEQUENCES COULD BE RUN THROUGH DIRECTOR ORNEEDS SCRIP

DO JOB SEQUENCES COULD BE RUN DIRECTLY THROUGH DIRECTOR WITHOUT USING ANY SHELL SCRIPT TO CALL IF SO CAN ANY ONE EXPLIAN BRIEFLY OR IT IS MANDATORY TO HAVE A SHELL SCRIPT FOR CALLING OR RUNNING 4 JOB SEQUENCES. IF SO CAN ANYONE POST EXAMPLE OF SHELLSCRIPT THAT CALL JOB SEQUENCES IN UNIX AIX VERSION ...