Translate loop into Teradata Stored Procedure - response (1) by msk.khurram
Hi, Hope this will work for you! REPLACE PROCEDURE Test() BEGIN DECLARE logdate DATE; DECLARE hrinput1 INTEGER; DECLARE hrinput2 INTEGER; SET logdate = '2013-03-01'; SET hrinput1 = '0'; SET hrinput2 =...
View ArticleHandling Mainframe's High Low Values using Teradata - response (1) by...
Are you doing this comparison as part of testing activity? If not, I would recommend to filter the low and high values at source itself if there is a transfer of data is associated across different...
View ArticleBLANK FROM SOURCE IS CONVERTED TO 0 while loading into Table - response (5)...
A blank or space cannot be inserted into a INTEGER column. Integer is for storing numeric value and not for alphabets. A value (20,,20) will insert null for the second field. A value (20,'',20) will...
View ArticleTransposing the data - QUERY - response (2) by indrajit_td
-- STAGE TABLE CREATE TABLE stage_tbl (ID INTEGER, change_id INTEGER, update_time TIMESTAMP(6), columnname VARCHAR(30), change_log_from VARCHAR(10), change_log_to VARCHAR(10) ) PRIMARY INDEX...
View ArticleTPT error - response (10) by tt255009
Hi, I am trying to LOAD a table with the following TPT scripts. 1. ErrorLIMIT1 = 5 2. ErrorLIMIT2 = 5 3. Maxsessions = 1 4. Minsessions = 1 5. Loader_Instance = 1 I have...
View ArticleTPT error - response (11) by tt255009
Hi, I am trying to LOAD a table with the following TPT scripts. 1. ErrorLIMIT1 = 5 2. ErrorLIMIT2 = 5 3. Maxsessions = 1 4. Minsessions = 1 5. Loader_Instance = 1 I have...
View ArticleCurrent Opening: Teradata Aster Architect - forum topic by tmiller_recruit
Our client has an immediate need for a Teradata Aster Architect. The position is a consulting opportunity and can be based anywhere near an airport. To learn more, please contact me at:...
View ArticleView validity check - response (1) by ulrich
its not possible to get this info out of dbc it can change any time and maybe in 5 min the view is valid again. try the following bteq script .logon system/user,passwd; .set width 500; create volatile...
View ArticleTASM - Priority Distribution and CPU Limit - forum topic by mikesteeves
I vaguely recall setting up TASM years ago before Viewpoint and we were encouraged to keep back a small percentage of CPU from the system. I think we may have set the CPU limit for the system to...
View ArticlePartition Elimination - forum topic by mikesteeves
For many years now we have seen the optimizer NOT chose partition elimination for a query when that query qualifies on a date column that is the partitioning column, UNLESS we are qualifying on a hard...
View ArticleNeed help installing VMware Server/Player and downloading choice of VM -...
I am new to TDE and VMware, so my question may seem very basic to you but I need help: I am taking TD University Course "45142 - Create and Reuse Standardized Mapping Documentation using Teradata...
View ArticleTransposing the data - QUERY - response (3) by ulrich
Are you looking for something like select ID, change_id, update_time, substr(max(case when columnname = 'change_col_1' then cast(update_time as char(30)) ||change_log_to else null end) over (partition...
View ArticleTD studio does not reflect DDL changes. - response (7) by fgrimmer
Again, When you create objects by entering the SQL into the SQL Editor, the Data Source Explorer does not know about the object until you refresh the folder. At that time, we read the metadata stored...
View ArticleTeradata Training Material available - response (78) by Anush
Todd, Could you please share - TD14 documents to my id: anushmohanp@gmail.com Thanks in advance.
View ArticleteradataR package and R 3.0.0 - response (3) by ulrich
I know - but why doesn't TD release a new version? Or release the source code as open source and someone could move this forward?
View ArticleProblems using Teradata Parallel Transporter - response (3) by TonyL
The ErrorLimit attribute applies to the number of error records during the acquisition phase. During the acquisition phase, error records include these errors: * Data conversion errors * Constraint...
View ArticleTPT error - response (12) by TonyL
The ErrorLimit attribute applies to the number of error records during the acquisition phase. During the acquisition phase, error records include these errors: * Data conversion errors * Constraint...
View ArticleTPT: system variables with result count - response (6) by TonyL
Can you send me the TPT script and the TPT log? Do you always get the TPT10378 error?
View ArticleTransposing the data - QUERY - response (4) by indrajit_td
Thank you.This is generated as the value in change_to column is erf for change_col_1 for date '2013-07-01 07:00.00.000000' - change_col_2 got changed on 2013-08-01 08:00.00.000000 from lks to txh so...
View ArticleDATABASE BACKUP - response (9) by abhishek.jadhav
Catalog will provide tape positioning info for the tables which were archived with the catalog option enabled. Also if a table was backed up using the catalog option,then only it will make its way to...
View Article