What is the default padding character?
Answers were Sorted based on User's Feedback
Answer / thilak
It is Null (0x0) -> hexadecimal value for null. This can be
set changed as per our requirement using the
$apt_padchar_string Env Variable
| Is This Answer Correct ? | 8 Yes | 0 No |
Well the Default Padding character in DataStage is NULL
(0*0) a Hexadecimal Value. And This can be changed to our
requirements by including Environment variable
$APT_STRING_PADCHAR and setting it to 0*20 as default value
then it will pad with spaces instead.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are transforms and what is the differenece between routines and transforms?
What is a folder? Difference types of stages?
WAT TYPE OF PL/SQL QUERRYS USED IN DATASTAGE
in datastage interview qustion source target ------- ------- 12345 1 2 3 4 5
Wat is pre-load in Hashed file
explain about citrix scheduling tool in datastage
my source is sequencial file and my target is dataset. i am running the job in two node configuration file. my source having 10 records how the data move to target?
What is the flow of loading data into fact & dimensional tables?
Can you explain tagbatch restructure operator?
Can you implement SCD2 using join, transformer and funnel stage?
1) In a dataset how to delete a single row? 2) i have 50 rows , i want to display 5-7 records only? How to write the sql query? 3)i have 40 rows,i want to display last row? write sql query?
In my source i have 10 records but i want 11 records in target. How can i acheive this in Server jobs.