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 |
Explain the importance of surrogate key in data warehousing?
i want send my all duplicate record one tar and all uniq records one target how we will perfome explain example: input data eid 251 251 456 456 951 985 out put/target1 251 251 456 456 out put/target2 951 985 how we will bring
13 Answers Bank Of America, IBM,
when we will use connected Lookup & Unconnected Lookup
Can you define merge?
how to create document in datastage?
In a table 100 records are there after 50records job is aborted how can u insert all records in target table.
SOURCE LIKE I_D,F1,F2 --------- 100,N,Y 100,N,N 100,Y,N 101,Y,Y 101,N,Y 102,Y,N 103,N,N 104,Y,Y 105,N,N 106,N,Y 102,N,Y 105,Y,Y O/P LIKE ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y
data stores in which location while using data set stage as the target?
Hi guys, In sequencer job, we have 3 sources, in that 1st source have some records, Here requirement is 1st source records are 100 then only run the job otherwise total job will abort... How to calculate this. please design the job. Thanks.
What's the Main Function of the Staging area in DWH
What is a datastage job?
What is the use of Row generator stage?