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 is the purpose of pivot stage?
Is there no issue when you try to convert a NOt null column in nullable and vice versa in aggregator styage and transformer stage? When I tried i got the warnings but in a running code I can see such type of scenarios. Please explain
Difference between IBM DATA STAGE8.5 and DATA STAGE9.1 ?
Define Data Stage?
Source have 1000 records and it can have three nodes ok but i want how many records are executed on each node?
when u face critical situation in ur project, how to solve them?
I have a few records all are same structures data, I want to store data in multiple targets how?
What are the job parameters?
I have a input as: Col 1 1 2 2 3 I want 3 output as: Output1: 1 1 Output2: 2 2 Output3: 3 i.e. same duplicates should be in one target, other duplicate values should be in another target and so on.. Pls help
what r the stages mostly used in realtime scenarios
What is the flow of loading data into fact & dimensional tables?
how to identifie,is it innerjoin,leftouter join in lookup?