Search found 74 matches

by iskapalli
Wed Mar 30, 2011 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Display "$" in output file column name
Replies: 3
Views: 1798

Re: Display "$" in output file column name

Hi,

Thanks a lot. I have implemented the logic given by you. Now it is working fine.
by iskapalli
Tue Mar 29, 2011 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Display "$" in output file column name
Replies: 3
Views: 1798

Display "$" in output file column name

Hi,

My requirement is to display the column name as "DENM_$5_A" in the output .csv file in Datastage. When i give the column name as "DENM_$5_A" in the ouput file metadata i am getting the compilation error.

Can anyone help on this.

Thanks in Advance.
by iskapalli
Thu Feb 17, 2011 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata connetor issue
Replies: 3
Views: 1964

moe information
pTD_SYNC_ID = 1
pTD_SYNC_POLL = 5
pTD_SYNC_TIMEOUT = 1800
pTD_CHECK_TIMEOUT = 0
pTD_END_TIMEOUT = 0
pTD_PROGRESS = 0
pTD_SESSMAX = 8
pTD_SESSMIN = 0
pTD_SLEEP = 0
pTD_TENACITY = 0
pTD_ARRAYSIZE = 10
pTD_RECORDCOUNT = 100
pNUMROWS = 50000000
pTD_ERROR_LIMIT = 0
by iskapalli
Thu Feb 17, 2011 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata connetor issue
Replies: 3
Views: 1964

teradata connetor issue

Hi, my job design is sequential -> transformer -> teradata connector stage. my source file contains 13,00,000 records. it is running more than one hour. Please find the properties which I have given. table action- truncate load- update(multi load) access method- bulk array size- 10 record count -100...
by iskapalli
Wed Dec 15, 2010 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata connector stage
Replies: 4
Views: 2314

i have given below query inside the teradata connector stage. SELECT MAP_CSE_MSGE_PRTY_BM.PRTY,MAP_CSE_MSGE_PRTY_BM.MSGE_PRTY_C FROM #pGDW_TECH_DB#.MAP_CSE_MSGE_PRTY_BM as MAP_CSE_MSGE_PRTY_BM WHERE CAST('#pRUN_STRM_PROS_D#' as date format 'yyyymmdd') BETWEEN MAP_CSE_MSGE_PRTY_BM.EFFT_D (date, forma...
by iskapalli
Tue Dec 14, 2010 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata connector stage
Replies: 4
Views: 2314

thanks for your reply.
But I am useing normal lookup
by iskapalli
Tue Dec 14, 2010 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata connector stage
Replies: 4
Views: 2314

teradata connector stage

hi, I have used teradata connnector as a lookup. I want to give the below used defined sql query in the SELECT clause. pRUN_STRM_PROS_D=20100101 SELECT PRTY,MSGE_PRTY_C FROM MAP_CSE_MSGE_PRTY_BM WHERE CAST('#pRUN_STRM_PROS_D#' as date format 'yyyymmdd') BETWEEN EFFT_D (date, format 'yyyymmdd') AND E...
by iskapalli
Fri Nov 12, 2010 4:41 am
Forum: General
Topic: UV command
Replies: 2
Views: 2542

UV command

Call DSExecute("UV", "CREATE.FILE ":PVFile:" 30",Output,SystemReturnCode) my unserderstanding of above command is 1. This is the UV command. 2.I will create hashed file by useing CREATE.FILE command. I have some queries in the above query. 1. what is the mean by 30? 2.w...
by iskapalli
Mon Nov 08, 2010 5:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xcom
Replies: 1
Views: 3347

xcom

Hi, I xcomed the file from local server to local server. I am useing below command. xcomtcp -c1 -f /cba_app/CBMGDW/DEV/scripts/xcom_bdct_msge.ini REMOTE_FILE=/cba_app/CBMGDW/DEV/inbound/rds/CSE_ONLN_BUS_BM_BDCT_MSGE_20101028.DLY LOCAL_FILE=/cba_app/CBMGDW/DEV/archive/outbound/CSE_ONLN_BUS_BM_BDCT_MS...
by iskapalli
Sun Oct 31, 2010 10:50 pm
Forum: General
Topic: server routine
Replies: 2
Views: 1339

Thaks your mail. I changed your code below.Then it is working.

Call DSExecute("UV", "SELECT CATEGORY FMT '32L', NAME FMT '32L' FROM DS_JOBS;',Output,SystemReturnCode) .

Thank you very much
by iskapalli
Thu Oct 28, 2010 5:40 am
Forum: General
Topic: server routine
Replies: 2
Views: 1339

server routine

Hi, I have written the server routine which will give the job names and catergery. I am getting the proper output.but alignment is not proper. Please find the code and do needful. EQUATE RoutineName TO 'PersistentValueSae' PVFile="PersistentValueFile" * Open failed. Create the file. Call D...
by iskapalli
Wed Jun 30, 2010 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel row splitter
Replies: 8
Views: 4524

ray,the elements are not fixed size . Please sugget me
by iskapalli
Tue Jun 29, 2010 11:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel row splitter
Replies: 8
Views: 4524

thanks lakner. I want to explain briefly my job design. MQconnecterstage-> xml transfomer(XSLT)-> row splitter (server)-> teradata example : if source is haveing 3 messages after the XSLT we are getting three messages as one line. Because of this I used in row splitter stage (server). it is doing co...
by iskapalli
Tue Jun 29, 2010 10:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel row splitter
Replies: 8
Views: 4524

parallel row splitter

is there any row splitter stage in parallel jobs 8.1 like server?